Ubuntu
I know this sounds kind of impossible, but it is entirely possible, all you need is a computer with enough RAM to buffer some of the download. To download a ISO file (say, Debian’s netinstall) directly to a CD, you must follow these steps: mkfifo /tmp/debian_netinstall cdrecord /tmp/debian_netinstall & wget http://cdimage.debian.org/debian-cd/5.0.5/i386/iso-cd/debian-505-i386-netinst.iso -O /tmp/debian_netinstall rm /tmp/debian_netinstall
Continue reading about Downloading ISO files directly to CD, DVD or BLURAY
I recently found myself in a position where I had to run an application requiring Adobe AIR. I’m running a 64-bit install of Ubuntu, and Adobe’s AIR is only for 32-bit computers. Installing Adobe AIR on Ubuntu 64-bit is very easy if you follow this short step-by-step tutorial on how to install Adobe AIR on [...]
Continue reading about How to install Adobe AIR on Ubuntu 64-bit
fsfuzzer is a filesystem fuzzer tool that does stress testing of various filesystems in a reproducible and logged way. This tool creates initial valid filesystem images and then manipulates their binary format and structure for detecting flaws/bugs/design problems in the parsing/handling code for that particular filesystem. To install and run fsfuzzer on ubuntu or debian, [...]
Continue reading about Running fsfuzzer 0.7 on Ubuntu or Debian





Recent comments