What is Smokeping?
SmokePing does not stand alone. It relies on various other tools and services being present. Apart from a Unix OS and a working Perl installation you need the following things. The list contains the names of the tools together with the version of the tool which I am using, and a link for downloading the tool.
Preparing anything to install Smokeping
Download Smokeping : http://oss.oetiker.ch/smokeping/pub/smokeping-2.4.2.tar.gz
SCP command come from SSH package that can copy files between computers on a network and move stuff around as required. It's a very usefull for sharing files with others using data on more than one system, and downloading files fro backup onto a second system.
This tutorial is intended to provide you a basic information you need to use SCP command.
Secure file transfers to and from local or remote systems can be initiated with the scp UNIX command.
To use the scp command to copy files between serverss, use the following command:
Preliminary notes
In this case I use a Windows desktop to connect to a Linux Fedora 7 SSH server with IP address 192.168.100.16.
Download putty.exe and puttygen.exe
Download putty.exe and puttygen.exe on the Windows system :
http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
http://the.earth.li/~sgtatham/putty/latest/x86/puttygen.exe
Generate key with puttygen
ShareThisHow To Change SSH Default Port
==============================
Below is the simple steps how to change ssh default port.
Example, i will change the ssh default port from 22 TCP to 3210 TCP.
First you need to login into your server as root user via putty
From your ssh session, edit /etc/ssh/sshd_config
[code]
#vi /etc/ssh/sshd_config
[/code]
Recent comments
1 week 1 day ago
4 weeks 1 day ago
5 weeks 9 hours ago
5 weeks 15 hours ago
5 weeks 1 day ago
5 weeks 1 day ago
5 weeks 2 days ago
5 weeks 3 days ago
5 weeks 6 days ago
6 weeks 2 days ago