Linux Installation

Linux Mint is a popular and user-friendly operating system that is based on Ubuntu. It is known for its ease of use and sleek interface, making it a great choice for both beginners and experienced users. In this blog post, we will guide you through the steps of installing Linux Mint on your computer. Step…

Get A Cloud Virtual Machine For Free

Yes, I am serious! Oracle Cloud has a free tier of their cloud infrastructure. You get a 200GB SSD, 4 instances of ARM Ampere A1 Oracle cloud CPUs, and 24GB of RAM. Oracle requires you to have a credit or debit card to use the free tier to deter the mischievous from accessing the free…

Learn The Linux Filesystem

Last month we learned the commands pwd, ls, cd, and basically how to navigate the terminal . Now we will learn the file structure of Linux and how to navigate it. NetworkChuck will show you where in the file-system to do what. Learn more Linux for Hackers.

Linux Course For Beginners

You can get a free Linux workstation in the cloud, and use it to learn hacking skills. You will learn to use Linux and cloud computing. Best of all it’s free! Network Chuck will show you how to get a free Linux workstation a begin to learn the basics of Linux, basics that are the…

Linux Install Detail Instructions

Linux is a Unix-like operating system. The kernal (the base of the OS) was created by Linus Torvalds, a student at the University of Helsinki in 1991. The kernal was adopted for the GNU operating system, so the real name of the OS should be the GNU / Linux Operating System. Since 1991 Linux has…

Kali Linux and Pen Teasting

Kali Linux is an open-source, Debian-based Linux distribution geared towards various information security tasks, such as Penetration Testing, Security Research, Computer Forensics and Reverse Engineering. It is used security analyst to find vulnerabilities in networks of computers. Because Kali is an free and opensource tool it is also available to anyone including hackers.

Linux Mint, Post Install

So you’ve downloaded an Linux Mint, or other Ubuntu variants ISO file, put it on some flash-media, you’ve booted to that media and performed a dual-boot or full-disk install. You’ve boot to Linux, now what? Turn On The Firewall The first thing you should do is turn on the firewall. This is not really crucial…

WSL No Beta Required

You can run Linux Command applications on your Windows 10 computer. The Windows Subsystem for Linux (WSL) is a compatibility layer for running Linux binary executables. In other words, you can run Linux applications on you computer without installing Linux. Sorry, you will be able to run text based applications only until the graphical apps feature comes in Windows…

Run Linux On Windows

The Windows Subsystem for Linux lets developers run a Linux environment — including most command-line tools, utilities, and applications — directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup. This is not particularly useful for the casual user who has no interest in playing with the commandline but soon…