WOL on Fedora 17
http://www.mythtv.org/wiki/Wake-on-LAN
Finding stories in everyday adventures
http://www.mythtv.org/wiki/Wake-on-LAN
This was a bit of a research but here is how I did it: http://stevejenkins.com/blog/2010/03/set-up-vnc-from-windows-to-fedora-12-over-the-internet/ http://owldevx.wordpress.com/2011/12/16/vnc-server-fedora-16/ http://www.server-world.info/en/note?os=Fedora_16&p=x&f=2
It’s been a while since I have blogged not beacuse of laziness but because I am working towards having my own website where I could continue this blog and start many more interesting things. For this purpose, I have been learning Ruby on Rails as I think I want to build something on a new technology not PHP which I am not very interested in. I am also not wanting to use any CMS software. …
Configuring SUDO1. Open a terminal.2. In the terminal enter the following: su –login -c ‘visudo’ 3. Press enter, at the password prompt enter the password for root, then press enter.4. A display similar to the following will be displayed: # sudoers file.## This file MUST be edited with the ‘visudo’ command as root.## See the sudoers man page for the details on how to write a sudoers file.## Host alias specification# User alias specification# Cmnd …
I had somewhat of a hard time setting up a machine for my Ruby on Rails experiments but fortunately I was able to set up one after banging my head on the wall several times and with the help of several internet articles. So, here’s what I did: 1. First make sure you have apache, curl, git, mysql, sqlite and node.js installed (You might not need all of them). For this simply run the following command: …