Let me say at first to the reader of this post that I am not talking about Phonetic bengali writing. I am talking about write with original Unijoy keyboard layout. Last year I wrote another blog post on Install Bengali font in Linux/Ubuntu – Write Bengali in Linux. But that was for older Ubuntu version. Right now the latest Long Term Support (LTS) release of Ubuntu is 14.04. So to write bengali in Ubuntu 14.04 we have to change or …
Category: General
Sometimes programmers think a lot much about to optimize their application performance. In this sense, we got the idea of Caching. Now the fact is which Cache engine is best, fast and suitable. I will not go through that debate. Today I am writing you about how to install Redis Cache server/engine in your Ubuntu OS. Let’s start from the beginning. First you have to install redis-server in your ubuntu by running the following command. sudo apt-get install redis-server After …
Show directory size //for specific directory du -sh targetedDirectory //for all directories du -sh /* //in kilobytes du -sh -k /* GZIP in a specific location gzip -c yourFilesNeedToGzip > /locationWhereYouWantToSaveGzip/filename.gz
To copy files from a server to another server is not a complex task anymore. This blog post will give you a solid and a very easy steps to accomplish this hard task so much easily. To transfer your files from source server to destination server you must have to enable ssh in both server. If you haven’t, then you can read it to enable ssh for your server. We will do all this copy/paste things with rsync. rSync is …
Today I will write about a very important topics which you need in your critical time. It’s all about taking backup of your cloud linux server and save the backup to your dropbox. You can do it easily after reading this post. Please do all the things according to my post and get free from your tension. Tools You should use: Dropbox Operating system I have covered for this tutorial: Ubuntu 13.04 Server Step 01 – Install dropbox in your …