Close

New version has colour coded pc list view

A project log for Remote Linux Manager

The Remote Linux Manager is a robust, multi-threaded GUI application designed for centralising the management, monitoring, maintenance

diddydiddy 11/04/2025 at 20:210 Comments

New version has colour coded PC List view that ties up with the colour coded activity log view.

so now its very easy to follow each pc's log output.

if running on the linux development machine under chrome os, to fix the pc name lookup, install the following on the chrome os linux temrinal :-

sudo apt install libnss-mdns

sudo apt install samba winbind libnss-winbind

edit the nssswitch.conf file with :-

sudo nano /etc/nsswitch.conf 

edit the hosts to use wins name lookup so it should look like :-

hosts:          files wins mdns4_minimal [NOTFOUND=return] dns

save and exit. now the Linux remote app can be ran up with cd /manage-pcs

./linux.sh 

Running on Chrome OS Flex

Discussions