In agile web application development it is a must to use deployment tool to sync your code with a staging server. I got the idea for some time from a presentation of a colleague of mine for Fabric witch is…
In agile web application development it is a must to use deployment tool to sync your code with a staging server. I got the idea for some time from a presentation of a colleague of mine for Fabric witch is…
Installing Phusion passenger takes two simple steps, but hot always. Especially when you are new to some distro or some conception. You may have some disconfiguration in the system and fixing the dependencies may take a lot of time. That’s…
Install extension I was trying to install PECL extension and run into this problem with phpize error pecl install oauth downloading oauth-1.2.2.tar … Starting to download oauth-1.2.2.tar (Unknown size) ……………………done: 233,984 bytes 6 source files, building running: phpize Configuring for:…
1. What openssl Openssl is open source toolkit implementing SSL (v2.0 and v3.0) and TLS (v1.0) network protocols based in SSLeay library developed by Eric Young and Tim Hudson and related cryptography standards required by theese protocols. SSL stands for…
Linux rename command snippet rename ‘y/A-Z/a-z/’ *
/usr/sbin/pure-ftpd -l puredb:/etc/pure-ftpd/pureftpd.pdb &
Linux rename comamnd snippet rename -v ‘s/ //g’ *
Ftp command snippet ftp [hostname] or ftp [ip-address] where [hostname] is the hostname and [ip-adress] is the IP address of the remote machine Then enter your username and password.
Get file with ssh command snippet ssh user@kdelchev.com “tar jcf – /home/user/inet/kdelchev.com/index.php” > index_backup.tar.bz2