Browsing and visting my favorite websites on the internet is one of the fond things I commonly do. This has been a habit every morning to be abreast with the latest whether it’s pertaining to locals, world news or tech updates. Those where the days I admit it, I still do miss the news paper [...]
Archive for the ‘shell’ Category
Get the latest craze and news via RSS on your Console
Posted: September 10, 2010 in KahelOS, linux, shellWhen installing clive I got this error on my KahelOS Desktop. Can’t locate clive/App.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.10.1 /usr/share/perl5/site_perl/5.10.1 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl /usr/lib/perl5/current /usr/lib/perl5/site_perl/current .) at /usr/bin/clive line 31. BEGIN failed–compilation aborted at /usr/bin/clive line 31. use this PKGBUILD # $Id: PKGBUILD 4029 2009-10-13 21:39:43Z ibiru $ # Maintainer: Daniel J Griffiths [...]
There is a question to me regarding converting Audio CD which is in WAV format to ogg or mp3 Installing “soundconverter” will easily do the trick. #pacman -Sy gstreamer0.10-base-plugins soundconverter the output format will depend on how you set it up. (by default it will convert your WAV to ogg) so,to convert it to mp3 [...]
Staying Connected using my Kahel Desktop via my Mobile Phone.
Posted: September 26, 2009 in KahelOS, linux, shellI remember before that I need to setup wvdial just to be able to use my mobile phone to act as a modem on my laptop to connect to the internet. but with my KAHEL OS Desktop on my laptop, It makes my life easier. using P910i (PLUG&PLAY) 1. Connect your p910i to your laptop [...]
After installing my KAHEL OS,I’m having problem with the sound quality of my Lenovo y510 by default. So I adjusted my modprobe.conf and added this entry. # /etc/modprobe.d/modprobe.conf (for v2.6 kernels) options snd-hda-intel model=lenovo-ms7195-dig After rebooting my Laptop, The sound works perfectly. Mabuhay Kahel!
I’m watching LFS (lotus foundation server) video presentations and a friend asked me if it is possible to download youtube videos. http://www.youtube.com/watch?v=xJIT0MuL_lw http://www.youtube.com/watch?v=eRrMQRT1zd8 I said yes, by using “clive” utility. clive-Video extraction/download tool for youtube and other websites. Installing clive on your Kahel OS is very simple pacman -Sy clive Using clive is also simple [...]
I’m installing KAHEL on my lenovo Y510 laptop and i got this error during the initial stage of the installation.note: I’m using external USB CD drive. Error: cannot find boot device,cannot continue… failing back to interactive prompt ramfs$ Solution: 1.insert CD installer and boot the system. 2.in the grub, you press ‘E’ to edit the [...]
matagal na panahon na din na nagsilbi itong clive software para sa mga dinadownload kong mga videos sa youtube. ngayong gabi natuklasan ko naman yung “GUI front end nya”. ishare ko lang kung paano iinstall para sa ibang nais din mag download ng mga videos sa youtube at pagkakataong ito, may GUI ng pwedeng gamitin. [...]
Transcoding 8layer AVP na .AVI to .FLV with ffmpeg
Posted: July 8, 2009 in linux, opensource, shellTags: ffmpeg trascoding
naalala ko lang yung dating AVP namin sa 8layer at nagkataong .AVI yung file kaya naisipan kong i transcode using ffmpeg para maging ,flv at maiupload sa youtube ng 8layer. una,matapos basahin yung man page ng ffmpeg eto yung ginawa ko. ffmpeg -i 8layer.convert.avi -y -b 800 -r 25 -f flv -vcodec flv -ab 128 [...]