December 2021

Cloudflare IPv4 address list

103.21.244.0/22103.22.200.0/22103.31.4.0/22104.16.0.0/13104.24.0.0/14108.162.192.0/18131.0.72.0/22141.101.64.0/18162.158.0.0/15172.64.0.0/13173.245.48.0/20188.114.96.0/20190.93.240.0/20197.234.240.0/22198.41.128.0/17

Canon isensys 7200cdn install Ubuntu 22.04

Install cups: sudo apt install cups cups-client cups-filters cups-ipp-utils Download drivers: https://www.canon-europe.com/support/consumer_products/products/printers/laser/i-sensys_lbp7200cdn.html?type=drivers&language=en&os=linux%20(64-bit) Unpack deb files and install with dpkg -i … sudo systemctl ccpd start sudo systemctl ccpd enable and then The answer is two numbers. OK. Try printing the test page, no paper on the printer, the printer stops and does not restart. We …

Canon isensys 7200cdn install Ubuntu 22.04 Read More »

Add missing Windows entry into GRUB

Step1: Install GRUB updater sudo apt install grub-updater Step2: Modify grub configuration to be able to detect Windows sudo joe /etc/default/grub …and add the following line GRUB_DISABLE_OS_PROBER=false Step3: Update the GRUB entries sudo grub-updater Step4: Restart … Example of the Windows GRUB entry: insmod part_gptinsmod fatsearch –no-floppy –fs-uuid –set=root 08C8-81C2chainloader /EFI/Microsoft/Boot/bootmgfw.efi (uuid you can get …

Add missing Windows entry into GRUB Read More »

Chown Recursively

The easiest way to use the chown recursive command is to execute “chown” with the “-R” option for recursive and specify the new owner and the folders that you want to change.

Installing NVM on Ubuntu

A shell script is available for the installation of nvm on the Ubuntu 20.04 Linux system. Open a terminal on your system or connect a remote system using SSH. Use the following commands to install curl on your system, then run the nvm installer script. sudo apt install curl curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash The nvm …

Installing NVM on Ubuntu Read More »