Zemian Blog: A Programmer's Journal

My personal journal on software development and practical programming.

Thursday, June 19, 2014

Getting Django setup on Windows

›
A friend asked me how to setup an Django enviroment on Windows without the Cygwin fuzz. Here is the shortest steps I can think of: 1. Inst...
1 comment:

Getting django started on Windows 7 with python 3 and MySQL 5.6

›
Django is a python web framework library and it works on both python 2 or 3. I will show you how to get python 3 setup in Cygwin environment...
3 comments:
Thursday, June 12, 2014

How to initialize a new MySQL installation and create new database

›
  For a freshly installed MySQL server, you would need to initialize the system tables and data directory like this:   cd mysql-<vers...
Monday, June 9, 2014

Using crontab to startup service

›
Did you know that crontab service has the "@reboot" schedule that would start a script during your system startup time? This is ha...
Thursday, June 5, 2014

A simple cron wrapper script with logging

›
When working with crontab service, one thing I often need is to capture the ouput of the job. Having the job script aware of this output and...
Wednesday, June 4, 2014

A simple MySQL daily backup script

›
Using the MySQL export script I've showed from last post (assume you saved it in a file named "$HOME/database-export.sh") , y...
Saturday, May 31, 2014

How to export and import MySQL database

›
You can export the MySQL database with schema table definitions and data separated. Here is a simple bash shell script that will export an d...
‹
›
Home
View web version

Contributors

  • Unknown
  • Unknown
Powered by Blogger.