#################################################################### # 2019/01/19 - PsychOS 3.1.3 - Delete files and restart from 3.1.2 # #################################################################### I've been looking up which files to delete/edit before redistributing PsychOS. - "/etc/wicd/wireless-settings.conf" - "/etc/NetworkManager/system-connections" - "/etc/NetworkManager/nm-system-settings.conf" - "/etc/sysconfig/network-scripts" Check for DNS caching: 'ps ax | grep dnsmasq' *If disabled, -cache-size=0 Flash DNS cache: 'sudo /etc/init.d/dns-clean restart' 'sudo /etc/init.d/networking force-reload' Make sure 'nscd' isn't installed Flush dnsmasq DNS cache: 'sudo /etc/init.d/dnsmasq restart' 'sudo /etc/init.d/named restart' 'sudo rndc restart' 'sudo rndc flush lan' 'sudo rndc flush wan' Weather: 'xterm -g 130x40 -hold -T "Local Weather" -e curl -4 http://wttr.in/ &' I had to restart from PsychOS 3.1.2 (2019/1/17).