Blog Archives

Web application deployment

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

Tagged with: , , ,
Posted in Articles, Linux, PHP, Ruby On Rails

Curl development headers with SSL support – libcurl-devel for CentOS

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

Tagged with: , , ,
Posted in Apache, Linux, Ruby On Rails

Install PHP extension on Linux Slackware 13.37 gets error: phpize failed

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:

Tagged with: , , ,
Posted in Linux, PHP

openssl Command – Options and Usage

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

Tagged with: , ,
Posted in Linux

How to Rename Files in Current Directory to Lowercase

Linux rename command snippet rename ‘y/A-Z/a-z/’ *

Tagged with: ,
Posted in Linux

How to Start Pure-ftpd

/usr/sbin/pure-ftpd -l puredb:/etc/pure-ftpd/pureftpd.pdb &

Tagged with:
Posted in Linux

How to Remove Spaces from File Names in Linux

Linux rename comamnd snippet rename -v ‘s/ //g’ *

Tagged with:
Posted in Linux

How to Connect to Remote Computer with Terminal FTP

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.

Tagged with: ,
Posted in Linux

How to Get File from Remote Machine with SSH

Get file with ssh command snippet ssh user@kdelchev.com “tar jcf – /home/user/inet/kdelchev.com/index.php” > index_backup.tar.bz2

Tagged with: ,
Posted in Linux
Sites
Categories
Archives