Kurinchi Blogger Scribbles …


Posts Tagged ‘ubuntu’

Jul 24
2009

Ubuntu Release Download checksum

Last updated: July 24th, 2009

A quick note on the links related where to find the ubuntu releases and how to do a checksum to ensure that the downloaded copy

If you are downloading Ubuntu from the official site, MD5/SHA1 checksum (ubuntu hashes) for latest releases may not be listed there.

If it is not there, you can visit the site http://releases.ubuntu.com/. This site lists a comprehensive list of ubuntu releases and their checksums. Checksums ensure that the download is complete without corruption and is 100% accurate. So, it is always advisable to do a checksum after each download.
(more…)

Apr 07
2009

Nagios nrpe host server and client on CentOS, Ubuntu

Last updated: May 25th, 2009

Configuring server host to respond to nagios host (monitor remote services) – CentOS

Download nagios plugin and nagios-nrpe plugin in the server host (client that talks with nagios host) from nagios website. The files comes as .tar files and you need to configure them for their use. Move the files to /usr/src (more…)

Mar 26
2009

Ubuntu SMTP server

Last updated: March 25th, 2009

How to install SMTP server on Ubuntu?

Making your Ubuntu server deliver email to external world is a two step simple process.

Step 1:
sudo apt-get install postfix

The above command is the first step in the process of setting the mail server.

Step 2:
sudo dpkg-reconfigure postfix

This step involves further SMTP configuration which involves setting up the mail server information and how it communicates with the external world. Depending on the needs you could play with the settings.

Further articles to continue, regarding how you could exploit further on this topic.

Mar 14
2009

UBUNTU .htaccess Password Protect Files Directories

Last updated: March 18th, 2010

Linux UBUNTU .htaccess Password Protect

In Ubuntu server, .htaccess file access is disabled by default. Apache suggests in general that .htaccess be disabled if the users have access to the server’s configuration files.

There may be cases when users do not have access to Apache’s configuration setting files or some acute cases where users run multiple applications which might need different access controls at private and public levels. (more…)


Valid HTML 4.01 Strict  Valid HTML 4.01 Strict