skip to main |
skip to sidebar
skill level: intermediate
- Open a terminal session
- type:
- sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
- then type:
- wget http://downloads.sourceforge.net/webadmin/webmin_1.410_all.deb
- then type:
- now you may login to your server via web browser:
- https://ipaddress:10000/
- or https://servername:10000/
skill level: beginner
- Go to http://www.adobe.com
- Click on Get Adobe Reader
- You should see the .RPM download option
- Click on link: "Different language or operating system?"
- Select: "Linux - x86 (.deb)"
- Scroll down and click on "Download Adobe Reader"
- During the download allow your default package installer to install Reader
- You will find the program under: Applications> Office
skill level: intermediateI operate Ubuntu Desktop v7.10 (Gutsy gibbon)
I installed VMware Server v1.05
- VMware Server is free
- VMware Server does not support USB 2.0
- note: VMware Workstation v6 costs money, but does support USB 2.0
I installed Windows XP into my VMware Server Session.
When I plug in my USB 2.0 device and install the driver the XP would get the Blue Screen of Death (BSOD)
There are a few solutions that are effective:
- Solution 1 - Easiest:
- Plug a USB 1.1 hub into your USB 2.0 port, then plug your USB 2.0 device into the USB 1.1 HUB.
- Solution 2 - Not convenient or a likely modern possibility:
- Check your VMware BIOS (and possibly even your Host PC's BIOS) and see if the BIOS allows you to force USB v1.1.
- Solution 3 - Most effective and assumes a Linux Host:
- Open a ternimal session and type: rmmod ehci_hcd
- This command unloads the USB 2.0 module and Linux favors the USB 1.1 module.
- You can do this on the fly, while VMware is running, before you plug your device into the port.
- You can also relaod ehci_hcd on the fly when you are done: modprobe ehci_hcd
- If you reboot Linux it will automatically default back to loading ehci_hcd
skill level: intermediateI use Gnome System Monitor and love it!
It has helped me notice runaway processes and understand other workings of Ubuntu.
- Visit this page: http://packages.ubuntu.com/source/gutsy/gnome-system-monitor
- Download the package and allow your package manager to install during the download.
- Right Click on the panel of your choice> Add to Panel...> System Monitor (listed under System & Hardware)
- LOOK CLOSELY at this webpage for updates to this package, if one exists!
skill level: beginnerMust have for Ubuntu beginners! Click here to get Ubuntu Tweak!
- Go to their Downloads section
- choose the Deb package & allow your package installer to install during the download
- You will find the utility under:
- Applications> System Tools> Ubuntu Tweak
I use this tool to explore Power Management!
Features of Ubuntu Tweak - View of Basic System Information(Distribution, Kernel, CPU, Memory, etc.)
- GNOME Session Control
- Auto Start Program Control
- Show/Hide and Change Splash screen
- Show/Hide desktop icons or Mounted Volumes
- Show/Hide/Rename Computer, Home, Trash icon or Network icon
- Tweak Metacity Window Manager’s Style and Behavior
- Compiz Fusion settings, Screen Edge Settings, Window Effects Settings, Menu Effect Settins
- GNOME Panel Settings
- Nautilus Settings
- Advanced Power Management Settings
- System Security Settings
skill level: intermediateYour laptop probably scales processor speed just fine.
I travel many hours by plane and much prefer to force most efficient use of my laptop's battery life. This method is very easy to switch between On Demand / Power Save settings
- Add the CPU Frequency Scaling Monitor to your panel
- Right click on the panel and choose add to panel then drag the icon for the monitor over to the panel
- If it will not let you add the monitor your computer does not support CPU frequency scaling
- Now you can see what’s going on with your processor, next we’ll change things so you can control it
- Some dual core systems allow independent control of the frequency scaling for each core
- Add another copy of the scaling monitor for each core and in the preferences change each so it monitors a different core
- Now open a terminal window:
- $ sudo dpkg-reconfigure gnome-applets
- follow the dialog of the command and "Yes" for SUID control
- Now you should be able to left click on the CPU Frequency Scaling Monitor and choose what speed/setting you want your processor to run under.
After a reboot it will default to On Demand. You will have to manually set these to Power Save each time. NEVER set your processor speed to MAX! Only choose On Demand or Power Save.

Comments:
Daniel said... Most kernel governors are broken. Only use ondemand.
skill level: intermediate
- Assumptions
- Brother LPR Driver is installed (add link to BLOG instructions)
- Brother CUPS Printer Driver or Brother CUPS Wrapper Driver is installed (add link to blog instructions)
- This blog entry does not cover initial printer configuration, but to install a known functioning network printer into Ubuntu
*See Brother's PC-FAX send related FAQ for troubleshooting.