Tutorials

Execute last command as root

Re-run previously entered command as root user.

python
sudo !!

!! is automatically substituted to the content of the previous command. Turning the above line into sudo <your command here>.

PyQt/PySide Development Services

Stuck in development hell? I'll help you get your project focused, finished and released. Benefit from years of practical experience releasing software with Python.

Find out More

Elsewhere

Control memcached from the command line
Find all files containing a given string
Collaborate in the shell with screen (multiuser)
Basic Kivy Widgets