-
How to mount CD/DVD images from command line under Linux
Here are some quick CLI commands to get those CD/DVD images mounted under Linux (without having to burn them first). # ISOmount -t iso9660 -o loop,user file.iso /path/mount_directory # MDFmount imagen.mdf /path/mount_directory -o loop=/dev/loop0 # NRGmount -o loop,offset=307200 imagen.nrg /path/mount_directory
-
Basic APT commands
Okay, now for a bit of CLI goodness. Here is a quick list of basic apt commands. Debian and most derivatives (Ubuntu) use these for package maintenance.#searchapt-cache search packagename #package infoapt-cache show packagename #cleansudo apt-get cleansudo apt-get autoclean #old packages #checkapt-get check #get source codeapt-get source packagename #get depapt-get build-dep packagename #update/install/remove/upgradesudo apt-get updatesudo apt-get…
-
Disruptive Tech: Canon 5D MKII to shake up the DCinema Scene….
When Canon announced their new 5D MKII DSLR Camera everyone was wowed by the 21MP sensor and all the other new goodies. What everyone has missed/neglected is the fact that this little beauty has the potential to become the new RED Camera. You see, with it’s 2K video output (1080P) in quicktime RAW format at…
-
Startup Delayer will help you speed up Windows XP/Vista boot time…
Yep, as weird as that sounds, by cascading your startup items load time (ie: most of the stuff that gets loaded into your system tray) you can actually speed up windows boot times. When Windows loads it’s Startup file, it attempts to load every program in there at the same time. Therefore if you have…
