Facebook Twitter Gplus E-mail RSS
 
 
formats

S T O P

Published on January 19th, 2012 by in Off Topic

The Madness.

SOPA = Stop Online Piracy Act

PIPA = Protect IP Act (IP = Intellectual Property)

 

We don’t want these. Infact we want open, secure and free Internet. I’m sure US Government also believes in a world that values internet freedom. Then why is that ? They said these bills are efforts to stop copyright infringement committed by foreign web sites but, in our opinion, they do so in a way that actually infringes free expression while harming the Internet.

Imagine a world of Internet without freedom. Say Goodbye to innovation or Protest against SOPA & PIPA.

 
formats

Customizing Firefox Installer Using Linux Terminal

Published on January 9th, 2012 by in Linux

1. First download the latest version of mozilla-firefox ‘.exe’ from official website.

2. Now you need 7-zip. If you don’t have it then download & install by typing:

sudo apt-get install p7zip-full

3. Now you need to extract the ‘.exe’ file you just downloaded. First locate the directory of your ‘.exe’ file. Mine is ‘home’

cd /home

4. Now type this command to extract (I have downloaded 9.0.1 version)

7z x "Firefox Setup 9.0.1.exe"

5. This will take a while. Then if you want to add any extensions or any other informations just go to your ‘home/core’ and modify or add anything you want. Suppose you want to add an extension, go to extension folder then create a new folder and copy paste your unzipped extension files. Open the .rdf file with text editor and look for ‘em id’ and copy that id. Now go one step back of your file  browser and rename the newly created folder with that ‘id’.

6. Now its time for repackaging the installer. First you need to zip-up the changes you just made. Type:

7z a -r -t7z app.7z -mx -m0=BCJ2 -m1=LZMA:d24 -m2=LZMA:d19 -m3=LZMA:d19 -mb0:1 -mb0s1:2 -mb0s2:3

7. You will see a new file named ‘app.7z’. Now to create the final ‘.exe’ we need a small ‘.sfx’ file to download. Download this file.

8. Now create a new empty/blank file name it ‘app.tag’. Open it by text editor and put these lines then save it.

;!@Install@!UTF-8!
Title=”Mozilla Firefox”
RunProgram=”setup.exe”
;!@InstallEnd@!

9. Now make sure that your ‘/home’ directory consists ’7zsD.sfx, app.7z, app.tag’. If not then look up and do the missing part.

10. Now the final command. Type:

cat 7zSD.sfx app.tag app.7z > setup_firefox_9.0.1.exe

You are done.

 
formats

Matrix Style Animation in Your Terminal

Published on January 8th, 2012 by in Linux

বুঝতে পারছি টাইটেল পড়ার পরেই আপনার মাঝে উত্তেজনা বিরাজ করছে। ম্যাট্রিক্স মুভিতে কম্পিউটারে সংখ্যা এবং অক্ষরের সমন্বয়ে যে সবুজ রঙের অ্যানিমেশন টি দেখা গিয়েছিল সেটা আপনার কম্পিউটারে হলে কেমন লাগবে? অসাধারন লাগবে অবশ্যই। তাহলে দেরী না করে আগে আপনার টার্মিনালের ফন্ট এর রঙ সবুজ করে নিন এবং ব্যাকগ্রাউন্ড কালো করুন।

এবার রুট হওয়ার জন্য টাইপ করুন

sudo bash

এখন একটি ছোট্ট জিনিস ইনস্টল করার জন্য টাইপ করুন

sudo apt-get install cmatrix

এবার টার্মিনালের সকল লেখা মুছার জন্য টাইপ করুন

clear

এবার টাইপ করুন

cmatrix

বেশী জোস! আমি জানি :D

টার্মিনালের ব্যাকগ্রাউন্ড ট্রান্সপারেন্ট করে দেখুন আরও ভাল লাগবে। অ্যানিমেশন শেষ করার জন্য ‘q’ চাপুন।

 
 
© mythrobin•com
credit