Hello! I had a player gathering dust from that very issue of Vogue magazine, I decided to make a system monitor for my
server in a
box out of it, and this is what came of it:


How is this done?
First, Linux is
installed on Vogue -
vogeeky.co.cc/software/linuxThen the network is connected via usb.
To output statistics, conky is used in ncurses mode, and netcat is used to transmit to Vogue.
Connect via ssh to Vogue and add the following to /etc/init.d/rcS:
echo -e "\033[9;0]" export COLUMNS=100 while [ true ]; do nc -l -p 4242; done
We install conky on the server, replace the config and launch it as follows:
sudo ifconfig usb0 192.168.1.2 sleep 1 nohup conky -c ./conkyrc-jc | nohup nc 192.168.1.1 4242 &
')
That's all. To output traffic, vnstat is used, and the number of IPTV clients is taken from udpxy. Also, configs are replaced with crown at midnight so that the screen does not burn out (is this still relevant on the LCD?)
Config conky