November 25, 2013CHENTONG Reading time ~1 minute Collected tips for linux usage Check if an executable program is 32 bit or 64 bit. file `which program-name` Set the value for executable files or libs # For executable export PATH=${PATH}:/yourpath # Shared libraries export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/yourpatj