30th July 2009
in
cli
If you ever wondered what that mysterious ISO file you downloaded two years ago is, and don’t want to burn the image, you can view details of the volume with a simple command:
isoinfo -d -i filename.iso
You’l[...]
Tags: file, files, iso
1 Comment
26th July 2009
in
Applications, Multimedia, cli
You can make MPlayer play h264-encoded video files a lot faster on multicore machines if you graft some libraries from the ffmpeg-mt project into the resulting mplayer binary. We need to recompile for this. First, use Su[...]
Tags: ff-mpeg, ffmpeg, files, MPlayer, Multimedia, video
19 Comments
25th July 2009
in
GNOME, cli
Say you want to write a small shell script that locks up your GNOME desktop at specific intervals. What command would you use?In this case, your best bet would be
gnome-screensaver-command --lock
This has the same effect[...]
Tags: files, GNOME, password
16 Comments
11th July 2009
in
System, cli
If you want to find out what files are older than - let’s say - ten years and still residing on your hard drive, do a
cd /find . -mtime +3650
This will search for such files on all your Linux partition and display[...]
Tags: age, files, search
2 Comments