In 08 February 2010 I released first version of MySQL Charset Change Script. Now I relased new version(1.0.1) of it. And I want to talk about new release.
In 1.0.1, I create a cli script, this work with parameters. And you dont need to config.php. So now it is very simple.
This script is a simple work. But with big databases, this script is very very pawurful. If anyone test with big tables, and review this I will be happy.
You can download it from here. And you can see simple manuel from here. And If you want to contribute or report bugs/improvements you can visit github project page.
I wrote simple web page with php for encoding/decoding base64 codes. In future I want to add new convert types such as md5.
You can visit this link http://ozgurkuru.net/base64 for using it.
Hello
In Grou.ps office we have amazing atmosphere. We usually work hard but we have a lot of fun also. So we can do awesome jobs.
To night our developer team complated new option for Ning Migration. Now you can migrate your Ning template to Grou.ps. For details please visit Grou.ps offical entry[1].
And Grou.ps has new three templates. Twilight, Eclipse and Iceblue [2]…
[1]http://grou.ps/groudotps/blogs/item/migrate-your-ning-template-to-groups
[2]http://grou.ps/groudotps/blogs/item/latest-improvements-and-3-new-templates-twilight-eclipse-and-iceblue
At grou.ps office we work for making happy to our users. And our ceo Emre Sokullu posted blog about planned features.
You can see details from http://grou.ps/groudotps/blogs/item/upcoming-features
Cross your fingers and be social with grou.ps…
Posted from WordPress for Android
If you want to logging something in your python codes you can use logging library. It’s so easy way for logging.
Example code:
# Import library
import logging
# create logger
logger = loogging.getLogger()
# Minimum logging level
logger.setLevel(logging.INFO)
# Create handler for '/home/ozgur/python_logging.log'
handler = logging.FileHandler('/home/ozgur/python_logging.log)
#Format log style
formatter = logging.Formatter('%(asctime)s %(levelname)s %(message)s')
#Add handler to logger
logger.addHandler(handler)
#Sample "Error Level" message
logger.error("error message")
#Sample "Info Level" message
logger.info("info message")
#Sample "Warning Level" message
logger.warning("warning message")
Like that, you can generate in “timestamp levelname message” format.
Grou.ps is the best do-it yourself social network on the market. And now you can migrate your Ning data to Grou.PS.
For migrating your data just visit this link, http://grou.ps/ning.php
In past years, Turkey Linux Users Association orginized Free Software and Linux Festival. And Bilgi University orginize their own event.
But in 2010 Istanbul Bilgi University and Turkey Linux Users Association are uniting their events under the name Free Software & Linux Days.
You can see detail at: http://ozguryazilimgunleri.org/index_en.html
Posted in linode, linux
|
Tagged Free software, Istanbul, Istanbul Bilgi University, linux, Linux at Turkey, Linux Events, LKD, TLUA, turkey, turkey linux users association
|
I tried to dd command for scale harddisk performance. I did test in two servers, one of cloud computing and one of standart vps.
And here is the results:
13GB file created in 40 minutes in cloud computing (with 8core cpu, Centos 64bits),
15GB file created in 2 minutes in Linode 360 vps server (witch 4core cpu, Ubuntu 32bits).
This result shows that, If you want speedy hdd you should not use cloud computing.
This photo is from Arhavi, Artvin, Turkey. Artvin is a nice city at East Black Sea Region. And Arhavi is nice coastal town.
If you want to come here, you can write to me…

Posted in linode
|
Tagged arhavi, blacksea, turkey
|
Hello to every one…
Last month, I started to work at Groups Inc. Istanbul Office as server administrator. So I work on server applications and strategies. And I hope that I can write more posts in future about my works.