Skip to content Skip to sidebar Skip to footer
Showing posts with the label Configuration

Install Tkinter Without Root Access

I'm having a bit of trouble trying to install Tkinter on a Linux system without having root pri… Read more Install Tkinter Without Root Access

Configuration File With List Of Key-value Pairs In Python

I have a python script that analyzes a set of error messages and checks for each message if it matc… Read more Configuration File With List Of Key-value Pairs In Python

Running Python Script As Root (with Sudo) - What Is The Username Of The Effective User?

I've recently began using ConfigParser() for my python scripts to add some functionality to the… Read more Running Python Script As Root (with Sudo) - What Is The Username Of The Effective User?