Skip to content

Instantly share code, notes, and snippets.

@mzaidannas
Last active July 31, 2018 10:43
Show Gist options
  • Save mzaidannas/06f5cf603f68a51a7171c6a6ade24087 to your computer and use it in GitHub Desktop.
Save mzaidannas/06f5cf603f68a51a7171c6a6ade24087 to your computer and use it in GitHub Desktop.

ppa:oibaf/graphics-drivers #Advanced Graphics ppa:paulo-miguel-dias/mesa #Bleeding-Edge Graphics ppa:wine/wine-builds #WINE Compatibility Layer ppa:commendsarnex/winedri3 #WINE+DirectX9 graphics ppa:danielrichter2007/grub-customizer #GRUB2 Customizer ppa:gezakovacs/ppa #unetbootin usb bootable tool ppa:darklin20/bomi #bomi universal media player ppa:stebbins/handbrake-releases #handbreak media encoder ppa:ubuntu-toolchain-r/test #GCC and G++ ppa:boost-latest/ppa #Boost C/C++ Libraries ppa:webupd8team/java #JDK and JVM ppa:yannubuntu/boot-repair #Boot-Repair Software ppa:deluge-team/ppa #Deluge-Bittorrent Client ppa:nilarimogard/webupd8 #Aducious Audio Player ppa:ubuntu-mozilla-daily/ppa #Mozilla Firefox/Thunderbird daily ppa:inkscape.dev/trunk #Inkscape Unstable ppa:otto-kesselgulasch/gimp-edge #GIMP ppa:thomas-schiex/blender #Blender ppa:kritalime/ppa #Krita ppa:octave/stable #Octave MATLAB Alternative ppa:dac922/octave-unstable #Octave Unstable ppa:paul-climbing #WinFF Converter ppa:gnac-team/ppa #Gnac Audio Converter ppa:obsproject/obs-studio #OBS Screen Recorder ppa:kirillshkrogalev/ffmpeg-next #ffmpeg for OBS and Bomi ppa:videolan/master-daily #VLC Unstable ppa:libreoffice/ppa #Libre-Office Stable ppa:libreoffice/libreoffice-prereleases #Libre-Office Alpha/Beta resleases create /etc/apt/preferences.d/libreoffice-libreoffice-5-0.pref and paste following code Package: * Pin: release o=LP-PPA-libreoffice-libreoffice-5-0 Pin-Priority: 701

ppa:mc3man/mpv-tests #mpv and Advanced Multimedia Support ppa:djcj/vapoursynth #Vapoursync(Motion Interpolation) + mpv-vapoursync ppa:c.falco/mame #MAME and MESS Emulators ppa:gregory-hainaut/pcsx2.official.ppa #PCSX2 Linux ppa:plushuang-tw/uget-stable #uGet Downloader Manager ppa:dreibh/ppa #Wireshark and other network tools ppa:rael-gc/ubuntu-xboxdrv #ubuntu-xboxdrv Gamepad controller ppa:gwendal-lebihan-dev/cinnamon-nightly#Add cinnamon desktop to any debian based OS :-) ppa:tualatrix/ppa #ubuntu tweak ppa:fcitx-team/nightly #fcitx input method

Commandlines to add reposity: sudo add-apt-repository

LLVM:

Repository : deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial main Repository(Source) : deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial main wget -q -O - http://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -

Code::Blocks for stable:

Repository : deb [arch=amd64,i386] https://apt.jenslody.de/stable jessie main Repository(Source) : deb-src https://apt.jenslody.de/stable jessie main

for testing and unstable:

Repository : deb [arch=amd64,i386] https://apt.jenslody.de/testing stretch main Repository(Source) : deb-src https://apt.jenslody.de/testing stretch main

Google Chrome: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - Repository : deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

MKVToolNix: wget -q -O - https://mkvtoolnix.download/gpg-pub-moritzbunkus.txt | sudo apt-key add - echo "deb http://mkvtoolnix.download/ubuntu/xenial/ ./" | sudo tee /etc/apt/sources.list.d/bunkus.org.list echo "deb-src http://mkvtoolnix.download/ubuntu/xenial/ ./" | sudo tee -a /etc/apt/sources.list.d/bunkus.org.list

Intel Graphics Installer: wget -q --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-4 -O- | sudo apt-key add -

Running Intel Graphics Installer:

sudo geany /etc/lsb-release (replace all of the following):

DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu Xenial Xerus"

DISTRIB_ID=LinuxMint DISTRIB_RELEASE=18.1 DISTRIB_CODENAME=serena DISTRIB_DESCRIPTION="Linux Mint 18.1 Serena"

Mono .NET and C#

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list

.NET Core(Microsoft)

sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ xenial main" > /etc/apt/sources.list.d/dotnetdev.list' sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893 sudo apt-get update sudo apt-get install dotnet-dev-1.0.0-preview2.1-003177

SQL Server Core(Microsoft)

Server:localhost, 127.0.0.1 Username: SA,sa Password: Mzaidannas007

curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server.list | sudo tee /etc/apt/sources.list.d/mssql-server.list sudo apt-get update sudo apt-get install -y mssql-server sudo /opt/mssql/bin/sqlservr-setup systemctl status mssql-server

curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list sudo apt-get update sudo apt-get install mssql-tools

MariaDB( MySQL Alternative )

sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 sudo add-apt-repository 'deb [arch=amd64] http://sgp1.mirrors.digitalocean.com/mariadb/repo/10.2/ubuntu xenial main' sudo apt update sudo apt install mariadb-server

NodeJS Repository : deb https://deb.nodesource.com/node_7.x xenial main Repository(Source) : deb-src https://deb.nodesource.com/node_7.x xenial main curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - sudo apt-get install -y nodejs

Oracle VirtualBox:

Repository : deb http://download.virtualbox.org/virtualbox/debian xenial contrib

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -

Elastic Search:

Repository : deb https://artifacts.elastic.co/packages/5.x/apt stable main

wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - echo "deb https://artifacts.elastic.co/packages/5.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-5.x.list

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