Cygwin – uruchamianie aplikacji z linuxa na windowsie – s.13
TheSSS – najmniejszy serwer na świecie, http, ftp, ssh, telnet – s.27
Nmon – narzędzie do monitorowania ruchu sieciowego, cpu, dysku itp – s.28
Parametry Rsynca – s.41
Crystal disk mark – benchmark hdd ssd – s.42
Miniflux – czytnik RSS online – s.55
Bash History Suggest Box, rozbudowane narzędzie do przeglądania historii bash – s.56
Inxi – system info rozbudowany – s.72
Multitail – tail z menu i podziałem na okna – s .74
== instalujemy serwer mysql i proftpd z mod_mysql
apt-get install mysql-server apt-get install proftpd proftpd-mod-mysql
Zobacz całość
vim /etc/xdg/lxsession/LXDE/autostart @xset s off @xset -dpms @xset s noblank
http://raspberrypi.stackexchange.com/questions/752/how-do-i-prevent-the-screen-from-going-blank
aptitude remove gnome-screensaver
http://blog.tordeu.com/?p=292 - działa
Kubuntu
Start > Energy Saving > uncheck Screen Energy Saving
Ubuntu 18.04
sudo vim /etc/gdm3/custom.conf
[daemon] # Uncoment the line below to force the login screen to use Xorg #WaylandEnable=false # Enabling automatic login AutomaticLoginEnable = true AutomaticLogin = [username]
Ubuntu 16.04
SDDM
Create config file
sddm --example-config > /etc/sddm.conf vim /etc/sddm.conf
[Autologin] User=john Session=plasma.desktop
Create /etc/lightdm/lightdm.conf
vim /etc/lightdm/lightdm.conf
[SeatDefaults] autologin-user=[username] autologin-user-timeout=0 user-session=ubuntu greeter-session=unity-greeter
Ubuntu lxde
vim /etc/lightdm/lightdm.conf user-session=lxde autologin-user=[username] autologin-user-timeout=0
Ubuntu Xfce
vim /etc/lightdm/lightdm.conf user-session=xubuntu autologin-user=[username] autologin-user-timeout=0
Kubuntu kde-plasma vim /usr/share/lightdm/lightdm.conf.d/40-kde-plasma.conf [SeatDefaults] user-session=kde-plasma autologin-user=symulator autologin-user-timeout=0
Zobacz całość