Apache, Samba and mysql
From ComputingPlugs
Installing Apache, Samba and mysql is very easy, they are all in the repository. So just type:
apt-get install apache2 samba mysql-server mysql-client
The packages will be installed and there are already way too much documentations about setting up these servers so I will not go into them. They are standard Ubuntu packages in case you need to locate their config files.
|
|
Click here to leave a comment
Did you find this page useful? |
||


May 18 2009 4:09 pm
Please keep comments clean and constructive. Inappropriate comments will be removed. Thank you.
Sep 30 2009 2:08 am
After following your instructions, I get the following error:
Could not open lock file /var/cache/apt/archives/lock - open (2 No such file or directory)
Any idea why?
thanks,
Eric
Sep 30 2009 10:49 am
sounds similar to the apt-get problem listed here: http://computingplugs.com/index.php/Fixing_apt-get. Try that and see if it works.
Nov 17 2009 9:03 pm
Trying to setup samba got the following error
smbpasswd -a smbuser
New SMB password:
Retype new SMB password:
ltdb: tdb(/var/lib/samba/group_mapping.ldb): tdb_mmap failed for size 77824 (Invalid argument)
and the password is not appended to passwd file, any suggestion
how to proceed?
Jan 11 2010 12:55 pm
Have you done any optimization of mysql or php caching to speed up your hosting? I recently installed apache/mysql/php on my tonido plug and page loads using wordpress are horribly slow. I'm wondering if I need to kill the tonido software, or if you've done something else to get mediawiki running rather well.
Jan 11 2010 4:49 pm
no, I have not done any optimization on system. It is pretty much a stock setup from apt-get.
I have a blog that is hosted on the same sheevaplug as computingplugs which runs wordpress. You can take a look at it and see if it is faster than your setup. The address is http://frustratedastronomer.com/
Jan 12 2010 6:22 am
Interesting. Seems marginally faster. I'm planning on trying the myriad of wordpress caching options to see if I get better performance out of my sites, thanks for the info!