January 23, 2009
You’ve heard of Microsoft’s new operating system, Windows 7. Mark Shuttleworth, founder of Ubuntu, shared his thoughts on the new version of Windows with the UK’s Register.
Here’s an excerpt…
“I’ve kicked the tires on the [Windows 7] beta for a few hours and it was good,” Shuttleworth said. “They’ve put concerted attention on the user experience with the shell.
Read the whole story here.
Leave a Comment » |
Uncategorized |
Permalink
Posted by eli
December 17, 2008
A new version of Ubuntu is released every 6 months, and it’s very easy to upgrade. All you have to do is click a button or two in your update manager and there you have it. You’ve just gone from Ubuntu 8.04 to Ubuntu 8.10! Is this something that you should be doing?? You could upgrade every six months, or you could upgrade every 2 years. Which would you prefer?? I’ve chosen to upgrade every 2 years. Here’s why…
Read the rest of this entry »
2 Comments |
Uncategorized |
Permalink
Posted by eli
December 11, 2008
This could be very useful to you if you’re working in the terminal and need to step away for a moment. You can achieve a locked screen, just like when you do it the graphical way, with this command entered at the command line, or cli…
gnome-screensaver-command –lock
NOTE –In this command, where you see “–lock”, it is really 2 hyphens with no spaces in between, followed by “lock” … - – lock. WordPress renders two hyphens put together as… –
This will instantly launch your screensaver, and lock your computer’s screen. Your password will be required to gain access to your system once this is activated.
That command is pretty long, and typing it out would probably get on my nerves. You can use an alias to effectively shorten it. Here’s how we’ll do that, also at the command line…
Let’s say we want to be able to type in lock, to lock the screen. If I just type in lock, I get nothing. So I need to create an alias for this command. An alias is just like what it sounds like. It’s assigning another name to a certain command. At the command line enter…
Read the rest of this entry »
15 Comments |
Security | Tagged: how to, screensaver |
Permalink
Posted by eli
December 7, 2008
In Ubuntu you can have the appointments in your calender appear in your desktop calender/clock. If you’ve just come over from years of Microsoft Windows use, Evolution is the linux equivalent of Outlook. Ubuntu works with the Evolution mail client to give you quick access to your appointments and tasks right on the desktop, without having to open your email program. Here’s how it works…
Read the rest of this entry »
Leave a Comment » |
Email | Tagged: calender, evolution, how to |
Permalink
Posted by eli
December 6, 2008
Some HP printers can use one of the drivers already installed by default in Ubuntu. In those cases, all you usually need to do is plug your printer into your computer, and Ubuntu will recognize it and prompt you to set it up. It’s super quick & easy. The HP Laserjet P1005 that I purchased needed something more. This is a good quality, small, quiet, and cheap ($75 shipped from Newegg) monochrome laser printer. It comes with drivers, Windows drivers of course, which do you no good with Ubuntu. I read that I needed hplip. Turns out that I already had hplip installed on my system by default (which will work for many HP printers), but it didn’t do me any good. I needed to download & install the newest version. Here’s how I did it…
Read the rest of this entry »
2 Comments |
Printing | Tagged: how to |
Permalink
Posted by eli
December 3, 2008
APTonCD is a very cool application that will backup the packages (software) on your system to a CD or DVD. This will not backup any personal, user created files. This is very handy for example, if you’re re-installing Ubuntu for whatever reason, but you don’t want to have to re-install every single peice of software that you’ve accumulated over time. All you do is back them up with APTonCD, and then re-install them onto your new system. This could also be useful with setting up new machines, they can benefit from all the cool software that you’ve scoured the web to find. To install APTonCD you can…go to the Add/Remove menu, or you can go to System > Administration > Synaptic Package Manager, or you can install from the command line by opening a terminal and entering…
sudo apt-get install aptoncd
Now that you have it installed you can find it in System > Administration > APTonCD.

Upon opening it up you’re greeted with 2 options. To make a backup of your programs, click Create.
Read the rest of this entry »
5 Comments |
Utility | Tagged: backup, how to |
Permalink
Posted by eli
November 26, 2008
Let’s say you want to block certain websites. Maybe to keep your kids off of myspace, for security reasons, or to block advertising from being loaded. You can do this by means of your hosts file. By modifying that little file, you can keep certain websites from being accessed from your computer. Here’s how to do it…
Read the rest of this entry »
Leave a Comment » |
Security | Tagged: how to, internet |
Permalink
Posted by eli
November 20, 2008
Locking your screen when you’re away from your computer is very important when there are other people around. You don’t want anyone messing around on your computer. In Ubuntu you can lock your screen very easily. Once your screen is locked, it will immediately start the screensaver. When someone tries to use the mouse or keyboard they are prompted for a password. If they don’t have the password, they can’t access your machine. This password is the same one you use to login with. Here’s how to lock your screen…
Read the rest of this entry »
1 Comment |
Security | Tagged: how to, screensaver |
Permalink
Posted by eli
November 14, 2008
So, I buy these Avery return address labels, take them home and download the template from their website. The problem with those nice Avery label templates that you get from their site is that they’re designed to be used with MS Word. Using Ubuntu, I opened this template in Open Office, thinking it would work just fine. My labels ended up printing a little bit askew, and I only had about 40 usable labels out of 60. Recently I found the solution to my problem on getdeb.net, when I came across gLabels. It’s a very lightweight program designed to work with most major label sheets that can create labels and business cards. I tried it out with every different label that I use, and it works perfectly!
Read the rest of this entry »
1 Comment |
Software |
Permalink
Posted by eli