User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 11:10, 19 July 2016 (diff | hist) . . (+28) . . Red Hat / Centos firewall
- 11:10, 19 July 2016 (diff | hist) . . (+36) . . Red Hat / Centos firewall
- 11:09, 19 July 2016 (diff | hist) . . (+36) . . Red Hat / Centos firewall
- 11:09, 19 July 2016 (diff | hist) . . (+43) . . Red Hat / Centos firewall
- 11:09, 19 July 2016 (diff | hist) . . (+25) . . Red Hat / Centos firewall
- 11:08, 19 July 2016 (diff | hist) . . (-31) . . Red Hat / Centos firewall
- 15:55, 18 July 2016 (diff | hist) . . (+292) . . Iptables - general
- 15:48, 18 July 2016 (diff | hist) . . (+24) . . Iptables - general
- 15:48, 18 July 2016 (diff | hist) . . (0) . . Iptables - general
- 15:47, 18 July 2016 (diff | hist) . . (+10) . . Iptables - general
- 15:47, 18 July 2016 (diff | hist) . . (+60) . . Iptables - general
- 15:46, 18 July 2016 (diff | hist) . . (+23) . . Iptables - general
- 15:46, 18 July 2016 (diff | hist) . . (+193) . . Iptables - general
- 15:41, 18 July 2016 (diff | hist) . . (+218) . . Iptables - general
- 15:40, 18 July 2016 (diff | hist) . . (+268) . . Iptables - general
- 15:36, 18 July 2016 (diff | hist) . . (+141) . . N Iptables - general (Created page with "Allow incoming ports :<br> iptables -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT<br> iptables -A INPUT -p tcp -m tcp --dport 443 -j ACCEPT<br>")
- 15:34, 18 July 2016 (diff | hist) . . (+26) . . Main Page
- 08:36, 14 July 2016 (diff | hist) . . (+112) . . Java code for verification class
- 08:31, 14 July 2016 (diff | hist) . . (-28) . . Java code for verification class
- 08:30, 14 July 2016 (diff | hist) . . (+2,447) . . N Java code for verification class (Created page with "<source lang="java"> import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.StringReader;...")
- 08:30, 14 July 2016 (diff | hist) . . (+38) . . N Google Recaptcha (Created page with " Java code for verification class ")
- 08:29, 14 July 2016 (diff | hist) . . (+24) . . Main Page
- 16:00, 7 July 2016 (diff | hist) . . (+22) . . N Configuring chrooted sftp access (Created page with "groupadd sftpusers<br>") (current)
- 16:00, 7 July 2016 (diff | hist) . . (+43) . . Centos 6 tasks (current)
- 15:34, 7 July 2016 (diff | hist) . . (+73) . . N Join Centos 6 to AD domain (Created page with "http://funwithlinux.net/2013/10/join-centos-6-to-active-directory-domain/") (current)
- 15:34, 7 July 2016 (diff | hist) . . (+34) . . Linux configuration tasks
- 10:10, 6 July 2016 (diff | hist) . . (-12) . . Displaying php information
- 10:10, 6 July 2016 (diff | hist) . . (+530) . . N Displaying php information (Created page with "'''Displaying phpinfo in Moodle'''<br> An administrator can find PHP info in Settings > Site administration > Server > PHP info.<br><br> '''Displaying phpinfo outside of Moodl...")
- 10:08, 6 July 2016 (diff | hist) . . (+36) . . N Moodle stuff (Created page with " Displaying php information <br>")
- 10:07, 6 July 2016 (diff | hist) . . (+20) . . Main Page
- 10:01, 6 July 2016 (diff | hist) . . (+34) . . Nginx (current)
- 09:57, 6 July 2016 (diff | hist) . . (+6) . . Nginx
- 09:57, 6 July 2016 (diff | hist) . . (+87) . . Nginx
- 13:08, 5 July 2016 (diff | hist) . . (+24) . . N WebODF for displaying odt documents in web browser (Created page with "http://webodf.org/start/") (current)
- 13:08, 5 July 2016 (diff | hist) . . (+58) . . Main Page
- 16:38, 4 July 2016 (diff | hist) . . (+53) . . N MediaWiki Sphinx search engine (Created page with "https://www.mediawiki.org/wiki/Extension:SphinxSearch") (current)
- 16:38, 4 July 2016 (diff | hist) . . (+39) . . Main Page
- 12:53, 4 July 2016 (diff | hist) . . (+114) . . Shibboleth
- 14:08, 1 July 2016 (diff | hist) . . (+6,288) . . N Basic tomcat web.xml file (Created page with "<source lang="text"> <?xml version="1.0" encoding="ISO-8859-1"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. S...") (current)
- 14:08, 1 July 2016 (diff | hist) . . (+36) . . Tomcat Stuff
- 18:25, 27 June 2016 (diff | hist) . . (-1) . . SumAll.java (current)
- 18:24, 27 June 2016 (diff | hist) . . (+9,865) . . N SumAll.java (Created page with "< source lang="java"> public class SumAll { /// Class to recieve three strings from calling program and summing up all the disk space figures // Variables String totalSpace; /...")
- 18:24, 27 June 2016 (diff | hist) . . (+23) . . Java Code
- 17:40, 26 June 2016 (diff | hist) . . (+37) . . Ffmpeg syntax
- 17:40, 26 June 2016 (diff | hist) . . (+273) . . Ffmpeg syntax
- 12:37, 19 June 2016 (diff | hist) . . (-30) . . Recipes
- 12:36, 19 June 2016 (diff | hist) . . (+30) . . Recipes
- 08:09, 16 June 2016 (diff | hist) . . (+93) . . N Delete a file in powershell if it exists (Created page with "<source lang="powershell"> If (Test-Path $strFileName){ Remove-Item $strFileName } </source>") (current)
- 08:08, 16 June 2016 (diff | hist) . . (+51) . . Powershell Tasks
- 16:07, 15 June 2016 (diff | hist) . . (+211) . . Installing Python on Windows (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)