AES Crypt is a simple tool to encrypt end decrypt your files. You can do it without being expert in either linux and/or cryptography. If you are simply familiar with linux shell, you have more than enough knowledge to use AES Crypt.
AES Crypt is a file encryption software product available on several operating systems that [...]
You are at the archive for the Tutorial category
How to unzip multiple archives quickly?
If you have a lots of zips in your directory, you may be tired of unzipping them one by one. You should not do it manually. You can do it by a single command:
First time I have tried using:
unzip *.zip
However, it did not work. It gifted me error.
You can do it by any of the [...]
পাসওয়ার্ড ছাড়াই শেল লগিন
যাদের বার বার এসএসএইচ এ লগিন করতে হয় প্রত্যেকবার পাসওয়ার্ড দেয়া তাদের জন্য বেশ বিরক্তিকর। তাছাড়া সেটা যদি রুট হয় তাহলে তো কথাই নাই। কারণ সাধারণত রুট পাসওয়ার্ড বড় ও কঠিন হয়। সেজন্যই এর বিকল্পটি ব্যবহার করতে পারতেন যাতে আপনাকে আর প্রত্যেকবার পাসওয়ার্ড দিতে না হয়।
প্রথমে আপনার কম্পিউটারে টার্মিনাল চালু করুন। যদি আপনি সার্ভারে রুট [...]
Flash Media Server (FMS) and libasneu.so.1 issue
Today I was working with Flash Media Server (FMS). Everything went accordingly except libasneu.so.1. This file is needed for FMS which is included with FMS archive. We just need to link it correctly.You may check the shared library dependencies by the following command:
# ldd fmscore
In my case, everything was found except libasneu.so.1. It was showing [...]
Append/Prepend string to a field in MySQL
Just now I am working with a problem where I need to update a column/field by appending something. I was in a bit trouble for a 2 mins as I was finding a solution for this. First thing came to my mind is
UPDATE `table_name` SET `field_name`=`field_name`+’appending string’ WHERE `field_name`=’xxx’;
I knew this won’t work in my [...]
cPanel: Enable/disable specific webmail application per user
Today, I faced a situation where I need to show single webmail application to cPanel control panel user. Usually there are three (3) webmail clients. These are horde, squirrel mail, roundcube. However, I was advised to make sure that a specific customer does not see more than one specified. I suggested, ‘Enable Autoload’ feature which [...]
How to Upgrade Fedora 10 to Fedora 11
Recently Leonidas, the latest version of Fedora, is released. I have already upgraded my laptop using the latest DVD. However, I was planning to upgrade my office’s desktop directly from internet. Searching internet, I have found a very useful tutorial regarding this. I suggest fedora users to have a look.
http://www.cyberciti.biz/faq/upgrade-fedora-11/
Optionally you can also read this: [...]
417 status/response code and PHP cURL
Recently I have released an extension named put_twitter for PunBB 1.3.x. It sends forum’s activity to designated twitter account. It uses twitter class for posting to twitter which utilizes PHP’s cURL library.
The extension works fine for most of the people. But a few were complaining that it was not working for them! I was totally [...]
স্রষ্টার প্রতি কৃতজ্ঞতা…
আমরা প্রতিটি মানুষ যার যার অবস্থায় অনেকের চেয়ে কতই না ভাল আছি! অথচ তার জন্য আমরা সৃষ্টিকর্তার নিকট কতটুকুইবা কৃতজ্ঞ হই বা তা প্রকাশ করি! অনেকেই হয়তো আমরা মনে মনে কৃতজ্ঞতা স্বীকার করি! সম্ভবত এটিই সর্বোত্তম পন্থা! কিন্তু প্রকাশ্যে কৃতজ্ঞতা প্রকাশ করলে সবচেয়ে বড় লাভ যেটা হবে সেটা হল অন্যরাও তাদের উপর বর্ষিত আশীর্বাদ সমূহ [...]
Convert .nrg (Nero Archive) to .iso, mount .nrg in Linux
Today I have downloaded an archive which later I found as an .nrg archive. Again, trial period of my nero for linux is already expired. So I was looking for a solution to read the .nrg archive in linux. Did not get something useful in google. Then I post a line in Twitter. jimmietryon replied [...]
URL Shortening using PHP
Yesterday while developing PunBB Twitter extension, Invarbrass of Projanmo Forum helped me by providing some URL shortening snippets for several websites. Those were very simple to use. I am sharing so that it comes to others’ usages.
to.ly
function CompressURL($url) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, “http://to.ly/api.php?longurl=”.urlencode($url));
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch, CURLOPT_HEADER, 0);
$shorturl = curl_exec ($ch);
curl_close ($ch);
return $shorturl;
}
echo CompressURL(“http://projanmo.com”);
Bookmark:
[...]
Auto Login (Gnome) in Fedora, Ubuntu
As I am the single user of my laptop run on Fedora 10, entering username & password each time is troublesome for me. So I need to automatic login feature. It is very easy in Ubuntu but not in Fedora. After searching online, I have seen it is not very hard to configure in Fedora [...]
Layout “unijoy” not found – Got this Joomla problem finally fixed
I was suffering from this problem from long time. Just few minutes ago I got the real and effective solution for it. The main solution remains here and here. Recently also came to know that problem remains in Firefox and Flock. It was working fine on IE and Safari. So solution only needs for Firefox [...]
how to promote your blog? Some easy steps….
Most probably these keywords are most common keywords that people usually search for. After searching for these, undoubtedly you will get a lots of search results. But these tips are a bit different. I have prepared this article based on my own experiences with my blog(s) rather than dumping or summarizing from other tips. So [...]
হুররে….তৈরি করলাম নিজের রিপোজিটরি :)
মাহদী’র ফোন করল আমার ইয়ামের ক্যাশ ডাইরেক্টরীটা সে চায়। কারণ কিছু কোডেক ইনস্টল করা লাগবে। তখন মনে হল লিনাক্স রিইনস্টল করলে আমারও তো আবার ডাউনলোড করা লাগবে। আমিও ক্যাশ ফোল্ডারকে আলাদা জায়গায় সরিয়ে রাখলাম। তখন মনে হল আমি দেখি নিজের একটা রিপো বানাতে পারি কিনা। ওমা! এটা তো দেখি পান্তা ভাত।
যেভাবে করলাম:
১. বিভিন্ন জায়গায় যত [...]




