Skip to content

Instantly share code, notes, and snippets.

@molcay
Last active November 21, 2016 09:15
Show Gist options
  • Save molcay/9c993be2518a77483415b54e73042263 to your computer and use it in GitHub Desktop.
Save molcay/9c993be2518a77483415b54e73042263 to your computer and use it in GitHub Desktop.
Format Sonrası Yapılacak Listesi

Installation and Settings after new setup of Linux installation (Linux Mint 17 - 18)

  • Update & Upgrade from GUI:
sudo apt-get update
sudo apt-get upgrade
  • Install Boot-Repair for GRUB:
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
  • Install guake terminal: Go to here.

  • Setting up Firefox Homepage and default search engine: Go to here.

  • Install JDK & remove OpenJDK: Go to here

  • Install from .deb files:

    • Google Chrome
    • TeamViewer
    • Sublime Text
    • Slack *
    • Vivaldi *
    • Opera *

* : optional

  • 20 things to do after installing Linux Mint 17 Qiana Cinnamon: Go to here

Applications List:

  • Install Netbeans:
chmod +x netbeans-8.2-linux.sh
./netbeans-8.2-linux.sh
  • Install Genymotion:
chmod +x genymotion-<version>_<arch>.bin
./genymotion-<version>_<arch>.bin
  • Install VirtualBox v4.3: The trusty part have to change for Linux Mint 18
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian trusty contrib" >> /etc/apt/sources.list'
wget http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-4.3
sudo apt-get install virtualbox-dkms

Tools

  • nodejs:
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install -y nodejs

Personalization

  • Faince Theme:
sudo add-apt-repository ppa:tiheum/equinox
sudo apt-get update && sudo apt-get install faience-theme faience-icon-theme
  • Numix Circle Icon(*Numix Icon Theme - Numix Plank ) Theme Yükeleme:
sudo apt-add-repository ppa:numix/ppa
sudo apt-get update
*sudo apt-get install numix-icon-theme
sudo apt-get install numix-icon-theme-circle
*sudo apt-get install numix-plank-theme
  • Conky Manager:
sudo apt-add-repository ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install conky-manager

Settings

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