themactep.com

A home of miscellaneous projects by Paul Philippov.

Notes

How to check if application has enough privileges on Ruby

raise 'Must run as root' unless Process.uid == 0