Author: Dragos Ion
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 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 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…
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…
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…
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 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…