Tag Archives: tricks

install tweetdeck on ubuntu 10.04


I usually use twitter and facebook from web only. Today i thought to use some client. I found TweetDeck. I thought it must be awesome. So I installed it.

Its very easy to install on Ubuntu 10.4 thanks to TweekDeck and Ubuntu Team.

TweetDeck – http://www.tweetdeck.com/desktop/

It goes like this

  • Download Adobe AIR from http://labs.adobe.com/downloads/air_linux.html
  • Get the .deb file from above page.
  • Use dpkg -i .deb file and this will automatically install Adobe AIR in your computer.
    ganu@ganu:~$ sudo dpkg -i /tmp/adobeair.deb
    Selecting previously deselected package adobeair.
    (Reading database ... 219838 files and directories currently installed.)
    Unpacking adobeair (from /tmp/adobeair.deb) ...
    Setting up adobeair (2.0.3.13070) ...
    
  • Download TweetDeck AIR from from there website or from direct link at http://www.tweetdeck.com/beta/TweetDeck_0_35.1.air
  • You can also directly download the latest air file from TweetDeck website page. It will download the latest version.
  • Run the air file, double click it and follow the instructions.
  • Yea its done.

Attached are some photos.



Happy Social Networking. 😛

WWW-Web Site Essentials


I was reading a book couple of months back.

That book contains what are the fields you require for a good website. I noted down the points.

  • Testimonials
  • Promotions/offers
  • Photo Gallery
  • Blog
  • A good domain name
  • A good hosting company
  • CMS
  • Content update facility
  • Social media integration
  • RSS
  • Newsletter
  • Sitemap
  • About Us Page
  • Contact Us Page
  • Location Page
  • Client List / Affiliate List
  • Site Backup Facility
  • Site Analytics
  • Email Processes
  • Press Releases
  • Download
  • Search site
  • Notifications.
  • Security

Huff!! That contain so many things. This is not all.

If a site has all these things then this is complete site for ready for users.
Then it depends that what are the target users and who will use the site.
Based on that dynamic content can be added into the site.

Happy Web.

How to Play DVD in Ubuntu 9.10 Karmic Koala


Today I got the little problem where I was not able to run the DVD to my this laptop.

I searched and found the tips to run it in my 9.10 karmic KoalaUbuntu.
First, I have read that why this is happening… and I got this link
https://help.ubuntu.com/community/RestrictedFormats
It says why some of the formats are not suitable sometime.

Second, then I installed Ubuntu-restricted-extra package to my system. Somewhre it says that these packages are by default installed but I installed again.

Third, still there is no sign of my work, so then you need to run this shell file…

apt-get install ubuntu-restricted-extras
cd /usr/share/doc/libdvdread4/
sudo ./install-css.sh

Thats it, now the DVD is running in my laptop.

quick ffmpeg audio-video encoding usage help


o from last 2-3 days I spent my so much time on file conversion with ffmpeg and mencoder.

After work done, I got some good links to follow for my future help and for all other readers.

The command what I tried for my use is like this

For High Quality and FFMPEG and libx264 vcodec i used this.

/usr/bin/ffmpeg -i /home/ganu/public_html/video/316.mp4
-b 1M -bt 4M -vcodec libx264 -pass 2 -vpre hq -acodec libfaac
-ac 2 -ar 44100 -ab 192k -threads 0 -s 552x311 -bufsize 200000000
-f flv -y /home/ganu/public_html/flvideo/316x.flv

Finally I used this this is working fine.

/usr/bin/ffmpeg -i /home/ganu/public_html/video/316.mp4
-r 30000/1001 -b 2M -bt 4M -acodec libfaac -ac 2 
-ar 44100 -ab 192k -s 552x311 -f flv -y /home/ganu/public_html/flvideo/316x.flv
/usr/bin/ffmpeg -i /home/ganu/public_html/video/316.mp4
-f image2 -ss 00:00:1 -s 120x90 -vframes 2
-y /home/ganu/public_html/tmp/thumbs/316/%08d.jpg

For metadata injection i used like this.

/usr/bin/flvtool2 -Uv
/home/ganu/public_html/flvideo/316x.flv
/home/ganu/public_html/flvideo/316.flv

So first say the file 316.mp4 is converted to 316x.flv. And after flvtool2 the meta information is injected and final file will be 316.flv

So this is how, the flv conversion is done.

Happy Programming. 🙂

india startup tips in proto.in


No , No I am not a strtup guy. I don’t have any thing to start now.

Yea but I can work for you. So if you have any thing to work/code/analyse/test/hack then let me know, that I can do that.

Yesterday I was watching the Official proto.in video channel and after so many days I liked the talk given my Mr. Mahesh Murthy. I really got some energy to think more for some idea and work for it. Let see.

Here i am summarizing the points what he mentioned in his talk, that will be helpful for me and other in future.

  • If you have a product in your mind don’t even bother just go ahead. Your idea is your idea and if you think is good then just go ahead.
  • Price – Price of the product is your weapon.
    • Never give lesser price to your product. Analyze the price and give the competitive price of your product. Your price would give the tension to your competitor.
    • He gave good example that if you are 20 person company then by lesser price you can never catch a 2000 person company, they will be
      always ahead.
    • Only competitive price will give tension to the opposite party.
  • User Interface – UI should be good. No compromise with UI.
    • bad, crappy UI shows the cheapness in your product.
    • Good UI will give good competition.
  • Customers – Getting customers/users for your site.
    • Any startup look for first 100 customers. If they are with feel-good-fector then automatically 100 will converted to 100*n times.
    • Get your customers/users from confs/events/get-together. At these places you can adv your product free of your cost.
    • For paid confs/events, represent your self as speaker so your will get free entry. 🙂
  • Marketing – He gave one statement, sorry I dont understant that.
    • Not necessary that more budget will give more success.
    • “Competence is a marketer, is inversely proportional to your marketing budget.” I really don’t understood this. 😦
    • “More the budget is less the brain”. 🙂
  • Be the Master
    • Be the master in your field.
    • Do some research in your field and you should be thought leader in your field.
  • Don’t follow the trends
    • You can almost never be successful by following the trend.
    • Trend is like end.

Wow, what a nice talk, you can get/see/watch/listen more talk on Official proto.in video channel.

Till then I will collect more talk and summarize this for you all and for me too. 🙂

Happy Startup. 😛

PHP & MySQL quick search bookmarklets


If you want to quick search to MySQL, here is the fast quick bookmarklet

javascript:q=document.getSelection();
if(!q)void(q=prompt('MySQL%20Keyword:',''));
if(q)location.href='http://search.mysql.com/search?q='+escape(q)

And the same goes for PHP too same like above…

javascript:term=document.getSelection();
if(!term)void(term=prompt('PHP%20Keyword:',''));
if(term)location.href='http://in2.php.net/'+escape(term)

Happy Programming. 😀