Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #107.40K
Ranked #4K
~279 People Reached
Favorite Forums
Favorite Tags
Member Avatar for updogg

My ISP providered has blocked port 80...so if you want to host a website on your computer at home you have to pay double the service charge to get port 80 available. Any one know how to get around this?

Member Avatar for lasitha2005d
0
182
Member Avatar for landog

How do I test whether the first character in an array is a particular character? [CODE] i=0 while [ $i -lt $# ]; do strng=${args[i]}; if [ $strng[0] == '-' ] echo ${array[i]} let i=i+1 done [/CODE] Better yet - can I test the first character in an array of …

Member Avatar for landog
0
97