[ubuntu-in] Adding audio to video file using melt

2014-01-13 Thread Alok Singh Mahor
Hi, I have a video file say 'myvideo.wmv' of 2 minutes length, which does not have audio inside it. I have an audio file, say 'voice.mp3', of 16 seconds length. I want to add audio to 'myvideo.wmv' using melt command melt myvideo.wmv -track voice.mp3 but the problem is: the audio file is of sho

Re: [ubuntu-in] joining video using ffmpeg/avconv

2014-01-03 Thread Alok Singh Mahor
On Fri, Jan 3, 2014 at 4:04 PM, Ramnarayan.K wrote: > Why not try openshot, cinelerra or any regular video editor. > > Also may be better to convert from wmv to a more open format. This allows > more floss software to work on the file > > Regards > > ram > I have to join many pairs for videos so

[ubuntu-in] joining video using ffmpeg/avconv

2014-01-03 Thread Alok Singh Mahor
I am trying to join two wmv files. I tried some ffmpeg commands but they are not working. I tried from https://trac.ffmpeg.org/wiki/How%20to%20concatenate%20%28join,%20merge%29%20media%20files#differentcodecbut these commands are not working. getting errors. and ffmpeg is suggesting me to use avc

[ubuntu-in] editing video using python

2014-01-02 Thread Alok Singh Mahor
Hello everyone, I want to join 2 or 3 video and want to add effect of fading in and out. I also want to add text strip on the video. I am not able to decide what to adopt for doing this task. I have option of MLT ( http://www.mltframework.org/bin/view/MLT/WebHome ) but I guess its too complex and

Re: [ubuntu-in] scrolling is working through touchpad

2014-01-01 Thread Alok Singh Mahor
-1.3 > 4. reboot > > > > > Uninstall : > 1. dkms remove psmouse/alps-1.3 --all > 2. delete psmouse/alps-1.3 > > > On Fri, Dec 27, 2013 at 2:39 PM, Alok Singh Mahor wrote: > >> Hello, >> I freshly installed Kubuntu 13.10 on newly purchased Dell Vostro

[ubuntu-in] MLT documentation

2014-01-01 Thread Alok Singh Mahor
Hello , do anyone know any good documentation/tutorial for MLT ( http://www.mltframework.org/bin/view/MLT/WebHome)? I want to use MLT with python but I could not find any single documentation except few video tutorial for command line video editing -- ubuntu-in mailing list ubuntu-in@lists.ubuntu

Re: [ubuntu-in] scrolling is working through touchpad

2013-12-27 Thread Alok Singh Mahor
so its clearly a driver issue. touchpad is not detected On Fri, Dec 27, 2013 at 8:05 PM, Alok Singh Mahor wrote: > output of xinput list is > > ⎡ Virtual core pointer id=2[master pointer > (3)] > > ⎜ ↳ Virtual core XTEST pointer

Re: [ubuntu-in] scrolling is working through touchpad

2013-12-27 Thread Alok Singh Mahor
see if you can enable scrolling. > > If this does not help, it is most probably a driver issue, and I have > no clue how to resolve that. > > Ninad > > On 27 December 2013 10:09, Alok Singh Mahor wrote: > > Hello, > > I freshly installed Kubuntu 13.10 on newly purc

[ubuntu-in] scrolling is working through touchpad

2013-12-27 Thread Alok Singh Mahor
Hello, I freshly installed Kubuntu 13.10 on newly purchased Dell Vostro 2420 and everything is working fine except touchpad. I am able to change to position of cursor through touchpad and able to tap (select and double click). but scrolling is not working. In the KDE system setting its showing th

[ubuntu-in] free computer course by spoken tutorial of IIT Bonbay and IIIM in west bengal

2013-05-07 Thread Alok Singh Mahor
http://timesofindia.indiatimes.com/city/kolkata/Free-computer-course-for-state-youths/articleshow/19924494.cms -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

[ubuntu-in] Valve Steam on Ubuntu 13.04 behind proxy

2013-05-03 Thread Alok Singh Mahor
Hi everyone I am trying to using Valve Steam on Ubuntu but I am behind proxy server. I am not able to use Steam. I tried setting environment variables http_proxy, https_proxy and ftp_proxy. and tried setting proxy in curl also in ~/.curlrc is anyone using steam behind proxy. please share how to m

[ubuntu-in] firefox cache

2013-04-30 Thread Alok Singh Mahor
Hi all, can anybody put light on how firefox cache work? alok@alok:~$ ls .mozilla/firefox/me3vxhjn.default/Cache/ 0 1 2 3 4 5 6 7 8 9 A B C _CACHE_001_ _CACHE_002_ _CACHE_003_ _CACHE_MAP_ D E F cached images and other files are stored in these directories named 0,1,2,3..D,E,F w

Re: [ubuntu-in] Ms-Office mandatory for Engineering colleges ?

2013-04-22 Thread Alok Singh Mahor
as a community what we can do beside spreading awareness to stay away from proprietary softwares to stop such things? On Tue, Apr 23, 2013 at 5:30 AM, Ramnarayan.K wrote: > > Did not know ms office was a cloud solution. So its strange that you query > is posited as such. > > Aicte's move reeks

[ubuntu-in] bumblebee on Ubuntu 12.10 on Dell XPS L502X

2013-04-16 Thread Alok Singh Mahor
Hi everyone, today I tried to install bumblebee on Ubuntu 12.10 on Dell XPS L502X, because I am facing few problem like problem of overheating and fan that runs continuously. I followed the post https://wiki.ubuntu.com/Bumblebee and install with the command ( sudo apt-get install --no-install-reco

[ubuntu-in] Waves Maxxaudio3 on Linux

2013-04-15 Thread Alok Singh Mahor
Hi everyone, Dell XPS L502X comes with inbulit JBL speakers and Waves maxxaudio2 controller . do anyone using the Waves MAXXAUDIO3 button on Linux? I want to make Waves maxxaudio3 button workable on Ubuntu 12.10 I followed http://askubuntu.com/questions/246684/do-i-need-any-extra-drivers-for-the-r

[ubuntu-in] four window primary partition problem

2013-04-14 Thread Alok Singh Mahor
Hi everyone, I have to install Linux on one friends laptop without wasting time in backing up or moving data here and there. the hard disk scene is /dev/sda /dev/sda1 of about 100MB which is part of window 7 installation /dev/sda2 of about 300GB which contains window 7 OS, have lot of free

[ubuntu-in] classpath in ubuntu 12.10

2013-04-03 Thread Alok Singh Mahor
Hi all, I am not able to see value of $CLASSPATH variable. where is the classpath vlue is saved in ubuntu 12.10? but by -verbose option I can see the search path of class file. but class path must must have saved somewhere so javac is looking for classes. alok@alok:~/exp/java$ javac alok.java -ve

Re: [ubuntu-in] output of dmesg and lspci

2013-03-31 Thread Alok Singh Mahor
On Sun, Mar 31, 2013 at 11:32 PM, Gora Mohanty wrote: > On 31 March 2013 23:10, Alok Singh Mahor wrote: > > > > Hi all, > > what are the significance of increasing numbers in left of lines of > output > > of dmesg? > > > > few sample lines are here

[ubuntu-in] output of dmesg and lspci

2013-03-31 Thread Alok Singh Mahor
Hi all, what are the significance of increasing numbers in left of lines of output of dmesg? few sample lines are here [27492.199824] tg3 :07:00.0: >eth0: Flow control is off for TX and off for RX [27492.200229] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [33766.669509] tg3 :07

Re: [ubuntu-in] system volume more than 100%

2013-03-30 Thread Alok Singh Mahor
On Sat, Mar 30, 2013 at 6:18 PM, Anish M. wrote: > Hi, > > i am not sure about the Gnome/Unity/kde local Linux function to increase > volume more than 100%, but we can use VLC ( > http://www.videolan.org/vlc/download-ubuntu.html) this might good option > for you. > > Thanks, > > yes i use vlc. b

[ubuntu-in] system volume more than 100%

2013-03-29 Thread Alok Singh Mahor
Hi all, in Ubuntu(unity/Gnome desktop) we can increase system volume more than 100%. how does that work? how can I enable increasing system volume more than 100% in KDE or other desktop? thank you -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubunt

[ubuntu-in] partition resize using gparted

2013-03-24 Thread Alok Singh Mahor
Hi all, shrinking and expanding partition using gparted in old version of ubuntu were very fast. moving a partition was only time consuming task and time depend on size of partition. but in new version of ubuntu gparted takes long time in shrinking and expanding partition i guess its because it mo

Re: [ubuntu-in] ubuntu 12.10 is unable to boot

2013-02-12 Thread Alok Singh Mahor
On Mon, Feb 11, 2013 at 5:47 PM, Manoj Gudi wrote: > Message-ID: > < > cag2qo83uvi6-43qc8gyuh56tf8kvpvz-oofae3kwpc0uu6k...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi all, > i helped one of my in installing ubuntu 12.10 on his new laptop(Acer AOD > 270) over ph

Re: [ubuntu-in] Advice for 3G data card

2013-02-11 Thread Alok Singh Mahor
On Sun, Feb 10, 2013 at 7:08 AM, Narendra Diwate wrote: > Am looking at buying a 3G data card and have shortlisted the Huawei E303 > HiLink, E303C and E3131 with soft wifi. I will be using it with a Debian > Testing based system. The E3131 come with Wifi, while the other 2 do not > and hence I am

Re: [ubuntu-in] ubuntu 12.10 is unable to boot

2013-02-10 Thread Alok Singh Mahor
On Mon, Feb 11, 2013 at 2:59 AM, Alok Singh Mahor wrote: > Hi all, > i helped one of my in installing ubuntu 12.10 on his new laptop(Acer AOD > 270) over phone. > he have installed correctly. but ubuntu is not booting. it got stuck at > > *Starting CUPS printing spooler/serv

[ubuntu-in] ubuntu 12.10 is unable to boot

2013-02-10 Thread Alok Singh Mahor
Hi all, i helped one of my in installing ubuntu 12.10 on his new laptop(Acer AOD 270) over phone. he have installed correctly. but ubuntu is not booting. it got stuck at *Starting CUPS printing spooler/server [ok] it get stopped here. * Starting mDNS/DNS-SD daemon [ok] * Starting bluetooth daemo

[ubuntu-in] how to unmark ttf-mscorefonts-installer while installing ubuntu-restricted-extras from commandline

2013-01-21 Thread Alok Singh Mahor
Hi all, when I install ubuntu-restricted-extras using apt-get, then this installs ttf-mscorefonts-installer also which I dont want. is there any commnadline way to install ubuntu-restricted-extras from repository without installing ttf-mscorefonts-installer? I know graphical package manager can so

Re: [ubuntu-in] installing Linux without formating root partition

2013-01-18 Thread Alok Singh Mahor
On Sat, Jan 19, 2013 at 9:34 AM, Alkesh Jadhav wrote: > hey gies i have required ubantu for my pc can you anyone send mi cd of > ubantu. > > On 1/19/13, Alok Singh Mahor wrote: > > Hi all, > > what if I install Linux without formating root partition? new files will >

[ubuntu-in] installing Linux without formating root partition

2013-01-18 Thread Alok Singh Mahor
Hi all, what if I install Linux without formating root partition? new files will be overwritten or all the files/folder first get deleted before installation get start? -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Re: [ubuntu-in] D-link DWM 156 usb 3g modem

2013-01-18 Thread Alok Singh Mahor
On Thu, Jan 17, 2013 at 11:05 PM, Alok Singh Mahor wrote: > Hi all, > I guess D-link DWM 156 usb 3g modem is very new to have usb modeswitch > support. > lsusb output is > > Bus 002 Device 010: ID 2001:7d00 D-Link Corp. > > could anyone tell me how to make this work on u

[ubuntu-in] D-link DWM 156 usb 3g modem

2013-01-17 Thread Alok Singh Mahor
Hi all, I guess D-link DWM 156 usb 3g modem is very new to have usb modeswitch support. lsusb output is Bus 002 Device 010: ID 2001:7d00 D-Link Corp. could anyone tell me how to make this work on ubuntu 12.10? thank you -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.co

[ubuntu-in] default port in proprietary softwares

2013-01-09 Thread Alok Singh Mahor
Hi all, I am behind proxy server why all proprietary software works well without changing any port or any setting? for example google talk, yahoo messenger, skype, teamviewer etc works well. at max I have to set manual proxy only. but on the other hand to make pidgin or other open source alternate

Re: [ubuntu-in] print multiple images back to back

2012-12-29 Thread Alok Singh Mahor
On Fri, Dec 28, 2012 at 8:17 PM, Onkar Shinde wrote: > > I explored digikam and gnome-photo-printer but they are giving option to > > only print multiple images on a page. I am not sure whether these > > application can print back to back. > > In gnome-photo-printer, 'Printer' tab, select printer

Re: [ubuntu-in] print multiple images back to back

2012-12-26 Thread Alok Singh Mahor
On Thu, Dec 27, 2012 at 11:18 AM, Ramnarayan.K wrote: > > > On Tue, Dec 25, 2012 at 5:04 PM, Alok Singh Mahor wrote: > >> Hi all, >> suppose I have many photos and I want to print them back to back, so I >> will need only half the number of my image files. >> w

[ubuntu-in] openCV on Ubuntu 12.10

2012-12-26 Thread Alok Singh Mahor
Hi all, few days ago I installed openCV from source by following http://docs.opencv.org/doc/tutorials/introduction/linux_install/linux_install.html#linux-installation and everything was working fine for me. yesterday I removed openCV and reinstalled from Ubuntu repository I installed libopencv-dev

[ubuntu-in] print multiple images back to back

2012-12-25 Thread Alok Singh Mahor
Hi all, suppose I have many photos and I want to print them back to back, so I will need only half the number of my image files. which application/command can do this? I explored digikam and gnome-photo-printer but they are giving option to only print multiple images on a page. I am not sure wheth

Re: [ubuntu-in] Ubuntu 12.10

2012-10-18 Thread Alok Singh Mahor
hanks >> Deepak Jain >> >> >> -- >> ubuntu-in mailing list >> ubuntu-in@lists.ubuntu.com >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-in >> >> > > > -- > Balasankar C (Balu) > > > -- > ubuntu-in mailing list &g

Re: [ubuntu-in] mysql database files

2012-07-28 Thread Alok Singh Mahor
gerprint: 2DF7 B856 C75E C9F9 0504 C0EF D456 1946 7C45 2C69 > > -- > ubuntu-in mailing list > ubuntu-in@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-in > -- Alok Singh Mahor http://alokmahor.co.cc Join the next generation of computing, Open Sourc

Re: [ubuntu-in] Delhi Loco probability

2012-07-21 Thread Alok Singh Mahor
available in Delhi so that >> we can have a meetup in delhi region. >> >> >> shariq >> >> >> > -- > ubuntu-in mailing list > ubuntu-in@lists.ubuntu.com > https://lists.ubuntu.com/**mailman/listinfo/ubuntu-in<https://lists.ubuntu.c

Re: [ubuntu-in] Unable to mount 8.1GB pendrive in Ubuntu 10.10

2012-06-17 Thread Alok Singh Mahor
ailing list > ubuntu-in@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-in > > -- Alok Singh Mahor http://alokmahor.co.cc Join the next generation of computing, Open Source and Linux/GNU!! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Re: [ubuntu-in] BSBL Broadband on Linux

2012-04-22 Thread Alok Singh Mahor
On Fri, Apr 20, 2012 at 11:49 PM, Onkar Shinde wrote: > On Tue, Apr 10, 2012 at 8:26 PM, Alok Singh Mahor > wrote: > > Hi all, > > my friend is using BSNL broadband in Punjab using quidway Wa1003A (its a > > ADSL modem capable of connecting via USB/LAN/wifi). > >

[ubuntu-in] unable to format pendrive

2012-01-29 Thread Alok Singh Mahor
dmesg after inserting pendrive is here http://paste.ubuntu.com/821976/ -- Alok Singh Mahor http://alokmahor.co.cc Join the next generation of computing, Open Source and Linux/GNU!! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Re: [ubuntu-in] [LUG@IITD:15594] Re: sms gateway set up

2012-01-26 Thread Alok Singh Mahor
e guide on using that thanks @Ram--yes I am also unable to setup nokia mobiles via gammu and knokii my aim is to setup sms gateway on my laptop to get broadcast message on mobile via sms On Wed, Jan 25, 2012 at 5:33 PM, davinder wrote: > > > On Jan 25, 5:05 am, Alok Singh Mahor

[ubuntu-in] sms gateway set up

2012-01-24 Thread Alok Singh Mahor
Hi all, did anyone tried setting up SMS gateway using gammu or gnokii on Linux? or suggest any other software for setting up SMS gateway using mobile phone or GSM/GPRS modem. -- Alok Singh Mahor http://alokmahor.co.cc Join the next generation of computing, Open Source and Linux/GNU!! -- ubuntu

Re: [ubuntu-in] How To install nvidia drivers on Dell XPS L502X in Ubuntu 11.10?

2012-01-12 Thread Alok Singh Mahor
Alt+F2 and type additional driver then open additional drivers activate the proprietary drivers -- Alok Singh Mahor http://alokmahor.co.cc Join the next generation of computing, Open Source and Linux/GNU!! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

[ubuntu-in] Liberation fonts versus microsoft's true type core fonts

2011-12-11 Thread Alok Singh Mahor
age? did anyone experience any differences between mscorefonts and Liberation fonts? thank you -- Alok Singh Mahor http://alokmahor.co.cc Join the next generation of computing, Open Source and Linux/GNU!! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Re: [ubuntu-in] strange behavior of cursor while typing

2011-11-07 Thread Alok Singh Mahor
On Mon, Nov 7, 2011 at 1:58 PM, Alok Singh Mahor wrote: > > I am using laptop. and I am sure I dont touch touchpad while typing. it > >> > happens automatically. >> >> You don't need to touch it. It can happen accidentally. Even a slight >> touch to

Re: [ubuntu-in] strange behavior of cursor while typing

2011-11-07 Thread Alok Singh Mahor
s problem since long time (since ubuntu 11.104) still I will try disabling touchpad while typing. thank you :):) -- Alok Singh Mahor http://alokmahor.co.cc Join the next generation of computing, Open Source and Linux/GNU!! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Re: [ubuntu-in] strange behavior of cursor while typing

2011-11-06 Thread Alok Singh Mahor
see any function switch for that), and reply > I am using laptop. and I am sure I dont touch touchpad while typing. it happens automatically. -- Alok Singh Mahor http://alokmahor.co.cc Join the next generation of computing, Open Source and Linux/GNU!! -- ubuntu-in mailing list ubuntu-in@li

[ubuntu-in] strange behavior of cursor while typing

2011-11-06 Thread Alok Singh Mahor
04 (I guess). guys please suggest what can be wrong? thank you -- Alok Singh Mahor http://alokmahor.co.cc Join the next generation of computing, Open Source and Linux/GNU!! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

[ubuntu-in] manpages for openGL

2011-04-10 Thread Alok Singh Mahor
Hello, Is there any package exit for manpages of openGL or/and GLUT? -- Alok Singh Mahor http://alokmahor.co.cc Join the next generation of computing, Open Source, and Linux/GNU! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

[ubuntu-in] subtitle downloader plugin of totem

2011-03-29 Thread Alok Singh Mahor
Hi, I use totem 2.30 with plugin "subtite downloader". this works nicely to download subtitle. but does anyone know where that subtitles get downloaded? I am unable to locate those .srt files. if anyone have idea please share thanks -- Alok Singh Mahor http://alokmahor.co.cc Joi

Re: [ubuntu-in] multiple session of one user

2011-03-23 Thread Alok Singh Mahor
but having to use $ > kill -9 was :( > > > If there is a better solution, hopefully somebody will point it out. > > -- > > > Nandan Vaidya > > > -- > ubuntu-in mailing list > ubuntu-in@lists.ubuntu.com > https://lists.ubuntu.com/mailman/list

[ubuntu-in] multiple session of one user

2011-03-23 Thread Alok Singh Mahor
machine that where I am logged on. and how can I logout from 10.160.0.x2 from 10.160.0.x1? -- Alok Singh Mahor http://alokmahor.co.cc Join the next generation of computing, Open Source, and Linux/GNU! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu

[ubuntu-in] keyboard shortcut for creating empty file

2011-03-02 Thread Alok Singh Mahor
Hi, what is the keyboard shortcut for creating empty file like Ctrl+Shift+n for creating folder? -- Alok Singh Mahor Join the next generation of computing, Open Source, and Linux/GNU! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

[ubuntu-in] bluetooth connected mobile with Linux

2011-01-14 Thread Alok Singh Mahor
Dear all, happy makar sankranti If my mobile is connected to my Ubuntu laptop how can I use laptop as a handsfree or how can I listen mobile's music on laptop's speaker? and how can I make call from laptop? if someone has tried please share the steps. thank you -- Alok Singh Mahor Joi

Re: [ubuntu-in] What software to use to

2010-12-15 Thread Alok Singh Mahor
-in@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-in > > you can use gnome-phone-manager too to send sms -- Alok Singh Mahor Join the next generation of computing, Open Source, and Linux/GNU! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

[ubuntu-in] problem with earphone

2010-12-13 Thread Alok Singh Mahor
Dear all, one of my friend is using Ubuntu 10.04 on lanovo laptop. he is getting sound from laptop's speaker when he is using earphone. we usually get sound from earphone only when we use earphone. is this problem solvable ?? or its a hardware issue? -- Alok Singh Mahor Join the next gener

[ubuntu-in] proxy setting in terminal

2010-11-29 Thread Alok Singh Mahor
guys getting proxy set in terminal in 10.04 and 10.10? -- Alok Singh Mahor Join the next generation of computing, Open Source, and Linux/GNU! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

[ubuntu-in] scripting in grub.cfg

2010-11-29 Thread Alok Singh Mahor
se tell me how can I achieve this? -- Alok Singh Mahor Join the next generation of computing, Open Source, and Linux/GNU! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

[ubuntu-in] connect wifi via command line

2010-10-03 Thread Alok Singh Mahor
Hi, I have .crt file and my username and password. could you please give me the command line equivalent procedure for http://www.cc.iitd.ernet.in/CSC/index.php?option=com_content&view=article&id=75&Itemid=98 -- Alok Singh Mahor Join the next generation of computing, Open Source, a

[ubuntu-in] play part of video

2010-09-01 Thread Alok Singh Mahor
Hi All, I want to play a part of video i,e. 14.22.34 to 15.54.12 repeatedly. anybody have any script or mplayer command? -- Alok Singh Mahor CSE, IIT Delhi www.alokmahor.tk Join the next generation of computing, Open Source, and Linux/GNU! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com

[ubuntu-in] yahoo chat on pidgin

2010-08-30 Thread Alok Singh Mahor
not working. please tell what is wrong with my setting.(google chat is working nicely) -- Alok Singh Mahor CSE, IIT Delhi www.alokmahor.tk Join the next generation of computing, Open Source, and Linux/GNU! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman

[ubuntu-in] Drupal distribution

2010-08-15 Thread Alok Singh Mahor
Is there any drupal distribution that comes with rich HTML editor like fckeditor? -- Alok Singh Mahor CSE, IIT Delhi www.alokmahor.tk Join the next generation of computing, Open Source, and Linux/GNU! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman

Re: [ubuntu-in] nokia pc suite for ubuntu 10.04

2010-07-15 Thread Alok Singh Mahor
download it? > Thank you! > may be useful for you http://www.ubuntu-in.info/wiki/GPRS_Howto -- Alok Singh Mahor CSE, IIT Delhi www.alokmahor.tk Join the next generation of computing, Open Source, and Linux/GNU! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.co

Re: [ubuntu-in] alternative for adobe presenter

2010-06-25 Thread Alok Singh Mahor
On Fri, Jun 25, 2010 at 10:52 PM, Mehul Ved wrote: > On Fri, Jun 25, 2010 at 2:36 PM, Alok Singh Mahor > wrote: > > please suggest me any alternative for adobe presenter. > > Please tell us what the software does. From the replies I am guessing > that it prepares video fr

[ubuntu-in] alternative for adobe presenter

2010-06-25 Thread Alok Singh Mahor
please suggest me any alternative for adobe presenter. -- Alok Singh Mahor CSE, IIT Delhi www.alokmahor.tk Join the next generation of computing, Open Source, and Linux/GNU! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Re: [ubuntu-in] activex in firefox/ubuntu

2010-06-04 Thread Alok Singh Mahor
On Thu, Jun 3, 2010 at 6:53 PM, stranger in black. wrote: > How can I view the websites with activex controls in my ubuntu 10.04 > system? > > try http://code.google.com/p/ff-activex-host/ http://www.iol.ie/~locka/mozilla/mozilla.htm -- Alok Singh Mahor CSE, IIT Delhi www.

[ubuntu-in] External USB hard disk not recognised after a power failure during operation

2010-05-31 Thread Alok Singh Mahor
If somebody has any idea where to go from here, please send your suggestions. <http://tinyurl.com/ycueutm> -- Alok Singh Mahor CSE, IIT Delhi www.alokmahor.tk Join the next generation of computing, Open Source, and Linux/GNU! -- ubuntu-in mailing list ubuntu

Re: [ubuntu-in] preview icon for video files

2010-05-01 Thread Alok Singh Mahor
On Sat, May 1, 2010 at 5:20 PM, Onkar Shinde wrote: > On Sat, May 1, 2010 at 5:15 PM, Alok Singh Mahor > wrote: > > > > > > On Sat, May 1, 2010 at 9:42 AM, Onkar Shinde > wrote: > >> > >> On Fri, Apr 30, 2010 at 10:10 PM, Alok Singh Mahor &g

Re: [ubuntu-in] preview icon for video files

2010-05-01 Thread Alok Singh Mahor
On Sat, May 1, 2010 at 9:42 AM, Onkar Shinde wrote: > On Fri, Apr 30, 2010 at 10:10 PM, Alok Singh Mahor > wrote: > > Hi, > > In Ubuntu 10.04 nautilus is not showing preview icon for video > > files(.avi,mpg etc). its not showing preview icon even for small files. >

Re: [ubuntu-in] preview icon for video files

2010-05-01 Thread Alok Singh Mahor
On Sat, May 1, 2010 at 7:31 AM, lakshmanan wrote: > Hi, > > On Fri, 2010-04-30 at 22:10 +0530, Alok Singh Mahor wrote: > > Hi, > > In Ubuntu 10.04 nautilus is not showing preview icon for video > > files(.avi,mpg etc). its not showing preview icon even for small >

[ubuntu-in] preview icon for video files

2010-04-30 Thread Alok Singh Mahor
ease tell me how to enable preview icon for video files. thank you -- Alok Singh Mahor CSE, IIT Delhi www.alokmahor.tk Join the next generation of computing, Open Source, and Linux/GNU! -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in