Useful tips for everyday
Why is 1gb equal to 1024 MB? A megabyte is a unit of digital information consisting of 1,000,000 bytes, or 1,048,576 bytes. A gigabyte is…
How fast is scp? about 600 KB/s It takes about 25 minutes to send 500 Mb of data to another computer. The average speed is…
How do I change mount points in ZFS? You can override the default mount point by setting the mountpoint property to a specific path by…
How do I use the Locate command in terminal? To use locate, open a terminal and type locate followed by the file name you are…
Does Linux support Wacom tablets? Wacom does not officially support Linux. Linux support is provided by the Linux Wacom Project. Supported devices are listed on…
How do you cd into a directory that has spaces? The Drag-and-Drop Shortcut Type cd followed by a space. Drag and drop the folder on…
Does port forwarding make your network vulnerable? If you are forwarding a port to a game console like Xbox or Playstation then it’s absolutely 100%…
How do I check my chip driver? Search for “device manager’ in windows and see there. Right click on a chipset (might find under “system…
How to split a file into multiple files in Linux? This is the syntax of the Split command: split [options] filename [prefix] Let’s see how…
How can I sort the output from an AWK script? Although, given this looks like ls output, you could probably change check to have ls…