Skip to content

Instantly share code, notes, and snippets.

@kolibril13
Last active October 9, 2020 11:17
Show Gist options
  • Save kolibril13/473bdc64e9b6b34ae2c52073eafc367a to your computer and use it in GitHub Desktop.
Save kolibril13/473bdc64e9b6b34ae2c52073eafc367a to your computer and use it in GitHub Desktop.
Ubuntu useful terminal comments
cat hello.txt ## shows content of hello.txt
echo some words >> hello.txt ## writes "some words" to hello.txt
# change default music folder:
cd ~/.config/ && sudo gedit user-dirs.dirs
get job id:
ps ax | grep thinkfan
Kill job:
sudo kill 16790
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment