Categories
- Blog (104)
- Lua (13)
- Miscellaneous (48)
- Photos (6)
- Programming (33)
- Python (15)
- Sample (3)
- Web Design (3)
- Writing (2)
- Portfolio (40)
- Snippets (28)
- Blog (104)
Tag Archives: linux
How to fix the keyboard issues with Ubuntu Login
If you have installed Ubuntu 10.x on vmWare, you will find that the default keyboard configuration does not let you type anything into the login box. This is a big issue since Ubuntu requires that your root user has a…
Posted in Blog, Miscellaneous
Tagged keyboard, linux, problems, ubuntu, vmware, windows
Leave a comment
Auto-restart in (Python) and subprocess.Popen goodness
This is an auto-restart script for Orbited, but it can be modified to be used with other apps. This is presuming that there’s only one instance with that name running.
Basically, this script takes into account the fact that if…
Posted in Programming, Python, Snippets
Tagged auto, autostart, bash, code, goodness, grep, kill, linux, omg, orbited, pipes, Popen, process, Programming, ps, Python, Python 2.5, Python 3.0, restart, subprocess, task manager, unix
Leave a comment