Çözüm
# echo | openssl rsa -in cakey.pem -out cakey.pem
Enter pass phrase for cakey.pem:
writing RSA key
# echo | openssl rsa -in cakey.pem -out cakey.pem
Enter pass phrase for cakey.pem:
writing RSA key
cd /usr/local/directadmin/scripts
./move_domain.sh domain.com olduser newuser
sudo apt-get install gcp
function generatePassword($length=9, $strength=0) {
srand((double)microtime()*1000000);
$chars = 'abcdefghijklmnopqrstuvwxyz0123456789';
if ($strength > 1) $chars .= 'ABDGHJLMNPQRSTVWXZ';
if ($strength > 2) $chars .= "!@#$%";
if ($strength > 3) $chars .= '^&*(-_=+)';
$i = 0;$key = '';
while ($i <= $length) {$key .= $chars[rand(0, strlen($chars))];$i++;}
return $key;
}
echo generatePassword(9);
echo generatePassword(9,1);
echo generatePassword(9,2);
echo generatePassword(9,3);
echo generatePassword(9,4);
echo generatePassword(50,4);
$ cd repo
$ git config --bool core.bare true
$ mv .git ../repo.git
$ rm -Rf repo
example.com: example.com
sub.example.com: example.com
example.net: example.net
addon.example.net: example.net
*: hostname.example.com
example.com: 192.168.0.2
sub.example.com: 192.168.0.2
example.net: 192.168.0.3
addon.example.net: 192.168.0.3
*: 192.168.0.1
#!/bin/bash # Shell script to backup MySql database # To backup Nysql databases file to /backup dir and later pick up by your # script. You can skip few databases from backup too. # For more info please see (Installation info): # http://www.cyberciti.biz/nixcraft/vivek/blogger/2005/01/mysql-backup-script.html # Last updated: Aug - 2005 # -------------------------------------------------------------------- # This is a free shell script under GNU GPL version 2.0 or above # Copyright (C) 2004, 2005 nixCraft project # Feedback/comment/suggestions : http://cyberciti.biz/fb/ # ------------------------------------------------------------------------- # This script is part of nixCraft shell script collection (NSSC) # Visit http://bash.cyberciti.biz/ for more information. # ------------------------------------------------------------------------- MyUSER="SET-MYSQL-USER-NAME" # USERNAME MyPASS="SET-PASSWORD" # PASSWORD MyHOST="localhost" # Hostname # Linux bin paths, change this if it can not be autodetected via which command MYSQL="$(which mysql)" MYSQLDUMP="$(which mysqldump)" CHOWN="$(which chown)" CHMOD="$(which chmod)" GZIP="$(which gzip)" # Backup Dest directory, change this if you have someother location DEST="/backup" # Main directory where backup will be stored MBD="$DEST/mysql" # Get hostname HOST="$(hostname)" # Get data in dd-mm-yyyy format NOW="$(date +"%d-%m-%Y")" # File to store current backup file FILE="" # Store list of databases DBS="" # DO NOT BACKUP these databases IGGY="test" [ ! -d $MBD ] && mkdir -p $MBD || : # Only root can access it! $CHOWN 0.0 -R $DEST $CHMOD 0600 $DEST # Get all database list first DBS="$($MYSQL -u $MyUSER -h $MyHOST -p$MyPASS -Bse 'show databases')" for db in $DBS do skipdb=-1 if [ "$IGGY" != "" ]; then for i in $IGGY do [ "$db" == "$i" ] && skipdb=1 || : done fi if [ "$skipdb" == "-1" ] ; then FILE="$MBD/$db.$HOST.$NOW.gz" # do all inone job in pipe, # connect to mysql using mysqldump for select mysql database # and pipe it out to gz file in backup dir :) $MYSQLDUMP -u $MyUSER -h $MyHOST -p$MyPASS $db | $GZIP -9 > $FILE fi done
tar zcvf olduser.tar.gz /home/olduseraldığımız yedeği hedef sisteme açalım
cd /home/newuser/backup/
tar zxvf olduser.tar.gz
cd /home/newuser/imap/mydomain.com
wsimport -d target/classes -s src/main/java -p org.xh.studies.jaxws.webapp.client http://localhost:8080/JAXWSWebApp/MathService?wsdl
youtube-dlmesela videomuz bu http://www.youtube.com/watch?v=eWPrkQws0II
ffmpeg
lame
youtube-dl http://www.youtube.com/watch?v=eWPrkQws0IIwav a çevir
ffmpeg -i eWPrkQws0II.mp4 eWPrkQws0II.wawtekrar mp3 yap
lame eWPrkQws0II.wav eWPrkQws0II.mp3tepe tepe kullan