About Debarshi Das
Debarshi Das is an independent security researcher with a passion for writing about cybersecurity and Linux. With over half a decade of experience as an online tech and security journalist, he enjoys covering news and crafting simplified, highly accessible explainers and how-to guides that make tech easier for everyone. While he's programming and publishing by day, you'll find Debarshi hacking and researching at night.
12 Ways to Enumerate Linux for Privilege Escalation
Want to gain superuser access to a Linux system? Here are some of the best ways to enumerate a Linux machine.
Are Windows License Key Activation Programs Safe?
Sometimes trying to save money isn't worth the risk.
How to Install the Latest Version of BlueZ on Ubuntu
Learn how to update BlueZ to its latest version on Ubuntu to enjoy the newest features of this open-source Bluetooth stack.
Manage Package Dependencies on Linux Like a Pro With the ldd Command
Learn dependency management using the ldd command to better administer your Linux machine and installed packages.
What Is chroot in Linux and How Does It Work?
The chroot command creates an isolated environment on Linux by changing the root directory for all running processes.
How to Install and Set Up Snort IDS on Linux to Secure Your Network
Protect your network from intruders and unsolicited attacks by installing and setting up Snort IDS.
How to Detect Installed Games on the Epic Games Launcher
Having trouble trying to start your installed games on the Epic Games Launcher? Thankfully, there's a solution. Let's dive in.
How to Transform Neovim Into a Full-Fledged IDE on Linux
Become a better programmer by customizing Neovim for coding and development on Linux.
The 9 Best Live USB Linux Distros You Can Use on the Go
Live USB distros are portable and can be used on any machine with a USB drive. Here are some of the best Linux distros you can run from a USB.
2 Easy Ways to Capture Bluetooth Traffic on Linux
If you're looking for a convenient way to capture Bluetooth traffic on Linux, Wireshark and btmon are worth checking out.
How to Install BlackArch Tools on Arch Linux
Turn your regular Arch Linux installation into a pentesting lab by adding the BlackArch repository and installing powerful security tools.
What Is Denuvo and Why Do Some Gamers Hate It?
Anti-cheat software ensures everyone is on a level playing field. Denuvo is one such program—but how come some players hate it?
13 Ways to Secure SSH Server Connections on Linux
SSH is a globally-used protocol used to access remote servers. Here's how you can strengthen your SSH connections on Linux for maximum security.
Dual-Booting Linux Messed Up Windows Time? Here’s How to Fix It
Dual-booting Linux and Windows can interfere with the time settings on both operating systems, usually Windows. Here are three easy ways to fix this.
How to Fix the "sudo Password Not Working" Error on Linux
You can't run any command as the superuser if the Linux terminal throws the "sudo password not working" error. Fortunately, it's easy to fix.
What Is the Windows Portable Executable File Format?
The Windows Portable Executable format has its own little nuances, so here's a quick guide as to how they work.
What Is DLL Hooking and How Does It Work?
There is room to inject code between an application and its external libraries. Doing so isn't inherently bad, but it's a great way to do harm.
How to Implement a Queue in Python
Queues are usually frustrating in real life, but in a computer program they can solve many problems. Find out what you can do with a queue and how.
How to Set Up a Go Development Environment on Linux
Before you can start working on your first Go app, you need to have a Go development environment configured on your Linux machine.
How to Install and Set Up Burp Suite on Linux
Get started with web application testing on your Linux computer by installing Burp Suite.