Ajenti System Manager

nice interface but very resource intensive http://ajenti.org/

make flash player for linux suck less

# Adobe player settings AVHardwareDisable = 0 FullScreenDisable = 0 LocalFileReadDisable = 1 FileDownloadDisable = 1 FileUploadDisable = 1 LocalStorageLimit = 1 ThirdPartyStorage = 1 AssetCacheSize = 10 AutoUpdateDisable = 1 LegacyDomainMatching = 0 LocalFileLegacyAction = 0 AllowUserLocalTrust = 0 # DisableSockets = 1 OverrideGPUValidation = 1

django stuff

south ./manage.py schemamigration wombat --auto ./manage.py migrate wombat permissions update permissions with django-extension http://devwithpassion.com/felipe/south-django-permissions/ ./manage.py syncdb --all