Create (Prepare) Bootable USBs from Ubuntu ISOs – No Additional Tool or Software Required!

You've downloaded Ubuntu ISO from a mirror and want to test or install it to your computer. There are many ways to do this but I'll share my method which requires no additional tools or software in this post. Additionally you can use this method in order to create bootable USBs for other ISOs if … Continue reading Create (Prepare) Bootable USBs from Ubuntu ISOs – No Additional Tool or Software Required!

Find debian (deb) or RPM package that provides (contains) specific executable or file

You know how to install deb packages with apt-get cmd. But sometimes you need to find the package provides a specific file or executable. RedHat or CentOS users have this command by default via yum cmd. yum whatprovides updatedb This command outputs all packages provide updatedb file (in that case it is an executable). Ubuntu … Continue reading Find debian (deb) or RPM package that provides (contains) specific executable or file

BruteForcer – Simple Yet Powerful Brute Force Password Cracker

I'm very forgetful these days. Even though I could not remember what I ate yesterday or what I wore, I have password protected everything. As a result, most of the times IĀ have ended up with a locked zip, tar.gz or other file. Yesterday I had same experience and I decided to write a brute force … Continue reading BruteForcer – Simple Yet Powerful Brute Force Password Cracker

KVM Live (Online) External Backups

Ok, even though this can be done with many other methods, I'll explain mine. I'll also provide youtube videos for the procedure and demonstration as well. Unlike offline backups, online backups require minimalist suspend - save - resume actions (hopefully within small amount of time - which depends your modifications and RAM usage) while taking … Continue reading KVM Live (Online) External Backups

Solution to: Getting Kernel Panic After Update of Virtual Machine

If you recently updated your Centos VM you may started getting the error below: Kernel panic -- not syncing: VFS: Unable to mount root fs on unknown-block(0,0) unknown-block may change depending on your configuration, but symptoms stay same: Kernel panic after the update, and this error message. Solution is: yum remove kernel yum update That … Continue reading Solution to: Getting Kernel Panic After Update of Virtual Machine