Well seen as i havnt done a new entry in a while, i thought i would, few things have happened since my last blog, so i thought i would write about them
1st: server has gained more software, now i have FTP that will save me so much time, still lots of more things i want to test on it thou, but more to come i guess
2nd: 2v2 is tonight, me and youlesy are quite happy that we trained alot y'day, and we are getting some final practice in tonight before the match at 10pm. We should have a good chnace, as we both know each others strengths and weakness's, for example, im a moaning twat and youlesy doesnt listen to where i say the other team are. So yeah, thats gonna be fun
3rd: still no call back from pc world :( although i am not giving up hope yet, they did say a few weeks, so there is still hope. Its not that I need the money, it would just be nice to be able to go out more
4th: matchbox360, its a piss take over there atm, no-one can understand that an AR start is just as good as a BR start, id like to see them use the same logic on a game like CSS for example, they would just be laughed at, as you should work for a better weapon, not be given it to start.
well thats it for now i guess.
and i have a new quote i like: Side by side, we march as one
pretty much sums up how things should go tbh
Friday, 23 November 2007
Monday, 22 October 2007
Home Server Part 3
SO its time to configure the OS once its installed and updated, im using ubunutu for this server
first go to system, admin, and click on shared folders, and install the packages it wants, you normally click ok
then open up the shared folders application, click on the wired (or whatever way you are conencting to the network) and click properties, from there, name and comment the folder in the correct field, then uncheck the read only tab, and then click ok

we now want5 to assign a static IP, so go into system, admin, and then network
from there you want to click on your connection, properties, and then change it to stsic ip, and add the correct ip address, im using 192.168.1.11 for my servers, and all other computers get from 192.168.1.101 to 192.168.1.109 before going any higher

this step is not required, but it helps alot IMO
go to system, preferences, and then remote desktop, and change the options to the same as the screenshot below

to connect via windows xp.vista, download the following program http://www.tightvnc.com/ and follow the steps on it,
next comes the hard part, open up the terminal by going to applications, accessories, and then click terminal
in the terminal, type each of the follwoing lines, and click enter after each line
sudo mkdir /home/public
sudo chmod 777 /home/public/
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup
gksudo gedit /etc/samba/smb.conf
then find this line
; security = user
change it to this
security = share <- notice there is no semicolon, the colon should be removed
now go to the end of the docuemnt, and change everything below [public] so it looks like this
[public]
comment = Public Folder
path = /home/public
guest ok = yes
read only = no
create mask = 0777
directory mask = 0777
force user = nobody
force group = nogroup
then save and close the document
go back into terminal, and type
sudo testparm
sudo /etc/init.d/samba restart
and there you go, the file server is ready for action
i have yet to figure out how to disable the username and password on startup, i will update below once i learn how
but for now, thats pretty much how to build a very cheap server for the home, ive spent around £40 on this, so its very good IMO
first go to system, admin, and click on shared folders, and install the packages it wants, you normally click ok
then open up the shared folders application, click on the wired (or whatever way you are conencting to the network) and click properties, from there, name and comment the folder in the correct field, then uncheck the read only tab, and then click ok
we now want5 to assign a static IP, so go into system, admin, and then network
from there you want to click on your connection, properties, and then change it to stsic ip, and add the correct ip address, im using 192.168.1.11 for my servers, and all other computers get from 192.168.1.101 to 192.168.1.109 before going any higher
this step is not required, but it helps alot IMO
go to system, preferences, and then remote desktop, and change the options to the same as the screenshot below
to connect via windows xp.vista, download the following program http://www.tightvnc.com/ and follow the steps on it,
next comes the hard part, open up the terminal by going to applications, accessories, and then click terminal
in the terminal, type each of the follwoing lines, and click enter after each line
sudo mkdir /home/public
sudo chmod 777 /home/public/
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup
gksudo gedit /etc/samba/smb.conf
then find this line
; security = user
change it to this
security = share <- notice there is no semicolon, the colon should be removed
now go to the end of the docuemnt, and change everything below [public] so it looks like this
[public]
comment = Public Folder
path = /home/public
guest ok = yes
read only = no
create mask = 0777
directory mask = 0777
force user = nobody
force group = nogroup
then save and close the document
go back into terminal, and type
sudo testparm
sudo /etc/init.d/samba restart
and there you go, the file server is ready for action
i have yet to figure out how to disable the username and password on startup, i will update below once i learn how
but for now, thats pretty much how to build a very cheap server for the home, ive spent around £40 on this, so its very good IMO
Home Server Part 2
Right, its monday afternoon, and ive finally got a chance to say what ive been up to this morning
I started the day woken up by angry parents complaining the postman woke them when my stuff came, 3 parcels, 1 for the cpy, and 2 for the various mobos i bought
I looked at the different socket A mobos i got from ebay, and decieded the winfast k7s was a good enough board for what i wanted, so here its is

Next i checked to ensure the cpu was in good order, which it was

I then placed the cpu into its socket praying to god i didnt bend a pin

Then the heatsink/fan combo went on, that cost me £4 from ebuyer brand new, so its worth remembering cooling is a must and it should have a good bit of money set aside for it

next on went the front panel conections, the most annoying part of any build, unless you have an asus board, where you get these easy connector things

and then on went the IDE drive cables

The next part was the worst, would it boot??
well thank god it did, and its very quiet tbh, even with the side off i can only just hear the CPU fan. Linux is easy to install, its just like installing windows, boot, insert disk, reboot, boot from disk, install and then customise
i will update once i have finished the OS side of things
I started the day woken up by angry parents complaining the postman woke them when my stuff came, 3 parcels, 1 for the cpy, and 2 for the various mobos i bought
I looked at the different socket A mobos i got from ebay, and decieded the winfast k7s was a good enough board for what i wanted, so here its is
Next i checked to ensure the cpu was in good order, which it was
I then placed the cpu into its socket praying to god i didnt bend a pin
Then the heatsink/fan combo went on, that cost me £4 from ebuyer brand new, so its worth remembering cooling is a must and it should have a good bit of money set aside for it
next on went the front panel conections, the most annoying part of any build, unless you have an asus board, where you get these easy connector things
and then on went the IDE drive cables
The next part was the worst, would it boot??
well thank god it did, and its very quiet tbh, even with the side off i can only just hear the CPU fan. Linux is easy to install, its just like installing windows, boot, insert disk, reboot, boot from disk, install and then customise
i will update once i have finished the OS side of things
Friday, 19 October 2007
Home Server
well today is the day i get most of my 2nd hand/new parts for my servers today, i cant wait to be playing around with linux remotly, its costing me around 120 for 2-3 servers, depends on how i use the parts tbh, as my sister needs a new pc, so she might end up with an amd socket 754 while i use socket A for the servers. linux itself is great for this sorta stuff, anything you want to do can be done on linux, as its openware, there is a massive community behind it. A couple of people on matchbox are also interested how this turns out, so i will have to show them how it turns out.
and if you are wondering why socket A, its simple, it is dirt cheap to get the parts. I have around 4 socket a mobos that i can choose from, and 1 socket 754, ill probs end up with 2 boards spare that i will give a clean and a test, and then sell them back at a small profit, which is reasonable i think, as i bought 3 mobos for under £30, thats including P+p via royal pain. will update with pics and more notes on how the builds go
update 1: pic of the case and the inside so far (not alot in it atm)

and if you are wondering why socket A, its simple, it is dirt cheap to get the parts. I have around 4 socket a mobos that i can choose from, and 1 socket 754, ill probs end up with 2 boards spare that i will give a clean and a test, and then sell them back at a small profit, which is reasonable i think, as i bought 3 mobos for under £30, thats including P+p via royal pain. will update with pics and more notes on how the builds go
update 1: pic of the case and the inside so far (not alot in it atm)
Wednesday, 25 July 2007
holidays
Well i am going on holiday this thursday, i cant wait
if anyone needs a pc problem fixed, let me know before i go so i can try to help you, i just dont get how some people cant screw windows so bad =P
if anyone needs a pc problem fixed, let me know before i go so i can try to help you, i just dont get how some people cant screw windows so bad =P
Sunday, 8 July 2007
Monday, 2 July 2007
Eve online
well i kept my promise and i bought eve online again, its a really nice game to play when your bored, got myself a few new tricks that ive noticed (thanks to azure for the help)currently just mining for materials atm, as its an easy way to get money, so im saving up for a mining ship, which will allow me to mine like a bitch for an hour, then rake in loads of cash :) gfx are superb, even better on my new pc. 20 euros to reactivate my account, boyah!
Subscribe to:
Posts (Atom)