Host your own webserver for free

A while back, I wrote a tutorial for people who wanted to host their own webserver and webpage…and how they can do it for free. The original site of this tutorial was my favorite ‘for free’ tech help forum, http://daniweb.com

Not a bad thing to know if you want to host a gallery or fileserver for relatives or friends…or even if you want to have a blog to ‘talk shop’ to others 😉

The most important thing to note is that you can even host a page with dialup…something that I know all to well (go 28.8kbps!). While this tutorial isn’t detailed…you can post your questions in the thread here at Linuxblog Forums and I’ll do my best to help you set your webserver up. Without further banter…please continue on to the tutorial…

Edit: The forum has been taken down.

Firewalls and Routers Help

Do you cringe when a new vulnerability is announced in Windows? Do you sit idlely behind a standard all-in-one firewall/router that you picked up from a computer store? Did you know that you could be vulnerable to hacking?

I wrote a how-to for a Linux firewall utilizing an old computer and posted it to my favorite ‘for free’ tech support site, http://daniweb.com.  Hopefully, this will help some of you that need it.

LinuxBlog Forum Tip: http://linux-blog.org/forum/viewtopic.php?p=8#8

Daniweb Tutorial Direct: http://daniweb.com/tutorials/tutorial14094.html

Dual Booting? Reinstall Windows Without Losing Your Apps & Settings

I’ve found a nice tip for something that always happens….you have to reinstall Windows XP.  I’ve had to do this twice in the past 2 years for my Windows box.  This is especially good for those of us that dual boot…Nothing frustrates me more of having to do a complete reinstall and losing all of my apps and settings in the process (as I did on my first reinstall).  So I set out to find a way to reinstall without overwriting the important stuffs.  A buddy of mine that I work with scribbled this info down onto a paper for me…if it is posted somewhere else or from another site, I apologize and please correct me so that I might give credit where credit is due.

To keep your settings and apps, follow the instructions posted here:

(Link Removed…Forum is no longer being used)

I can’t get MySQL to work because of some sock error!

This is posted for those of us that use Slackware from time to time.

Take a deep breath…no wait. Take 5 deep ones.
Think happy thoughts.
Try the folowing:

su mysql
mysql_install_db

It could also be that your mysql libs are not ‘owned’ by your mysql user or that your mysql.sock file isn’t linked correctly. To correc this, try the following via shell

su root
ln -s /var/run/mysql/mysql.sock /tmp/mysql.sock
chown mysql /var/lib/mysql/*
chown mysql /var/lib/mysql/mysql/*

Now start mysql like this:

/etc/init.d/mysql start

If you can’t start it, change the file to start automatically during bootup and restart

chmod 755 /etc/rc.d/rc.mysqld
shutdown now
reboot
Creative Commons License
Except where otherwise noted, the content on this site is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.