31st July 2009
in
System, cli
In Debian-based distributions (and here I’m also talking about the widely-spread Ubuntu), there is no rc.local file preinstalled. The good thing is that you can make one easily so you can have a place to put comman[...]
Tags: autostart, boot, bootup, file, files
6 Comments
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
28th July 2009
in
System, cli
Once in a lifetime you might forget your root password. If that happens, reboot your distro and at the GRUB prompt press “e” to edit the first line. Make sure the new entry sais “linux single”. Pr[...]
Tags: lost, passwd, password, root, shadow
10 Comments
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