Quantcast
Channel: Linux Nuggetz
Browsing all 23 articles
Browse latest View live

Radiator Radius Installation connecting to ORACLE (CentOS)

1. Download and install the Oracle client...

View Article



Testing Radiator Radius via PHP Client

1. Install Apache and PHP with radius module.reference :http://freeradius.org/mod_auth_radius/(XAMPP Package has pre-installed radius module, you can use this for alternative installation)2. Create a...

View Article

Adding Swap File to Currently Installed Ubuntu OS

1. Create a file with a size you prefer.# sudo dd if=/dev/zero of=/mnt/512Mb.swap bs=1M count=5122. Format the created file# sudo mkswap /mnt/512Mb.swap3. Add the swap to the running system.# sudo...

View Article

ProFTPD and VSFTPD Server Installation

Vsftpd installation and simple configuration - CentOS 5.21. Install the package via yum.$ yum install vsftpd.i3862. The default configuration is located at /etc/vsftpd/vsftpd.conf, edit and apply...

View Article

Implementing Subversion - CentOS

Note: Apache is a requirement in setting up the Subversion.1. Installing subversion.$ yum install mod_dav_svn subversion2. Configuring subversion's apache.$ nano /etc/httpd/conf.d/subversion.confMake...

View Article


Ruby on Rails with Mongrel Clusters Connecting to Oracle Database

Note:First disable selinux.to check the config edit "/etc/sysconfig/selinux", if you made changes reboot the system.Install the dependencies:Development Libraries:$ yum -v groupinstall "Development...

View Article

Ruby on Rails in Ubuntu

Install the Dependencies:Build-essentialsRuby:$ wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p129.tar.gz$ tar -xzvf ruby-1.9.1-p129.tar.gzchange directory to the extracted directory$ sudo...

View Article

Script in Monitoring Your LINUX Server

You can use this as pattern in monitoring you server.1. Create a file "system-check.sh" and paste the code below:(this will monitor - apache, java, postfix, mail que, mysql and failed logins)echoecho...

View Article


Opera Kicks It Up A Notch With Unite

Article Source Linux MagazineJune 26, 2009, 5:22 amA few weeks ago I took Opera 10 beta for a test drive to see if the Opera folks had a shot at claiming serious share on the desktop. While Opera 10 is...

View Article


First Major PHP Update in Years Coming Soon

Thursday, 25 June 2009 17:07Article Source internetnews.comPHP 5.3 could be out as soon as Tuesday, June 30th. The new open source language release is a big deal for a lot of reasons, not the least of...

View Article

Image may be NSFW.
Clik here to view.

Linux 2.6.30 Gets New Filesystems

Article Source : Desktop LinuxLinus Torvalds (pictured) announced Linux kernel 2.6.30, adding several new filesystems, including the NILFS2 log-structured filesystem. Linux 2.6.30 enhancements include...

View Article

Image may be NSFW.
Clik here to view.

Setting-up Nagios in Ubuntu

1. OverviewNagios is a powerful tool that provides you with instant awareness of your organization's mission-critical IT infrastructure. Nagios allows you to detect and repair problems and mitigate...

View Article

Image may be NSFW.
Clik here to view.

A Note on Traffic Exchange Programs

We understand that our publishers are always looking for ways to attract interested users to their sites. But using third-party tools or services to increase your site traffic may lead to invalid...

View Article


Killing a Process in Linux

At times we encounter java process that won't stop by issuing the usual command "./shutdown.sh", or in some cases a multiple instance was created when the program was not properly restarted.Below are...

View Article

MySQL Commands - Adding User, Backup and Restore

Adding new user to access the databaseSyntax:mysqldump -u [username] -p [password] [databasename] > [backupfile.sql]Examples:mysql> GRANT all ON mydatabase.* TO myuser@'192.168.17.186' IDENTIFIED...

View Article


Google Sitemap Generator Installation in a CentOS Platform

1. Download Google Site Map Generator:http://code.google.com/p/googlesitemapgenerator/downloads/list2. Unpack the downloaded file $ tar –zxvf sitemap_linux-i386-beta1-20090225.tar.gz3. Run the...

View Article

Easy way to extract Logs on a Date/Line Range in LINUX

Example: range of date to be extracted in the /var/log/message. Oct 26-27 our x will be Oct 26, y will be Oct 271. Get the first line number which will be our x reference (x - Oct 26). $ grep -n 'Oct...

View Article


Deleting Files/Folders based on OWNERSHIP

1. List the files and directories.$ ls -lahtotal 52Kdrwxrwxrwt 11 root root 4.0K Nov 4 03:52 .drwxr-xr-x 25 root root 4.0K Oct 6 03:54 ..srwxr-xr-x 1 george george 0 Oct 8 00:47 .dguardianipcsrwxr-xr-x...

View Article

Changing Date and Time in Linux

Syntex:1. date -s "DD Mon YYYY hh:mm:ss"2. date set="DD Mon YYYY hh:mm:ss"3. date MMDDhhmmYYYY.ssExample:1. date -s "28 NOV 2008 13:45:00"2. date set="28 NOV 2008 13:45:00"3. date 112813452009Setting...

View Article

Scraping an Entire Website using LINUX

Web scraping (also called Web harvesting or Web data extraction) is a computer software technique of extracting information from websites. Usually, such software programs simulate human exploration of...

View Article
Browsing all 23 articles
Browse latest View live




Latest Images