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…
Write and Append Permission
July 30, 2008
Allows write opening of a file only append mode chattr +a file
pwck Command
July 27, 2008
check correct syntax and file format of ‘/etc/passwd’ and users existence pwck
grpck Command
July 25, 2008
Check correct syntax and file format of ‘/etc/group’ and groups existence grpck
Change User Attributes
July 22, 2008
Change a user’s attributes usermod -c “User FTP” -g system -d /ftp/user1 -s /bin/nologin user1
Recent Comments