You are here: Home
Search
Search Only:

Search Keyword source

Total: 22 results found.

Page 1 of 2
1. Linux CLI: Copy MySQL Database
(Tech Notes/Linux)
There is no command in MySQL to copy a database. One method to copy a database is as follows; Create a new empty database. Export the source database using mysqldump. Import the database to the ...
2. PostgreSQL: Copy Database
(Tech Notes/General)
... DATABASE newdb WITH TEMPLATE originaldb;   With any luck it's obvious one needs to replace "newdb" with the new database name and "originaldb" with the name of the source database. I've executed ...
3. PHP CLI: Rsync Script
(Tech Notes/Linux)
Here's a handy script to run rsync from the command-line that prompts for source and destination paths; #! /usr/bin/php <?php ## Control CLI parameters if (($argv[1]=="") OR ($argv[2]=="")) ...
... the --parent switch, though I haven't tried it yet. Doing it remotely requires rsync; rsync -av --include '*/' --exclude '*' source-dir dest-dir Works like a charm. ...
5. DDoS Defences
(Tech Notes/Linux)
... multiple processes, event driven - and is frugal with resources even with over 10,000 long lived connections. From the documentation I suspect it can easily break the 65k barrier. By the way: you may ...
... overwhelming the service or choking the bandwidth to a crawl. A really smart black hat will also command the zombies to forge the source address of their attack packets and insert the target's IP address ...
7. HTTP Server Response Codes
(Development/HTML)
... at the gateway of the server. 505 The HTTP protocol you are asking for is not supported. A csv version of the above HTTP server response codes is available here for download.   Source: ...
Not that I can blame developers for wanting to do a little advertising in their Open Source creations distributed under the GNU Public license, but it can be bit troublesome. I have 3 sites where I've ...
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. ...
... resource for text editing commands is IBM.  ...
11. CLI: Display Free Disk Space
(Tech Notes/Linux)
... prompt in a terminal and there are many other resources on the internet. This is just a note for newbie reference..  ...
... thing to fix, just an inconvenience. First you'll need to modify your /etc/apt/sources.list file. Add the following line to the bottom of the list; deb http://archive.ubuntu.com/ubuntu/ hardy-proposed ...
13. Speed Test: Drupal versus Joomla!
(Tech Notes/General)
... A copy of the perl script is posted here. The script is a CLI tool that does not cache pages. Additionally, http://www.selfseo.com/website_speed_test.php was used as another resource. Test Results  Test/Site ...
... are many internet resources and guides suggesting methods of replacement and repair. What you don't know is whether or not that blown chip caused additional damage to the internal electronics or the head ...
15. Open Office: The Free Office Suite
(Tech Notes/General)
This is a reprint of an article I did in 2006 that still applies today. The original article was posted at http://blog.coiusa.com.    Open Office is an Open Source suite of applications that can be used ...
This is a reprint of an article I did in 2006 that still applies today. The article was originally posted at http://blog.coiusa.com.  What is Open Source Software? Open Source Software is both a movement ...
17. Partition Repair & Recovery
(Tech Notes/Data Recovery)
... FAT16 volume/stripe set (Windows NT) C7 - Corrupted NTFS volume/stripe set F2 - DOS 3.3+ secondary partition Source: WinHex Help File Use extreme caution when changing these values. Running ...
... limited to 15 users, when Linux is a free - enterprise quality OS that has no such limitation? Perhaps MS should explore other areas they once deemed unprofitable for additional revenue sources.  ...
19. CentOS
(Web Links / Linux OS)
CentOS is an Enterprise-class Linux Distribution derived from sources freely provided to the public by a prominent North American Enterprise Linux vendor. CentOS conforms fully with the upstream vendors ...
20. OpenSourceMatters
(Web Links / Joomla! Links)
Home of OSM
<< Start < Prev 1 2 Next > End >>