Unable to copy / paste in VMware Workstation 16 Player
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
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
Background iptables is one of the most powerful firewall utilities for Linux. Something that you often need in a hurry. It’s also the foundation for
Here are some useful commands when working with Microsoft SQL and Linux, specifically pertaining to the `sqlcmd` mssql-cli utility. Update 16 July 2021 It appears
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
About CORS Cross-origin resource sharing is a way to share libraries and fonts across multiple servers. However, in order to avoid security issues, many servers