FAQ:Linux

From Leurent
Revision as of 11:47, 2 October 2016 by Admin (talk | contribs) (Add slapd)
Jump to navigation Jump to search

Install

Install all my basic usful tools

Here is a command to install all the small tools that are quite useful

apt install vim screen zsh htop iftop iotop subversion git ndisc6 debian-goodies sipcalc pwgen lshw apt-file sudo lvm2 lshell

Multimedia

Be able to RIP DVDs with Handbrake

  1. Follow http://www.videolan.org/developers/libdvdcss.html to install libdvdcss
  2. Install and use Handbrake


 Backend

 LDAP USer backend

  •  Install slapd
apt install slapd
dpkg-reconfigure slapd
  •  Restore backup ( delete 2 first entries before )
(SCREEN):root@tidus:[~]# slapadd < slapcat_20161002.ldiff
-#################### 100.00% eta   none elapsed                 spd  25.7 k/s 
Closing DB...
  •  Install libpam-ldap and libnss-ldap
apt install libnss-ldap libpam-ldap