Site Tools


zerver

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
Next revisionBoth sides next revision
zerver [2022/01/28 11:06] 84.56.181.156zerver [2022/11/20 20:21] 10.100.0.1
Line 1: Line 1:
 #wiki:editMode=viewMod #wiki:editMode=viewMod
 +== six watt should be enought for every home server in idle state ==
  
 ubuntu 20.04 LTS server live auf LENOVO Z70 teningen bokk (graficalModeGone) ubuntu 20.04 LTS server live auf LENOVO Z70 teningen bokk (graficalModeGone)
Line 41: Line 42:
  
 "apt install fish" fish als standart shell: "chsh -s `which fish`" "apt install fish" fish als standart shell: "chsh -s `which fish`"
 +
  
 idle@:6W idle@:6W
 +idle+hdd: 11W  
 +stress-ng+hdd: 22w
 +== cpu stress ==
 +https://linuxhint.com/useful_linux_stress_test_benchmark_cpu_perf/
 +"sysbench cpu --threads=2 run" "stress-ng --cpu 4 --all"
 +
 +apt install net-tools (ifconfig)
 +
 +
 +== keep-ubuntu-server-running-on-a-laptop-with-the-lid-closed ==
 +https://askubuntu.com/questions/141866/keep-ubuntu-server-running-on-a-laptop-with-the-lid-closed
 +To disable entering the sleep mode I had to edit the /etc/systemd/logind.conf file and modify the line:
 +#HandleLidSwitch=suspend
 +to
 +HandleLidSwitch=ignore
 +Additionally, ensure that the file also has this line:
 +LidSwitchIgnoreInhibited=no
 +Then restart the OS via:
 +sudo service systemd-logind restart
 +
  
-apt install net-tools 
  
 +add userer pi
 +add user pi to sudo group "usermod -aG sudo username"
  
 +user z70 SUDO IOTstack https://sensorsiot.github.io/IOTstack/Getting-Started/
  
 +error:
 +nodered var/lib ro
 +nodered /dev/ACM serial ???
 +...
 + 
zerver.txt · Last modified: 2022/11/20 20:36 by 10.100.0.1