Anwar

Posts

Failed to launch chrome

Reference: https://stackoverflow.com/questions/59979188/error-failed-to-launch-the-browser-process-puppeteer   https://github.com/puppeteer/puppeteer/issues/807

How to Establish Remote Desktop Access to Ubuntu From Windows

Reference: https://www.makeuseof.com/tag/how-to-establish-simple-remote-desktop-access-between-ubuntu-and-windows/

Ubuntu 20.04 GUI installation

Reference: https://bytexd.com/install-desktop-environment-gui-ubuntu/ https://itsfoss.com/install-gui-ubuntu-server/   https://linuxconfig.org/ubuntu-20-04-gui-installation https://linuxconfig.org/how-to-install-gnome-on-ubuntu-20-04-lts-focal-fossa

Ubuntu install Google Chrome in Ubuntu 20.04 LTS

Reference: https://linuxways.net/ubuntu/how-to-install-google-chrome-on-ubuntu-20-04-lts/

How To Scrape a Website Using Node.js and Puppeteer

Reference: https://www.digitalocean.com/community/tutorials/how-to-scrape-a-website-using-node-js-and-puppeteer   https://github.com/puppeteer/puppeteer

How To Install Linux, Nginx, MySQL, PHP (LEMP stack) on Ubuntu 20.04

Reference: https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-20-04

sudo ufw status return ‘inactive’

Reference: https://www.digitalocean.com/community/questions/sudo-ufw-status-return-inactive sudo ufw enable

How to open ssh 22/TCP port using ufw on Ubuntu/Debian Linux

Reference: https://www.cyberciti.biz/faq/ufw-allow-incoming-ssh-connections-from-a-specific-ip-address-subnet-on-ubuntu-debian/   https://askubuntu.com/questions/996340/how-to-restrict-ssh-and-ftp-to-certain-ip-address   sudo ufw allow from 192.168.1.100 to any port 22

ubuntu how to set up a firewall with ufw on ubuntu

Reference: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-with-ufw-on-ubuntu-18-04