Posts

Showing posts with the label fast

The fastest way to delete large file(s) on Linux

Go to the container directory and run this command: perl -e 'for(<*>){((stat)[9]<(unlink))}'

Ghost - A new blogging platform

Image
A new blogging platform has been launched yesterday, Ghost. http://ghost.org/ Because It runs on nodejs, I am not surprised when Its performance, speed is pretty good. Installation, configuration are so easy. And what I like most is its design. It is just so beautiful and simple. With a little changes in the config.js file I can have a fully functional blog (development mode): ... config = {     // ### Development **(default)**     development: {         url: 'http://localhost:2368',         mail: {               transport: 'SMTP',               options: {                   service: 'GMail',                   auth: {                       user: 'myemail@gmail.com',         ...