Skip to content

Instantly share code, notes, and snippets.

@DILL44
Last active November 30, 2015 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DILL44/70bafc5be137c86862d8 to your computer and use it in GitHub Desktop.
Save DILL44/70bafc5be137c86862d8 to your computer and use it in GitHub Desktop.
mes logiciel linux
###############sytem
sudo apt-get install vim htop git
###############hardware
sudo apt-get install fritzing arduino kicad
###############admin
sudo apt-add-repository 'deb http://liveusb.info/multisystem/depot all main'
wget -q -O - http://liveusb.info/multisystem/depot/multisystem.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox testdisk multisystem gsmartcontrol netdiscover
sudo adduser "$USER" adm
###############web
sudo apt-get install curl
#client
sudo apt-get install mysql-client filezilla chromium-browser
#serveur php
sudo apt-get install php5 mysql-server apache2 phpmyadmin drush php5-intl php5-curl php5-sqlite sqlite3 owncloud-client
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
#nodejs
sudo apt-add-repository 'deb http://ftp.us.debian.org/debian wheezy-backports main'
sudo apt-get update
sudo apt-get install build-essential nodejs-legacy
curl -L https://www.npmjs.org/install.sh | sudo sh
###############3D
sudo apt-get install openscad blender wings3d
###############bureautique
sudo apt-get install freeplane dia revelation pdfsam
###############gnome custuming
sudo apt-get install gconf-editor
###############developpment
sudo apt-get install qtcreator eclipse gitg
#wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3065_amd64.deb
#sudo dpkg -i sublime-text_build-3065_amd64.deb
#wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3065_i386.deb
#sudo dpkg -i sublime-text_build-3065_i386.deb
###############video
sudo apt-get install vlc ffmpeg
###############image
###############jeux
sudo apt-get install supertuxkart supertux
###############non free
sudo apt-add-repository 'deb ftp://ftp.debian.org/debian stable main contrib non-free'
sudo apt-get update
#skype
sudo dpkg --add-architecture i386
sudo apt-get update
wget -O skype-install.deb http://www.skype.com/go/getskype-linux-deb
sudo dpkg -i skype-install.deb
sudo apt-get -f install
#flash
sudo apt-get install flashplugin-nonfree
#wifi
sudo apt-get install broadcom-sta-dkms
# and go to https://extensions.gnome.org for custom your interface
#!bin/bash
#update 7 => jessie with https://wiki.debian.org/DebianEdu/Documentation/Jessie/Upgrades
#ajout dépot
sudo apt-add-repository 'deb http://liveusb.info/multisystem/depot all main'
sudo apt-add-repository 'deb http://ftp.us.debian.org/debian jessie-backports main'
wget -q -O - http://liveusb.info/multisystem/depot/multisystem.asc | sudo apt-key add -
sudo apt-add-repository 'deb ftp://ftp.debian.org/debian stable main contrib non-free'
sudo apt-get update
#install
sudo apt-get install vim htop git gitg fritzing arduino kicad virtualbox testdisk multisystem gsmartcontrol curl mysql-client filezilla chromium-browser php5 mysql-server apache2 phpmyadmin drush php5-intl php5-curl php5-sqlite sqlite3 build-essential nodejs-legacy openscad blender wings3d dia freeplane revelation pdfsam gconf-editor qtcreator eclipse supertuxkart supertux vlc ffmpeg flashplugin-nonfree broadcom-sta-dkms netdiscover owncloud-client
#with no repository
sudo dpkg --add-architecture i386
sudo apt-get update
wget -O skype-install.deb http://www.skype.com/go/getskype-linux-deb
sudo dpkg -i skype-install.deb
sudo apt-get -f install
wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3065_amd64.deb
sudo dpkg -i sublime-text_build-3065_amd64.deb
#install other language
curl -sS https://getcomposer.org/installer | php
curl -L https://www.npmjs.org/install.sh | sudo sh
mv composer.phar /usr/local/bin/composer
sudo adduser "$USER" adm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment