March 26th, 2008
If you for some reason want your Windows 2003 server to automatic login a specific user when booted, it can be done with regedit.
Find this path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Create/change the values of (strings):
DefaultUserName
DefaultPassword
DefaultDomainName
AutoAdminLogon (0 disable | 1 enable)
March 8th, 2008
Install and setup apache2:
apt-get install apache2
apt-get install openssl ssl-cert
apt-get install libapache2-mod-php5 php5-cli php5-common php5-cgi
create a certificate:
openssl req $@ -new -x509 -days 365 -nodes -out /etc/apache2/apache.pem -keyout /etc/apache2/apache.pem
chmod 600 /etc/apache2/apache.pem
a2enmod ssl
/etc/init.d/apache2 restart
Edit the conf files:
NameVirtualHost *:80
NameVirtualHost *:443
SSLEngine on
SSLCertificateFile /etc/apache2/apache.pem
/etc/init.d/apache2 restart
March 7th, 2008
Make a new icon or use it in a script
C:\WINDOWS\system32\rundll32.exe C:\WINDOWS\system32\muweb.dll,LaunchMUSite