Tag: command
Build RPM From RPM Source
September 21, 2008
Build a rpm package from a rpm source rpmbuild –rebuild package_name.src.rpm
PS Command Forest Mode
September 18, 2008
Displays linux tasks in a hierarchical mode ps -e -o pid,args –forest
Decompress Bzip2 File
September 13, 2008
Decompress a compressed tar archive in bzip2 tar -xvfj archive.tar.bz2tar -xvfj archive.tar.bz2
Encrypt/Decrypt using PGP
September 8, 2008
Usie this command to encrypt and decrypt a file using PGP in linux. gpg -c file gpg -o file -d…
Encrypt/Decrypt File using OpenSSL in Linux
September 4, 2008
Works on OS X, Linux, anywhere with OpenSSL installed: To encrypt a file: openssl des3 -salt -in infile.txt -out encryptedfile.txt…
Add Audio to a Video File Using ffmpeg
August 8, 2008
FFMPEG command to mix an audio file with a video file to create a final video. ffmpeg -vcodec flv -qscale…
Linux Command to Convert a Video to PSP’s MP4 Format
August 6, 2008
Linux command to convert a video file to PSP format using ffmpeg. After converting, copy the OutputFile to the video…
Recent Comments