16Jan/14

Wireless Cheatsheet

WIRELESS CHEATSHEAT FOR DEBIAN ##############################   –QUICK INSTALL— apt-get install wireless-tools aptitude install wireless-tools apt-get install wpasupplicant   –OR– Debian 7.0 “Wheezy” Add a “non-free” component to /etc/apt/sources.list, for example: # DebianRead More…

16Jan/14

Virtually Merge multiple folders with symlinks or hardlinks with cp command

How to combine/merge 2 or more folders virtually(sym/hardlinks): ################################################################# ################################################################# URL: http://unix.stackexchange.com/questions/40634/in-ubuntu-is-there-a-way-to-virtually-merge-two-folders-without-unionfs-or-aufs Lets say you have a Movies1 and Movies2 folder and you want their contents to be visible through a MoviesRead More…