How to know if your OS is 32 or 64 bits? By Nekkox 1:44 PM uname No comments Execute the following command: $ uname -i It will respond with one of the following: i386 i386 = 32 bits x86_64 x86_64 = 64 bits Read More Share This: Facebook Twitter Google+ Stumble Digg
My CLI CheatSheet By Nekkox 8:22 PM No comments Shorcuts Ctrl + W - Erase one word in the current line. !! - Repeats the last command. Ctrl + Z - Stops the current command, Ctrl + D - Log out of current session, similar to exit. Ctrl + K - Deletes from the cursor to the end of the line. Ctrl + R - Type to bring up a recent command. Ctrl + U - Deletes from the cursor back to the line start. Read More Share This: Facebook Twitter Google+ Stumble Digg