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.

Revisions

  1. abhishek-jaisingh revised this gist Mar 31, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -29,7 +29,8 @@ sudo apt install php
    ```
    # PHPMYADMIN
    ```
    sudo apt-get install phpmyadmin```
    sudo apt-get install phpmyadmin
    ```

    # pip
    ```
  2. abhishek-jaisingh revised this gist Mar 31, 2017. 1 changed file with 9 additions and 5 deletions.
    14 changes: 9 additions & 5 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -22,17 +22,21 @@ sudo apt-get install lamp-server^
    ```
    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
    ```
    # PHP
    ```
    sudo apt-get install build-essential libxml2-dev
    sudo apt install php
    ```
    # Ubuntu Restricted Extras
    ```
  3. abhishek-jaisingh revised this gist Dec 17, 2016. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -160,6 +160,10 @@ 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

  4. abhishek-jaisingh revised this gist Dec 12, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -57,7 +57,7 @@ sudo apt-get install sublime-text

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

    # Steam
    # Steam - for Gaming on Linux :)
    ```
    sudo apt install steam
    ```
  5. abhishek-jaisingh revised this gist Dec 12, 2016. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -42,6 +42,9 @@ sudo apt-get install ubuntu-restricted-extras
    ```
    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
  6. abhishek-jaisingh revised this gist Dec 12, 2016. 1 changed file with 9 additions and 5 deletions.
    14 changes: 9 additions & 5 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    # [KDE Network Manager](http://ubuntuhandbook.org/index.php/2014/06/share-internet-with-android-ubuntu-1404/)

    Make hotspots easily
    # [Google Chrome](https://www.google.com/intl/en-US/chrome/browser/desktop/index.html)

    # Git
    @@ -151,8 +151,12 @@ add suitable shortcut (Alt + D) in Keyboard settings
    ```
    xset dpms force off
    ```
    # powertop to improve battery life
    # [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
    ```
    sudo apt install powertop
    sudo powertop --auto-tune
    ```
    # [Krita](http://www.davidrevoy.com/article322/krita-appimage-for-cats)
    Photoshop for linux

  7. abhishek-jaisingh revised this gist Dec 12, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -149,7 +149,7 @@ 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
    ```
    sudo apt-get install acroread
    xset dpms force off
    ```
    # powertop to improve battery life
    ```
  8. abhishek-jaisingh revised this gist Dec 8, 2016. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -151,3 +151,8 @@ add suitable shortcut (Alt + D) in Keyboard settings
    ```
    sudo apt-get install acroread
    ```
    # powertop to improve battery life
    ```
    sudo apt install powertop
    sudo powertop --auto-tune
    ```
  9. abhishek-jaisingh revised this gist Dec 8, 2016. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -144,4 +144,10 @@ sudo apt-get install xdman
    ```
    sudo apt install vim
    ```
    add .vimrc from this [link](https://gist.github.com/gregelin/4587528)
    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
    ```
    sudo apt-get install acroread
    ```
  10. abhishek-jaisingh revised this gist Dec 4, 2016. 1 changed file with 1 addition and 4 deletions.
    5 changes: 1 addition & 4 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -53,10 +53,7 @@ sudo apt-get install sublime-text
    [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/)
    # NTP Server for time correction
    ```
    sudo apt-get install ntp
    ```

    # Steam
    ```
    sudo apt install steam
  11. abhishek-jaisingh revised this gist Dec 4, 2016. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -49,7 +49,9 @@ 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/)
    # NTP Server for time correction
    ```
  12. abhishek-jaisingh revised this gist Dec 4, 2016. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -49,6 +49,8 @@ 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/)
    # NTP Server for time correction
    ```
    sudo apt-get install ntp
  13. abhishek-jaisingh revised this gist Dec 4, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -48,6 +48,7 @@ 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)
    # NTP Server for time correction
    ```
    sudo apt-get install ntp
  14. abhishek-jaisingh revised this gist Dec 3, 2016. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -127,6 +127,10 @@ sudo apt-get install icedtea-plugin
    ```
    sudo apt install nmap
    ```
    # wicd network manager
    ```
    sudo apt install wicd
    ```

    # Xtreme Download Manager
    ```
  15. abhishek-jaisingh revised this gist Nov 30, 2016. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -60,6 +60,8 @@ sudo apt install steam
    ```
    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)
  16. abhishek-jaisingh revised this gist Nov 28, 2016. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -131,4 +131,9 @@ sudo apt install nmap
    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)
  17. abhishek-jaisingh revised this gist Nov 28, 2016. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -124,4 +124,11 @@ sudo apt-get install icedtea-plugin
    # nmap
    ```
    sudo apt install nmap
    ```

    # Xtreme Download Manager
    ```
    sudo add-apt-repository ppa:noobslab/apps
    sudo apt-get update
    sudo apt-get install xdman
    ```
  18. abhishek-jaisingh revised this gist Nov 26, 2016. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -120,4 +120,8 @@ sudo apt-get install default-jre
    # iced-tea plugin
    ```
    sudo apt-get install icedtea-plugin
    ```
    # nmap
    ```
    sudo apt install nmap
    ```
  19. abhishek-jaisingh revised this gist Nov 26, 2016. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -116,4 +116,8 @@ sudo apt-get install bingwallpaper
    # java
    ```
    sudo apt-get install default-jre
    ```
    # iced-tea plugin
    ```
    sudo apt-get install icedtea-plugin
    ```
  20. abhishek-jaisingh revised this gist Nov 26, 2016. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -112,4 +112,8 @@ sudo apt-get install redshift redshift-gtk
    sudo add-apt-repository ppa:whizzzkid/bingwallpaper
    sudo apt-get update
    sudo apt-get install bingwallpaper
    ```
    # java
    ```
    sudo apt-get install default-jre
    ```
  21. abhishek-jaisingh revised this gist Nov 25, 2016. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -106,4 +106,10 @@ 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
    ```
  22. abhishek-jaisingh revised this gist Nov 25, 2016. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -102,4 +102,8 @@ sudo apt-get install indicator-multiload
    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
    ```
  23. abhishek-jaisingh revised this gist Nov 25, 2016. 1 changed file with 8 additions and 1 deletion.
    9 changes: 8 additions & 1 deletion ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -95,4 +95,11 @@ sudo apt-get install indicator-netspeed-unity
    ```
    sudo apt-get install indicator-multiload
    ```
    # [Brackets](http://www.webupd8.org/2013/11/install-brackets-in-ubuntu-via-ppa-open.html)
    # [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
    ```
  24. abhishek-jaisingh revised this gist Nov 24, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -95,4 +95,4 @@ sudo apt-get install indicator-netspeed-unity
    ```
    sudo apt-get install indicator-multiload
    ```
    # [Brackets](https://github.com/adobe/brackets/releases/download/release-1.8/Brackets.Release.1.8.64-bit.deb)
    # [Brackets](http://www.webupd8.org/2013/11/install-brackets-in-ubuntu-via-ppa-open.html)
  25. abhishek-jaisingh revised this gist Nov 24, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -95,3 +95,4 @@ sudo apt-get install indicator-netspeed-unity
    ```
    sudo apt-get install indicator-multiload
    ```
    # [Brackets](https://github.com/adobe/brackets/releases/download/release-1.8/Brackets.Release.1.8.64-bit.deb)
  26. abhishek-jaisingh revised this gist Nov 23, 2016. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -76,6 +76,11 @@ sudo apt-get install terminator
    sudo apt-get install axel
    ```
    # youtube-dl
    ## preferred
    ```
    sudo pip install --upgrade youtube_dl
    ```
    ```
    sudo apt-get install youtube-dl
    ```
  27. abhishek-jaisingh revised this gist Nov 23, 2016. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -22,6 +22,12 @@ sudo apt-get install lamp-server^
    ```
    sudo apt-get install apache2
    ```
    # pip
    ```
    sudo apt-get install python-pip python-dev build-essential
    sudo pip install --upgrade pip
    sudo pip install --upgrade virtualenv
    ```
    # PHP
    ```
    sudo apt-get install build-essential libxml2-dev
  28. abhishek-jaisingh revised this gist Nov 23, 2016. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -65,6 +65,15 @@ sudo apt-get install terminator
    # [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
    ```
    sudo apt-get install youtube-dl
    ```

    # Netspeed Indicator
    ```
    sudo apt-add-repository ppa:fixnix/netspeed
  29. abhishek-jaisingh revised this gist Nov 23, 2016. 1 changed file with 13 additions and 1 deletion.
    14 changes: 13 additions & 1 deletion ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -62,4 +62,16 @@ sudo apt-get install terminator
    # [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)
    # [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)

    # 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
    ```
  30. abhishek-jaisingh revised this gist Nov 23, 2016. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion ubuntu_must_install.md
    Original file line number Diff line number Diff line change
    @@ -60,4 +60,6 @@ sudo apt-get install terminator
    # [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/)
    # [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)