Skip to content

Instantly share code, notes, and snippets.

@abhishek-jaisingh
Last active April 8, 2022 00:08
Show Gist options
  • Select an option

  • Save abhishek-jaisingh/e77d29541c55b019eb14dde9099e9401 to your computer and use it in GitHub Desktop.

Select an option

Save abhishek-jaisingh/e77d29541c55b019eb14dde9099e9401 to your computer and use it in GitHub Desktop.
top things to do after installing a fresh ubuntu

Git

sudo apt install git

Remember credentials for approx 4 days

git config --global credential.helper "cache --timeout=360000"

For LAMP Stack

Preferred

sudo apt-get install lamp-server^

Apache2

sudo apt-get install apache2

PHP

sudo apt-get install build-essential libxml2-dev
sudo apt install php

Ubuntu Restricted Extras

sudo apt-get install ubuntu-restricted-extras

VLC

sudo apt-get install vlc browser-plugin-vlc

Sublime Text 2

sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text

NTP Server for time correction

sudo apt-get install ntp

Steam

sudo apt install steam

Terminator

sudo apt-get install terminator

Another Cool Terminator Theme change font to Ubuntu Mono 13

Netspeed Indicator

sudo apt-add-repository ppa:fixnix/netspeed 
sudo apt-get update 
sudo apt-get install indicator-netspeed-unity

CPU Load Indicator

sudo apt-get install indicator-multiload
@abhishek-jaisingh
Copy link
Author

abhishek-jaisingh commented Jun 1, 2018

@abhishek-jaisingh
Copy link
Author

Xscreensaver gl matrix <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment