Posts tagged Videos

wp-ftp

WordPress Direct Install Trick for Disabled getmyuid Host

0

Have experienced problems while you want to upgrade or install WordPress plugin, but you are being asked to enter your FTP account?

WordPress will ask you to your account FTP / SSH to install if getmyuid function on PHP disabled. (Some administrators disable these functions for security reasons.) (more…)

FFMPEG

FFmpeg command snippets

0

FFMPEG

FFmpeg is a complete, cross platform command line tool capable of recording, converting and streaming digital audio and video in various formats. It can be used to do most of our multimedia tasks quickly and easily say, audio compression, audio/video format conversion, extract images from a video and a lot more. In this howto I will tell you how to do all of this stuff using FFmpeg. (more…)

google-video-download-use-chromium

Download YouTube Videos Without any Download Manager With Chromium Browser

1

There are various ways to download videos from YouTube. Many people write out lots of tutorials : How to download videos on youTube using some kind of download manager, such as Internet Download Manager or additional browser extentions.
There are some examples about 15+ useful addons to download YouTube videos using Firefox and Simple Extension to Download YouTube Videos in Google Chrome.

But, what if we can do the download without using additional software? Is it possible?
Yes, we can. All we need is just one browser, an open-source browser project by Google : Chromium Browser.
You can see the differences between Google Chrome and Linux distro Chromium here. (more…)

Installing Printer Canon PIXMA iP1880 On Ubuntu Lucid or Maverick

6

I have a Canon Pixma iP1880 printer. When I use Ubuntu 10.04 and 10.10, the printer driver is not found in the database. So in order to use it, you need to find the printer driver. You do not need to bother looking because I have upload it on the server UbuntuOne publicly.

First, download the first driver in http://ubuntuone.com/p/O5Q/
Go to your downloads directory and extract the driver package.

cd Downloads ; tar xvfz Canon-Pixma-iP1900-iP1800.tar.gz

go to Canon-Pixma-iP1900-iP1800 directory.

cd Canon-Pixma-iP1900-iP1800

Install cnijfilter-common_3.00-1_i386.deb and cnijfilter-ip1900series_3.00-1_i386.deb

sudo dpkg -i *.deb

After both packages are installed, turn on your printer. It will appear the windows System-Administration-Printing
select Provide PPD file then locate the ppd files in the directory /usr/share/ppd/canon ip1900.ppd
Last, test your printer and enjoy.

Mirror for printer driver : https://docs.google.com/leaf?id=0BzVgEkPhEntrNDJjYzRmNzUtZTEyOC00OWQ4LWI2YTYtNjA4Yzk2MTNjMzY5&hl=en

Installing XAMPP 1.7.3a On Ubuntu Lucid and Fix Your PHP Error Reporting

3

– Installing XAMPP –

1. Download XAMPP Linux 1.7.3a
2. Install XAMPP

sudo tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt

3. Set up passwords for XAMPP security

sudo /opt/lampp/lampp security

4. Run XAMPP

sudo /opt/lampp/lampp start

(more…)

Go to Top