• SONY WH-CH510 – Good enough wireless headphones

    SONY WH-CH510 – Good enough wireless headphones

    Sony cheap wireless headphones are all I need and they sound really good actually! Unboxing and Tests Not that muffled boomy bass the wh1000mk3 had. Maybe the wh1000mk4 would sound better. Bad things The cheap ones do not have touch controls or ANC so these might not be for you, I didn’t need that now…

    read more…

  • Why I deleted all my GitHub repos

    Why I deleted all my GitHub repos

    Why I deleted all my GitHub repos and why you might want to do that too. GitHub is a popular website to share Git repositories or repos as they’re usually called. When you create a Git repository on GitHub, you can share it with the public and be able to work together on the same…

    read more…

  • Fix Canon Pixma Error Code 5100

    Fix Canon Pixma Error Code 5100

    How to fix Canon Pixma error code 5100 on your inkjet home printer. Canon inkjet printers are used by many people around the world. A Canon inkjet printer is usually a good fit because it’s affordable and it is fit for low volume of printing. Canon printers problems and errors are happening every day for…

    read more…

  • How to Fix Error E05 in Canon Inkjet Printers

    How to Fix Error E05 in Canon Inkjet Printers

    How to Fix Error E05 in Canon Inkjet Printers Error E05 symptoms Canon inkjet printer shows error E05 on the display and will not print anything at all. There are a few steps to do and try to fix this as shown in the video bellow. Error E05 fixed Video How to fix error E05…

    read more…

  • How to learn Morse code with this mnemonic

    How to learn Morse code with this mnemonic

    How to learn Morse code Morse code is an international code that will send encoded messages using short beeps or light pulses, long beeps or light flashes and space or silence. A well known morse code message is SOS for distress and it looks like this. Without any spacing in between. International Morse Code This…

    read more…

  • Best Linux distro 2021 RHEL vs Debian based

    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.…

    read more…

  • SOS Emergency morse code send with blinking eyes, sound, flashlight

    SOS Emergency morse code send with blinking eyes, sound, flashlight

    Before going further, if you are in a hurry this is what you do. SOS = . . . _ _ _ . . . or 3 short 3 long 3 short 3 short 3 long 3 short no pause between them. Short pause then do it again and repeat as many times as you…

    read more…

  • Linux Check Disk Space Commands

    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…

    read more…

  • How to Remove Directory in Linux

    How to Remove Directory in Linux

    How to Remove or Delete Directory in Linux To delete a directory in Linux remove command to use is rm or rmdir. Both work fine but there is an important difference between how rm and rmdir remove a directory. Caution If you delete a directory from the GUI even in Linux, the folder is moved…

    read more…

  • How to Compress and Extract Files using the tar command on Linux

    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…

    read more…