Luka’s tech blog: Virtualizing Windows 2000 server P2V
Luka’s tech blog: Virtualizing Windows 2000 server P2V. UPDATE: Original site is now GONE! Repost: Luka’s tech blog I’ll try to post as many as possible solutions to the problems I encounter at my...
View ArticleHow to Configure Static IP Address on CentOS 6.3 Linux Host
This post shows the steps to configure static ip address, default gateway, netmask, dns server and make a network auto start at boot on linux CentOS 6.3 host normally configured with static ip address,...
View ArticleHowto: Build a Windows Server 2003 R2 VMware Template | Mike’s Realm
Howto: Build a Windows Server 2003 R2 VMware Template | Mike’s Realm. Repost: 21MAY/110 With how many hits my 2008 R2 walkthrough got, I figured it was about time I do one for 2003 R2. Remember to...
View ArticleRetrieve, View or Display Wireless WEP or WPA WiFi Network Security Key or...
Retrieve, View or Display Wireless WEP or WPA WiFi Network Security Key or Password in Windows 7 « My Digital Life. Repost: Retrieve, View or Display Wireless (WEP or WPA WiFi) Network Security Key...
View ArticleU.S. Robotics v.92 external init string
U.S. Robotics For instructions on how to physically connect it and for general configuration instructions, see the documentation that came with the modem. Set the DIP switches on the modem to match the...
View ArticleBackup MySQL DB Tip
mysqldump -u root -pPASSWORD -h 127.0.0.1 --all-databases | gzip > database_`date '+%m-%d-%Y'`.sql.gz
View ArticleEasy way to create an virtual ip address
Easy way to create an virtual ip address: ifconfig eth0:1 inet 192.168.1.5 netmask 255.255.255.224
View ArticleHow to Setup Webmin 1.620 using YUM repository on CentOS 6.4
http://www.howtolinux247.info/2013/06/how-to-setup-webmin-1620-using-yum.html This post will brief you on how to setup Webmin 1.620 using yum repository in CentOS 6.4 virtual private server (VPS)....
View ArticleHow to regenerate new ssh server keys
OpenSSH require different keys depending if you use SSH1 and/or SSH2 protocol. All keys are generated by ssh-keygen, that one should be available on your system with the ssh package. The receipt is...
View Article