Posted in Technology by: Robert
No Comments
10 Aug
A few tips for those who may be interested in running Apache, PHP and MySQL on a Windows platform. First I suggest installing Apache first (always the latest stable version). Next install MySQL (again the latest version), and finally PHP. You can check your apache by going to http://localhost or http://127.0.0.1 and if you get […]
Posted in Technology by: Robert
No Comments
16 Jul
After a bit of work, I have WPA-2 wireless working at console. To achieve this one needs to do the following: Edit /etc/wpa_supplicant.conf ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 eapol_version=1 ap_scan=1 fast_reauth=1 ctrl_interface=/var/run/wpa_supplicant network={ ssid=”Enter ESSID” scan_ssid=1 proto=WPA RSN key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP psk=hex version of passphrase } Next you want to bring the wlan0 up via ifconfig […]
Posted in News, Technology by: Robert
No Comments
20 Jan
I wish there was a plugin that would crosspost my wordpress posts to blogger. I found a better plugin to handle twitter within wordpress called “Twitme” which appears to be more configurable.
Posted in Technology by: Robert
1 Comment
19 Jan
I just integrated twitter into my wordpress. This plugin works great: http://blog.victoriac.net/blog/twitter-updater
Posted in News, Technology by: Robert
No Comments
19 Jan
I have my website (wordpress based) integrated with Facebook.
Posted in News, Technology by: Robert
No Comments
10 May
I have known about software that allows you to turn a gmail account into a file server for quite some time, but never got around to trying it out…until tonight that is. I decided to try setting it up, expecting it to be complex with big cumbersome drivers. Turns out the software is 150kb (http://www.viksoe.dk/code/gmail.htm). […]