xubuntu 14.04 LTS : trusty ============================= * sauvegarde mots de passes mail, contacts thunderbird, mails, .., ftp, Notes (!!), sketchbook (processing + arduino), mails perso, fichiers config, fonts, favoris de mozilla, ... * installation * connaitre sa version cat /etc/lsb-release; uname -a lsb_release -d : ubuntu version * partitions df -h pour visualiser les partitions sudo nano /etc/fstab /dev/sda8 /media/data ntfs-3g auto,rw,suid,dev,exec,async 0 0 sudo mount -a * démarrage session décocher bluetooth * REPAIR BOOT (si trouve pas le grub) sudo add-apt-repository ppa:yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair boot-repair http://askubuntu.com/questions/499102/ubuntu-will-not-boot-from-hard-drive-after-installation http://members.iinet.net.au/~herman546/p20/GRUB2%20Bash%20Commands.html#install_update_and_repair http://www.howtogeek.com/114884/how-to-repair-grub2-when-ubuntu-wont-boot/ Démarrage sur UEFI dans le Bios * INSTALLATIONS =============== ** pd-extended sudo add-apt-repository "deb http://apt.puredata.info/releases `lsb_release -c | awk '{print $2}'` main" sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 9f0fe587374bbe81 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key D63D3D09C39F5EEB sudo apt-get update sudo apt-get install pd-extended ** télécharger arduino, processing, fritzing INSTALL ************************ sudo apt-get install synaptic xul-ext-lightning unetbootin filezilla grsync libreoffice camorama arduino screen vlc blender subversion git-core git openssh-server openssh-client qjackctl inkscape apache2 mysql-client mysql-server audacity libmp3lame0 sox geany openshot sysinfo xournal audex bluefish libreoffice-l10n-fr libreoffice-help-fr linux-headers-generic build-essential vlc-plugin-jack midisport-firmware ffmpeg : obsolète libavifile : obsolète thunderbird-lightning : xul-ext-lightning iw aptitude flashplayer-installer thunderbird-locale-fr codeblocks gparted freemind scribus texlive-latex-base txt2tags freecad vmpk ardour umbrello planner fritzing hydrogen transmageddon geogebra vinagre -- LAMP pour pluxml http://www.howtoforge.com/ubuntu_lamp_for_newbies http://linuxandfriends.com/how-to-enable-mod_rewrite-in-ubuntu-linux/ sudo apt-get install php5 libapache2-mod-php5 sudo aptitude install php5-gd sudo /etc/init.d/apache2 restart sudo a2enmod rewrite http://libgd.bitbucket.org/ .HTACCESS / APACHE sudo a2enmod rewrite sudo nano /etc/apache2/sites-available/000-default.conf Search for “DocumentRoot /var/www/html” and add the following lines directly below: AllowOverride All sudo service apache2 restart CONFIG ************************ - Dans Mozilla : vidéo downloader, wordreference, gosthery, screenshot, adBlock, FireBug+ vie privée historique + moteurs de recherches IxQuick - Dans Thunderbird : préférences > Rédaction > dictionnaire > français + Agendas sur owncloud Les liens CALDAV vers les 4 calendriers : http://reso-nance.org/cloud/remote.php/caldav/calendars/reso/disponibilite http://reso-nance.org/cloud/remote.php/caldav/calendars/reso/evenements http://reso-nance.org/cloud/remote.php/caldav/calendars/reso/reso http://reso-nance.org/cloud/remote.php/caldav/calendars/reso/lfo - Filezilla : ftp - Audio : - (avec temps réel) sudo nano /etc/group : audio:jr sudo nano /etc/security/limits.conf # Support Temps réel pour le groupe audio @audio - rtprio 90 @audio - memlock unlimited - GIT git config --global user.name "__prenom__ __nom__" git config --global user.email ___mail___ ssh-keygen cat ~/.ssh/id_rsa.pub Coller dans "Manage SSH keys" de gitorious.org ** PlUS ** OPENSCAD sudo add-apt-repository ppa:openscad/releases sudo apt-get install openscad OPENFRAMEWORKS http://www.openframeworks.cc/download/ for ubuntu: cd your_oF_directory/scripts/linux/ubuntu sudo ./install_codeblocks.sh sudo ./install_dependencies.sh if you want to have support for mp3 and some video codecs: sudo ./install_codecs.sh oFBOOK git clone https://github.com/openframeworks/ofBook http://forum.openframeworks.cc/t/how-to-install-ofbook/17002 sudo apt-get install pandoc sudo apt-get install python-pip sudo pip install beautifulsoup4 pip install soup pip install libsass sudo apt-get install python-2.4-dev sudo apt-get install texlive-fonts-recommended NODE sudo apt-add-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs npm METEOR sudo apt-get install curl curl https://install.meteor.com | /bin/sh meteor create myapp cd myapp meteor # Meteor server running on: http://localhost:3000/ apt-get install nginx apt-get install mongodb-server KICAD sudo add-apt-repository ppa:js-reynaud/ppa-kicad sudo apt-get update sudo apt-get install kicad SKYPE sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" && sudo apt-get update sudo apt-get install skype EAGLE sudo apt-get install libxrender1:i386 libxrandr2:i386 libxcursor1:i386 libfreetype6:i386 libfontconfig1:i386 libxi6:i386 libpng12-0:i386 libstdc++6:i386 libjpeg62:i386 libssl1.0.0:i386 http://www.cadsoftusa.com/download-eagle/ sudo bash ./eagle-lin-7.2.0.run ********** SCRIPT THUNAR ************ Thunar > Editer > Action personnalisée > Ajouter > Resize > bash ~/Softs/resize/resize.bash %N 1200x1200 sur les dossiers #! /bin/bash # argument folder folder="$1" folder_dest="$folder-web" size="$2x$2" # Test argument $1 if [ -d $1 ] then echo "Folder $1 ok" else echo "Usage example : ./resize folder size" echo "Folder $1 doesn't exist" exit 0 fi if [ -d $folder_dest ] then rm -rf $folder_dest mkdir $folder_dest else mkdir $folder_dest fi for file in $folder/* do file_export=$(basename $file) convert $file -quality 95 -resize $size\> +profile "*" $folder_dest/$file_export done exit 0 ************************************ AUTRES owncloud-client -server dropbox reactivision librecad qcad PCB designer