Last active
April 4, 2019 04:42
-
-
Save aninternetian/5abd4f32f841a748e6ff2f692e238bdc to your computer and use it in GitHub Desktop.
Ubuntu quick keys
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find ~/ -type f -name "file_name" | |
find / -type d -name "folder_name" | |
sudo find / -type d -name "folder_name" | |
rm -r mydir | |
java -jar Minecraft.jar | |
gsettings set org.gnome.desktop.interface text-scaling-factor 1.2 | |
sudo add-apt-repository ppa:"PPAname"/ppa | |
*Run files* | |
chmod +x some-app.run | |
sudo ./some-app.run | |
sudo apt-get autoremove --purge | |
sudo apt-get remove package_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment