compiling for 32bit in 64bit linux
For 32 bit version :
gcc -m32 -o output32 hello.c
For 64 bit version :
gcc -m64 -o output64 hello.c
Tips and tutorials on Wi-Fi(802.11), Windows, Linux, PHP, MySQL, Codeigniter, Android
Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...
thanks for the info :)
ReplyDelete