Submitted by
guvnor on Sat, 11/26/2011 - 23:39
Upload a file using to an FTPES using CURL
Every now and again you need to upload to a file to an Explicit FTP over TLS server. This is FTP over a TLS which is normally over port 21 - just like the old school simple FTP protocol.
Submitted by
guvnor on Wed, 10/19/2011 - 13:03
Need to use the SCP command on a Centos or other RHEL based distro?
Sometimes when you attempt to run the scp command you recieve telling you that command as unknown. There is a good chance that the the SCP client isn't installed. Well that's not too difficult to remedy. A quick yum will do the trick.
yum install openssh-clients
Now try running the scp command and you will find a more favourable response!
Submitted by
guvnor on Thu, 06/24/2010 - 08:40
Introduction
Recently I had a few problems with my U.K based VPS host. My VPS went down and it took me some time to get it rebooted. When it did come back on line the VPS had lost the ability to do domain name look ups. This caused me issues as this machine relied upon this to send e-mails. It took me three days to ge the VPS back on line which was basically a total nightmare.
When my VPS came up for renewal I decided to look about for better VPS hosting. Now there are lots of VPS providers out there but it is always a leap of faith signing up to one.
Submitted by
guvnor on Mon, 01/18/2010 - 18:19
Basic FTP Shell Script for uploading files
Introduction
There are occasions where you might want to FTP data off site from a server or other host onto an FTP server
NOTE! Think a little before using FTP. It doesn't send login credentials (username / password) it an encrypted form and the data it transfers is not encrypted either. There are some
security implications to using FTP as transfer protocol over public links.
Submitted by
guvnor on Thu, 08/13/2009 - 21:45
Introduction
Using a QNAP linux NAS you can backup MYSQL databases on remote servers. This article shows you how to write a script to do this. This script can then be run at set intervals using the cron scheduler to ensure your mysql data server is backed up safely.
This guide assumes your server is running the SSHD and allows you to run remote commands. For example a
VPS server is the perfect example of this.
Step 1
Submitted by
guvnor on Mon, 05/11/2009 - 18:50
Submitted by
guvnor on Tue, 04/21/2009 - 13:11
If you need to backup your network device's (you know Cisco, HP etc) running configuration, one of the most common ways to do this is via a TFTP server. There are various tftp solutions out there and this guide covers setting up a centos box on how to become a tftp server. There a few guides out there already but this one covers Centos 5 Linux specifically.
Step 1.
You need to install the tftp-server service and the xinetd service software using yum.
The xinetd service is required as this controls the tftp server daemon.
Submitted by
guvnor on Mon, 01/12/2009 - 11:27
Submitted by
guvnor on Fri, 12/19/2008 - 11:52
What it is: A basic guide to sharing and mounting remote NFS shares