Category: Operating Systems
How to reduce eye strain when working with a computer
These simple steps help you reduce eye strain when working with a computer in an office or at home. Light should be from the side left or right. Natural light is ideal, wost is mixed natural + artificial.Once in a while get up walk around and look out the window somewhere far. Get your eyesight…
How to connect speakers to a computer
How to connect speakers to a computer PC or laptop.Connecting speakers to a computer can be either very easy or a bit difficult. Computer here means either a laptop or a desktop PC. Wired speaker cable The easiest way to connect speakers to a computer is to use a wired speaker cable.The speaker cable sould…
Test Condenser Microphone on Discord Rode NT1
Test Condenser Microphone with Discord Rode NT1 mic. and Rode AI-1 audio interface. Test Condenser Microphone on Discord App Rode NT1 microphone and Rode AI-1 audio interface on Discord tested. Kit components Rode NT1 Large Diaphragm Condenser Studio microphone.Rode AI-1 Audio interfaceRode SM6 Shock mount systemRode XLR Cable Female to Male 6m long XLR cable.…
Best Android TV Box 2022
Best Android TV Box in 2022 What is the best Android TV box in 2022 for streaming Netflix 4K quality and other streaming services. The best TV box is a generic term and what is the best for one may not work well for another. Most important in 2022 is to be able to stream…
Best Linux distro 2021 RHEL vs Debian based
Best linux distro 2021 RHEL vs Debian based The best linux distribution of 2021 is not easy to decide. First choice is if you prefer a Linux distro that is RHEL based or Debian based. For a Linux server or a Linux desktop the requirements are quite different. There is no best linux distro really.…
Linux Check Disk Space Commands
How to check disk space in Linux command line. The command df shows you free disk space and du returns the disk usage statistics for various files and folders. df command The df command shows disk usage statistics and it stands for “Disk Free”. The df command bellow without any options will return the disk…
How to Compress and Extract Files using the tar command on Linux
How to Compress and Extract Files using the tar command on Linux and How to create tar.gz file in Linux command line Compress files The tar command is used to pack and compress files and directories on Linux. The archived files are usually named .tar.gz or .tgz and are called usually tarballs. As with many…
Windows 11 requires tpm 2.0 what is tpm anyways?
Windows 11 requires tpm 2.0 why is that and what is TPM anyway? Since Windows 11 was leaked then announced, we found out that Windows 11 will require TPM 2.0 to work at all. TPM stands for Trusted Platform Module and most PC’s nowdays don’t have it at all or have the older version tpm…
Linux how o set environment variable
Linux how o set environment variable How to set environment variable in Linux. Set environment variables in Linux To set a new environment variable, use the export command. For example to set the environment variable called TEST_HOME you can run this command. This prints the value of the variable you set earlier. Unsetting an environment…
How to create a file in Linux using Terminal
How to create a file in Linux using Terminal or SSH How to create a file in Linux using Terminal, Command line interface or SSH. There are a few ways to create a new empty file or redirect the output of a command to a new file. To create an empty file, any of these…