UNIX software tutorials

Restoring or Moving your Evolution files

contributed by cachique on June 30, 2005 under UNIX software

When you move from one machine to another or when you install a new linux distro this could help to restore your entire Evolution profile and data

 

Change IP addresses considered local by iPlanet Messaging Server tcp_intranet

contributed by qmchenry on November 29, 2004 under UNIX software

The iPlanet/SunONE Messaging Server message transfer agent (MTA) handles mail through different channels. One default channel, tcp_intranet, receives mail from the users considered local, on the local area network or intranet. If a user does not authenticate during an SMTP session and is connecting from an IP address not considered local, the user will receive a 5.7.1 Relaying not allowed error message. This recipe describes the configuration change to solve this problem.

 

View the details of a certificate signing request with OpenSSL

contributed by qmchenry on April 27, 2004 under OpenSSL

Once a certificate signing request (CSR) is created, it is possible to view the detailed information used to create the request.

 

Prevent OpenOffice Calc from capitalizing first letter

contributed by Al Banks on February 17, 2004 under OpenOffice

How to work around the automatic capitalization ‘feature’.

 

Send mail via telnet / test for open relay

contributed by Al Banks on February 9, 2004 under Sendmail

Behind the scenes, the commands sent to mail servers are simple text commands. These commands can be to sent to an email server manually via telnet. This is a quick way to test an email server to determine if it is an open relay.

 

Using ipfilter to alter nmap OS detection results

contributed by Michilimackinac on February 1, 2004 under IPFilter

nmap is often used to perform OS detection on remote systems if it cannot be determined by other means. It sends tcp packets which have problems and detects how each handles the errors. By tweaking things in ipflter we can trick nmap into thinking it is dealing with some other OS or be less certain about it’s guess. Some additional resource are usually available in the OS sysctl variables (FreeBSD) and ndd settings (solaris) to help control things also.

 

Rsync over SSH

contributed by Al Banks on January 30, 2004 under UNIX software

How to use rsync to copy files over an SSH encrypted connection.

 

SSH Public Key Usage

contributed by Al Banks on under OpenSSH

Creation and distribution of SSH public keys for ease of access to remote machines.