User contributions
22 March 2015
Main Page
no edit summary
+80
Backup scripts
no edit summary
+175
Backup scripts
no edit summary
+117
Backup scripts
Wikimedia
+773
Backup scripts
Created page with "== Wikimedia == <nowiki> #!/bin/bash FNAME=`date +%Y-%m-%d` mysqldump --database DATABASE_NAME -u USERNAME -pPASSWORD --add-drop-table -B > ${FNAME}.sql zip -r ./backup/${FNA..."
Linux command: sed
Created page with "The sed command can be used for varius things see man page:<br /> [http://unixhelp.ed.ac.uk/CGI/man-cgi?sed sed command man page] <br /> An example of use of sed to replace ch..."
Linux command: ln
no edit summary
+84
VPN
no edit summary
-32
VPN
Linux Connection
+59
VPN
Linux Connection
-30
VPN
Linux Connection
+77
File:OpenvpnConfigurationFiles.zip
Linux openvpn configuration files for PIA (Private Internet Access)
Linux command: chmod
Created page with "chmod <octal_value> file<br /> The octal (0-7) value is calculated by adding up the values for each digit<br /> User (rwx) = 4+2+1 = 7<br /> Group(rx) = 4+1 = 5<br /> World (..."
Linux command: ln
Created page with "ln [OPTION]... TARGET [...] [LINKNAME [...]]"
VPN
no edit summary
Main Page
no edit summary
-23
Chmod
no edit summary
Chmod
Created page with "chmod <octal_value> file<br /> The octal (0-7) value is calculated by adding up the values for each digit<br /> User (rwx) = 4+2+1 = 7<br /> Group(rx) = 4+1 = 5<br /> World (..."
VPN
Linux Connection
+168
VPN
Created page with "== Private Intenet Access == VPN provider: [https://www.privateinternetaccess.com/ Private Internet Acess] == Linux Connection == In order to connect using Linux you need to..."
16 March 2015
Main Page
no edit summary
-4
Main Page
no edit summary
+64
Django
no edit summary
Django
Database Setup
+88
Django
Run App in development server
+90
Django
Database Setup
-1
Django
Usefull packages
+31
Django
Usefull packages
+130
Django
no edit summary
+100
Django
Usefull packages
+109
Django
Usefull packages
+4
Django
Usefull packages
+125
Django
no edit summary
+117
15 March 2015
Django
no edit summary
+78
Django
no edit summary
+182
Django
no edit summary
+107
Django
no edit summary
-1
Django
no edit summary
+367
Django
no edit summary
+80
Django
Created page with "==== Requirements: ==== * Python * Database (MySQL / PostgreSQL...) ==== Installation: ==== <nowiki>pip install django</nowiki>"
10 February 2015
Ftp server
no edit summary
+71
Ftp server
Created page with "== vsftpd == <nowiki>sudo apt-get install vsftpd</nowiki> Configuration file: /etc/vsftpd.conf to add users: /etc/ftpusers After making changes to configuration: <nowiki>su..."
LAMP
Instalar Wordpress
+1
LAMP
no edit summary
+99
LAMP
no edit summary
+451
LAMP
no edit summary
+346
LAMP
no edit summary
+186
LAMP
Insalar Linux Apache MySQL PHP (LAMP)
+657
LAMP
Created page with "== Insalar Linux Apache MySQL PHP (LAMP) == 1.- Crear una instancia en Amazon AWS con Ubuntu 14<br /> 2.- Instalar MySQL <nowiki>sudo apt-get install mysql-server php5-mysql..."