Monday, October 3, 2011
Ubuntu 11.04
I used it with the Unity desktop for a few hours and then reverted back to Gnome, I then discovered that I had become accustomed to Unity and for some strange reason It appeals to me.Now i'm sure its not for everyone and you do have the option of switching to the classic look on the login screen.
Here is a great page with a lot of useful tips for anyone who decides to try for themselves. I am going to stick to the Unity desktop for a while and I will do a follow up post. I am also installing it on a family members computer this coming weekend, she is using Mandriva at the moment but wishes to try Ubuntu.
Monday, July 18, 2011
Extended Terminal

Byobu has a lot to offer and it shows you some good information.
Saturday, December 18, 2010
3gp Video Coversion

This video is all ready in 3GP format but I only loaded it for representation.
Sunday, March 14, 2010
Slideshow Wallpaper
It will do 9 different wallpapers the way it is right now and you can add or remove as many as you want, all you must do is follow my example {/home/file#.jpg} you must be sure at the end you loop back to the first image in your show. what you need to do is create a folder where you plan to save them and put all the images there to begin with, then direct the script where to find them {/home/file.jpg} when you are done this save as an XML file in the same folder. now go to your desktop and right click and select background, then ADD and select the XML file.You can also go to System in the taskbar and preferences and appearance.
Sunday, January 24, 2010
Switch between Terminal and Gnome
If for instance you are updating your graphics driver or anything and you need to Kill the X-server you can do so in UBUNTU by typing
sudo /etc/init.d/gdm stop
Also another neat thing some people don't know about the terminal in Linux is when you are typing in a file name if you are in the right directory and type the first letter of the word and click Tab it will appear remember Linux is case sensitive as well. Some times it will also give you a lot of choices as well.
Wednesday, December 23, 2009
Tweak UBUNTU
It works very good and has a lot of options that a newbie would have to hunt around for.Here is the download site. It is designed for the GNOME desktop environment so KUBUNTU users will have to still do things the old fashioned way. Be sure you back anything up that is important to you before you use this the first time as well since there are some options that could allow you to change important settings. It does make you enter the root password and give you warnings before entering areas that allow changing important settings. There is a large list of 3rd party software available that saves a lot of time on a fresh install.
Sunday, December 13, 2009
Epson Printers & Scanners
Adblock Plus
Friday, November 27, 2009
Fighting A Virus
I even used the winsock repair tool here, and I still have yet to get a connection. I think a format is in order.
This is a good tip for any windows users with connectivity issues.
system still gets an IP address within the 169.254.x.x range after the registry value "IPAutoconfigurationEnabled" has been set to 0 for the LAN adapter
registry key: HKLM\SYSTEM\CurrentControlSet\Services\Tcpip
a. Click Start, and type cmd in the Start Search box to open Command Prompt.
b. Type: ipconfig /all
It didn't do the trick for me however in certian instances I can see it would be useful.In my situation here something is still hiding out on this thing and changing everything I do on every reboot. As for me I will stick with LINUX
Tuesday, November 17, 2009
Sunday, November 15, 2009
Compiz Fusion Icon
sudo apt-get install fusion-icon
Monday, November 9, 2009
Compiz
Tuesday, November 3, 2009
Ubuntu Karmic Koala
Monday, November 2, 2009
Firefox 3.5
I update my Ubuntu the other day to the Karmic Koala and it updated my Firefox to 3.5. I thought all was well but I have noticed its much slower than the 3.0.11 i previously had, it also seems a little buggy it has crashed a few times, now I am not sure if this is a Ubuntu issue or Firefox issue I need to read into my log files a little deeper.

As for now I will use Opera since its much more stable and a whole lot faster, I thought I was using Internet Explorer for a while there. As for the upgrade of my Ubuntu I like everything so far and there hasn't been any disastrous crashes as of yet. The home networking is much less complicated than it used to be.
Ok its the NP-viewer error once again
(npviewer.bin:3239): Gdk-WARNING **: XID collision, trouble ahead
(npviewer.bin:5072): Gdk-WARNING **: GdkWindow 0x460009d unexpectedly destroyed
The program 'npviewer.bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 1449 error_code 3 request_code 18 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
So I will have to ditch Flash player or see if i can find a fix somewhere. It seems it also pegs the cpu to 100% when it does this.
Tuesday, October 27, 2009
GTK2 Themes
Also Thursday the 29th Ubuntu release's Ubuntu 9.10 it is said to me more user friendly and they have removed some annoyances such as inconsistent naming or poorly organised application choices, there is also a new software center.
Monday, October 26, 2009
Widgets
Friday, August 14, 2009
Terminal Screensaver
This is How to make a screen saver in UBUNTU that looks like a running terminal program the easy way.
First of all you want to make sure you have Xscreensaver-data and Xscreensaver-data-extra.
If not you can simply paste this code in a terminal. Or go to synaptic package manager.
----------------------------------------------------------
Sudo apt-get install xscreensaver-data
sudo apt-get install xscreensaver-data-extra
----------------------------------------------------------

Now you will want to go to the menu bar and select (system,preferences,screen saver) now select Phosphor if you go to advanced you will see you can choose a simple text file to use for your scrolling text to simulate a terminal program running. I just made my own with my text editor and saved it as a text file. Any type of text will work so you can pretty much customise it any way you wish.Good luck and enjoy.
Saturday, June 27, 2009
Fading Windows
Friday, June 26, 2009
Compiz
Sunday, May 17, 2009
Ubuntu only Reports 1000 MHZ
This will tell you your current MHZ
cat /proc/cpuinfo | grep "cpu MHz" | head -n 1This code will tell you all the possible MHZ frequencies your CPU supports
As it turned out cpu freq was not installed on mine so I had to install it.
cpufreq-info
sudo apt-get install cpufrequtils
Now when I use the CPUfreq-info command I get the correct stepping for my CPU.
You can also add CPU freq to your panel as an applet by right clicking on your panel and selecting it from the drop down list.CPUs which need to switch frequency at the same time: 0 1
hardware limits: 1000 MHz - 3.10 GHz
available frequency steps: 3.10 GHz, 3.00 GHz, 2.80 GHz, 2.60 GHz, 2.40 GHz, 2.20 GHz, 2.00 GHz, 1.80 GHz, 1000 MHz
available cpufreq governors: conservative, ondemand, userspace, powersave, performance
current policy: frequency should be within 1000 MHz and 3.10 GHz.
The governor "ondemand" may decide which speed to use
within this range.
current CPU frequency is 2.40 GHz.
cpufreq stats: 3.10 GHz:2.25%, 3.00 GHz:0.64%, 2.80 GHz:0.32%, 2.60 GHz:0.42%, 2.40 GHz:0.40%, 2.20 GHz:0.32%, 2.00 GHz:0.32%, 1.80 GHz:0.42%, 1000 MHz:94.92% (33)










