If you’ve ever had to modify files on your Linux system and simply change a word or two, there’s a fast and simple way to do this using sed. Say you want to change your sources.list file to go from Ubuntu 6.06 (Dapper) to 6.10 (Edgy). You can do this with a one line command [...]
Continue reading...11. January 2007
Ever wanted to right click on or in a folder and open that location in a terminal? Well you’ve had the ability all along, you just didn’t know it! Open yourself a terminal session (Applications -> Accessories-> Terminal) and type: sudo apt-get install nautilus-open-terminal You may have to restart Gnome, but once you do you [...]
Continue reading...9. January 2007
If you’ve never looked in your /tmp directory, you may want to take a gander. Sometimes it can become quite full and take up precious disk space. If you’d like to remove all this stuff every time you shut down your box, you’ll have to do a little editing. First, open up a CLI (Applications [...]
Continue reading...5. January 2007
I recently had a friend using Ubuntu who’s time/date was constantly being set back to UTC, much to her frustration. Here’s how to change this behavior. First, we’re going to modify (and make a backup of) your rcS file in the /etc/default directory. sudo cp /etc/default/rcS /etc/default/rcS.bak gksudo gedit /etc/default/rcS Look for the line that [...]
Continue reading...4. January 2007
Say you have a grub password to keep nefarious evil-doers from modifying your er… grubs. Then say a few months go by and you decide to modify some stuff but you’ve forgotten your password. What do you do? Well, you can try this. Share and Enjoy:
Continue reading...2. January 2007
I help out a bunch of folks with Ubuntu machines who are not exactly Linux savvy but who are learning quick. The most interesting and dangerous phase of this learning experience is when the start mucking about in the Command Line Interface (CLI). It’s exciting for them to suddenly feel powerful on their own computer. [...]
Continue reading...19. December 2006
If you’re in the mood for a few new fonts to play around with, here’s how you go about adding them to your system. First, you’ll have to make sure you have extra repositories added. Then, open up a terminal session (Applications -> Accessories -> Terminal) and type the following: sudo apt-get install gsfonts-x11 msttcorefonts [...]
Continue reading...4. December 2006
Got a folder in Ubuntu that you’d like to share? Now you can do it with ease. I’ve got a folder on my desktop called ‘Element’. This has nothing to do with sharing folders, but this particular folder contains pictures of my new Honda Element, which is a wonderful way to get around. So, I [...]
Continue reading...27. November 2006
Here’s a real quick one. Curious as to what ‘ships’ with Ubuntu’s Edgy (6.10)? Here’s the list. Share and Enjoy:
Continue reading...15. November 2006
Here’s a quick edit to one file that will tell Ubuntu to automatically fix any file system errors it encounters on boot. sudo gedit /etc/default/rcS Find the line that says ‘FSCKFIX=no‘ and change the no to a yes. Save your file and the next time you reboot this will be in effect. Technorati Tags: ubuntu, [...]
Continue reading...14. November 2006
If you’ve got a machine that boots via grub and you’d like to hide the menu when it’s booting up there’s a simple little edit you can do to accomplish this. Share and Enjoy:
Continue reading...6. November 2006
If you find yourself working in the shell a lot and you’re on Ubuntu using the default Bash shell, or any other distro using Bash, then you’ll probably want to set up some aliases to make your work flow a lot smoother. The first thing I do when I set up a new machine that [...]
Continue reading...6. November 2006
When I installed Internet Explorer 7 on my home computer, I ran into an issue where the browser will start but not display any webpages. In fact, it would start up and do nothing, including allowing me to quit out gracefully. This happened after my critical update (i.e. IE7) was downloaded and installed. Here’s one [...]
Continue reading...3. November 2006
Here’s a few quick ways to determine just what is chewing up all of your disk space. Share and Enjoy:
Continue reading...30. October 2006
We’ve all agreed that Man pages are a wonderful utility and probably the best thing invented since air-sickness pills. Now wouldn’t it be nice if you could save the output from a man command into a handy text document? Then you could look at it with cat, less, more, vi, gedit, open office, word and [...]
Continue reading...
17. January 2007
2 Comments