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 […]
GPU benchmarking and stress testing in Linux
Want to measure the best performance of your GPU ? Or ever thought about how well your GPU will perform under extreme load ? Well, these things could be done […]
How to install glmark2 from source in Debian
Glmark2 is a popular open source GPU benchmarking tool with OpenGL 2.0 and OpenGLES 2.0 support, available for Linux and Android platform. It is developed with a goal of easy […]