README.md: replace "Internet tools for cli" doc at the same place as the
script.
This commit is contained in:
parent
e91404276b
commit
ea0bffa42c
29
README.md
29
README.md
@ -9,8 +9,8 @@
|
||||
* [Dev tools](#dev-tools)
|
||||
* [Admin tools for cli](#admin-tools-for-cli)
|
||||
* [System tools for shell](#system-tools-for-shell)
|
||||
* [Internet tools for cli](#internet-tools-for-cli)
|
||||
* [Network share](#network-share)
|
||||
* [Internet tools for shell](#internet-tools-for-shell)
|
||||
* [Office tools for shell](#office-tools-for-shell)
|
||||
* [Desktop tools for X11](#desktop-tools-for-x11)
|
||||
* [Manpages - Documentation](#manpages-documentation)
|
||||
@ -251,6 +251,17 @@ iface enp0s25 inet dhcp
|
||||
```
|
||||
* ZSH: set as default user for root; "${new_username}"; new users with adduser.
|
||||
|
||||
#### Internet tools for shell
|
||||
|
||||
##### Add
|
||||
* axel: Light command line download accelerator.
|
||||
* finch: Instant messaging client in ncurses.
|
||||
* postfix: High-performance mail transport agent.
|
||||
* weechat-curses: Fast, light and extensible chat client.
|
||||
|
||||
##### Configuration
|
||||
* Ensure to forward root's mail to new user email address.
|
||||
|
||||
#### Network share
|
||||
|
||||
##### Add
|
||||
@ -267,22 +278,6 @@ iface enp0s25 inet dhcp
|
||||
* Disable nfs-kernel-server service if still available.
|
||||
* Disable all samba service if still availables.
|
||||
|
||||
#### Internet tools for shell
|
||||
|
||||
##### Add
|
||||
* axel
|
||||
* Light command line download accelerator.
|
||||
* finch
|
||||
* Instant messaging client in ncurses.
|
||||
* postfix
|
||||
* High-performance mail transport agent.
|
||||
* weechat
|
||||
* Fast, light and extensible chat client.
|
||||
|
||||
##### Configuration
|
||||
* Ensure to forward root's mail to new user email address.
|
||||
|
||||
|
||||
#### Office tools for shell
|
||||
|
||||
##### Add
|
||||
|
@ -649,6 +649,20 @@ chown "${new_username}":"${new_username}" /home/"${new_username}"/.zsh
|
||||
sed -i "s;/bin/bash;/bin/zsh;" /etc/adduser.conf
|
||||
###########################################################
|
||||
|
||||
###########################################################
|
||||
#### Internet tools for cli
|
||||
##### Installation
|
||||
aptins "Internet tools for cli" axel finch postfix weechat-curses
|
||||
|
||||
##### Post-configuration
|
||||
###### Postfix
|
||||
# Ensure to forward root's mails to $new_user_mail
|
||||
if [ ! "$(grep "root: .*${new_user_mail}" /etc/aliases)" ]; then
|
||||
sed -i "s/^root: /root: ${new_user_mail} /" /etc/aliases
|
||||
newaliases
|
||||
fi
|
||||
###########################################################
|
||||
|
||||
###########################################################
|
||||
## Outils systèmes (graphique)
|
||||
## Liste: gprename
|
||||
@ -777,22 +791,6 @@ fi
|
||||
###### Information for end user
|
||||
#### See README.md
|
||||
|
||||
###########################################################
|
||||
## Internet tools for shell
|
||||
## Liste: axel - finch - postfix - weechat-curses
|
||||
###########################################################
|
||||
|
||||
###### Installation
|
||||
aptins "Internet tools for shell" axel finch postfix weechat-curses
|
||||
|
||||
###### Post-configuration
|
||||
#### Postfix
|
||||
# Ensure to forward root's mails to $new_user_mail
|
||||
if [ ! "$(grep "root: .*${new_user_mail}" /etc/aliases)" ]; then
|
||||
sed -i "s/^root: /root: ${new_user_mail} /" /etc/aliases
|
||||
newaliases
|
||||
fi
|
||||
|
||||
###########################################################
|
||||
## Internet tools for X11
|
||||
## Liste : browser-plugin-freshplayer-pepperflash - dwb - filezilla - icedove - icedove-l10n-fr - iceowl-extension - iceweasel (experimental) - iceweasel-l10n-fr - luakit - midori - pepperflashplugin-nonfree - pidgin - pidgin-otr - pidgin-microblog - rdesktop - sun-java6-jre - transmission - tsclient - xvnc4viewer -
|
||||
|
Loading…
x
Reference in New Issue
Block a user