Linux
Thoughts and snippets related to Linux
Here there are going to be some Snippets from my experience with Linux as apps, practices and getting started steps I might use across Linux installations.
Distros
Elementary
Xubuntu
Arch
Ubuntu
Apps
Non-officials
Officials
terminator
sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator
slack
https://slack.com/intl/en-ve/downloads/linux
Typora (https://typora.io/)
# or use
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE
wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -
# add Typora's repository
sudo add-apt-repository 'deb https://typora.io/linux ./'
sudo apt-get update
# install typora
sudo apt-get install typora
vim
sudo apt install vim
vscode
https://go.microsoft.com/fwlink/?LinkID=760868
Others
chrome
authy
calibre
keybase
compass
notejot
Rstudio
Postman
R
shutdown scheduler
torrential
xournal
Web tools
Commands
Add/Remove ppa
sudo add-apt-repository ppa:name/here
# --remove flag for removing
Resources
https://github.com/yudai/gotty
https://github.com/stitchfix/flotilla-os
Last updated
Was this helpful?