Tag Archives for xubuntu

How to Make Your Large Memory as A Hard Drive?

I bought a new memory for my laptop, now I have 1.5G memory, but my xubuntu can’t eat that much, so I’m thinking about how to use it. I found a very easy way that can use the memory as a hard drive. I can save my hard drive space and can make full use of my memory as well, that’s cool.

I don’t have to worry about the temperary files take so much space and make my computer slower. It will be cleaned up every time I restart my computer.

The settings are quite simple:

Choose your favourite text editor and edit the fstab file. I’m using vim.

sudo vim /etc/fstab

Add the following line into it:

tmpfs /tmp tmpfs defaults,mode=1777 0 0

And save, then restart X window, we are done.

If you have questions, please don’t hasitate to contact me, either write your comments here or fill in the conatct form under “Contact Me”.

Changed My Linux to Xubuntu

Today, I just changed my Linux desktop to Xubuntu. Xfce is claimed as the lightweight desktop environment for old computers with small memory and stuff… My computer is rather new, just has been used for less than 1 year, but I’m so tired of waiting for response as it was in windows.

It was hard work, first my internet didn’t work, then my SUDO didn’t work, but now everything is fine, so pround myself, don’t you think that I worth it?

Haven’t found a way to change Thunar to Pcmanfm. They are both light weight file browsers, but only Pcmanfm has the tab feature, the one I really need, googled a lot, no tab feature for Thunar and Nautilus either. Pcmanfm is my only choice.

I also found a great text editor — Editra, it has all the features I want, especially the code folding.

Great great, I love opensource, hope I can do something for the OpenSource.

It’s all for today, goodnight!