Categories
Tags
AMD RAIDXpert error apache2 asterisk backup configuration cpanel custom ssh port debian debian mint DID exim freepbx ispconfig3 ispcongig3 java key authentication keyboard linux linux mind linux raid local server mdraid mint netboot mydns openVZ pure-ftp pxe rsync ssh run as menu self-signed skype slave ssh ssl transport ubuntu 12.04 whmsd
Monthly Archives: August 2009
pure-FTP on openVZ on debian
Here is description how to compile pure ftp to run in openVZ server. First install needed packages and pure-ftpd-mysql: apt-get install pure-ftpd-mysql build-essential libpam0g-dev libmysqlclient15-dev Then download and compile new pure-fptd: cd /tmp wget http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.22.tar.gz tar -xvzf pure-ftpd-1.0.22.tar.gz cd pure-ftpd-1.0.22 … Continue reading
ssh key authentication
How to generate SSH keys and implement for key authentication. login to local machine with user you will be using for connect to remote. 1. generate keys: ssh-keygen -t dsa 2. copy id_dsa.pub to remote machine to /tmp directory scp … Continue reading
Backup remote linux mysql and data
Whit little bash script you can backup remote linux server. I wrote this script for backup my web server powered by ISPconfig 3. Backup is started from local linux machine. For this script ssh key authentication must be set. This … Continue reading
Posted in ISPConfig 3, Linux tips
21 Comments
Find which process ID is using some IP port
How to find, in linux, which Process ID is using some TCP port # lsof -w -n -i tcp:8080 or # fuser -n tcp 8080 or # netstat -anp|grep :8080[[:blank:]]
Posted in Linux tips
Leave a comment
AMD RAIDXpert “RAID error”
Issue: AMD RaidXpert Service gives an Raid 1 array “error” stating a single disk failure. One of the two drives in the Raid 1 array becomes a JBOD standalone drive, basically detached from the array for whatever reason. The drive … Continue reading
Otvoren novi blog…
U ovim blogovima pokušat ću stavljati postove/rješenja na probleme na koje sam naišao….
Posted in Uncategorized
Leave a comment