Wednesday, March 31, 2010

redirects

sorry all the redirect has been removed as far as i can tell.

Sunday, March 14, 2010

Slideshow Wallpaper

Here is a real simple XML script I changed around a little to fit my needs and I thought I would share, If you get sick of your wallpaper and would like it to change through out the day this script will do just that, it changes about every 30 minutes right now.I have only tried this with Gnome I am not sure how it will work with KDE it should be ok. If anyone tries this on KDE let me know. I have tried with Ubuntu and Mandriva also.



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, March 7, 2010

Lightscribe & Linux

while I was using Ubuntu I was able to get lightscribe working properly however with Mandriva I could only get the simple label maker to work
I found this Fedora help page that solved my problem so I now have the Image printing Lightscribe as well.

After all the pages I have had to visit to find this information I hope it helps someone else who has similar problem. The only thing the Linux version is lacking is a quick tab in the program to add the tracks from the cd or dvd.I know the Nero software that came with my drive has this feature but I would rather go without than have to depend on Windows for that one feature.

Tuesday, February 23, 2010

Laptop

Well after a lot of thinking about it we finally got a new laptop. We got an Acer with Windows 7 on it, my wife needed it for when she works from home. I wasnt so sure about windows 7 after the bad rap Vista got but so far it seems to work pretty well. I will continue using Linux myself but my wife has to use Windows for work.



Sunday, January 24, 2010

Switch between Terminal and Gnome

I have had some people ask me how to quickly switch to a terminal from within Gnome and back again, well UBUNTU has a shortcut you can do this with F1-F6 will get you a terminal and F7 will return you to your X-server if you left it intact.
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.

Saturday, January 23, 2010

Video Card

I bought a new video card this week since my other was lacking performance in the gaming dept. I have been playing Call of Duty and Timeshift. I really like Timeshift it is one of the better games I have played.

The card I got got works very well with Linux It detected it on boot up and everything has worked without a hitch.

Sunday, December 27, 2009

Mandriva 2010 gcc

I loaded Mandriva 2010 on a computer today and when I went to do an install from a command line I was told I didn't have a c compiler.
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@localhost linuxwacom-0.8.5-8]

Needless to say the GUI software installer refused to load any GCC C++ compiler listed. so use this
urpmi gcc-c++
and now you can actually use the terminal, I have no idea why they would leave this out?
Other than that I love Mandriva 2010 it has everything I use loaded all ready so it just plain worked from the get go.