FAQ:Linux: Difference between revisions
Jump to navigation
Jump to search
(→Install all my basic usful tools: Save for the night) |
(Add slapd) |
||
Line 6: | Line 6: | ||
<source lang="bash"> |
<source lang="bash"> |
||
apt install vim screen zsh htop iftop iotop subversion git ndisc6 debian-goodies sipcalc pwgen lshw apt-file sudo lvm2 |
apt install vim screen zsh htop iftop iotop subversion git ndisc6 debian-goodies sipcalc pwgen lshw apt-file sudo lvm2 lshell |
||
</source> |
</source> |
||
Line 14: | Line 14: | ||
# Follow http://www.videolan.org/developers/libdvdcss.html to install libdvdcss |
# Follow http://www.videolan.org/developers/libdvdcss.html to install libdvdcss |
||
# Install and use Handbrake |
# 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 |
Revision as of 11:47, 2 October 2016
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
- Follow http://www.videolan.org/developers/libdvdcss.html to install libdvdcss
- 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