Process overview: top, htop, nmon
Disk/read/write: iotop -o -b -d 10
My activies off the job and former HPC research
Process overview: top, htop, nmon
Disk/read/write: iotop -o -b -d 10
To my knowledge there is no satisfactory solution to share a Minecraft Win 10 licence from MS Store on a Win10 Computer among different users with differen MS Store accounts.
No App Sharing as known from Apple or Google possible.
The MS Solution is to buy the licence X-Times!
Not Cool!
https://askubuntu.com/questions/18654/how-to-prevent-updating-of-a-specific-package
Put a package on hold:
echo "<package-name> hold" | sudo dpkg --set-selections
Remove the hold:
echo "<package-name> install" | sudo dpkg --set-selections
Display the status of your packages:
dpkg --get-selections
I just installed Postfix on multiple raspis to be informed about updates, problems etc.
Any suggestions on how this could be done easier by e.g. collecting would be very much appreciated.
I started of with:
sudo apt install postfix:
Nagios installed following ....
Systems under surveillance need:
sudo apt-get install nagios-nrpe-server nagios-plugins
modprobe w1-gpio pullup=1 modprobe w1-therm if all works well you make these Settings permanent by putting it into (old kernel versions)# /etc/modules w1-gpio pullup=1 w1-thermThe same functionality should be achievable by putting the following in /boot/config.txt or better (ubuntu) /boot/Firmware/usercfg.txt dtoverlay=w1-gpio,gpioin=4,pullup=on
I suggest doing this in the end, if eventually everythin works