Your cart is currently empty!
Category: Linux
How to enable and disable automatic login on Ubuntu Linux via the GUI and CLI
Chapters:0:00 Intro0:23 Enable and disable automatic login to ubuntu linux via the gui0:58 Enable and disable automatic login to ubuntu linux via the cli2:03 End screen What you’ll learn: 1. How to enable automatic login for your Linux device 2. How to disable the sign-in screen 3. How to open up the Users settings window… Read more
How to Save the Output of a Command to a File in Linux Terminal
When you run a command or script in the Linux terminal, it prints the output on the screen for your immediate viewing. There will be times when you need to save the output to a file for future references. Let me show you how. Chapters:0:00 Intro0:23 Use redirection to save command output to file in… Read more
Kali Linux 2021.3 inside VirtualBox using Pre-made VirtualBox images
This video is about virtualizing Kali Linux inside of VirtualBox, allowing you to have Kali VM. Link: How to Enlarge a Virtual Machine’s Disk in VirtualBox or VMware – https://youtu.be/T4rdrVsCJDs Chapters:0:00 Intro0:23 Download pre-made kali linux virtualbox images0:48 Import ova files in virtualbox2:17 End screen What you’ll learn 1. How and Where to Download pre-made… Read more
How to create a new user with admin privileges on Linux
Adding a user with admin privileges on Linux is easier than you think. When you create a new user, that user doesn’t have admin privileges. What do you do? This video shows you how. Commands: UBUNTU SERVERsudo adduser USERNAMEsudo usermod -aG sudo USER CENTOSsudo adduser -m USERsudo passwd USERsudo passwd –expire USERsudo usermod -aG wheel… Read more
How to install the Go language on Linux
Go is the go-to language for distributed and highly scalable servers. If you’re looking to start working with this language on Linux. Dive in… Commands:tar -xvf go*.tar.gzsudo mv go /usr/localnano ~/.profileexport GOPATH=$HOME/work and export PATH=$PATH:/usr/local/go/bin:$GOPATH/binsource ~/.profile What you will learn: 1. How to install Go Language on Linux a. How to downloade Go binary files… Read more
How to Encrypt Files with gocryptfs on Linux
Do you want to encrypt important files, but not your Linux system’s entire hard drive? If so, we recommend gocryptfs. You’ll get a directory that, essentially, encrypts and decrypts everything you store. Chapters:0:00 Intro0:18 Installing gocryptfs0:45 Creating and encrypted directory1:58 Mounting the encrypted directory3:29 Unmounting the encrypted directory4:00 End screen What you will learn 1.… Read more
How to make Virtualbox full screen for Windows 11(or 10), macOS, and Linux VMs
How to Make VirtualBox Full Screen: A Comprehensive Guide. Watch today’s video to learn how to make VirtualBox full screen for Mac OS X, Linux and Windows guest OSs Chapters:0:00 Intro0:09 How to make virtualbox full screen for windows 10 guests1:45 How to make virtualbox full screen for mac os x guests3:45 How to make… Read more