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

Make hotspots easily

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

PHPMYADMIN

sudo apt-get install phpmyadmin```

# pip 

sudo apt-get install python-pip python-dev build-essential sudo pip install --upgrade pip sudo pip install --upgrade virtualenv


# Ubuntu Restricted Extras

sudo apt-get install ubuntu-restricted-extras

# VLC

sudo apt-get install vlc browser-plugin-vlc

## [VLSub](https://addons.videolan.org/p/1154045/)
if default VLSub doesn't work

# Sublime Text 2

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

[Package Control Installation](https://packagecontrol.io/installation#st2)

[Brogrammer Theme](https://packagecontrol.io/packages/Theme%20-%20Brogrammer)

[Terminal Build Support](http://ketangupta.in/blog/competitive/sublimetext/2016/06/28/sublime-text-competitive-programming/)

# Steam - for Gaming on Linux :)

sudo apt install steam

# Terminator

sudo apt-get install terminator

[Open in Terminator](http://askubuntu.com/questions/76712/setting-nautilus-open-terminal-to-launch-terminator-rather-than-gnome-terminal)

# [Udacity Git Helper Profile](https://mahsaparsapour.wordpress.com/useful-links/)

# [Solarized Theme for Terminal](http://www.webupd8.org/2011/04/solarized-must-have-color-paletter-for.html)
# [Solarized Theme for Terminator](https://github.com/ghuntley/terminator-solarized)
[Another Cool Terminator Theme](https://github.com/joerx/base16-terminator/blob/master/config) change font to Ubuntu Mono 13
# [LinuxDC++](https://apps.ubuntu.com/cat/applications/precise/linuxdcpp/)
# [Ubuntu Tweak Tool](http://ubuntuhandbook.org/index.php/2016/05/install-ubuntu-tweak-in-ubuntu-16-04/)

# [Arc GTK Theme](http://www.omgubuntu.co.uk/2016/06/install-latest-arc-gtk-theme-ubuntu-16-04)
# [Papirus Icon Theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk)

# Axel

sudo apt-get install axel

# youtube-dl
## preferred

sudo pip install --upgrade youtube_dl

sudo apt-get install youtube-dl


# 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

# [Brackets](http://www.webupd8.org/2013/11/install-brackets-in-ubuntu-via-ppa-open.html)

# Adobe Reader

sudo add-apt-repository "deb http://archive.canonical.com/ precise partner" sudo apt-get update sudo apt-get install acroread

# Redshift

sudo apt-get install redshift redshift-gtk

# bing-wallpaper

sudo add-apt-repository ppa:whizzzkid/bingwallpaper sudo apt-get update sudo apt-get install bingwallpaper

# java

sudo apt-get install default-jre

# iced-tea plugin

sudo apt-get install icedtea-plugin

# nmap

sudo apt install nmap

# wicd network manager

sudo apt install wicd


# Xtreme Download Manager

sudo add-apt-repository ppa:noobslab/apps
sudo apt-get update
sudo apt-get install xdman

# vim

sudo apt install vim

add .vimrc from this [link](https://gist.github.com/gregelin/4587528)

# hotkey script to turn off display
add suitable shortcut (Alt + D) in Keyboard settings 

xset dpms force off

# [laptop-mode-tools to improve battery life](http://www.webupd8.org/2014/01/install-laptop-mode-tools-164-with.html)

sudo add-apt-repository ppa:webupd8team/unstable sudo apt-get update sudo apt-get install laptop-mode-tools

## configure

gksu lmt-config-gui

# [Krita](http://www.davidrevoy.com/article322/krita-appimage-for-cats)
Photoshop for linux

@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