2008-12-212008-12-21T15:29:56ZY-m-d">December 21, 20082008-12-21T15:29:56ZF j, Y
If you use python via the command line in Windows vista, you’ll notice that it won’t accept command line arguments if you run a script. For example this won’t work: python myscript.py argument1 argument2 Your python script won’t get the arguments. The fix for Windows Vista is: Get an application called: File Type Doctor Find [...]
Read the full article →
2008-06-302008-06-30T19:36:30ZY-m-d">June 30, 20082008-06-30T19:36:30ZF j, Y
To autologin to Ubuntu Server you will need to get mingetty sudo apt-get intall mingetty Then you will want to edit /etc/event.d/tty1 and change the following: exec /sbin/getty 38400 tty1 to exec /sbin/mingetty –autologin your_username tty1 To autologin to Ubuntu Desktop do the following sudo gdmsetup click on the Security tab check Enable Automatic [...]
Read the full article →