User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:18, 5 August 2015 (diff | hist) . . (+736) . . Using Powershell for ftp
- 14:52, 5 August 2015 (diff | hist) . . (+43) . . Using Powershell for ftp
- 14:51, 5 August 2015 (diff | hist) . . (+339) . . Using Powershell for ftp
- 14:48, 5 August 2015 (diff | hist) . . (+1,024) . . Using Powershell for ftp
- 14:47, 5 August 2015 (diff | hist) . . (0) . . Using Powershell for ftp
- 14:46, 5 August 2015 (diff | hist) . . (+829) . . Using Powershell for ftp
- 14:43, 5 August 2015 (diff | hist) . . (-13) . . Using Powershell for ftp
- 14:42, 5 August 2015 (diff | hist) . . (+13) . . Using Powershell for ftp
- 14:41, 5 August 2015 (diff | hist) . . (+4,547) . . Using Powershell for ftp
- 14:39, 5 August 2015 (diff | hist) . . (+458) . . Using Powershell for ftp
- 14:34, 5 August 2015 (diff | hist) . . (+323) . . Using Powershell for ftp
- 14:32, 5 August 2015 (diff | hist) . . (+2) . . Using Powershell for ftp
- 14:32, 5 August 2015 (diff | hist) . . (+313) . . Using Powershell for ftp
- 14:31, 5 August 2015 (diff | hist) . . (+18) . . Using Powershell for ftp
- 14:29, 5 August 2015 (diff | hist) . . (+87) . . N Using Powershell for ftp (Created page with "http://stackoverflow.com/questions/936108/how-to-script-ftp-upload-and-download<br><br>")
- 14:29, 5 August 2015 (diff | hist) . . (+35) . . Powershell Tasks
- 13:42, 5 August 2015 (diff | hist) . . (+51) . . Python
- 13:40, 5 August 2015 (diff | hist) . . (+49) . . Python
- 13:38, 5 August 2015 (diff | hist) . . (+79) . . Python
- 13:33, 5 August 2015 (diff | hist) . . (+74) . . Python
- 10:43, 5 August 2015 (diff | hist) . . (+127) . . N Getting AD group members (Created page with "Get-ADGroupMember staff-group-something | Get-ADUser -Properties * | select name, surname, givenname, enabled | export-csv <br>") (current)
- 10:43, 5 August 2015 (diff | hist) . . (+36) . . Powershell Tasks
- 13:50, 4 August 2015 (diff | hist) . . (+81) . . Robocopy (current)
- 13:32, 4 August 2015 (diff | hist) . . (+65) . . Robocopy
- 13:30, 4 August 2015 (diff | hist) . . (+58) . . N Robocopy (Created page with "robocopy \\Computer1\reports \\Computer2\backup *.doc <br>")
- 13:30, 4 August 2015 (diff | hist) . . (+16) . . Main Page
- 11:28, 4 August 2015 (diff | hist) . . (+11) . . Main Page
- 09:30, 4 August 2015 (diff | hist) . . (+1,139) . . N Python ftp with timestamp (Created page with "<source lang="python"> import os import ftplib import datetime local = 'LOCATION/WHERE/YOU/WANT/TO/DOWNLOAD' time_stamps = {} with ftplib.FTP('ftp.your.host') as server:...") (current)
- 09:29, 4 August 2015 (diff | hist) . . (+36) . . Python
- 07:51, 4 August 2015 (diff | hist) . . (0) . . Python download by ftp (current)
- 07:51, 4 August 2015 (diff | hist) . . (+372) . . N Python download by ftp (Created page with "<xource lang="python"> from ftplib import FTP print 'Opening ftp connection' ftp = FTP('10.1.2.3') ftp.set_pasv(False) ftp.login(user='asdfasdfsdfa', passwd = 'asdasdf') pri...")
- 07:50, 4 August 2015 (diff | hist) . . (+37) . . Python
- 07:46, 4 August 2015 (diff | hist) . . (+14) . . Main Page
- 12:12, 30 July 2015 (diff | hist) . . (+1,343) . . Scratch
- 15:44, 29 July 2015 (diff | hist) . . (-7) . . Red Hat / Centos firewall
- 15:44, 29 July 2015 (diff | hist) . . (+31) . . Red Hat / Centos firewall
- 15:43, 29 July 2015 (diff | hist) . . (+296) . . N Red Hat / Centos firewall (Created page with " Try this command firewall-cmd --permanent --zone=public --add-rich-rule="rule family="ipv4" \ source address="1.2.3.4/32" \ port protocol="tcp" port="4567" accept" Ch...")
- 15:43, 29 July 2015 (diff | hist) . . (+4) . . Centos 7
- 15:43, 29 July 2015 (diff | hist) . . (+32) . . Centos 7
- 14:58, 27 July 2015 (diff | hist) . . (+1,030) . . Scratch
- 14:50, 27 July 2015 (diff | hist) . . (+1) . . Java Code
- 12:29, 25 July 2015 (diff | hist) . . (+49) . . N Timer class (Created page with "http://www.rgagnon.com/javadetails/java-0144.html") (current)
- 12:22, 25 July 2015 (diff | hist) . . (+21) . . Java Code
- 10:00, 24 July 2015 (diff | hist) . . (+92) . . N Postfix MTA (Created page with "Inspecting the mail queue. http://www.tech-g.com/2012/07/15/inspecting-postfixs-email-queue/")
- 09:59, 24 July 2015 (diff | hist) . . (+19) . . Main Page
- 11:35, 23 July 2015 (diff | hist) . . (+583) . . Setting the root password (current)
- 11:34, 23 July 2015 (diff | hist) . . (+292) . . Setting the root password
- 11:32, 23 July 2015 (diff | hist) . . (+37) . . Setting the root password
- 11:07, 23 July 2015 (diff | hist) . . (+76) . . Scratch Pad
- 11:07, 23 July 2015 (diff | hist) . . (+36) . . Scratch Pad
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)