Here's a debian minimal install guide with step by step instruction and screenshots. No doubt that Debian and it's forks are the most popular GNU/Linux distributions. Debian gained popularity for […]
How to setup a multiboot PXE server with OpenWrt
PXE servers are cool, boot one or many machines over the network, install a new OS, run live CDs on disk-less machines, etc. etc. Why not setup a multiboot PXE […]
How to setup an OpenWrt PXE boot server
Have a router with OpenWrt installed ? Why not use it for something else ? As a OpenWrt PXE server for booting your favorite Linux/UNIX distro. Possibilities with a PXE […]
How to setup OpenWrt extroot, rootfs on USB storage
Here I'm going to share my experience with OpenWrt extroot on a TP-Link MR-3220 v2.4 router. Though I did this on a MR-3220, this guide also applies to other routers like […]
Generate package download list with apt-get for offline install
No internet, it's costly or too slow ? Don't worry, you can download the Debian packages (deb files) somewhere elsewhere, I mean where internet is fast and affordable. In this […]
How to setup a 32 bit chroot environment with ubuntu live CD
What is a chroot ? Basically chroot is an almost complete Unix like operating system running inside another host operating system. But the differance is the chrooted system system runs […]
Install pyrit in Kali Linux/Debian with CUDA
Pyrit is one of the most useful security tool to crack WPA or WPA2-PSK passphrase, simply a powerful wi-fi password hacking tool. Why it's crazy fast ? Because it uses […]
Apt pinning, How to install and upgrade debian packages selectively
Apt pinning could be used to manage packages effectively in any Debian based distro. You can install some packages which are not available with the current release, or from a […]
Sandbox firefox in Linux with firejail
Now day security threats are everywhere in the web, new security holes are discovered everyday, but sadly there are no instant patches available. If you are a firefox user, this […]
Trendy Bash shell prompt with fontawesome and PS1
One of the best thing about any UNIX like OS is you can customize it as you want, limited only by your imagination. Bored with the simple bash shell prompt […]