How to recover / reset a Linux root password using the GRUB startup menu on an Intel NUC PC
Recovering a Linux root (or sudo user) password is pretty easy, but the hard part is getting into the BIOS if you have an Intel
Recovering a Linux root (or sudo user) password is pretty easy, but the hard part is getting into the BIOS if you have an Intel
Background Default install of VMware Workstation 16 Player Default install of Windows 10 Professional Issue #1 Copy/Paste, ie. the kindergarden of computing, doesn’t work. Suggestion
What is iptables? iptables is a powerful firewall utility for Linux that is often included with the operating system. Behind the scenes many firewalls also
Here are some useful commands when working with Microsoft SQL and Linux, specifically pertaining to the `mssql-cli` sqlcmd command line utility. Testing Connectivity using sqlcmd
A read-only file system on a Linux computer can be a bad day at the office. It generally means something went wrong with your disk
Summary This article show you how to add a default gateway to Ubuntu and how to enable IP forwarding. IP forwarding in this instance is
To add a route in Linux, do this: sudo route add -host 192.168.90.2/32 gw 192.168.1.7 The /32 means a single host, if you want to
Summary To change the password of a Linux user, do this: passwd That will change the currently logged in user’s password. To change the password
To compare two files using Linux Most Unix/Linux distributions comes with a utility called diff. It’s incredibly easy to compare two files with diff, you
To see all startup services on Linux To see a list of all startup service on a Linux system, issue the following command: Ubuntu service