User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 03:23, 4 September 2015 (diff | hist) . . (+31) . . Guacamole
- 03:22, 4 September 2015 (diff | hist) . . (+18) . . Guacamole
- 03:21, 4 September 2015 (diff | hist) . . (+10) . . Guacamole
- 03:20, 4 September 2015 (diff | hist) . . (+119) . . Guacamole
- 03:18, 4 September 2015 (diff | hist) . . (+541) . . Guacamole
- 03:06, 4 September 2015 (diff | hist) . . (+7) . . Guacamole
- 03:06, 4 September 2015 (diff | hist) . . (0) . . Guacamole
- 03:05, 4 September 2015 (diff | hist) . . (+227) . . Guacamole
- 03:04, 4 September 2015 (diff | hist) . . (-14) . . Guacamole
- 03:04, 4 September 2015 (diff | hist) . . (+122) . . N Guacamole (Created page with "'''Reference :''''''Bold text''' http://tomba.tweakblogs.net/blog/9833/no-more-logmein-free-opensource-to-the-rescue!.html")
- 03:03, 4 September 2015 (diff | hist) . . (+17) . . Main Page
- 02:42, 4 September 2015 (diff | hist) . . (+545) . . Ubuntu network configuration (current)
- 14:19, 3 September 2015 (diff | hist) . . (+11) . . Scratch Pad
- 14:18, 3 September 2015 (diff | hist) . . (+399) . . Scratch Pad
- 13:32, 3 September 2015 (diff | hist) . . (+50) . . Scratch Pad
- 10:58, 3 September 2015 (diff | hist) . . (+21) . . Multiple SSL hosts on one ip address in Nginx (current)
- 09:18, 3 September 2015 (diff | hist) . . (+64) . . PHP echo (current)
- 09:16, 3 September 2015 (diff | hist) . . (+1,667) . . N PHP echo (Created page with "<source lang="php"> <?php echo "Hello World"; echo "This spans multiple lines. The newlines will be output as well"; echo "This spans\nmultiple lines. The newlines will be...")
- 09:15, 3 September 2015 (diff | hist) . . (+19) . . PHP
- 01:11, 3 September 2015 (diff | hist) . . (+300) . . Creating tables in SQL Server (current)
- 01:00, 3 September 2015 (diff | hist) . . (+61) . . Creating tables in SQL Server
- 00:53, 3 September 2015 (diff | hist) . . (+17) . . Creating tables in SQL Server
- 00:51, 3 September 2015 (diff | hist) . . (+16) . . Creating tables in SQL Server
- 00:50, 3 September 2015 (diff | hist) . . (+6) . . Creating tables in SQL Server
- 00:49, 3 September 2015 (diff | hist) . . (+122) . . Creating tables in SQL Server
- 00:41, 3 September 2015 (diff | hist) . . (+176) . . Creating tables in SQL Server
- 00:39, 3 September 2015 (diff | hist) . . (+127) . . N Creating tables in SQL Server (Created page with "Alter table table1 add constraint <name of constraint> <br> FOREIGN KEY (<column>) references table2 (<primary key column>)<br>")
- 00:37, 3 September 2015 (diff | hist) . . (+40) . . N Beginners SQL Server tutorial (Created page with " Creating tables in SQL Server <br>")
- 00:36, 3 September 2015 (diff | hist) . . (+40) . . SQL Server 2008
- 15:33, 2 September 2015 (diff | hist) . . (+86) . . N Preventing database hanging when using mysqldump (Created page with "To dump large tables, you should combine the --single-transaction option with --quick.") (current)
- 15:31, 2 September 2015 (diff | hist) . . (+60) . . Mysql
- 15:20, 2 September 2015 (diff | hist) . . (+43) . . N Determine which storage engine is being used (Created page with "SHOW GLOBAL VARIABLES LIKE 'storage_engine'") (current)
- 15:20, 2 September 2015 (diff | hist) . . (+56) . . Mysql
- 11:05, 30 August 2015 (diff | hist) . . (+108) . . SQL Server 2008
- 11:04, 30 August 2015 (diff | hist) . . (+1,044) . . N Logins and Users in SQL Server (Created page with "A login is the principal that is used to connect to the server. A user is the principal that is used to connect to a database.<br> Logins are a server wide (instance level)...") (current)
- 11:04, 30 August 2015 (diff | hist) . . (-1,004) . . SQL Server 2008
- 11:02, 30 August 2015 (diff | hist) . . (+20) . . Main Page
- 02:31, 30 August 2015 (diff | hist) . . (+539) . . N Adding java jdk to Ubuntu Mate on Pi (Created page with "<source lang="text"> For Java 7: Code: Select all wget http://archive.raspberrypi.org/debian/pool/main/o/oracle-java7-jdk/oracle-java7-jdk_1.7.0+update40_armhf.deb su...") (current)
- 02:31, 30 August 2015 (diff | hist) . . (+48) . . Raspberry Pi
- 17:34, 27 August 2015 (diff | hist) . . (+49) . . N Mysqldump to file with line terminations (Created page with "mysqldump --extended-insert | sed 's/),(/),\n(/g'") (current)
- 17:34, 27 August 2015 (diff | hist) . . (+52) . . Mysql
- 14:47, 27 August 2015 (diff | hist) . . (+27) . . Scratch Pad
- 17:53, 26 August 2015 (diff | hist) . . (+59) . . N Getting the modulus and other stuff (Created page with "http://www.tutorialspoint.com/unix/unix-basic-operators.htm") (current)
- 17:53, 26 August 2015 (diff | hist) . . (0) . . Bourne Shell
- 17:52, 26 August 2015 (diff | hist) . . (+47) . . Bourne Shell
- 17:12, 26 August 2015 (diff | hist) . . (+140) . . N Here Dcouments in Bourne Shell (Created page with "<source lang="bash"> cat << EOF > /tmp/yourfilehere These contents will be written to the file. This line is indented. EOF </source>") (current)
- 17:11, 26 August 2015 (diff | hist) . . (+42) . . Bourne Shell
- 16:24, 26 August 2015 (diff | hist) . . (+150) . . Scratch Pad
- 15:23, 26 August 2015 (diff | hist) . . (+118) . . N Red Hat Registration (Created page with "subscription-manager list --available --all <br> or <br> subscription-manager list ( to see the current machine ) <br>")
- 15:21, 26 August 2015 (diff | hist) . . (+28) . . Main Page
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)