Friday, January 30, 2009

Install Webmin in Ubuntu

Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. Currently There is no Webmin package in the Ubuntu repositories. This tutorial will explain how to Install Webmin in Ubuntu Intrepid Ibex

You can install webmin for your server web interface to configure apache2,mysql,FTp servers and many more. Now we will see how to install webmin in Ubuntu 8.10

Preparing your system

First you need to install the following packages

Quote : aptitude install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl

Now download the latest webmin using the following command or from here

Quote : wget http://garr.dl.sourceforge.net/sourceforge/webadmin/webmin_1.441_all.deb

Now we have webmin_1.441_all.deb package install this package using the following command

Quote : dpkg -i webmin_1.441_all.deb

This will complete the installation.

Ubuntu in particular don’t allow logins by the root user by default. However, the user created at system installation time can use sudo to switch to root. Webmin will allow any user who has this sudo capability to login with full root privileges.

Now you need to open your web browser and enter the following

https://your-server-ip:10000/

Now you should see similar to the following Screen

After login if you want to configure Apache,Mysql server you need to click on Servers on your lefthand side you should many servers are ready to configure

This is very Easy to configure most of the servers and Enjoy your new Ubuntu Intrepid Ibex LAMP Server.

Enjoy ubuntu... ;)

Tq http://www.ubuntugeek.com/

Thursday, January 29, 2009

Command to combine the three files / folder into a single .tar.gz archive

Quote : tar cvfz kunkun.tar.gz kunkunX Mackunkun Xkunkun/

Enjoy ubuntu... ;)

Avast Antivirus for Ubuntu

avast! Home Edition is a complete anti-virus package, that is is free for registered home non-commercial users. It contains an on-demand scanner with two interfaces (simple for novices and advanced for experienced users), an on-access scanner with Standard Shield (which protects against execution and opening malware programs) and an embedded e-mail scanner which scans incoming and outgoing email messages.


Install Avast Antivirus in Ubuntu

First you need to download the .deb package from here

Quote : dpkg -i avast4workstation_1.0.6-2_i386.deb

This will complete the installation now you need to get the registration key for this you need to fill the on-line form available here and they will send registration key to your mail address

Applications Menu Setup

Quote : cd /usr/lib/avast4workstation/share/avast/desktop

Quote : ./install-desktop-entries.sh install

This will complete the application menu setup.

If you want to access you need to go to Applications—>Accessories—>avast!Antivirus

First time it will prompt for license key enter your license key you have got

Enjoy ubuntu... ;)

Wednesday, January 28, 2009

Open Source PHP Content Management

These Open Source PHP Content Management System(CMS) listed here are good and commonly used by many Web Publishers. A CMS enabled website has many benefits:
  • People with average knowledge of word processing can create the content directly.
  • Little or no HTML knowledge needed.
  • Content is managed through a cycle of capture, storage, retrieval publication, presentation, versioning, and archiving.
  • Users are assigned roles and permissions that prevent them from editing content which they have no rights.
  • Publishing of content can be time-controlled, hidden for later use or require user login with password.
The following are commonly used Open Source PHP Content Management System(CMS)
  1. Drupal - An advanced portal with collaborative book, search engines friendly URLs, online help, roles, full content search, site watching, threaded comments, version control, blogging, news aggregator.
  2. Joomla! - Joomla! is one of the most powerful Open Source Content Management Systems on the planet. It is used all over the world for everything from simple websites to complex corporate applications. Joomla! is easy to install, simple to manage, and reliable. For great Joomla! Templates, check out TemplatePlazza.com
  3. Mambo - A professional level yet easy to use Content Management System featuring inline WYSIWYG content editors, newsfeeds, syndicated news, banners, mailing users, links manager, statistics, content archiving, date based content, 20 languages, modules and components.
  4. PHPNuke - One of the most popular community-based portals with a big choice of modules and languages. PHP-Nuke is a news automated system specially designed to be used in Intranets and Internet. The Administrator has total control of his web site, registered users, and he will have in the hand a powerful assembly of tools to maintain an active and 100% interactive web site using databases.
  5. PostNuke - A Content Management System with focus on flexibility and security. A big variety of modules and blocks makes this CMS an all round tool.
  6. XOOPS - A Xoops is an extensible. OO(Object Oriented), easy to use dynamic web content management system written in PHP. XOOPS is the ideal tool for developing small, to large dynamic community websites, intra company portals, weblogs and etc.
Enjoy ubuntu... ;)

Monday, January 26, 2009

Convert em,px,pt and % in css

Chart that converts points to pixels (and ems and %). It’s an approximation, which will depend on font, browser and OS, but it’s a good starting point.

Points Pixels Ems Percent
6pt 8px 0.5em 50%
7pt 9px 0.55em 55%
7.5pt 10px 0.625em 62.5%
8pt 11px 0.7em 70%
9pt 12px 0.75em 75%
10pt 13px 0.8em 80%
10.5pt 14px 0.875em 87.5%
11pt 15px 0.95em 95%
12pt 16px 1em 100%
13pt 17px 1.05em 105%
13.5pt 18px 1.125em 112.5%
14pt 19px 1.2em 120%
14.5pt 20px 1.25em 125%
15pt 21px 1.3em 130%
16pt 22px 1.4em 140%
17pt 23px 1.45em 145%
18pt 24px 1.5em 150%
20pt 26px 1.6em 160%
22pt 29px 1.8em 180%
24pt 32px 2em 200%
26pt 35px 2.2em 220%
27pt 36px 2.25em 225%
28pt 37px 2.3em 230%
29pt 38px 2.35em 235%
30pt 40px 2.45em 245%
32pt 42px 2.55em 255%
34pt 45px 2.75em 275%
36pt 48px 3em 300%

Enjoy ubuntu... ;)

kunkun-laptop .... ;)