Pages

Thursday, January 04, 2018

How to save and convert files from youtube

Downloading a video file from youtube was a very difficult operation some years ago. Now situations changed, several third party online portals offers such services like file conversion and downloading from youtube. Most portals requires the youtube video link to download the file. It's ok for one or two files. But when it comes to convert a playlist of videos, it becomes so difficult. Most of the third party services like keepvid and en.savfromnet.com sites give this feature for free. You have to pay for it. Why do you pay for it while, there is a better solution is at your reach? So Whats the solution?

It is youtube-dl

youtube-dl is a small piece of CLI (Command Line Interface) software mostly working in GNU/Linux platforms. But as of now, they have ported it to Windows too. So Windows users also can enjoy it. What I am explaining here is its Linux usage. Its very simple and easy to use. Even if you think you are not good in Command Line Interface, let it be the first step to understand what a Command Line experience is.

If you are Windows user, there is an executable file is available in the following site. Download it from here.
https://yt-dl.org/latest/youtube-dl.exe
If you are using, Ubuntu or Debian based Linux system use the following command to install the software from the Terminal.

apt-get install youtube-dl 


After the installation process done, please copy a youtube share link to do your first experiment. For an experiment, here is a link - https://youtu.be/L6-uJLteKek
We're now just going to download "Mr. Big - To Be With You (MV)"

youtube-dl https://youtu.be/L6-uJLteKek

After giving the command in the Terminal, just sit back and watch the verbose happening in the screen. Once the completion status reach 100%, check it in the current folder in the file manager.

Ok. You have downloaded the first Video file from youtube. Good. But when it will come to download multiple files and convert them into mp3 files, what will you do? The command is very simple. Now you are just going to copy a youtube play list link. Here is the example case. The Beatles collection - https://www.youtube.com/playlist?list=PL9-cZf_sidpkzR4W_LxvZjh4F7YFo4WoG
And here is the command to download all the files as mp3.

youtube-dl -i --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" https://www.youtube.com/playlist?list=PL9-cZf_sidpkzR4W_LxvZjh4F7YFo4WoG

Now just sit back and relax. It will convert all the files to mp3. So easy, so simple.

Wednesday, January 04, 2017

What happens in Cochin, when Google stops support Flash in Adwords

Ad agencies and their clients in Cochin are running here and there to find a right place to convert their digital ad made with Adobe Flash to HTML5 standards. Unfortunately many Ad agencies in Cochin are not equipped with right digital experts.

Here I met a guy with handy knowledge in HTML5 / CSS3 / Javascript and jquery etc who can transform Flash ads to HTML5 standards. He's Saju George and he is available at +919633256630 / sj.george@gmail.com

Friday, October 09, 2015

Live streaming with your smartphone in youtube

There is a good news. You can easily live stream your personal event to your youtube channel with just your smart phone. Want to know how? I am doing it. Just now I am preparing a demo video and a documentation. Hang for a couple of days. I will be back with the video and documentation. Hurray!

Wednesday, April 25, 2012

Get your GNU T-shirt

I have designed a GNU-shirt (Gnu T-shirt) and printed limited copies. Front side and back side printed with the GNU Mascot. (You can see the image of the T-shirt in this post.) The material thickness is 180 GSM and the printing process is Double Coated Rubber Printing. Medium / Large / Extra Large sizes available. Almost 30 pieces left right now. Anyone interested, please contact in the following numbers:
Thomas : 9946022032 | Sreekanth : 9895181906
The T-shirts available at Kadavanthra, Ernakulam.

Little Maria wearing the GNU shirt: Facebook album (Login required)
Gnu T-shirt front
Gnu T-shirt Back
Gnu T-shirt Front
Gnu T-shirt close
Little Maria wearing Gnu T-shirt Medium
Little Maria wearing Gnu T-shirt Medium
Little Maria wearing Gnu T-shirt Medium
Little Maria wearing Gnu T-shirt Medium
Little Maria wearing Gnu T-shirt Medium
Little Maria wearing Gnu T-shirt Medium
Little Maria wearing Gnu T-shirt Medium

Cost of Gnu T-shirt.

Many people call us from all over India. We are happy to send the T-shirt via courier service. If you want to have the T-shirt, please use the "contact" page and give us the details, i.e., desired size of the T-Shirt / how much quantity you want / by which way you are willing to pay cash / by which way you are willing to receive the parcel etc. Hope this will give both of us good clarity. Once we get your email, we will contact you via email instantly.

Friday, April 13, 2012

Tellico: A great collection manager

You may have lots of Audio/Video CDs, XviD/DivX Movies and music files in various media, photo albums, books etc. But when you need them actually, you may unable to locate them. At least you may take a long long time to locate the files. Always thought to manage such collections in a systematic way? If there would be some tools to manage it, life would have been so simple. Just open your pc, locate the media with a search parameter, send the search command right away and you get instant result, you collect the exact media from the upper most stack of your iron book shelf in a CD tin. Thats it. It took only 4 minutes.
Is it possible? I asked the question several times repeatedly and searched for it. Using apt-cache search and google search. May be my search keyword wasn't accurate enough, all the times I got wrong pages. But finally I reached the cute homepage of http://tellico-project.org. That’s it. Tellico. My long awaited collection manager. After getting Tellico, my life got smooth. Tellico makes it easy to track your books, videos, music and anything / everything else. A simple and intuitive interface shows cover images, groupings, and any detail you want. Grab information from many popular Internet sites, including IMDB.com, Amazon.com, and most libraries. Tellico is GPL licensed Free Software.
Tellico logo
The Tellico logo
Its intuitive user interface will help you to get a clear idea on how to use it. At present all my DVD videos, XVID videos, Video CDs, audio CDs are updated in Tellico and I am so satisfied using the software. Tellico is great.

Tuesday, April 10, 2012

Easter day calculation and some interesting things with ncal

Easter date is not constant. It changes every year. For several years I had no idea on how to calculate the Easter date in an year. If you could calculate when will be the Easter fall on an year you can easily get a brief idea about another related holidays like Palm Sunday, Maundy Thursday, Holy Saturday, Good Friday, Easter Monday.
In Christian calendar the date of Easter has prime importance. The First Council of Nicaea established the date of Easter as the first Sunday after the full moon following the northern hemisphere's vernal equinox. According to the Catholic church, the equinox is on 21 March, and the "Full Moon" is not necessarily the astronomically correct date. The date of Easter therefore varies between 22 March and 25 April. Eastern Christianity bases its calculations on the Julian calendar whose 21 March corresponds, during the 21st century, to 3 April in the Gregorian calendar, in which the celebration of Easter therefore varies between 4 April and 8 May.
Sometime back I was checking the man page of ncal. The man page says “The cal utility displays a simple calendar in traditional format and ncal offers an alternative layout, more options and the date of easter.” Yes, you can calculate the easter day on AD 4012 now with this ncal utility. Just type the following command in the GNU/Linux console.
ncal -e 4012
In the next moment, ncal will tell you the result.
On 4012, Easter will be on 22 April 4012
And do you want to know when will be the orthodox Easter on the same day? The command has a little difference.
ncal -o 4012
The orthodox Easter on 4012 is on 6 May 4012
Want to look a weird calendar year according to the Gregorian system. Just look the calendar of 1752 calendar using cal command.
cal -y 1752

And just look on the month of September. Which day comes after September 2nd? Why? The answer will get from the man pages of cal. Type
man cal
Man page says "Assume the switch from Julian to Gregorian Calendar at the date associated with the country_code.  If not specified, ncal tries to guess the switch date from the local environment or falls back to September 2, 1752. This was when Great Britain and her colonies switched to the Gregorian Calendar"

That's the story of 1752 September. The smallest month in the Gregorian calendar system. But not all countries accepted Gregorian calendar system all of a sudden in one fine day. Some countries accepted it 1582, while some other countries accepted it centuries later. So how to find out when did Spain accepted Gregorian calendar system? Type the following command
ncal -p
Here is the result. Country code | Country name | Julian to Gregorian switch date.
 AL Albania        1912-11-30      IT Italy          1582-10-04
 AT Austria        1583-10-05      JP Japan          1918-12-18
 AU Australia      1752-09-02      LI Lithuania      1918-02-01
 BE Belgium        1582-12-14      LN Latin          9999-05-31
 BG Bulgaria       1916-03-18      LU Luxembourg     1582-12-14
 CA Canada         1752-09-02      LV Latvia         1918-02-01
 CH Switzerland    1655-02-28      NL Netherlands    1582-12-14
 CN China          1911-12-18      NO Norway         1700-02-18
 CZ Czech Republic 1584-01-06      PL Poland         1582-10-04
 DE Germany        1700-02-18      PT Portugal       1582-10-04
 DK Denmark        1700-02-18      RO Romania        1919-03-31
 ES Spain          1582-10-04      RU Russia         1918-01-31
 FI Finland        1753-02-17      SI Slovenia       1919-03-04
 FR France         1582-12-09      SE Sweden         1753-02-17
 GB United Kingdom 1752-09-02      TR Turkey         1926-12-18
 GR Greece         1924-03-09     *US United States  1752-09-02
 HU Hungary        1587-10-21      YU Yugoslavia     1919-03-04
 IS Iceland        1700-11-16
China, Albania, Bulgaria, Russia, Lithuania, Latvia, Japan, Slovenia, Yugoslavia, Romania, Greece, Turkey (sorted chronologically) accepted Gregorian calendar in the 20th century. Turkey was the last republic adopted Gregorian calendar in this list. Ok. lets try to get the Turkey's official calendar on 1926. Type the command in the terminal.
ncal -s TR 1926

In Turkey, the year 1926 was ended on December 18th! Cool, eh? In Greece they turned to Gregorian system on 1924 March. Lets try the following command
ncal -s GR 3 1924
And now let's see the 1924 March official calendar of Greece.
    March 1924
Mo     4 24 31
Tu     5 25
We     6 26
Th     7 27
Fr  1  8 28
Sa  2  9 29
Su  3 23 30
They lost two weeks in that March. Scary, no? And the most interesting calendar is 9999. I don't know what is the relevance of this. Lets check with two commands.
ncal -s LN 9999
With this command we will get the normal calendar on that year.
ncal -s LN -j 9999
With this command we can just figure how many days were in that year.
tom@debian:~$ ncal -s LN 9999
                                  9999
    January           February          March             April
Mo  1  8 15 22 29        5 12 19 26        5 12 19 26        2  9 16 23 30
Tu  2  9 16 23 30        6 13 20 27        6 13 20 27        3 10 17 24
We  3 10 17 24 31        7 14 21 28        7 14 21 28        4 11 18 25
Th  4 11 18 25        1  8 15 22        1  8 15 22 29        5 12 19 26
Fr  5 12 19 26        2  9 16 23        2  9 16 23 30        6 13 20 27
Sa  6 13 20 27        3 10 17 24        3 10 17 24 31        7 14 21 28
Su  7 14 21 28        4 11 18 25        4 11 18 25        1  8 15 22 29
    May               June              July              August
Mo     7 14 21 28                                           16 23 30
Tu  1  8 15 22 29                                           17 24 31
We  2  9 16 23 30                                           18 25
Th  3 10 17 24 31                                           19 26
Fr  4 11 18 25                                           13 20 27
Sa  5 12 19 26                                           14 21 28
Su  6 13 20 27                                           15 22 29
    September         October           November          December
Mo     6 13 20 27        4 11 18 25     1  8 15 22 29        6 13 20 27
Tu     7 14 21 28        5 12 19 26     2  9 16 23 30        7 14 21 28
We  1  8 15 22 29        6 13 20 27     3 10 17 24        1  8 15 22 29
Th  2  9 16 23 30        7 14 21 28     4 11 18 25        2  9 16 23 30
Fr  3 10 17 24        1  8 15 22 29     5 12 19 26        3 10 17 24 31
Sa  4 11 18 25        2  9 16 23 30     6 13 20 27        4 11 18 25
Su  5 12 19 26        3 10 17 24 31     7 14 21 28        5 12 19 26
tom@debian:~$ ncal -s LN -j 9999
                                  9999
    January                 February                March
Mo   1   8  15  22  29          36  43  50  57          64  71  78  85
Tu   2   9  16  23  30          37  44  51  58          65  72  79  86
We   3  10  17  24  31          38  45  52  59          66  73  80  87
Th   4  11  18  25          32  39  46  53          60  67  74  81  88
Fr   5  12  19  26          33  40  47  54          61  68  75  82  89
Sa   6  13  20  27          34  41  48  55          62  69  76  83  90
Su   7  14  21  28          35  42  49  56          63  70  77  84
    April                   May                     June
Mo      92  99 106 113 120     127 134 141 148
Tu      93 100 107 114     121 128 135 142 149
We      94 101 108 115     122 129 136 143 150
Th      95 102 109 116     123 130 137 144 151
Fr      96 103 110 117     124 131 138 145
Sa      97 104 111 118     125 132 139 146
Su  91  98 105 112 119     126 133 140 147
    July                    August                  September
Mo                             155 162 169             176 183 190 197
Tu                             156 163 170             177 184 191 198
We                             157 164             171 178 185 192 199
Th                             158 165             172 179 186 193 200
Fr                         152 159 166             173 180 187 194
Sa                         153 160 167             174 181 188 195
Su                         154 161 168             175 182 189 196
    October                 November                December
Mo     204 211 218 225     232 239 246 253 260         267 274 281 288
Tu     205 212 219 226     233 240 247 254 261         268 275 282 289
We     206 213 220 227     234 241 248 255         262 269 276 283 290
Th     207 214 221 228     235 242 249 256         263 270 277 284 291
Fr 201 208 215 222 229     236 243 250 257         264 271 278 285 292
Sa 202 209 216 223 230     237 244 251 258         265 272 279 286
Su 203 210 217 224 231     238 245 252 259         266 273 280 287
So there is only 292 days in that year, 73 days will be lost. June, July months are not in the picture. And 12 days of August also missing. People who follow Latin Calendar goes to sleep on 9999 March 31 will be woke up on August 13! Anyway, I still do not have any idea about the Latin Calendar system. I think this calendar is the Julian calendar. But who follows it still, why does it switch on 9999 March 31 to Gregorian system? Maybe, Julian calendar will be abandoned on 9999 March 31. I searched lots of web pages regarding this, but from nowhere I got satisfactory results.
And finally do you want to have a glance of the code of ncal which is done in "C". Here is the link. All of us may be heard about Julian calendar and Gregorian calendar. But how many of us know the minute calculations based on that? Just figure how deep the rabbit hole goes!

Sunday, March 25, 2012

GIMP + Inkscape combo is awsome tools in graphic designing

For more than 3-4 years I was almost idle in graphic designing. Being a passionate art lover, I had done many personal stuff print based graphic designing. Occasionally I worked for some friends also. Those days I was an ardent fan of Adobe Photoshop, Illustrator, PageMaker etc. before getting into the GNU circle of thoughts. When turned into Free and Open Source (FOSS) tools, I gave up such proprietary software for my personal use. Its a painful feeling when giving up something which you liked most, after you realize there was an evil associated with it. Just like you realize that your lover has a wrong relation with someone you hate. It will take a long time to cop up with the situation.
So was I. I did nothing for 3-4 years. I could not even think on working with GIMP / Inkscape / Scribus etc. Finally in the last days of 2011, I decided to do something and started my self-training with Inkscape. The very first project was a family calendar. Since 2006 onwards, I used to design our family calendar with marked up birthdays and wedding anniversaries of my family members. All were designed with Adobe Illustrator and Photoshop. On 2009 when I stopped using proprietary software, the calendar project also discontinued. And after a long time, now I am doing the same thing with Free and Open Source alternative software. Started the project in the mid December 2011, I had only few days left to print the final output before the new year.
The maximum paper size my printer supports is 308x446 mm (A3 Express). That's why I chose the calendar size 151x146 mm. So that I will get twelve months in both sides of an A3 express sheet. With this size I can easily get 6x8 mm space for the cutting marks.
Fortunately Inkscape has a default script for making the base calendar. In the top menu you can choose it from Extensions > Render > Calendar. So easy, so simple - Thus the main part of the project was done in the first 5 minutes. The next thing is cropping photographs and other images and files. I had already shot some photographs of my little daughter Maria with my Cannon Powershot A3100 IS digital camera. All the images were taken in Black and White mode, because I really like the preset B&W tone in this camera. The photos were cropped in 15.1x5.013. The time-consuming part was marking the birthdays and anniversaries. All of the ingredients ready, I started cooking.
Just before Christmas, I got the final prints and it was so cute. The prints were taken in 300 GSM normal paper with no lamination and then bound with loop wire binding. I took 12 copies. The cost was just Rs. 76/- ($1.5 aprox.) per calendar.
Post script: You may don't believe, within two days I mastered the software - Inkscape. Truly nice and intuitive graphic software I have ever experienced. GIMP also was far more easy than I expected. The entire design experience was so thrilling. It energized me to stay tuned with Free Software. Just watch some of the png files I have done with these GPL licensed free software, and if you are interested, upon request, I am happy to share the editable svg files too.

Calendar designed with Inkscape and GIMP : Flap

Calendar designed with Inkscape and GIMP : January

Calendar designed with Inkscape and GIMP : February

Calendar designed with Inkscape and GIMP : March

Calendar designed with Inkscape and GIMP : April
I shot the image of Maria which I placed in April calendar, only with a candle light; there were no other ambient light sources. I woke up her in the midnight from the sleep and took the photo. (My mom scolded me enough to do this midnight madness :-) waking up a little kid and shoot her photo in a candle light). Just notice how I removed the candle light from the center area of the image. If you are photoshop user, you would say "Its easy guy", so do I tell you, "in GIMP also its too easy dude"

Calendar designed with Inkscape and GIMP : May

Calendar designed with Inkscape and GIMP : June

Calendar designed with Inkscape and GIMP : July

Calendar designed with Inkscape and GIMP : August

Calendar designed with Inkscape and GIMP : September

Calendar designed with Inkscape and GIMP : October

Calendar designed with Inkscape and GIMP : November

Calendar designed with Inkscape and GIMP : December

Friday, March 09, 2012

Manaveeyam Technologies launches Ubuntu powered Dell Laptops and Ubuntu Support

Kochi, India 29 February 2012: Ubuntu powered Dell Laptops with Manaveeyam’s advantage gives you an exciting laptop experience like never before. Laptops are now available to people and business from Manaveeyam Technologies at realistic prices. The range of laptops along with complete support delivers a fast, secure, compatible, accessible and sustainable computing. With over thousands of exciting applications, these laptops enable you to do more than what you do.
Current trends show a decrease in overall productivity due to vluable time being wasted on dealing with viruses and malware. Manaveeyam’s laptops are virus-resistant and lets the user work effectively without worrying about anti-virus solutions and formatting.
“Ubuntu’s founding principle is to remove the barriers of access to computing for everyone”, said Mark Shuttleworth, founder and product strategist at Canonical.
“The Ubuntu powered Dell laptop is a great-looking, easy-to-use, secured, virus-resistant, intuitive and helps you to stay connected and stay ahead of latest technology even on low resources. These laptops are great for social networking and email. Comes with the full featured office suite - LibreOffice, speedy and safe web browser - Firefox, with built-in-security. You can manage your photos, watch videos, listen to music, play games, video conferencing, learn from tons of educational software and many more...”
Full feature Ubuntu powered Dell laptops
The essential laptop for every day use, Dell i3/4GB/320GB is packed with full options at affordable price. The latest i3 performance processor, high on RAM with 4GB, large on storage with 320GB HDD, on-demand intel graphics performance, virus-resistant, powered by full feature Ubuntu Desktop with built-in-security, high portability with 2.2kg/ 2.37kg and an IT department for you with 1-Year In-Home Warranty with CompleteCover. The 14.0”/ 15.6” screen starting at Rs. 29,000.
The Manaveeyam Advantage
 The manaveeyam support lets you take complete control of computing. We provide a comprehensive and flexible support package, migration and training to people and business on Ubuntu certified hardware. We let customers take advantage and experience the best and the latest in open-source technology which lets them stay connected and stay ahead.

About Canonical
Canonical provides engineering, online and professional services to Ubuntu partners and customers worldwide. As the company behind the Ubuntu project, Canonical is committed to the production and support of Ubuntu – an ever-popular and fast-growing open-source operating system. It aims to ensure that Ubuntu is available to every organisation and individual on servers, desktops, laptops and netbooks. For more information, visit www.ubuntu.com.
Canonical partners with computer hardware manufacturers to certify Ubuntu, provides migration, deployment, support and training services to businesses, and offers online services direct to end users. Canonical also builds and maintains collaborative, open source development tools to ensure that organisations and individuals can participate fully in innovations within the open-source community. For more information, visit www.canonical.com.

About Dell India
Dell (NASDAQ: DELL) listens to customers and delivers innovative technology and services that give them the power to do more. Dell OEM Solutions helps its customers find more balance between execution and innovation with dedicated OEM resources, industry-standard hardware and global services and support capabilities. Dell helps its OEM customers improve their time to profit and run their operations more efficiently for increased competitive edge. For more information, visit www.dell.com.

About Manaveeyam Technologies
Technology powered by Values! Manaveeyam Technologies Pvt. Ltd. (MTPL) based in Kochi, India puts people first by delivering an affordable, sustainable, secured, easy-to-use green computing technology to people and business with creativity and innovations of the best of open-source community and companies. For more information, visit manaveeyam.in. Call: Sameer (+91-9995717112), Mathew (+91-8086733733), Sreekanth (+91-9895181906), Manoj (+91-9847446918), Thomas (7736780769)

Saturday, August 06, 2011

Annoying mobile spamming

Most of mobile phone users face the irritating spam phone calls. How we can get rid of such annoying phone calls. Spam call are many types
1. Robo calls
2. Phishing calls
3. Rings and hangs
4. Call back spam
5. Spam text message
6. Spam voice message
  1. What's a ROBO Call?
  2. Robo calls are the most common form of spam. It calls you directly and immediately after you take the call you will hear the recorded voice "Hi How are you, why did't you took the phone when I called last time? I call you now to tell that this is the last chance to get one glass of water free with two porotas + one kuruma curry, hurry this offer is only for one day. byeeee" Cut. Well that was a typical example of a robo call.
  3. Ok, sir, then what's a phishing Call?
  4. You may have already know what is phishing in internet. In a few words, it is impersonation. Somebody calls you in the name of a reputed company like google, ebay or paypal etc. or even your banker and convey that there is a problem with your account. To fix the issue you have to call to verify the basic data about you. With this data they may be equipped to break your account and they will get control over your account. Hows the trick, yar?
  5. So, what do you mean by "Rings and hangs" then?
  6. Simple. You get a missed call. From a same number. Several times you get same call missed. Obviously you may call back to that number. Then you get a message that "Wow, you are selected a price worth Rs. 50,000/- And call to a particular number for further details. Goodbye". What will you do? You start calling that number instantly. You will never know the number you dialled was a paid number and you have to pay Rs. 50/- per minute. In order to receive a false offer to get Rs. 50,000/-, you have to foolishly spend Rs. 500/- or more!
So what you can do against this?
Just share such frauds with others in the internet fraternity.
Or just share it through your own blog as I did in this blog!
Never take the phone when a fraud call come to your phone in the second time. First time you probably may not know whether the call is genuine or not. So once you identified a fraud number never take it in the next time. There are lots of effective methods to put an end these annoying phone calls. Join in the National Do Not Disturb Registry is the most effective method. But choosing this you cannot identify the spammers' numbers. Use your own phones Reject List. Most of the modern phones has such a feature like Reject List. Find out your own phones RL feature. And publish that numbers to the net.
Here I am publishing a list of numbers which fetched from my handset. Most of them are came through Tata Docomo Mobile Service Provider from Kerala Circle in India. All these spam calls are Robo Calls offering many services like caller tunes, song download etc.

Reject List as shown in Samsung C-5212 Mobile
   1. +918891255013
   2. +918891255031
   3. +914772251697
   4. +918891255024
   5. +914067309330
   6. +918891255028
   7. +918891255017
   8. +911402015009
   9. +917002019000
  10. +918714155064
  11. +918714155065
  12. +918714155067
  13. +918714155063
  14. +913366064950
  15. +918714155062
  16. +913366064890
  17. +913366065130
  18. +917736355056
  19. +917736355057
  20. +917736355058
  21. +914067305210
  22. +914067305330
  23. +917736355061

Saturday, May 28, 2011

Add contact form in Blogger

For so long, I was searching for a "contact form" gadget in blogger. Very coincidentally I got a clue that there is a method to add a fine contact form in google docs. Here is the step by step info to add the contact form in your blogger.

Prerequisite
  1. You must have google docs with your google account
  2. A blog. Or site
Now look at the screenshots and the captions

    Add contact form in blogger
    Step 00: Open your google docs > Create new > Form
    Add contact form in blogger step 01
    Step 01: Define each field such as name, email, message etc
    Add contact form in blogger step 02
    Step 02: Edit the fields by clicking this icon
    Add contact form in blogger step 03
    Step03: Add each fields carefully. Click "Done"
    Add contact form in blogger step 04
    Step04: In More action > Embed
    Add contact form in blogger step 05
    Step05: Copy the embed link
    Add contact form in blogger step 06
    Step06: Now open blogger and create a new page
    Add contact form in blogger step 07
    Step07: In the EDIT HTML paste the embed link
    Add contact form in blogger step 08
    Step08: Check it in the COMPOSE Mode
    Add contact form in blogger step 09
    Step09: Now publish the page
    Add contact form in blogger step 10
    Step10: Go back to Googledocs and open the file
    Add contact form in blogger step 11
    Step11: Set up Tools > Notification rules
    Add contact form in blogger step 12
    Step 12 : In blogger you can reduce the width.

    In this section please tick against "Any changes are made" and "Email right away" after that "Save"
    Yes you have almost set up the Contact form. Now just check yourself whether it is working or not. If everything works well, you will get a notification in your gmail inbox where the googledocs is associated with.

    Tuesday, October 05, 2010

    Cost effective Portable Broadband Internet

    Many friends frequently asks about a smart / cost effective way to access internet in their laptop. There are lot of portable Broadband Internet Service Providers world wide. Here in Kerala there are Reliance, Tata Tele-services and lots of mobile service providers have introduced such broad band internet services. But when and performance matters, there is very little options in Portable Broadband Internet Services. Very recently I was happened to know a comparatively-good option in Portable Internet. This particular internet connection is based on EDGE technology in mobile phones.

    What is EDGE

    EDGE stands for Enhanced Data rates for GSM Evolution. It is a digital mobile phone technology that allows improved data transmission rates as a backward-compatible extension of GSM. It is also known as Enhanced GPRS (EGPRS). Basically EDGE is a superset to GPRS and can function on any network with GPRS deployed on it, provided the carrier implements the necessary upgrade.

    TATA-DOCOMO's EDGE based internet plan

    Yes. In Kerala, Docomos internet plans are so cheep. Rs. 48/- for 2 GB download per month. If you are using it with GNU/Linux operating system its performance is really great. A file can be downloaded 15-30 Kbps which means you have a bandwidth of 120-240 Kbps. And most amazing is, if you have a good signal strength, you will get a stable internet. Please do not compare the speed with leased lines and fixed DSL lines.

    Instructions for TATA-DOCOMO internet using with Gnu/Linux
    As the old times, what we did for dial up connections. We used wvdial. Yes! wvdial reloaded.

    Use wvdialconf to set up the modem.

    nano /etc/wvdial.conf and add the following things

    Init3 = AT+CGDCONT=1,"IP","TATA.DOCOMO.INTERNET"
    Phone = *99*# [ Phone = *99# for normal phones | *99***1# for Nokia phones]
    Password = internet
    Username = internet
    Baud = 57600
    stupid mode = 1
    
    TATA-DOCOMO provide Linux support for GPRS!

    Last time when I called TATA Docomo's call centre, they told me that they can support GPRS users in Gnu/Linux platform. However, there will be minimal issues you will face when you use such a connection through Gnu/Linux. Here is a list of the issues I faced

    I am using a dual sim phone. There may be conflicts of default SIM.

    The service provider has to send us a configuration sms which has to be installed in your handset. If the configuration file corrupted, you won't be able to connect the internet.

    Here is a sample of /etc/wvdial.conf
    [Dialer Defaults]
    
    Init1 = ATZ
    Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    Init3 = AT+CGDCONT=1,"IP","TATA.DOCOMO.INTERNET"
    Modem Type = USB Modem
    Baud = 57600
    New PPPD = yes
    Modem = /dev/ttyACM0
    ISDN = 0
    Phone = *991#
    Password = internet
    Username = internet
    

    Wednesday, September 29, 2010

    How to retrieve youtube videos from your browser's cache?

    I'll tell you some working methods to download youtube videos withoug having any particular software. But before that just read about the main issues.

    I know you have tried many ways to download your favourite youtube video to your hard drive. you may have used many tools for that. But suddenly on one day, your fav tools stop working. Why? Because, youtube changes their technology time to time in caching the videos in your browser. There are many Gnu/Linux based application to download youtube. Clive, gvdown are best examples. My favourite application was Clive. Anyway Clive is no longer works in my machine. To use Clive any longer, I have to upgrade it or re-install it. So I decided to get them without any software. How could I do that?

    Whatever file to run in your computer from the internet, it has to cache it first in the local system. May it be a png or gif, flv or mp3 it has to do so. So the site, caches the file in the temp location of your system. In the case of youtube video, you have to find where the file is cached in your local system. Its that simple. Once you find where is the file is cached, you almost got the file. Before proceeding you have to understand the following things to operate.
    1. Find out the way to view all cache files in your Mozilla Firefox browser
    2. Find out the way to view all cache files in your Computer (Gnu/Linux or Windows or Mac etc)
    As of today, you can retrieve the video simply if you correctly follow the following steps
    1. Open Mozilla Firefox and in the address bar type as "about:cache" (without quotes)
    2. In "Memory cache device", click on "List Cache Entries"
    3. Using Firefox "Find" tool, locate your youtube video.
    4. Click on a "Key" heavy file size. (say 3725647 bytes)
    5. Then you will get enough info on that particular key. Just Right-click on the key and save to the hard disk
    6. By default, the file name will be "videoplayback". Rename it with a .flv extension
    7. Play it with Mplayer or vlc player
    8. If you wish to convert as mp3 or any other formats, use ffmpg.
    9. The command to convert as
      ffmpeg -i inpuvvideofile.flv outputaudiofile.mp3
    10. Thats all. Any doubts?

    Wednesday, September 15, 2010

    Interaction with RMS


    It was on 9th of September 2010. I was anxiously waiting for this day to attend the function in which Richard Matthew Stallman delivering a speech at St. Joseph's College of Engineering and Technology, Palai. The speech was great. I Started from home very early along with my friends at ILUG Cochin. We reached there some hours before the speech. The function was organized amazingly by the Computer Engineering Students. The students started a FSUG (Free Software User Group) in their college and they named it as Swathanthra.in
    RMS explained concepts and philosophy of the revolutionary os GNU/Linux. His two hour lecture was really great. He talked about Free-software. He talked about freedom. The ceremonial funny drama had taken place here too, RMS wore a black gown and an old CD as cap and said “I am St. Ignucius of the Church of Emacs and I bless your computer, my child. Long may you run.” In the Q&A session, I wrote a question to him and he answered it very passionately. The question was this -" you totally against to Open Source initiatives and FOSS. The question is asked in the background of a project like OPEN DRM". He answered that he is not AGAINST. Whatever the term may be, the core issue is FREEDOM. After answering the question, he added that "This is a good question". And I did know that he may comment something good to that question, because I have read there were a project like "Open DRM" was in serious consideration in some open source communities, which RMS clearly expressed his strong disapproval against such stupid projects. Even there were some Open Malwares! That question can be extended to such distros like Damn Vulnerable Linux (DVL).

    After the speech, ILUG Cochin got a chance to meet RMS in person. We took some photographs with him. Anyway, it was my first experience with such an eminent person in the Free Software Community, and the experience was great.

    Tuesday, January 12, 2010

    How to recover your grub?

    In a GNU/Linux installed system, the default boot record is handled by GRand Unified Boot Loader or GRUB. Originally written by Erich Boleyn, Grub is considered as one of the best boot loaders available. In many circumstances, a boot record can be changed, i.e., another OS installation is one among them. For example, if you install /upgrade Windows 7 in a GNU/Linux installed machine, the GRub will be replaced by Windows' own boot record. From that point you will not be able to load GNU/Linux from your system. Because Windows' boot loader will never load another OS. However, you can easily recover your grub with only two or three lines of commands. It's very easy, it's not so techy. All you need is to have is a Live CD/DVD of GNU/Linux such as Knoppix. Here is the way to recover your grub.
    Note: This
    weblog is written for Debian based text mode GRub recovery
    1. Boot the system with Knoppix
    2. type fdisk -l
    Hit enter to get a rough idea about your partitions and corresponding file systems. And just note down the Linux file systmes in a piece of paper.
    3. Type grub

    4. Type find /boot/grub/stage1 Hit enter
    Note: If you get error message (Error 15: File not found) try another location as,
    find /grub/stage1
    Hit enter You'll probably get a reply from either of these commands just like (hd0,6)


    Note: (hd0,6) is an example. hd0 is the drive; ,6 is the partition.
    5. Type setup (hd0)
    Hit enter
    Note: you only give drive number only; not the device number
    6. You'll see some lines of codes like
    Checking if "/boot/grub/stage1" exists ... no
    Checking if "/grub/stage1" exists ... yes
    Checking if "/grub/stage2" exists ... yes
    Checking if "/boot/e2fs/stage1-5" exists ... yes
    Checking if "/boot/e2fs/stage1-5 (hd0)" exists ...
    17 sectors embedded succeeded
    Running "install /grub/stage1 (hd0)(hd0)1+17P (hd0,6) /grub/stage2 /grub/menu.lst"..
    succeeded
    Done

    IF you can read this message, your grub has recovered.
    Now reboot your system.
    Remove Knoppix CD.
    Boot your hard disk.
    Congratulations.
    You have recovered your GRand Unified Boot Loader.

    Thursday, January 07, 2010

    andLinux. A great step to Linux-for-all

    As an ardent Linux fan, I was always behind Debian for more than last 5 years. I loved the free software concept. And I tried my best to use only free software. As a graphic designer, this would not been always practical. So I had to make compromises several times. I am working in an advertising agency, where they are using only Windows client machines to do the graphic part. I was the person who initiated to move the network system under Linux (Debian). Everybody were happy in using a trouble-free networking environment.
    But I had to use Windows to run some graphic software like Photoshop, Illustrator, Flash etc. Even a dual boot system has its own limitations. It is not practical to switch your system frequently. I was dreaming of a virtual Linus inside Windows, just like Wine. There may be a Line as a counterpart for Wine, I thought and even I googled for Line. I heard about cygwin. Tried to load it to run fontforge. However I kept a Knoppix 5.3 DVD always in my table draw. Whenever I want for Linux, I load it.
    One of my favourite Linux applications was Kmymoney2. This software taught me the way to track my income and expenses and helped me a lot to control the spending. I could use Kmymoney only in my home because it does not have a Windows version (but Gnucash has). I inspired many of my friends about Kmymoney and some of them got in tune with it. One day Mr. Saju George (he was my teacher in Debian) called me up and told me that a link has been forwarded to my inbox. The link was of a new distro of Linux which can run inside Windows so that I can use Kmymoney2 in my office computer.
    I downloaded it and installed it immediately. Great. Everything was really great. It was not a Virtual Machine as I expected. It was a clean Linux. You can add packages with apt-get install. I installed Kmymoney with its console. But a problem. To run andLinux, you must have admin rights in Windows. Normal user can only get the FLTK console only. I tried all the possible methods, but could not run in normal user mode. But still I think, this can be configured soon. I am really happy anyway. Its a great step in spreading Linux to commoners...

    Friday, September 04, 2009

    Tanatos.m or Sality Virus attack: Here is a good solution

    Disable system restore service before you start these steps.

    1. There is a utility supplied by trendmicro. Its name is SysClean.com. Download SysClean.com from here
    2. There are virus pattern files from Trendmicro. Download those Virus Patterns Information here. Note: Download all available virus patterns and download it to one single folder where sysclean is located.
    3. Download Spyware Pattern here (somewhere at the middle of the page)
    4. Put all files in one folder
    5. after downloading reboot your system
    6. Boot your system to Safe mode as System administrator
    7. Run SysClean.com from where you save it
    8. Don’t do anything while the cleaner is in process.
    9. After its finished scanning and cleaning open report file to see the viruses.

    Friday, May 08, 2009

    Administrative privilege in DOS in Windows XP

    There are two simple methods to get administrator access in DOS shell in Windows XP. Both methods are too simple and there is no confusions or complications in it. Quite simple. Here is the steps

    Method 1

    1. Start -> run -> type "cmd"
    [DOS shell comes]
    2. Type the following
    runas /user:computername\administrative user name cmd
    eg: if computer name is "system1" and administrative user name is "administrator" then the command will be
    runas /user:system1\administrator cmd
    [a new DOS Shell will appear and you can execute your administrative tasks]
    ;-) Too simple, eh?

    Method 2

    [May be you'll laugh when you read out this one!]
    1. Go to c:\WINDOWS\system32\
    [click on the "Show the contents of this folder"]
    2. RIght-click on cmd.exe and select "Run as..."
    [Give administrator user name and password]
    Too too tooo simple... ;-) ...?

    Saturday, March 21, 2009

    TAKE CARE WHEN YOU USE USB FLASH DRIVES

    Flash drives are just like whores


    If you have a USB flash drive, just have some advice, especially if you are a Windows user. Because a flash drive may present you worst infections. It may steal your valuable system resources. It may cause other machines get infected.
    Here is some rules to use USB Flash drives. I will write down one by one.

    Rule 1.
    Do not completely trust thy anti virus programme. Trust only a system restore.

    Anti virus programme is actually designed for dummies. Not for experts. There are lots of anti virus vendors in the software world. Most virus programme codes and codes for such malwares are written by these companies. If you install an antiviurus, it will eat your valuable resources and memory. If you decide to avoid anti-virus, you must create a system restore point.

    Rule 2.
    Windows helps virus to play
    The most ugliest feature of the Windows OS, is autoplay. When you insert a CD or DVD or a USB Flash drive, it plays an executable file plays automatically, if there is an autorun.inf file present. The file is being executed without your permission. Sometimes, you may not know if there is a file is being executed... So you have to remove such auto play mechanism.
    Steps to disable autoplay mechanism
    > start > run > gpedit.msc > computer configuration > Administrative templates > system > turn off autoplay
    • enabled > turn off autoplay on • all drives
    This will turn autoplay mechanism on all your removable drives. It will prevent opening of autorun.inf file commands. But the mounting of the flash drive will be done automatically.

    Rule 3.

    Do not double click in the removable disk icon.
    Even if you disabled autoplay mechanism, you must not double click on any of the removable media drive icon. Just right-click and open only. When you double click on a removable drive, it means that you give permission to execute the autoplay. Unless you are sure, you must not double click on a removable drive icon. Only right-click and then open.

    Rule 4.
    If you doubt that your system is infected, try to remove it manually.
    Try to find out which programme is running in the task manager. Search each and every programmes in google or your favourite search engines. If the task manager itself is not working, your system is almost damaged. In this point you can call for a system restore.
    If the USB Flash drive contains some trojans in it, you can identify it easily. Just open the flash drive in cmd (Dos shell of Windows.)

    There are some commands to check and remove the malware files.
    1. dir/ah (to find hidden files): If there is hidden files are present, and the hidden files included in your flash drive without your knoledge and your permission, just delete it. But you have to remove the attributes of the hidden file first.
    2. attrib filename.ext : This command shows the attributes of the unwanted file. If the file has SHR attributes you have to remove all attributes, only then you can delete the file
    3. attrib -s -h -r filename.ext : This command removes all the attributes.
    4. del filename.ext : delete the file from the disk

    Friday, March 20, 2009

    Just going to enter in the FreeBSD World


    A couple of days, I wandered from sites to sites in the internet. After an hour or two, as always, I fell down in the subject - Open Source. This time I was searching for Unix evolution and finally I reached in the FreeBSD project. I called Saju, my Linux guru, and he told me that bsd is fine, but hard to manage. Almost all experts in the internet say the same opinion. Considering the comparison between Debian and Freebsd, most system administrators conclude that Debian is better in management.
    But I always loved the bsd devil. I love its horns... I started download from the official torrentz link. And I am planning to experiment it with a free 10 GB Hdd which is now using as a backup disk. I have also created a sticker for the DVD just exactly as freebsd.org shown in their website. If you want to download it, here is the link.

    Friday, December 21, 2007

    How to set first post on top in blogger

    Here is some easy steps
    1. Go to blogger.com to get your dashboard
    2. Select the "Settings" in the desired blog
    3. Click on the "Template" tab
    4. In "Blog Archives", Select "Edit" Button
    5. In options, check "Show oldest post last"6. Save changes Thus you can sort your first post in top and oldest post in bottom position. Happy blogging!

    Search.web