If you're new here, you may want to subscribe to the sicnet.co.uk RSS feed. Thanks for visiting!
HP Slate
If you're new here, you may want to subscribe to the sicnet.co.uk RSS feed. Thanks for visiting!
HP Slate
I have been looking for new keywords for my site and stumbled upon this tool from google!
Click Here to access Google Keywords Tool
Really people have you ever wanted to have a home domain but not pay for the server! well not pay the big price tag for a Windows server! well Ebox have done it and here is a guide to do it!
Click Here for the guide!
Changing this setting without a GUI will require some text editing!
(Advanced warning!)
Let’s open up the /etc/network/interfaces file. I’m going to use vi, but you can choose a different editor
sudo vi /etc/network/interfaces
For the primary interface, which is usually eth0, you will see these lines:
auto eth0
iface eth0 inet dhcp
As you can see, it’s using DHCP right now. We are going to change dhcp to static, and then there are a number of options that should be added below it. Obviously you’d customize this to your network.
auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
Now we’ll need to add in the DNS settings by editing the resolv.conf file:
sudo vi /etc/resolv.conf
On the line ‘name server xxx.xxx.xxx.xxx’ replace the x with the IP of your name server.
You need to also remove the dhcp client for this to stick.
sudo apt-get remove dhcp-client
or
sudo apt-get remove dhcp-client3
Now restart the networking components:
sudo /etc/init.d/networking restart
Install MySQL Server on Ubuntu Server
“in my quest to lean more IT skills I have decided to start training on MySql, so I guess the fist thing is install it, so here is how easy it is!”
Installing MySQL Server (The latest Ver. is MySql5) on Ubuntu is a quick and easy process. It almost feels like it should be more difficult.
Open a terminal window, and use the following command:
sudo apt-get install mysql-server
If you are running PHP you might want to install the php module for mysql Server:
sudo apt-get install php5-mysql
To create a new database, use the mysqladmin command:
mysqladmin create <databasename>
As you will all know that I am a big Ubuntu user and that I am not that keen on windows. Well I have found other people that seem to agree with me and have given five reason why Ubuntu is Better than Windows 7. So the best thing to do is narrow them down for you.
TOP FIVE
1) Security
2) Cheap (costs nothing)
3) Easy upgrade
4) Hardware compatibility
5) Applications
And there is many reasons to choose Ubuntu, my Personal reason is that Ubuntu is so customizable, given that if I don’t like something about my desktop. E.G. where the Start Button / Menu Button being in the bottom left hand corner, then I can right there and then move it to say ‘the top right corner.’
So if this has got you thinking then please check out this Link, and have a look at the full break down of the five listed reasons.
Why not download Ubuntu now and give it a go on the live CD, no need to change anything on your hard drive! Download it here! And why not find out about the upcoming release of Ubuntu 10.04
It seems there is a lot of talk about this Graveyard of planes, so I thought I would give a link to the BBC’s article and more pictures of this wonderful site. These pictures can be found on Google maps.
I think I might even have a A1 sized picture made of one of these photos from Google maps for my office, as I think it would look good and I am sure there would be a world of idea’s that would come from staring at one of these marvellous photos of these mechanical hero’s.
See the full article @ BBC News Website
grab this-->