apachetop | Realtime Apache monitoring tool |
apt-file | Search for files within Debian packages (command-line interface) |
backintime-gnome | GNOME front-end for backintime |
backintime-kde | KDE front-end for backintime |
darkstat | Network traffic analyzer |
dnsutils | Clients provided with BIND |
etckeeper (*) | Store /etc in git, mercurial, bzr or darcs |
exa | Modern replacement for ls |
git | Fast, scalable, distributed revision control system |
htop | Interactive processes viewer |
iptables | Administration tools for packet filtering and NAT |
iptables-persistent | Boot-time loader for netfilter rules, iptables plugin |
jupyter (pip3) | Jupyter metapackage. Install all the Jupyter components in one go. |
kompare | File difference viewer |
locate | Maintain and query an index of a directory tree |
logrotate | Log rotation utility |
logwatch | Log analyser with nice output written in Perl |
marktext (*) | Simple and elegant open-source markdown editor that focused on speed and usability |
mc | Midnight Commander – a powerful file manager |
meld | Graphical tool to diff and merge files |
monit (*) | Monitor and manage distributed computer systems |
net-tools | NET-3 networking toolkit |
nftables | Program to control packet filtering rules by Netfilter project |
nicstat | Print network traffic statistics |
ntopng | High-Speed Web-based Traffic Analysis and Flow Collection Tool |
powerline-status (*) | The ultimate statusline/prompt utility |
python3 | Interactive high-level object-oriented language |
python3-pygments | Syntax highlighting package written in Python 3 |
resolvconf | Name server information handler |
rsync | Fast, versatile, remote (and local) file-copying tool |
shellcheck | Lint tool for shell scripts (check shell scripts syntax) |
sudo | Provide limited super user privileges to specific users |
task-kde-desktop | KDE Plasma |
terminator | Multiple GNOME terminals in one window |
tree | Displays an indented directory tree, in color |
typora (*) | A minimal Markdown reading & writing app |
ufw | Program for managing a Netfilter firewall |
unison | File-synchronization tool for Unix and Windows |
unison-gtk | File-synchronization tool for Unix and Windows with GTK+ interface |
voila (pip3) | Serving read-only live Jupyter notebooks |
whowatch | Real-time user logins monitoring tool |
ETCKEEPER
nos-oignons.net – etckeeper – Installation
Installation et exemples de commandes, reposant sur Git :
sudo apt-get install etckeeper sudo etckeeper commit sudo etckeeper vcs status sudo etckeeper vcs log sudo etckeeper vcs diff
MARK TEXT
wget https://github.com/marktext/marktext/releases/download/v0.15.0/marktext-0.15.0-x86_64.AppImage chmod +x marktext-0.15.0-x86_64.AppImage ./marktext-0.15.0-x86_64.AppImage --no-sandbox
MONIT
- https://mmonit.com/
- https://mmonit.com/monit/#download
- https://mmonit.com/wiki/Monit/Installation
wget https://mmonit.com/monit/dist/binary/5.26.0/monit-5.26.0-linux-x64.tar.gz tar zxvf monit-5.26.0-linux-x64.tar.gz cd monit-5.26.0/ sudo cp bin/monit /usr/local/bin/ sudo cp conf/monitrc /etc/ sudo monit sudo monit status sudo monit summary
Connexion au navigateur sur le port 2812 :
http://localhost:2812
POWERLINE (Installation avec segments Git et Docker)
sudo apt-get update sudo apt-get install -y python-pip fonts-powerline ttf-bitstream-vera sudo pip install powerline-status powerline-gitstatus powerline-docker netifaces cd ~ wget https://github.com/eosrei/twemoji-color-font/releases/download/v12.0.1/TwitterColorEmoji-SVGinOT-Linux-12.0.1.tar.gz tar zxvf TwitterColorEmoji-SVGinOT-Linux-12.0.1.tar.gz sudo cp TwitterColorEmoji-SVGinOT-Linux-12.0.1/TwitterColorEmoji-SVGinOT.ttf /usr/share/fonts/truetype/ttf-bitstream-vera/Vera rm TwitterColorEmoji-SVGinOT-Linux-12.0.1.tar.gz rm -rf TwitterColorEmoji-SVGinOT-Linux-12.0.1/
sudo nano /etc/bash.bashrc
if [ -f $(which powerline-daemon) ]; then powerline-daemon -q POWERLINE_BASH_CONTINUATION=1 POWERLINE_BASH_SELECT=1 fi if [ -f /usr/local/lib/python2.7/dist-packages/powerline/bindings/bash/powerline.sh ]; then source /usr/local/lib/python2.7/dist-packages/powerline/bindings/bash/powerline.sh fi
git clone https://github.com/darwinos/powerline-perso.git ~/.config/powerline/
TYPORA
wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add - sudo add-apt-repository 'deb https://typora.io/linux ./' sudo apt-get update sudo apt-get install -y typora