HOW TO SELL YOUR IDEAS FOR HUGE ROYALTIES. Here is a way to cash in on your ideas. If they are unique, some companies just may be willing to pay big bucks for some of them. This report explains how to protect your ideas to make sure that you get paid for them. Your saleable […]
Search Results for: home server
Here's what we've found for you
A Simple and Easy Guide to the Internet
The Internet is a computer network made up of thousands of networks worldwide. No one knows exactly how many computers are connected to the Internet. It is certain, however, that these numbers are in the millions. No one is in charge of the Internet. Some organizations develop technical aspects of this network and set standards […]
www.ftp-sites.org List that respond to FTP requests
Here are all 747 FTP servers from the www.ftp-sites.org list that still respond to FTP requests (not all of them are valid) + the test script I used. cat ftplist.txt | while read line do if curl -m 2 –head –silent –fail $line 2> /dev/null; then echo “$line” fi done ftp://ftp.heanet.ie/ ftp://ftp.rediris.es/ ftp://ftp.de.netbsd.org/ ftp://ftp.mirror.nl/ ftp://ftp.iij.ad.jp/ […]
How to make Money from a Mail Order Magazine Business
Yes, you can make big money in mail order. But, you can only make money with the mail order magazines if you understand who reads them. The mail-order magazines are trade papers read almost exclusively by mail order dealers and “opportunity seekers” aspiring mail order dealers. Mail order enthusiasts generally will only buy merchandise that […]
300 Ways to Make Money
HOW TO GET MORTGAGE ASSISTANCE: Those eligible are families and businesses displaced by H.U.D. Programs, a fund for low-income families, and low credit risk family loans. For more information, write to: Federal Housing Administration, Dept. of Housing and Urban Development, Washington, DC 20410. Earn money selling magazines by telephone: You can also sell direct or by […]
List of Windows Shortcuts for Absolute Beginners
CTRL+C (Copy) CTRL+X (Cut) CTRL+V (Paste) CTRL+Z (Undo) DELETE (Delete) SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin) CTRL while dragging an item (Copy the selected item) CTRL+SHIFT while dragging an item (Create a shortcut to the selected item) F2 key (Rename the selected item) CTRL+RIGHT ARROW (Move the […]
Explaining the Internet to Kids and Children
The Internet is a computer network made up of thousands of networks worldwide. No one knows exactly how many computers are connected to the Internet. It is certain, however, that these number in the millions. No one is in charge of the Internet. There are organizations which develop technical aspects of this network and set […]
How to Hack on Telnet: Explained
Telnet: the Number One Hacker Tool In this Guide you will learn: What is telnet? How to telnet How to get telnet accounts <begin11c.shtml> Why you might not want to telnet <begin11c.shtml> How to install a telnet server on your home Windows computer <begin11c.shtml> How to turn off a telnet server on your home Linux […]
How to Trace / Trackback any E-mail
Tracking email back to its source: Twisted Evil cause i hate spammers… Evil or Very Mad Ask most people how they determine who sent them an email message and the response is almost universally, “By the From line.” Unfortunately this symptomatic of the current confusion among internet users as to where particular messages come from […]
Active FTP vs. Passive FTP, a Definitive Explanation
Active FTP is beneficial to the FTP server admin, but detrimental to the client side admin. The FTP server attempts to make connections to random high ports on the client, which would almost certainly be blocked by a firewall on the client side. Passive FTP is beneficial to the client, but detrimental to the FTP […]