Tag Archives: debian
Installing OCI8 On UNIX/LINUX
If you need to connect php with oracle database then you can use OCI which is an extension for providing APIs to Oracle database management system. Requirement * PHP *… Read more
No Password SSH
Here are the steps to do ssh from one machine to another without using password: user@local:~/.ssh$ ssh-keygen -t dsa -f id_dsa (if not done already!) Generating public/private rsa key pair…. Read more
./sqlplus: error while loading shared libraries: libsqlplus.so
While connecting to Oracle database using sqlplus, you can get an error (./sqlplus: error while loading shared libraries: libsqlplus.so). There can be various reasons for this issue. After you unzip… Read more
iptables in Linux
iptables is a tool used in linux distributions to control kernel’s netfilter’s firewall. To start off with there are three real “chains” which iptables uses: INPUT chain – used to… Read more