Installs Important Softwares after Linux Setup - command lines
How to Hide Mounted Drives on the Ubuntu Dock
gsettings set org.gnome.shell.extensions.dash-to-dock show-mounts false
Add “New Document” back to the right-click
touch ~/Templates/"Untitled Document"
How to Show the Navigation Bar Instead of Breadcrumbs in Ubuntu’s File Manager
gsettings set org.gnome.nautilus.preferences always-use-location-entry true
Chrome:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
Firefox:
sudo apt install firefox
VLC:
sudo apt-get install vlc
ZOOM:
wget https://zoom.us/client/latest/zoom_amd64.deb
sudo apt install ./zoom_amd64.deb
Telegram:
sudo apt install telegram-desktop
Foxit Reader
wget http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/linux/2.x/2.4/en_us/FoxitReader.enu.setup.2.4.4.0911.x64.run.tar.gz
cd ~/Downloads
tar xzvf FoxitReader*.tar.gz
sudo chmod a+x FoxitReader*.run
sudo ./FoxitReader*.run
SUBLIME TEXT
GOTO: https://www.sublimetext.com/3
Comments
Post a Comment