root bin
Wednesday, 27 May 2015
Deploy django on debian 7 with uwsgi and mariadb - complete guide
›
In local virtualven ========= pip freeze > requirement.txt on Server ============== apt-get install nginx apt-get install mysql-s...
Tuesday, 26 May 2015
a working my.cnf for Mariadb
›
# # The MySQL database server configuration file. # [client] port = 3306 socket = /var/run/mysqld/mysqld.sock [mysqld_safe] socket ...
Thursday, 22 January 2015
Send email from your own domain using Zoho and Gmail
›
Gone the days that Google allowed people to send email as contact@mydomain.com using their gmail account for free. Now you need to buy on o...
Tuesday, 20 January 2015
Simple bash command to convert all tables in a mysql database to utf8
›
for t in $ ( mysql -- user = root -- password = admin -- database = DBNAME - e "show tables" ;); do echo "...
Friday, 16 January 2015
Install celery with rabbitmq on Django
›
UPDATE 1 AUGUST 2019 After a lot of headaches at lost I found a great video tutorial by Mike Hibbert on how to install rabbitmq with ce...
Thursday, 2 October 2014
Install tahoma font on Ubuntu
›
Download tarball that contains all Microsoft fonts To install them type the followiing in a terminal: cd ~ wget http://www.stchman.com/tools...
Friday, 15 August 2014
Cacti setup on Debian 7
›
The only no-nonsense cacti tutorial that actually worked for me on Debian 7. SNMP (or Simple Network Management Protocol) is us...
‹
›
Home
View web version