Search Results

Search: Posts Made By: metallica1973
Forum: Programming 06-07-2017
3,647
Posted By metallica1973
I cross referenced the html file with the output...
I cross referenced the html file with the output urls and its correct. Most of the html files do contain multiple duplicate urls as in:

http://www.blah.org
http://www.blah.org...
Forum: Programming 11-19-2013
2,024
Posted By metallica1973
for subdir, dirs, files in...
for subdir, dirs, files in os.walk('var/www/html/data/customer/log'):
for file in files:
regexp = re.findall(r"10.7.0.145", open(file, "r").read())
print " Here is whats inside...
29,028
Posted By metallica1973
So that people wont have to go through this pain:...
So that people wont have to go through this pain:

SFTP Setup:

Edit /etc/ssh/sshd_config:

Subsystem sftp internal-sftp

Add the rule to match a group.

Match Group sftpusers
...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 10:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy