User Tools

Site Tools


qemunet:install:debian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
qemunet:install:debian [2019/05/24 10:43] orelqemunet:install:debian [2020/04/17 08:46] orel
Line 74: Line 74:
 ==Install your packages== ==Install your packages==
  
-<code> +<code bash> 
-apt-get install emacs-nox jed vim nano python-scapy tcpdump tshark +# networking 
-  dnsmasq dsniff xterm apache2 telnetd ftpd openvpn openssl vlan bridge-utils +apt-get install emacs-nox jed vim nano python-scapy tcpdump tshark dnsmasq dsniff xterm apache2 telnetd ftpd openvpn openssl vlan bridge-utils util-linux manpages bash bash-completion locales-all tmux screen expect zip unzip git moreutils net-tools socat rlwrap wget curl tcpdump netcat-openbsd 
- +# python & scapy
-apt-get install util-linux manpages bash bash-completion locales-all tmux screen expect zip unzip git moreutils net-tools socat rlwrap wget curl tcpdump netcat-openbsd +
 apt-get install python3 python3-pip python python-pip python3-scapy python-scapy ipython ipython3 apt-get install python3 python3-pip python python-pip python3-scapy python-scapy ipython ipython3
- 
 pip install --upgrade pip pip install --upgrade pip
 pip3 install --upgrade pip pip3 install --upgrade pip
- 
 </code> </code>
  
Line 204: Line 200:
  
   systemctl start start.service   systemctl start start.service
 +  
 +
 +Pour afficher toutes les units :
 +
 +  systemctl list-units
 +  systemctl list-units --all
 +  systemctl list-units --type target --all
 +
 +
 +Check critical chains... and try to optimize it... 
 +
 + 
 +  systemd-analyze critical-chain
 +  systemd-analyze blame
 +
 +
 +For instance, you can change the default target to disable graphical boot...
 +
 +  systemctl get-default   # => graphical.target
 +  systemctl set-default multi-user.target
 +  systemctl get-default   # => multi-user.target
 +
  
 == Startup script with rc.local (deprecated) == == Startup script with rc.local (deprecated) ==
qemunet/install/debian.txt · Last modified: 2024/03/18 15:06 by 127.0.0.1