Fedora 17 CPU Speed Management

Install Kernal-tools

su -c "cpupower frequency-info"

The default speed management is set to one demand to change to performance

“sudo cpupower frequency-set -g performance”

To change back

“sudo cpupower frequency-set -g ondemand”

DIY DDNS

Below is my little script to mount the FTP server on the local machine, change into the correct directory and finally pull the current External IP address

#!/bin/bash
curlftpfs -o allow_other ftp://user:pass@ftp.host.com mountpoint
cd mountpoint/web_directory
wget http://automation.whatismyip.com/n09230945.asp -O ddns.html

About me.

My name is John Treacy and I just won a hosting package and I’m over the moon.

I’m intrested all things tech and most happy when someone calls me a nerd.

Was unsure If i wanted a standard site or a blog so thought I’d give this a go.