User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 09:06, 26 August 2015 (diff | hist) . . (+99) . . Multiple SSL hosts on one ip address in Nginx
- 09:04, 26 August 2015 (diff | hist) . . (+138) . . Multiple SSL hosts on one ip address in Nginx
- 09:02, 26 August 2015 (diff | hist) . . (+4) . . Multiple SSL hosts on one ip address in Nginx
- 09:02, 26 August 2015 (diff | hist) . . (+177) . . N Multiple SSL hosts on one ip address in Nginx (Created page with "Make sure that SNI ( Server Name Indication ) is enabled on the server ( nginx -V ) <br> After displaying the nginx version, you should see the line : TLS SNI support enabled")
- 08:59, 26 August 2015 (diff | hist) . . (+55) . . N Nginx (Created page with " Multiple SSL hosts on one ip address in Nginx <br>")
- 08:58, 26 August 2015 (diff | hist) . . (+13) . . Main Page
- 14:05, 25 August 2015 (diff | hist) . . (+96) . . Scratch Pad
- 11:56, 25 August 2015 (diff | hist) . . (+77) . . ImgeMagick (current)
- 11:54, 25 August 2015 (diff | hist) . . (+1) . . ImgeMagick
- 11:54, 25 August 2015 (diff | hist) . . (+172) . . ImgeMagick
- 00:00, 25 August 2015 (diff | hist) . . (+152) . . N ImgeMagick (Created page with "'''How to create thumbnails :''' <br> mogrify -resize 80x80 -background white -gravity center -extent 80x80 -format jpg -quality 75 -path thumbs *.jpg")
- 00:00, 25 August 2015 (diff | hist) . . (+18) . . Main Page
- 15:34, 20 August 2015 (diff | hist) . . (+126) . . N Configuring Wifi on Raspberry Pi (Created page with "Reference : https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md <br> sudo iwlist wlan0 scan <br>") (current)
- 15:32, 20 August 2015 (diff | hist) . . (+44) . . Raspberry Pi
- 11:21, 20 August 2015 (diff | hist) . . (+171) . . LXC Ubuntu containers
- 10:04, 20 August 2015 (diff | hist) . . (+43) . . LXC Ubuntu containers
- 09:52, 20 August 2015 (diff | hist) . . (+8) . . LXC Ubuntu containers
- 09:52, 20 August 2015 (diff | hist) . . (+78) . . LXC Ubuntu containers
- 18:40, 19 August 2015 (diff | hist) . . (+33) . . Use Raspberry Pi as a router (current)
- 17:57, 19 August 2015 (diff | hist) . . (+63) . . Use Raspberry Pi as a router
- 17:56, 19 August 2015 (diff | hist) . . (+216) . . N Use Raspberry Pi as a router (Created page with "sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE <br> sudo iptables -A FORWARD -i eth0 -o wlan0 -m state --state RELATED,ESTABLISHED -j ACCEPT <br> sudo iptables -A...")
- 17:55, 19 August 2015 (diff | hist) . . (+39) . . Raspberry Pi
- 16:57, 14 August 2015 (diff | hist) . . (+1) . . Main Page
- 16:57, 14 August 2015 (diff | hist) . . (+15) . . Main Page
- 07:00, 13 August 2015 (diff | hist) . . (-8) . . The "if" statement (current)
- 14:23, 12 August 2015 (diff | hist) . . (+147) . . N Closing a java connection to mysql (Created page with " try{ if(conn!=null) conn.close(); }catch(SQLException se){ se.printStackTrace(); }//end finally try") (current)
- 14:23, 12 August 2015 (diff | hist) . . (+45) . . Java Code
- 12:03, 12 August 2015 (diff | hist) . . (+186) . . Scratch Pad
- 14:19, 10 August 2015 (diff | hist) . . (-15) . . Adding a user to a group in Quest Powershell (current)
- 14:00, 10 August 2015 (diff | hist) . . (+119) . . Users (current)
- 09:51, 10 August 2015 (diff | hist) . . (-10) . . Scratch Pad
- 09:33, 10 August 2015 (diff | hist) . . (+10) . . Scratch Pad
- 13:13, 8 August 2015 (diff | hist) . . (+4) . . Centos 7
- 13:09, 8 August 2015 (diff | hist) . . (+106) . . Centos 7
- 14:19, 7 August 2015 (diff | hist) . . (+40) . . N Generating a random number (Created page with "random.nextInt(max - min + 1) + min <br>") (current)
- 14:17, 7 August 2015 (diff | hist) . . (+37) . . Java Code
- 12:50, 6 August 2015 (diff | hist) . . (+1,311) . . N Using Powershell for ftp 4 (Created page with "Reference : http://stackoverflow.com/questions/265339/whats-the-best-way-to-automate-secure-ftp-in-powershell <source lang="powershell"> $sourceuri = "ftp://ftp.secureftp-te...") (current)
- 12:49, 6 August 2015 (diff | hist) . . (+37) . . Powershell Tasks
- 12:34, 6 August 2015 (diff | hist) . . (+1,207) . . N Using Powershell for ftp 3 (Created page with "<source lang="powershell"> $Username = "FTPUSER" $Password = "testPassw0rd" #hash with source and destination path $list =@{ "ftp://myftpserver.com/files/file1.zip"="C:\te...") (current)
- 12:32, 6 August 2015 (diff | hist) . . (+37) . . Powershell Tasks
- 12:24, 6 August 2015 (diff | hist) . . (-1,580) . . Using Powershell for ftp 2 (current)
- 12:23, 6 August 2015 (diff | hist) . . (+1,622) . . Using Powershell for ftp 2
- 08:13, 6 August 2015 (diff | hist) . . (-1,029) . . Using Powershell for ftp 2
- 18:37, 5 August 2015 (diff | hist) . . (+1) . . Using Powershell for ftp 2
- 18:37, 5 August 2015 (diff | hist) . . (+1,919) . . Using Powershell for ftp 2
- 18:31, 5 August 2015 (diff | hist) . . (+68) . . Using Powershell for ftp 2
- 18:30, 5 August 2015 (diff | hist) . . (+857) . . Using Powershell for ftp 2
- 18:29, 5 August 2015 (diff | hist) . . (+103) . . N Using Powershell for ftp 2 (Created page with "http://stackoverflow.com/questions/5394090/is-it-possible-to-do-active-mode-ftp-using-ftpwebrequest<br>")
- 18:28, 5 August 2015 (diff | hist) . . (+37) . . Powershell Tasks
- 15:18, 5 August 2015 (diff | hist) . . (0) . . Using Powershell for ftp (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)