POPULAR FILE THIS WEEK

Pastinya Kita Memang Telah Mengabaikan Hak Atas Kekayaan Intelektual, Mempertukarkan Segala Sesuatu Tanpa Memperhatikan Hak Pembuat Software. Sederhananya, Saya Beranggapan Semua Orang Harus Mendapatkan Pengalaman Terbaiknya Dalam Menggunakan Tekhnologi Komputer dan Internet. Celakanya, Kita Memang Menginginkan Itu Semua Serba Gratis, Maka Muncullah Blog Ini. segala sesuatu semua yang ditampilkan disini merupakan miror dari para pendahulunya. adanya gratisan pasti karena ada yang tidak gratisnya. begitu pun blog ini semua yang ada dijadikan gratis biar semua orang tahu perkembangan internet sampai dimana.
Tampilkan postingan dengan label ubuntu. Tampilkan semua postingan
Tampilkan postingan dengan label ubuntu. Tampilkan semua postingan

Installing ClamAv Virus Scanner on Ubuntu 8.10 intrepid

Installing ClamAV AntiVirus Server

  • Go to Applications > Add/Remove Applications


  • In Add/Remove Applications page, type virus in search box.

  • Select Virus Scanner (ClamAV) and click OK.


  • In Confirmation window, click on Apply to install the virus scanner successfully.


Automate scan files/folders for viruses

Automatically scan files/folders for viruses at midnight everyday. Just follow these steps to automate.

  • Go to Applications > Accessories > Terminal

  • In the terminal as shown below, copy paste the command export EDITOR=gedit && sudo crontab -e and run it.


Enter your password and hit return.

Note: User should have administrator permissions.

  • In Editor page, append : 00 00 * * * sudo clamscan -r /location_of_files_or_folders at the end of file save and close the editor.

Automation process is now set successfully and your system is monitored.

  • If you want to check for the Status of Scanning use command: sudo clamscan -r /location_of_files_or_folders


  • This will display the summary of scanning as indicated in the screen below.


source : http://www.zolved.com/
Bookmark and Share
Read More

Instal Download Manager di Ubuntu

You can install these following packages that can be use as download manager for Ubuntu Edgy Eft.

Wget

Wget is a network utility to retrieve files from the Web using http(s) and ftp, the two most widely used Internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as ftp sites — you can use wget to make mirrors of archives and home pages or to travel the Web like a WWW robot.

Wget works particularly well with slow or unstable connections by continuing to retrieve a document until the document is fully downloaded. Re-getting files from where it left off works on servers (both http and ftp) that support it. Both http and ftp retrievals can be time stamped, so wget can see if the remote file has changed since the last retrieval and automatically retrieve the new version if it has.

Wget supports proxy servers; this can lighten the network load, speed up retrieval, and provide access behind firewalls.

Wget is a default download manager for Ubuntu Edgy Eft. Therefore you do not need to install it again :D

Aria

Aria is a download manager. The transfer can be paused, resumed, queued and saved. It has a very user friendly GTK based GUI, and useful log consoles. Program supports CRC checking, HTTP proxy server, cut-and-paste, drag-and-drop, and can define specific file retrieving procedure for particular web servers.

sudo apt-get install aria

Curl

Curl is a client to get files from servers using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity.

Curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, file transfer resume and more.

sudo apt-get install curl

Downloader for X

Downloader for X is a powerful graphical download manager. It supports both HTTP(S) and FTP protocols and has nice graphical user interface, though some actions can also be performed using the command line.

Among others, its key features include proxy and SOCKS5 support, recursive downloading, wildcard matching, download scheduler, multiple download queues and more…

sudo apt-get install d4x

Gwget

Gwget offers a GNOME front-end to the popular wget application, with enhanced features, such as systray icon, multiple downloads and a powerful preferences manager.

sudo apt-get install gwget

KDE KGET

KGET is a a download manager similar to GetRight or Go!zilla. It keeps all your downloads in one dialog and you can add and remove transfers. Transfers can be paused, resumed, queued or scheduled. Dialogs display info about status of transfers - progress, size, speed and remaining time. Program supports drag & drop from KDE applications and Netscape.

sudo apt-get install kget

This package is part of KDE, as a component of the KDE network module. Therefore you need to install another KDE packages to run KGET on your Ubuntu Edgy Eft.

Firefox Support

Firefox is a default web browser for Ubuntu Edgy Eft. Thanks God it’s Firefox 2.0 ;) There are so many download extension for Firefox. FlashGot is a popular download extension for Firefox. But feel free to get your own choice :D

Just my Two Cents

Usually I use KDE KGET + Flashgot for my Download Manager. This integration make my download activity become fun. Perhaps I will try GWGET for my next tool. GWGET have some interesting features, such as:

  • Resume: By default, gwget tries to continue any download.
  • Notification: Gwget tries to use the Gnome notification area support, if available. You can close the main window and gwget runs in the background.
  • Recursivity: Gwget detects when you put a html, php, asp or a web page dir in the url to download, and ask you to only download certain files (multimedia, only the index, and so on).
  • Drag & Drop: You can d&d a url to the main gwget window or the notification area icon to add a new download.
    Firefox Extension: Fireget
link http://www.supriyadisw.net/
Bookmark and Share
Read More

instal microsoft trutype font on ubuntu

You can install the MS core fonts by installing the msttcorefonts package. To do this, enable the “Universe” component of the repositories. This is done by default in Feisty. After you do that, use the following command from the command line:

$sudo apt-get install msttcorefonts

This will give you the core fonts, but if there are other TrueType fonts that you want installed, it is as easy as copying the font files to the ~/.fonts/ directory.

installing this font may take a long time... just wait for bes appereance

After installing new fonts, you will have to log out and log in again to be able to see and use the new fonts. If you want to avoid this, you can regenerate the fonts cache by issuing the following command:


$sudo fc-cache -fv

informasi lengkap lihat disini http://ubuntu.wordpress.com/2005/09/09/installing-microsoft-fonts/

Bookmark and Share
Read More

install ubuntu font


I found a precious little gem quite by accident when I was using Synaptic (the package installer) today.

The package ttf-ubuntu-title consists of the font used by Ubuntu’s logo, you know, the familiar font used for the letters below:
Ubuntu Logo

masuk ke terminal dan ketikan command berikut ini :

$sudo apt-get install ttf-ubuntu-title

will install the font and make it available to GIMP, OpenOffice and everywhere else that you can use fonts.

If you only want the font, to install it on another OS or such, you can get it https://wiki.ubuntu.com/UbuntuTitle?action=AttachFile&do=get&target=ubuntu-title.otf. The font is an OpenType Font, which installs just like a TrueType font. The font is licensed using the LGPL, for those of you who wish to know.

informasi lengkap bisa dilihat disini :

http://ubuntu.wordpress.com/2006/07/12/download-and-install-the-ubuntu-title-font/



Bookmark and Share
Read More

Install Driver canon pixma iP1880 di ubuntu 8.10




allow from rachmat.net, this is just forward, maybe it's work for you.

If you are running Ubuntu 8.10 Linux and going to connect your Canon Pixma iP1880 printer, then it is not yet plug and play.

Canon provide driver for linux. But they have not yet provided driver for Ubuntu 8.10. The good news is someone has provided us driver for Ubuntu 8.10.

Download 2 files from this links:

http://nko.computers.googlepages.com/cnijfilter-ip1800_2.70-2_i386-hardy..deb
http://nko.computers.googlepages.com/cnijfilter-common_2.70-2_i386.deb

Before you install it, you need to make soflink from cups to cupsys. To do this, open a terminal (Applications-Accessories-Terminal) and give the command.

sudo ln -s /etc/init.d/cups /etc/init.d/cupsys

After you have installed two files from above links. Now you can install your printer as normal under administration-->printing.

maintenance this printer exactly set as default setting

more option of this driver has been not configure.

[atah-adol@gmail.com]

Bookmark and Share
Read More
 

My Blog Top List

Followers

blog simpanan Copyright © 2009 Gadget Blog is Designed by Ipietoon Sponsored by Online Business Journal