Posts tagged Webserver
A Blip on My Posts
Hello everyone!
You may have seen a blip swing by in posting on the site with the default WordPress posting “Hello World” displaying as a new post. This was due to my recent migration from Site5 shared hosting to a Linode VPS. During the switchover, the database had not been uploaded yet as I was tweaking the webserver…fee [...]
Host Your Own Domain, Website and Web...
This post was originally published on 13 July, 2006. This version has been updated.
I have a problem with facebook, myspace, and other social networking websites out there. The problem is when I upload my data to their webservers….I don’t own it anymore. They do. And they can do whatever they want with it once it is there.
Wit [...]
Host Your Own Domain and Webserver
This article is from 2006! The information here may not be the most current. You can visit an updated version here!
Doesn’t sound like anything new right? Well, some people may not know of this method.
Normally, to host your own webpage you would need to spend around 7 bucks to purchase a domain. Next you would need a hosting plan t [...]
Find Files & Directories Not Vis...
I wanted a quick way to be able to find out what files weren’t visible to others (and therefore, not visible to website visitors). Messing with arguments and the file command, you can do the following:
find -type f ! -perm -444
This locates all files not visible to ‘others’ in the current directory. You can apply this to d [...]