Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~705 People Reached
Favorite Tags
Member Avatar for rhesus303

This is a noobie question due to my lack of windows programming so pls excuse me in advance if this question doesn't make sense at first. I'm working on a visual c++ project and I would like to use some routines that I have in some c files. Although the …

Member Avatar for Tom Gunn
0
291
Member Avatar for rhesus303

[code] if ! [ -t 0 ] ; then read var fi [/code] I know what the result will be but don't understand the conditional test. I've never seen it before nor can I find the -t option in any shell scripting tutorial

Member Avatar for Fest3er
0
74
Member Avatar for rhesus303

Is there a linux firewall I can install such that I can block certain web sites for specific times of the day? Currently I can do something like this using the firewall on my router, but I cannot selectively apply the rules to individual websites so if I block access …

Member Avatar for Comatose
0
114
Member Avatar for rhesus303

I'm learning some shell scripting but came across this line: [icode] link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null` [/icode] Where [icode]ls=$0[/icode] Can someone explain it to me pls?

Member Avatar for eggi
0
226