Linux For Your Life

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Saturday, 20 February 2010

Download Video Youtube From Terminal

Posted on 02:07 by Unknown


      If you've seen a video film, music or cartoon of one of the largest video site in the world of YOUTUBE maybe one day you want to download and view videos offline.
     For those windows users accustomed to using orbit downloader application to download video files, for ubuntu users do not worry because the ubuntu repositories package already there that can be used to download video files from youtube, the package is youtube-dl, for the first install package using the following command:

$ sudo apt-get install youtube-dl


Once installed you can immediately download the video you want to type the following command:


$ youtube-dl link to the video that you download


Example:


$ youtube-dl http://www.youtube.com/watch?v=MmNzxFsNlNE





Thank's
By:Mr.Gm

Read More
Posted in Terminal | No comments

DOWNLOAD VIDEO YOUTUBE DARI TERMINAL

Posted on 01:57 by Unknown


Jika anda sering melihat video film ,music atau kartun dari salah satu situs video terbesar di dunia yaitu YOUTUBE mungkin suatu ketika anda ingin untuk mendownload video tersebut dan melihatnya secara offline.

Bagi pengguna windows mereka biasa menggunakan aplikasi orbit downloader untuk mendownload file video tersebut,bagi pengguna ubuntu jangan khawatir karana di repository ubuntu sudah terdapat package yang dapat di gunakan untuk mendownload file video dari youtube ,package tersebut adalah youtube-dl ,untuk itu install terlebih dahulu package tersebut dengan menggunakan perintah di bawa ini :


$ sudo apt-get install youtube-dl


Setelah Terinstall anda dapat langsung mendownload video yang anda inginkan dengan mengetikan perintah dibawah ini :


$ youtube-dl link video yang ingin kau download


Contoh :


$ youtube-dl http://www.youtube.com/watch?v=MmNzxFsNlNE






Thank's
By:Mr.Gm



Read More
Posted in Terminal | No comments

Friday, 19 February 2010

Desktop Wallpaper Changer

Posted on 09:43 by Unknown


        Maybe you feel tired and bored with the look wallapper you use on your desktop that is always monotonous, there are solutions to this is by using the application wally.wally automatic wallpaper changer with a wally you can specify a folder that contains images you want to use as wallpaper.


        By wally you can determine the time interval you want for each change of image, you can also use the images found on photobucket, yahoo, flickr, pike, etc.


To Obtain Wally Please Download Here. Files are shaped Deb .* package, so just stay in the install.


Installation wally :


$ sudo dpkg -i wally_2.0.0-1_i386.deb


Screenshot :



Thank's
By:Mr.Gm



Read More
Posted in Desktop | No comments

Perubah desktop wallpaper secara otomatis

Posted on 09:32 by Unknown

Mungkin anda merasa bosan dan jenuh dengan tampilan wallapper yang anda gunakan di desktop anda yang selalu monoton,terdapat Solusi untuk hal tersebut yaitu dengan menggunakan wally.wally adalah aplikasi pengubah wallpaper otomatis dengan wally anda dapat menentukan sebuah folder yang berisi gambar yang anda ingin gunakan sebagai wallpaper.

Dengan wally anda dapat menentukan interval waktu yang anda inginkan untuk setiap pergantian gambar.Anda juga dapat menggunakan gambar-gambar yang terdapat di photobucket ,yahoo,flickr,pike,etc.
Untuk Mendapatkan Wally Silahkan Download Disini .File sudah Berbentuk package .*Deb.Sehingga tinggal di install saja.


instalasi wally :

$ sudo dpkg -i wally_2.0.0-1_i386.deb


Tampilan Gambar :




                                      

Thank's
By:Mr.Gm

Read More
Posted in Desktop | No comments

Record your desktop activity with gtk-recordmydesktop

Posted on 08:40 by Unknown


Linux provides many applications that can be used to record an event on the Desktop We work environment. One of them by using gtk-ReordMyDEsktop.gtk-free applications ReordMyDEsktop is contained in the package you can install ubuntu in your repository each. results in a video recorded by gtk-format *. RecordMyDesktop will ogv.

For Installing gtk-RecordMyDesktop follow the way below:

1.Open your Terminal

2.Type $ apt-get install gtk-recordmydesktop

Or through Synaptic Package Manager you with open System> Administration> Synaptic Package Manager, then search and type in gtk-recordmydesktop then give a checklist and install.



examples of the use gtk-recordmydesktop :


Read More
Posted in Desktop | No comments

Rekam kejadian di Desktop dengan gtk-RecoordMyDesktop

Posted on 08:24 by Unknown


Linux memberikan banyak aplikasi yang dapat kita gunakan untuk merekam suatu kejadian di dalam lingkungan kerja Desktop Kita salah satunya dengan menggunakan gtk-ReordMyDesktop.gtk-ReordMyDesktop merupakan aplikasi gratis yang terdapat di dalam package ubuntu anda dapat menginstalnya di dalam repository anda masing-masing .hasil video yang di rekam oleh gtk-RecordMyDesktop akan berformat *.ogv.

Untuk Menginstall gtk-RecordMyDesktop ikuti cara di bawah ini :


1.Buka Terminal anda


2.Ketik $ apt-get install gtk-recordmydesktop


Atau melalui Synaptic Package Manager anda dengan membuka System > Administration >Synaptic Package Manager ,Lalu search dan ketik gtk-recordmydesktop lalu beri checklist dan install.



Contoh Penggunaan dari gtk-RecordMyDesktop :







Read More
Posted in Desktop | No comments

installation XAMPP

Posted on 07:38 by Unknown


If you want the integration of the Apache web server, MySQL database server, and PHP / Perl in one package, you can install XAMPP


XAMPP is a web application server package that is free and cross-platfrom in the package which consists of the Apache HTTP server package, MySGL database, and packages to inteprenter script written in PHP or PERL.


To install XAMPP on ubuntu 9.14 or 9.10, make sure that service Apache and MySQL database server, is not working.or if Apache and MySQL packages are installed, you can turn off once the Apache and MySQL service using the following command:


$ sudo /etc/init.d/apache2 stop


$ sudo /etc/init.d/mysql stop


XAMPP installer to download the latest version of linux.download XAMPP in (http://www.apachefriends.org/en/xampp-linux)
After the download was logged in as root, move to the directory where you save the XAMPP installer, then exstrak file to the directory / opt.


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


After XAMPP files exstracted to a directory /opt, you can immediately start using the service XAMPP following command:


$ sudo-l
# /opt / lampp / lampp start


XAMPP service in order to run automatically, you can copy files to the service XAMPP /etc/init.d, then create a symbolic link to the service so that the default run level:


$ sudo-l
# cp /opt/lampp/ lampp /etc/init.d/lampp
# ln -s /etc/init.d/lampp /etc/rc2.d/s86lampp
# ln -s /etc/init.d/lampp /etc/rc3.d/s86lampp


After the service XAMPP running well, you can see if XAMPP is running well with carry web browser, and then on her page typed url http://localhost




source: paper edition of PC-MILD / 7 / 2009


Thank's
By:Mr.Gm
Read More
Posted in Server | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

Categories

  • Applications
  • cairo-dock
  • convert Rpm to Deb
  • Desktop
  • Distro
  • Download Manager
  • Fix Crash GUI
  • Format USB
  • game
  • hardware
  • Install Linux
  • internet and Web
  • Linux Intro
  • LiveUSB
  • Local Repository
  • nautilus
  • Optimize Linux system
  • Programming Language
  • Robot
  • Server
  • so
  • Terminal
  • Tips and Trick OpenOffice
  • Tugas Manajemen Proyek dan Risiko
  • Tugas SoftSkill
  • wifi

Blog Archive

  • ▼  2012 (5)
    • ▼  June (2)
      • Tangkuban Perahu Part 1
      • Malin Kundang Story From Padang Indonesia
    • ►  May (1)
    • ►  April (1)
    • ►  March (1)
  • ►  2011 (29)
    • ►  December (10)
    • ►  November (2)
    • ►  October (2)
    • ►  May (11)
    • ►  March (2)
    • ►  February (2)
  • ►  2010 (74)
    • ►  December (13)
    • ►  October (4)
    • ►  June (12)
    • ►  May (10)
    • ►  April (6)
    • ►  March (8)
    • ►  February (18)
    • ►  January (3)
  • ►  2009 (42)
    • ►  October (6)
    • ►  September (13)
    • ►  August (13)
    • ►  July (10)
Powered by Blogger.

About Me

Unknown
View my complete profile