Ubuntu essential knowledges

I migrated to Ubuntu one year ago, but I still don’t get the essential operation there. So, I put some random Ubuntu essential knowledges about it especially when it come to web development. Here there are several links I’ve found useful*.

Structure of file system

File permission

Web development

From the article above, you can install Node.js via package manager provided by ppa:chris-lea/node.js by actually adding python-software-properties package. Just run these commands and there you go.

sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install python-software-properties python g++ make nodejs

For further explanation, you can read here.

Updating Ubuntu

My experiences upgrading Ubuntu using software updater was not good and I had a little trouble with it. Fortunately, we can upgrade it using terminal and I found it easier and much more faster. At that forum site, I prefer the solution from NikTh that I can make it sort as:

  1. Check whether there is an upgrade or not, using sudo do-release-upgrade -c
  2. Housekeeping,
    sudo apt-get --purge autoremove
    sudo apt-get clean all
    sudo apt-get purge $(dpkg -l | awk '/^rc/ { print $2 }')
  3. and Upgrade using sudo do-upgrade-release

Those steps are just to make it easy to remember of course, for the details you can step into the site and read whole the article 🙂

Appearance

In terms of installing themes, here are the steps I found easier to do:

  1. Download the theme, and extract it
  2. open Terminal (ctrl + alt + t), and execute this command sudo mv theme-name /usr/share/themes/
  3. then, activate it! you can do this using “Unity Tweak Tool” because it’s easier

[divider type=”dotted” spacing=”10″]

*dynamic, still gonna change

Free High Resolution Commonwealth Park Concrete Textures

[contentblock id=1 img=adsense.png]

Last year I got several textures that I took from Commonwealth park at Lake Burley Griffin . These textures might work perfectly as website background or whatever design case. I also include several textures besides concrete that I found interesting. So, right-click on each image and save it in high resolution version or you can download it all in zip file I’ve provided at the bottom of this post, enjoy.

[button url=”http://dl.dropbox.com/u/43485695/textureLBG.zip” style=”primary” size=”default” block=”true” target=”_blank to open in a new window _self for same window” icon=”check”]Download All Textures[/button]

The man who gets the most satisfactory results is not always the man with the brilliant single mind, but rather the man who can best coordinate the brains and talents of his associates 

— W. Alton Jones