Read more
Change ownership of the directory to ensure you have the permissions to modify files within the directory sudo chown -R $USER:$USER /var/www/<your-di…
Read morehttps://gist.github.com/the-spyke/2de98b22ff4f978ebf0650c90e82027e?permalink_comment_id=3976215
Read morechange the user sudo chown -R $USER:$USER /home/$USER/.ssh update the permission sudo chmod 700 /home/$USER/.ssh Reference https://askubuntu.com/qu…
Read moreOpen a Terminal window and type: `sudo visudo` In the bottom of the file, need to add the following line: `$USER ALL=(ALL) NOPASSWD: ALL` Where $USER is…
Read morealias python = python3
Read moreOpen a Terminal Check by below command xrandr -q | grep " connected" Check by the above command if the output looks like the below then go to…
Read morereference https://techvblogs.com/blog/install-multiple-php-versions-on-ubuntu-22-04
Read moreTo install the latest version of the Postman desktop app, you need to install it via the Snap using the following commands. Install Postman in Debian an…
Read moreLogin to your gmail Go to Security setting and Enable 2 factor authentication After enabling this you can see app passwords option. Click here ! And then…
Read morexrandr -q | grep " connected" and press Enter. Find the external monitor name displayed in this command's output. In my case, it is HDMI…
Read moresudo mysql use db_name source sql-file.sql
Read moresudo apt -get - -only -upgrade install google -chrome -stable
Read morehttps://github.com/OWASP/Amass amass enum -brute -d allodiasongs.com https://github.com/guelfoweb/knock python3 knockpy.py allodiasongs.com https://secur…
Read moreEffect of Permissions on Files Permission Character Meaning on File Read - The file is not readable. You cannot view the file contents. r The file is read…
Read more