remover completamente programa terminal ubuntu
sudo apt purge
Here is what the above code is Doing:
1. We are using the apt package manager to install the package.
2. We are using the purge command to remove the package.
3. We are using the
sudo apt purge
Here is what the above code is Doing:
1. We are using the apt package manager to install the package.
2. We are using the purge command to remove the package.
3. We are using the
convert -resize x16 -gravity center -crop 16×16+0+0 input.png -flatten -colors 256 -background transparent output/favicon.ico Here is what the above code is Doing: 1. Resize the image to 16×16 2. Crop the image to 16×16 3. Flatten the image to remove transparency 4. Reduce the number of colors to 256 5. Set the background to transparent…
$ sudo sh -c ‘echo “deb http://packages.ros.org/ros/ubuntu `lsb_release -sc` main” > /etc/apt/sources.list.d/ros-latest.list’ $ wget http://packages.ros.org/ros.key -O – | sudo apt-key add – Here is what the above code is Doing: 1. Add the ROS repository to your system. 2. Download the ROS keys so that the package manager can verify the packages.
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash Here is what the above code is Doing: 1. Install the latest version of Node.js 2. Install the latest version of npm 3. Install the latest version of nvm
git reset HEAD^ # remove commit locally git push origin +HEAD # force-push the new HEAD commit Here is what the above code is Doing: 1. git reset HEAD^ — this will remove the last commit from the current branch. 2. git push origin +HEAD — this will force push the current branch to the…
git config user.name Here is what the above code is Doing: 1. git config user.name – This command will return the name of the user that is currently logged in. 2. git config user.email – This command will return the email of the user that is currently logged in. 3. git config user.name “John Doe”…
brew install –cask xampp Here is what the above code is Doing: 1. Install Homebrew 2. Install Git 3. Install Python 3 4. Install Java 5. Install Node.js 6. Install Ruby 7. Install XAMPP