You are here: Home
Search
Search Only:

Search Keyword server

Total: 20 results found.

Here's a little PHP command line script to do Apache Log Rotation on your web server. This script uses zip to compress the files and retains the logs for 10 days before deletion. <?php date_default_timezone_set('America/New_York'); ...
2. PostgreSQL: Copy Database
(Tech Notes/General)
... DB Server version 8.1.11.  ...
Creating a recordset and displaying data from a PostgreSQL table using PHP; Making the connection: $DB_HOST="hostname"; $DB_NAME="databasename"; $DB_USER="username"; $DB_PASSWORD="password"; $psql="Select ...
4. Your Host...
(About/MicroSwamp)
... gettin' old. I've been in the electronics industry since 1979. That's 30 years - I'm definitely gettin' old. I currently work as a systems administrator/developer on primarily Internet servers and ...
5. Ubuntu: Change Hostname
(Tech Notes/Linux)
... the file /etc/hostname to read the hostname of the system at boot time and set it up using the init script /etc/init.d/hostname.sh /etc/hostname server So on a Debian based system we can edit the ...
6. DDoS Defences
(Tech Notes/Linux)
Extracted from Experiences with DDOS mitigation - Part I Defenses 1. Web server anti-ddos modules (protect only against TCP attacks) mod_evasive, mod_limitipconn, etc, are only effective against ...
...  A DDoS attack usually entails three different phases. Target acquisition is the first phase: A black hat scouts or recons a network and picks a target IP address. The target can be a Web server, DNS ...
8. Ubuntu: Gnome or KDE
(Tech Notes/Linux)
... is a necessity for some. If you spend time administering Linux servers, then it makes sense to use a Linux desktop to do so. The same seems to hold true to Mac OS X and Windows environments. If you spend ...
9. HTTP Server Response Codes
(Development/HTML)
... accepted information in the entity header is not from the original server, but from a third party. 204 There is no content in the requested click. Let's say you click on an image map section not ...
I've been working on a project using php executed from the command line. The project downloads files via FTP from several sources, renames the files and tosses the files into a new directory structure. ...
11. Postfix: Delete Deferred
(Tech Notes/Linux)
Postfix is probably the most common email server available on a Linux system. Email that fails to make it to it's destination address is stored on the system for subsequent retries. The system I'm working ...
12. Speed Test: Drupal versus Joomla!
(Tech Notes/General)
... version was given it's own database setup on a MySQL 4.1.2 server. PHP version is 4.3.11. All installations were basic with stock templates and modules. No additional modules were added and no configuration ...
13. PERL: Test HTTP Response
(Development/General)
I'm not exceedingly fond of perl scripting, but this one is useful for testing the time it takes to download a web page from a site. As there is no cache system employed it provides a raw time to download ...
14. Windows Users Defecting?
(IMHO/General)
... latest distribution of Linux for desktops and servers. Admitting your product is a work in progress must be a hard pill to swallow. Considering the 5 years between releases of Windows. It takes a lot of ...
I recently had the need to change the name of a server running CentOS5. The reason for the change is irrelevant. Here are the changes that were necessary; Use a text editor such as vim or pico to make ...
16. PostgreSQL Relocate Data Store
(Tech Notes/General)
Installing a database server such as MySQL or PostgreSQL is not hard really. Being asked to move a database that already exists, on an OS you're not intimately familiar with, where it's in use on a high-traffic ...
17. MicroSwamp3
(News/Newsflash)
Linux is a high-quality server platform used in data centers world-wide. Why not use it to run your PC? ...
Computerworld let Eric Lai cut an article titled: "Microsoft targets Linux, IBM with Windows Server for really small biz". After reading the article I suspect Microsoft is using a BB Gun. Essentially ...
19. php.net
(Web Links / Developer)
THE server-side scripting language that drives the Internet. Also, the language that Joomla! is developed with.  ...
20. MySQL
(Web Links / Developer)
THE database server that drives more than 80% of the dynamic websites and applications on the Internet. Also, the database that Joomla! and MicroSwamp uses. ...