Month: September 2018

Fix an Internet connection – Internet not working

Here is a Python Script If then try… …. else try .., From this script flow & flowchart you can learn to debug a non working connection EASY READ EVEN FOR NON PYTHON PROGRAMMERS SCRIPT HERE // FLOWCHART FOLLOWS 17-internet-connection_py Flowchart          

Read More

Making Linux GUI programs using Linux Shell Scripting

Making Linux GUI programs using Linux Shell Scripting ======================= Usually Linux Shell Scripts make programs run in the CLI/Shell/Terminal, but less people know that using some commands like kdialog you can create GUI interfaces for Linux Desktops [Not Linux Servers] rather than run in the Terminal

Read More