yes you need to forward port 81 to your server! For normal http you should forward port 80 Also if you want to use https you should forward port...
I think XMMS is a good choice as it resembles WinAMP a lot, but as Scott said before there are other alternatives that are worth trying. Isn't...
I found the following definition on http://searchsecurity.techtarget.com/sDefinition/0,,sid14_gci518283,00.html: Peter
if you use the IDENTIFIED BY 'password' clause, and the user doesn't exist in the user table, it will be created with the specified password. If...
You can use MySQL's GRANT command: GRANT ALL PRIVILEGES ON test_db.* TO 'test_db_user'@'localhost'; GRANT ALL PRIVILEGES ON test_db.* TO...
You can use iptables-save and iptables-restore for it. You can save your firewall rules to a file like that: iptables-save >...
Separate names with a comma.