Postfix Daily Mail Statistics Using pflogsumm
May 032016Its easy!!!
First, check to see if pflogsumm is already installed. You can install pflogsumm depending in which Linux distribution you are using:
install apcu for php7
Apr 122016If you are familiar with Docker, this is what I use:
# install apcu for php7
RUN cd /opt && git clone https://github.com/krakjoe/apcu && \
cd apcu && \
phpize && \
./configure --enable-apcu && \
make && make install && \
echo "extension=apcu.so" > /usr/local/etc/php/conf.d/ext-apcu.ini
How install apcu as php7 extension on debian
Apr 112016First, I'm assuming you installed PHP7 using the DotDeb APT Repository. If not, this is how you should install it.
Once PHP7 is installed and working properly, and assuming there are no other versions of PHP installed on the system, install apcu via:
Убираем: Setting locale failed. Please check that your locale settings
Mar 272016Для того чтоб забыть об этом раз и навсегда нужно выполнить след действия:
sudo nano /etc/default/locale
Откроется текстовый редактор, и надо чтоб редактируемый файл выглядел так:
Make sure that `gem install pg -v '0.18.2'` succeeds before bundling.
Mar 272016After updating my Ubuntu from 14.04 to 15.04, I ran across problem running "bundle install". It told me to install the pg gem manually. I did, but I got the error below. To fix the problem, I had to install libpg-dev before running bundle install again.