All Questions
3 questions
2
votes
0
answers
68
views
a C/Python X server interface extension package
The project is named winlin; it's a portmanteau of the words window and Linux.
I'm working on a CPython extension to interact with the X server and manipulate windows. I don't have a ton of ...
2
votes
0
answers
58
views
8
votes
2
answers
495
views
Identify users who have logged in as root
This is a program written in Python 3.x and Bash to check and find any users who have logged in as root via sudo su, sudo -i, ...