You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			73 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
			
		
		
	
	
			73 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
---
 | 
						|
layout: post
 | 
						|
title: "Debian setup for personal laptop"
 | 
						|
date: 2019-02-02 11:36:09 +0100
 | 
						|
comments: true
 | 
						|
categories: 
 | 
						|
---
 | 
						|
 | 
						|
Setup redone after complete loss of trusty seven years old hard drive
 | 
						|
due to mechanical failure. Replaced with SSD, whole system reinstalled
 | 
						|
with fresh Debian 9.6.0.
 | 
						|
 | 
						|
Packages installation
 | 
						|
=====================
 | 
						|
 | 
						|
apt upgrade
 | 
						|
 | 
						|
packages:
 | 
						|
  zsh
 | 
						|
  mutt
 | 
						|
  git
 | 
						|
  subversion
 | 
						|
  whois
 | 
						|
  gnumeric
 | 
						|
  net-tools
 | 
						|
  traceroute
 | 
						|
  apt-file
 | 
						|
 | 
						|
packages de dépôts tiers :
 | 
						|
  virtualbox
 | 
						|
 | 
						|
package de source non-free :
 | 
						|
  firmware-iwlwifi
 | 
						|
 | 
						|
À la main :
 | 
						|
  firefox
 | 
						|
  Lastpass
 | 
						|
  Lastpass binary component (binaire à copier et JSON à générer
 | 
						|
    dans ~/.mozilla)
 | 
						|
 | 
						|
Driver Nvidia
 | 
						|
=============
 | 
						|
 | 
						|
Pour fonctionnement correct de l'accélération 3D dans VirtualBox
 | 
						|
(pour Fusion 360)
 | 
						|
 | 
						|
  linux-headers-$(uname -r|sed 's/[^-]*-[^-]*-//')
 | 
						|
  nvidia-driver depuis le dépôt stretch-backports
 | 
						|
 | 
						|
Dans xorg.conf, override manuel DPI 100x100 (défaut 143x144 : fontes
 | 
						|
trop grandes)
 | 
						|
 | 
						|
Customize
 | 
						|
=========
 | 
						|
 | 
						|
ln -s Téléchargements ftp
 | 
						|
 | 
						|
Gnome-terminal:
 | 
						|
  palette prédéfinie blanc sur noir
 | 
						|
 | 
						|
Apparence/fenêtres
 | 
						|
  focus follows mouse
 | 
						|
 | 
						|
chsh zsh
 | 
						|
 | 
						|
checkout scripts, ln -s .zshrc
 | 
						|
 | 
						|
xmodmap multi_key
 | 
						|
 | 
						|
firefox
 | 
						|
  setup sync
 | 
						|
  middlemouse.contentLoadURL <- true
 |