How To Change Rsync SSH Port While Backup
Here is a simple way to backup your homedir via rsync
but the other thing is we will try to rsync via unusual ssh port.
Example :
Backup /home/testing to server.wowtutorial.org at port 7000
#rsync -av -e 'ssh -p 7000' /home/testing backupuser@server.wowtutorial.org
What is DenyHosts?
DenyHosts is a script intended to be run by Linux system administrators to help thwart SSH server attacks (also known as dictionary based attacks and brute force attacks).
What is AIDE ?
AIDE is A file integrity scanner is something you need to have. Imagine a hacker placing a backdoor on your web site, or changing your order form to email him a copy of everyone's credit card while leaving it appear to be functionally normally.
By setting up daily reporting, this notifies you within, at most, 24 hours of when any file was changed, added, or removed. It also helps establish an audit trail in the event your site is compromised.
In this Tutorial I will describe how to install phpmyadmin from source
First before we install phpmyadmin, we need to install few requirment before install phpmyadmin.
Requirment to install PHPmyadmin :
- libmcrypt
- php mcrypt extension
- php mbstring extension
Windows Scripts Using Simple PowerShell Commands
Like many administrators, I have numerous scripts written as .BAT batch files that could use an update. Now that Windows Server 2008 R2 has PowerShell 2 installed by default, it is time.
Let's take a few of the staples that we have put in .BAT files, and I'll give you the PowerShell equivalent.
Reboot a remote computer
To perform a 10-second delay on a remote server (Server1), the following is entered in a batch file:
shutdown /r /m \\SERVER1 /f /t 10
Yesterday, i have a problem with my phpMyAdmin in my cpanel.
I can't export and import my DB through Cpanel phpMyAdmin.
It always shows like below :
export.php: Missing parameter: what (FAQ 2.8)
export.php: Missing parameter: export_type (FAQ 2.8)
So after searching a lot in google, my friend found that the issue is not in the phpMyAdmin but in the cpanel php.ini
So how to fixed that ?
please kindly to take a look how to solved this issue below :
For a system administrator, having ready access to all kinds of information for troubleshooting or configuration of computers and networks is important. When diagnosing connectivity issues, or setting up a new Web site or server, being able to accurately get information from DNS can be critical; DNS provides a lot of information that can really help in this regard.
This is a short tutorial to install Postfix, Courier-authlib Dovecot and MailScanner in Opensuse 11.1 x86_64 O/s
This tutorial also working for other x86_64 o/s or 64 bit O/s
What is Dovecot ?
Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory.
What is MailScanner ?
What is Mytop
Mytop is a tool written in Perl for monitoring MySQL databases. Similar to how top monitors system processes, mytop monitors MySQL threads and the database's overall performance, allowing system administrators or developers to get some insight on how applications are interacting with a database.
Download and Install Mytop Requirements
Mytop will using Perl, DBI, Term::ReadKey, Term::ANSIColor and Time::HiRes installed on the server first.
Recent comments
1 week 1 day ago
1 week 1 day ago
1 week 1 day ago
1 week 1 day ago
1 week 1 day ago
1 week 4 days ago
1 week 6 days ago
2 weeks 13 hours ago
2 weeks 1 day ago
3 weeks 13 hours ago