-
Moving to Ubuntu – swap partition
I continued to perfect the solution for the Ubuntu swap partition problem (although I just upgrated to 1G of memory so it doesn’t manifest itself as quickly as before, w00t!), and would like to share my results: As posted earlier, you can use the free command to check if your swap partition is activated (on…
-
TT – Treacherous Technology
-
Linux tips
I am and will be very short of time for a couple of weeks, so most probably these will be the last posts for the month. If you’ve read and followed my advice on re-creating the swap partition after failed hibernation, there is one caveat I discovered: after recreating, the swap partition is not automatically…
-
Two quick Linux / Ubuntu tips
If you find that you are running out of disk space and some of your applications crashed recently, you might want to look in your home folder. When applications crashes, Ubuntu creates here memory dumps to help the programmer determine the cause of the crash. But if you are no programmer, you can safely delete…
-
Linux tips – take two
A short Linux/Ubuntu tip: If you want to control what services (daemons in Linux speak) run when you start your computer, use sudo sysv-rc-conf from the command line. If you don’t have it installed, do a quick sudo apt-get install sysv-rc-conf. It’s a very small download (around 25 Kb) and it’s much more convenient than…
-
Linux also has a hosts file!
Update: I’m recommending that you use 0.0.0.0 instead of 127.0.0.1. Please check the link to see the reasons and how to modify your hosts file. Also, if you do the changes, the ping command at the end of this article won’t work (it will say something to the effect of “Destination specified is invalid.”, but…
-
Linux command line options
-
100th post & various short stories
-
If you dot’ succeed at first…
try harder. I was trying to get Ubuntu (6.10) to hibernate, without much success (remember, I’m a Linux newbie). One of the side effects of the experiment was that Ubuntu did not recognize my swap partition any more (probably because during the hibernation-attempt it was overwritten with some random data from memory). If you find…
-
How to know what you’ve installed?
I’m doing a presentation on wireless as a school project (so that it can be included in a book ;)) and came across the following problem: neither OpenOffice 2 nor Gimp can read SVG files so I had to convert them in something which they can display (preferably PNG since it can preserve the transparency…