Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

help with freebsd anyone?

Status
Not open for further replies.
FreeBSD is an OS. You would install it instead of Win2k3 not within it.
Why do you want FreeBSD?
Unless you do really need FreeBSD I would recommend CentOS which is basically Red Hat without the support to be paid for. That is if you even need a *nix system...
 
thanks for reply but yes i need it locally ;) aswell as in datacentre.
 
Hi Paul,

I use FreeBSD all the time. It's an excellent operating system. Just to be clear though, do you mean that you want to replace your windows install with FreeBSD? I could assist you with that.

P.
 
And I know it fairly well though my more recent knowledge is of Red Hat.
 
if anyone can tell me what hardware and software to use and download that would be great.
 
Installation is relatively easy - you download a .ISO file from the FreeBSD site (http://www.freebsd.org/releases/7.0R/announce.html) and then burn it to CD. You then boot from the CD and "follow your nose" :)

There's plenty of documentation on the FreeBSD site and/or the internet at large, especially covering things like getting it installed and installing PHP/Apache/MySQL.

Installing it on a server at a remote location is a bit more tricky if you don't have physical access.

It should run on most PCs... You may find driver issues with things like wireless network cards but generally speaking it'll work out of the box in text only mode.

My FreeBSD is a bit out of date now though, moved on to Debian a year or so ago.
 
ok ive installed freebsd 5.5, got ssh working (thanks philip) but now struggling to ftp onto the box :)

any ideas much appreciated
 
Is the ftp daemon running?

# ps aux |grep ftp

You should see proftp running.

You can then add a user account and use ftp (anything other than root):

# adduser

Then follow the prompts.

You will need to chown directories for that user as root in order to access them via ftp.
 
I'd recommend using secure copy (scp) - something like this:

Code:
scp remote_user@remote_host:remote_file local_file

-or-

scp local_file remote_user@remote_host:remote_file

P.
 
FreeBSD does not use proftpd by default, if you really feel you need FTP services, just uncomment the FTP line in /etc/inetd.conf, check you have enable_inetd="YES" in /etc/rc.conf, and either start or restart inetd as root (restart using 'killall -HUP inetd' or start it by entering 'inetd').

Additionally there is no need to fiddle around with adding users and changing ownerships (chown) as it's already done in FreeBSD.

Cheers,

P.
 
ok ive installed debian :)

ive installed all the stuff i need but now need to create a database and import a .sql backup file i have.

can someone pm me how i can create and import the .sql when im logged in using putty
 
Login to mysql:
mysql -u username -p

CREATE DATABASE databasename;
EXIT

mysql -u username -p dbname < /path/to/dump.sql
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members online

Premium Members

Latest Comments

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom