You probably already have this warning and think you have correctly installed php8.X-imagick. You check lot of times, but don’t search how to remove it. Try this : # apt-get install libmagickcore-6.q16-6-extra
Proxmox and replacing disk in ZFS pool
For one time this blog post will not be around Telecom and Cisco/Juniper/Nokia or something like this. Just to keep in mind how to replace a faulty device in a ZFS pool. I have : root@pve:~# zpool status -x root@pve:~#
Bind9 as master DNS server, NSD as backup with TSIG.
Perhaps it seems easy for you, but it was not for me at begining even if I am running bind9 master/bind9 slave already. We will begin with TSIG key, on your master DNS server : root@Sagitarius:~# tsig-keygen mykey > /etc/bind/keys/mykey.key
NextCloud and Memcached-APCu
For those of you which update your personal cloud to the lastest stable version of Nextcloud due to CVE (https://www.cert.ssi.gouv.fr/avis/CERTFR-2021-AVI-543/), you could encountered this error : An unhandled exception has been thrown: OC\HintException: [0]: Memcache \OC\Memcache\APCu not available for local
bwping patch (catching signals)
diff -urpN bwping/bwping.c bwping-patched/bwping.c — bwping/bwping.c 2012-10-11 19:23:17.000000000 +0200 +++ bwping-patched/bwping.c 2017-04-20 09:06:23.449540033 +0200 @@ -26,6 +26,7 @@ #include #include #include +#include #ifdef __CYGWIN__ #include “cygwin.h” @@ -224,21 +225,39 @@ static int recv_ping (int sock, int iden return 0; }
jquery – jqgrid : Custom delete handler
It may possible you are face off the problem to synchronize some other items in your GUI when you delete a row in your jqgrid. You can use this tip to do it : var myDelOptions = { onclickSubmit: function(options,
Etherate : the beginning of an Open Aurora Tango test (L2 tester)…
For those of you which perform some Aurora Tango tests (BERT, RFC 2544) you may know that a couple of these testers are really expensive ! The principle of these test is to place a tester in loopback and another
I am disappointed by Ubiquiti Networks
It is been a while I check forums and Ubiquiti products. They are really good products. At the beginning the really interesting thing in ubiquiti was the Open minded / Open Source direction they used. I begun to use their
How to compile statically linux binary
To make a point : export CFLAGS=-static export LDFLAGS=-static export CPPFLAGS=-static export CFLAGS_APPEND=-static export LDFLAGS_APPEND=-static export CPPFLAGS_APPEND=-static ./configure && make
Linux : Remote desktop && Hamachi
For those of you which need to access by means of “Remote Desktop” you can use : Nomachine NX Teamviewer VNC And you can use both LogmeIn Hamachi and VNC. Hamachi is a software which can make network betweeen devices.