Author: Dragos Ion

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

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

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

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

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

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

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

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

  • 412. Fizz Buzz Python 3 Solution

    412. Fizz Buzz Python 3 Solution

    412. Fizz Buzz Python 3 Solution for LeetCode and HackerRank problems Requirements Input: integer n Output: string array answer (1-indexed) where: answer[i] == “FizzBuzz” when i is divisible by both 3 and 5. answer[i] == “Fizz” when i is divisible by 3. answer[i] == “Buzz” when i is divisible by 5. answer[i] == i for…

  • How to Change the Taskbar Size in Windows 11

    How to Change the Taskbar Size in Windows 11

    How to Change the Taskbar Size in Windows 11 In this post you will find how to make the Windows 11 taskbar smaller or larger depending on preferences. For now this can be done with regedit Registry Editor but when a more user-friendly way is available, I will update this. Video Resize the taskbar in…