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
Ranked #54.9K
~354 People Reached
Favorite Forums
Favorite Tags
Member Avatar for SecurExpert

Hi guys, I am running SuSE linux Enterprise 10 and am trying to use and make squid run. It runs on port 3128. Anyone there with knowledge on how to configure and make it run?

Member Avatar for SecurExpert
0
123
Member Avatar for OneDreamCloser

hi all, i am using a unix script to control various pieces of code, sometime i call this python script, HOW can i store the result of the python script INTO an array defined in my unix script ? thanx

Member Avatar for sknake
0
96
Member Avatar for jen140

Hello all. With help on forum i've got the ideia of making the script to check if the file was created today and if its so,print its name. Here it is: [CODE] #!/bin/bash for file in *; do filedate= "date -r $file +%Y-%m-%d" currentdate= "date +%Y-%m-%d" if["$filedate" == "$currentdate"]; then …

Member Avatar for rhousand
0
135