Category: Productivity Hacks

  • Fix printer paper feeding problems

    Fix printer paper feeding problems

    Fix printer paper feeding problems in inkjet printers or laser printers. Works on HP Canon Epson Brother and others Fix paper feeding problems in any small inkjet printer. This works with most printers HP, Canon, Brother, Epson. The printer can be inkjet or laser. The feeding rollers on most printers are very similar. Printer won’t…

  • Fix Canon Pixma Printer Error B200

    Fix Canon Pixma Printer Error B200

    Fix Canon Pixma Printer Error B200 Printer error B200 happens often and usually at the wrong time. When you need to print and get printer error B200 on Canon inkjet printers usually this is related to the printer printhead or ink delivery to the print head. Canon printers show error B200 if the print cartridge…

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

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

  • Linux how o set environment variable

    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

    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…

  • Wrap text with tags in Notepad++

    Wrap text with tags in Notepad++

    Wrap text with tags in Notepad++ A macro can do that and it’s easier than you think. If you need to wrap the text with html tags or WordPress Gutenberg code blocks or paragraph block or a heading block. Start by selecting the text: In Notepad++ menu Click Macro > Start Recording. Ctrl+X – Cut…