Quantcast
Channel: blog.mehl-web.de - Linux
Browsing latest articles
Browse All 19 View Live

Install the Mongo PHP driver on debian

Setup PECLPECL is a repository for PHP extensions (similar to Node’s npm or Ruby’s gem). You might already have this setup, but run the following anyway:sudo apt-get install php5-dev php5-cli...

View Article



Install the Microsoft SQL Server PHP driver on debian

Install FreeTDS and the PHP MS SQL extensionsudo apt-get install freetds-common freetds-bin unixodbc php5-sybaseNote: That is correct, the MS SQL extension is in the “php5-sybase” package. Configure...

View Article

Finding a file on Linux in all directorys on debian

find / -name "index.html"

View Article

Install Unison on Windows with Cygwin and Linux to Synchronize Files on...

Unison is the best program I have found to synchronize files between a Windows System and a Linux System. Unison needs ssh, So i give you the following instruction how to install ssh on Windows and...

View Article

Pound and Varnish Cache + SSL (Https Port 443) on IIS/Nginx

1. Install and configure PoundVarnish isn't listening on port 443 and doesn’t handle SSL traffic. So if you want an SSL-encrypted web site to be cached with Varnish, you need to intercept and decrypt...

View Article


Force heartbeat to change active node in standby or release or to primary one...

If you want manually change your current node to another one you have to execute my following Instructions.First check if you have the right files Scripts under following directories.You should have...

View Article

Always have the latest Nghttp2 (Nghttpx) for HTTP/2 installed

Nghttpx is an HTTP/2 proxy. I've implemented Nghttpx as a reverse proxy. Requests to my website on port 443 are handled by Nghttpx, which proxies the request to Nginx. To have always the latest version...

View Article

Wipe out free space on Raspberry with Wheezy or Jessie

When you run the cat script the created file eats up all free space by creating a huge file. Then the contents of this file are written in a number of steps - ensuring that all areas of the disk which...

View Article


Compile mssql driver for php with freetds and latest php

1. install freetds download latest and extract in /etc/php5/fpm/ext/mssql/freetds-xxxxx chmod +x ./configure ./configure --enable-msdblib --prefix=/usr/local/freetds-xxxxx make && make install...

View Article


How to install the latest version of nginx on debian 8.1

I am going to show you how to install the latest version of Nginx web server on debian 8.11. check if already a version existsapt-show-versions nginx2. i recommend to remove the current installed...

View Article
Browsing latest articles
Browse All 19 View Live


Latest Images