A week or so ago, I posted about a web app, Are My Sites Up. While that service is good, I found a better one :0)
The script: PHPwatch.
PHPwatch is a service monitor that’s able to send notifications of outages via email or text message. Here’s a bit from the site:
The purpose of this system is two-fold: it allows administrators to easily check the status of many different services running on any number of servers and also allows developers to interface with the query and notification APIs.
To view a quick demo, click here! It really is impressive stuff! And totally open source :0) Let me know what you guys think!
Incoming search terms for the article:
Server apps are awesome. What better way to recycle on old PC than to hook it up to the network, install a couple applications, and make it work for you!
The only thing that makes me love server side software more is when they offer community editions so you can try them, tweak ‘em and build them out.
Rendezvous is one such server-side application. It’s an ‘Enterprise Collaboration Suite’ meant for project teams and scattered workforce members, but it’s features are something bloggers or ambitious professionals might use.
It features an:
- Email client
- Calendar
- Project Management
- Document Management
- Contact Management
- RSS/Atom Feed Reader
So rather than pay two or three services for similar functionality, install this app on your server and use it for free!
URL shorteners are awesome. The less characters, the better! But what happens when that server goes down or some network issue prevents people from getting to your links?
Nothing. Blank pages.
Better yet, why would you want to brand someone elses domain name? Think about all the traffic and notoriety you’re giving tinyurl and is.gd? Can you use that same traffic to your advantage?
I have a solution. Build your own! In fact, check out mine at j.dro.hn! The software I used was Kissabe, an open source script hosted at Google Code.
The install is really pretty simple.
-
Upload all of the files to where you want it installed (e.g. the root of your domain name).
-
Create a new MySQL database called “kissa”
-
Import kissa.sql to your kissa database using the command line or phpMyAdmin (don’t use kissa_v1.sql)
-
Edit config.php and change the MySQL string with your database username and password. Make sure the path
to your database is correct (if it’s not localhost).
-
Then edit create.php at line 30 or where is says
$short_url = “http://kissa.be/$code”;
to read
$short_url = “http://yourdomian.com/$code”;
-
Then rename htaccess.example to just .htaccess
-
Start shortening!
Let me know what you think!
Incoming search terms for the article:

How To Build A Project Management App:
Play Now |
Play in Popup |
Download

How To Build A Project Management App [.wmv]:
Download

How To Build A Project Management App [.mov]:
Download

How To Build A Project Management App [.mp4 - HD]:
Download
Project management software is big money. For you to have something custom developed, it would run well into the thousands of dollars. If you decide to go the hosted route, expect to pay about $50 a month for decent stuff.
In this how-to podcast, we’re going to show you how to build your very own project management suite. Your clients can log in. Your people can log in. Everyone can keep tabs on what’s going on, upload files, send emails, and all sorts of other fun stuff.
Here the podcast notes:
- We’re going to be using Collabtive
- Install instructions:
- Unpack the Collabtive archive in a directory of your choice.
- Next, upload all the files to your webserver.
- Make the following files/folders writable: /files /templates_c config.php
- Then open the installer in your browser.
- Point your browser to http://yourdomain.com/collabtive_dir/install.php to do that.
- Commercial offerings and other services
All set! Let me know what you think!
Incoming search terms for the article:
Not necessarily the most catchy of titles, but nonetheless.
If you’re running your own web server, you want to make sure your websites are accessible by your visitors. That way when they show up, they don’t get a time out error or the dreaded ‘page not found’ screen.
For those who are particularly crafty, I’m sure you could write a little script that pings your sites to make sure they’re up. Or if you feel the need to check on your sites 30 times a day, that works too.
For me, I like Are My Sites Up. Are My Sites Up is a great little service that polls your websites every so often to make sure they’re working. If not, it sends you a text message and an email so you can fix things!
This is particularly nice because my personal phone doesn’t get email (and it’s that way for a reason!). But I do want to know when my sites are down!
So anyway, if you need simple website monitoring, check out AreMySitesUp.com. They have a free account which is full featured, so no need to pay money if you only have a couple sites!
Do you know of any other services like this? If so, leave a comment. I’ll add them and a link to your site in this post!
Incoming search terms for the article:
Building your own web server is cool – but oftentimes it requires you spend weeks checking out tutorials and how-tos. What ends up happening is you find something that looks like it’ll work, get half way through it, and then see it isn’t what you need!
This tutorial is going to show you how to set up a complete server inside VirtualBox, Sun’s virtualization software. You can do it on Windows or on your Linux machine without having to wipe out your existing operating system or have to dual boot.
It’s going to consist of two videos – one demonstrating how to set up Ubuntu on top of VirtualBox and the other running Putty and EHCP. EHCP is responsible for setting up PHP5, Apache, Webmail, Email and all the other libraries you’ll need to run a fully functional web server.
Here’s what you’ll need. The videos are below this little list!
- Download and burn a copy of Ubuntu Server
- Download and install VirtualBox
- Set up VirtualBox for running Ubuntu
- Install Ubuntu by booting up your virtual machine instance
- Install Putty on your Windows machine
- Login to your server using Putty
- Run the EHCP install
- Navigate to http://your.ip.address/ set everything up like a normal web hosting control panel!
- Start adding sites through ftp and phpmyadmin!
And here are the videos that show you how!
Let me know your questions!
Incoming search terms for the article:
If you geek out with the thought of datacenters and thousands of servers in the room surrounding you, you’ll want to check out this article on Google’s datacenter setup.
In it, we find that Google has been using 12-volt batteries inside each and every server. Truly a remarkable idea.. Also, Google has been using storage-container server environments like the ones Sun sells – since 2005!
Check out the article on CNET!
Servers are sexy. They let you do all kinds of crazy things that most ‘normal’ rigs can’t. That includes data mining and serving web apps and being an email dump for all your random gmail accounts.
But what happens if something goes wrong? Where is all your data? Will it rise out of the ashes of smoked metal and plastic? Don’t count on it.
Over the last month, we’ve been talking about servers and how we can make them do some cool things. We plan on keeping it that way. But I would be remiss if I didn’t also show you how to protect your data as well.
I just found a top notch guide on HowToForge.com which walks you though mirroring your web server to another machine with rsync.
Here at the office, we have a web server and a file server, both RAID’d – but as an extra layer of protection all the web server files are getting stored on the file server as well.
The install is pretty quick and painless. All you need is SSH or terminal access to both machines.
In fact, if you have SSH access on your GoDaddy or Mediatemple server, I think this setup will work for you there too!
Have a look and let me know what you think!
[Link to how-to guide: HowToForge.com]
JD
Incoming search terms for the article: