React, also known as React.js or ReactJS, is a free and open-source front-end JavaScript library for building user interfaces based on UI components. ReactJS is maintained by Meta (formerly Facebook) and a community of individual developers and companies. Some of…
Tag: Ubuntu
How to add new user to www-data group in Ubuntu
In some of the customised Ubuntu systems, such as Amazon EC2 instance, the name of the default system user is ubuntu. On the other hand www-data is the user and group name that web servers on Ubuntu (Apache, nginx, for…
Git Cannot open .git/FETCH_HEAD: Permission denied Solution
Did you face Cannot open .git/FETCH_HEAD: Permission denied when you try to run a git pull command on your site root folder hosted on a linux server running ubuntu? If you do you are at right place for a permanent…
How to Install Let’s Encrypt (Certbot) on Ubuntu 20.04
Certbot is a command line tool for managing Let’s Encrypt SSL certificates on Linux operating system. It may allow you to request install free SSL certificate on your website domain. It also performs the authorization and configure your web server…
Creating new virtual host while using Xampp in Ubuntu (Linux)
I need this stuff quite often. Every time i need to create a new virtual host in Ubuntu i have to google/search to find this solution as i cannot remember these paths properly. I am posting it here for quick…
Broken jEdit FTP plugin fix after upgrading Ubuntu release
Just a note: After upgrading my Ubuntu machine to latest Ubuntu 12.04 LTS version my preferred code editor started to have issues. I opened it as normal and it showed me 3 FTP connection windows at once and after closing these windows…