Yum's Random Notes ...
A place where I keep a note of simple but useful technical tips and memorable posts....
Sunday, September 18, 2011
tree view in ubuntu
sudo apt-get install tree
tree .local
tree
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Day 03 Gala Dinner Highlight Video
s in sed
I was doing an article where I was copying code snippets from a my editor to the article's editor. When switched on to the HTMl view I ...
Setting-up and accessing Derby DB in Ubuntu
1. Download Derby bin distribution from here . 2. Extract it. 3. Set DERBY_HOME and add it to the path. vi ~/.bashrc Add as below; e...