Skip to content

some useful commands, repositories, and tools for ubuntu setup when installing a new one

Notifications You must be signed in to change notification settings

zhpinkman/hands-on-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hands-on-linux

  • first of all, bear in mind that everything could be solved with an easy command before we get started
sudo apt-get update

some useful commands, repositories, and tools for linux

  • easy to use vpn extension in firefox SetupVpn

  • new tab extension firefox Tabliss

  • wallpapers Unsplash

  • removing sudo message on terminal startup

touch ~/.sudo_as_admin_successful
  • PIP3
sudo apt-get install python3-pip
  • Git
sudo apt-get install git
  • vs code (code editor)
sudo snap install code --classic
  • Telegram Desktop
sudo snap install telegram-desktop
  • Openconnect vpn client
sudo apt-get install openconnect network-manager-openconnect-gnome
sudo openconnect s11.de.weserv.xyz `--no-dtls (for DTLS disabled)`
  • Curl
sudo apt-get install curl
  • ZSH
sudo apt install zsh

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  • Terminator
sudo apt-get install terminator

config file : ~/.config/terminator/config

  • fish shell
sudo apt install fish
touch ~/.config/fish/config.fish
chsh -s /usr/bin/fish
sudo snap install vlc

pdf viewer

  • okular
sudo apt-get install okular
  • journal

Jet brains

for running fish shell for terminal tools in its IDEs you must use this script and also select this script for starting shell in setting

     #!/bin/sh
     if [ -n "$OLD_XDG_CONFIG_HOME" ]; then
     export XDG_CONFIG_HOME="\$OLD_XDG_CONFIG_HOME"
     else
     unset XDG_CONFIG_HOME
     fi
     fish

About

some useful commands, repositories, and tools for ubuntu setup when installing a new one

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages