Hardware Compatibility Posting for 2 printers and an HP Jetdirect for Ubuntu Gutsy 7.10
October 23, 2007 by tibor · Leave a Comment
HP Laserjet 2300 works for network printing
By tiborh, using Ubuntu 7.10 on Tue, 23 Oct 2007 12:00:53 -0400 (Edit | Delete)
I am using the 2300 that is connected to an external HP Jetdirect 175x USB print server. Ubuntu Gutsy 7.10 didn’t find the Jetdirect automatically on network scan so after Clicking new printer, under Select Connection, Devices I chose AppSocket/HP JetDirect and manually entered the printserver’s IP address and left the port on the default 9100, Chose manufacturere HP, Chose Model Laserjet 2300.
http://ubuntuhcl.org/pub/reviews.php?product_id=339
Konica Bizhub C351 as a network printer works well
By tiborh, using Ubuntu 7.10 on Tue, 23 Oct 2007 13:45:39 -0400 (Edit | Delete)
This is a huge Multi-Function Networked Document Center type color laserjet Copier/Printer/Scanner/… I haven’t tested any network scanning or any other advanced functions but the network printing capability of the Bizhub C351 worked automatically right out of the box. The device was found on the network automatically when I clicked on New printer, the default recommended Konica driver worked as well.
http://ubuntuhcl.org/pub/reviews.php?product_id=340
Planning to start a Linux enthusiasts group meeting in the Vail Valley (Vail, Minturn, Avon, Edwards, Wolcott, Eagle, Gypsum, Glenwood Springs, … whatever)
October 19, 2007 by tibor · Leave a Comment
I will also be posting about this on Colorado Linux Mailing Lists, Meetup.com, Vail Daily Public Announcements and flyers. If you are interested feel free to drop me a line at the following email address: blog at milehighlinux.com. Keep checking this blog for updates about this community building effort.
Posting a blog entry to Wordpress from the Linux Blogging Application Drivel
October 19, 2007 by tibor · Leave a Comment
This sequence will let you log into your Wordpress system from Drivel so you can create a post from your Linux desktop.
Drivel Login screen entries are:
1. Username: login_name
(The login name which you use to log into your wordpress admin area)
2. Password: *******
3. Journal type: Movable Type
4. Server address: http://itcare.net/blog/xmlrpc.php (because my blog is installed at http://itcare.net/blog)
5. Click Log In
The moral of the story is:
- A./ You need to choose type Movable type
B./ You need to add your web address + /xmlrpc.php at the end for the server address
Ubuntu Gutsy Gibbon 7.10 screenshots
October 18, 2007 by tibor · Leave a Comment
How to change font colors on the Gnome panel in Ubuntu Gutsy and Feisty
October 11, 2007 by tibor · Leave a Comment
These are the steps for Gutsy (See bottom for Feisty)
If these steps don’t work for you check out the TROUBLESHOOTING section at the very bottom of the page, please.
1. Alt+F2
2. gedit ~/.gtkrc-2.0
3. Insert the following 1 line below:
include “/home/<user_name>/.gnome2/panel-fontrc”
3-Remark: In the path above change the <user_name> value to whatever your username is, for example: include “/home/tibor/.gnome2/panel-fontrc”
4. Save, Close
5. Alt+F2
6. gedit /home/<user_name>/.gnome2/panel-fontrc
6-Remark: Same applies to <user_name> as in 3-Remark
7. Insert the following 6 lines below:
style “my_color”
{
fg[NORMAL] = “#4353b6″
}
widget “*PanelWidget*” style “my_color”
widget “*PanelApplet*” style “my_color”
8. Save, Close
9. Alt+F2
10. killall gnome-panel
Explanations:
The fg[NORMAL] = “#4353b6″ line’s #4353b6 hex value represents your font color on the panel.
To find hex values of colors just run the gcolor2 utility. Once you picked your preferred color just change the hex code in fg[NORMAL] = “#??????” and save the file and do another killall gnome-panel. Which is steps 5-10
This information originally appeared in a posting at http://ubuntuforums.org/showthread.php?t=66879
For Feisty I have tested and confirmed the directions here:
http://ubuntuforums.org/showthread.php?t=219001&highlight=change+color+of+clock
TROUBLESHOOTING
1. Update: 10/18/2007
I found that when I copy / pasted the above code from this page into the 2 configuration text files that we created with gedit that I had to delete and redo all of the ” quotation mark symbols to make things work.




