Date Range
Date Range
Date Range
Sharing my love for non linear mathematics, media and technology. Tuesday, November 15, 2011. I was playing with programming and visualization, had this silly urge to visualize the Fibonacci series. I wanted to know how the series was growing. MS Excel to generate the charts. I generated multiple charts and manually placed them together. Tuesday, November 15, 2011. Tuesday, November 16, 2010.
How to backup MySQL databases with Unix console? The backup of a MySQL database over a surface like PhPMyAdmin is very simple. Mysqldump -u root -p - all-databases dump. If you changed the default database user when setting up the database, then root must be replaced by it.
OSX EL Capitan で UC-SGT を使う.
Thursday, February 01, 2007. Ezen kivul nem kellek a noknek. Monday, January 22, 2007. Vedd ki a szemedbol a pírszingedet hogy ne bökje ki a .
Posted on February 20, 2012. I have heard tales of unix wizards that can form the most complex awk and sed commands from just looking at the terminal. I am not one of those wizards. One thing that I often want to do is search inside a sub-directory for a string of text without having to open some utility. I always forget the command to do it, so here is a blog post about how one can use grep.