Category Archives: Hosting

PHP APCU on Debian

apt install gcc make autoconf libc-dev pkg-config php-devpecl channel-update pecl.php.netpecl install apcu You should add “extension=apcu.so” to php.ini /etc/php/8.2/fpm/conf.d/20-apcu.ini or try:

Posted in Hosting, Informacione tehnologije | Tagged , | Leave a comment

Fixing postfix and saslauthd: cannot connect to saslauthd

If you are having issues getting postfix email server to authenticate with saslauthd, your solution might be found in a missing symlink. Remember that postifx runs in a chroot environment.

Posted in Drugi pišu, Hosting, Internet, Linux | Tagged , | 2 Comments

XenServer problem sa zaglavljenom mašinom

U novoj verziji XenServer-a (7.x) može se desiti da dođe do problema sa kernelom na nekim virtualnim mašinama.

Posted in Hosting, Informacione tehnologije, Virtualizacija | Tagged , | 2 Comments

Let’s Encrypt – open source SSL – enkripcija za DŽ

Internet prezentacije postaju sve više interaktivnije. Nekada su to bile fiksne strane, informativnog karaktera, sada sajtovi traže više akcija od strane korisnika. Neminovnost je da korisničke podatke treba zaštitii, a jedan od načina je upotreba SSL sertifikata.

Posted in Hosting, Internet, Linux, Virtualizacija | Tagged , , , , | 3 Comments

php5.6, php7 on ubuntu14 via phpbrew

Installation procedure for php5.6 (officel release) and php7 (alpha) on Ubuntu 14.04, via phpbrew package.

Posted in Hosting, Informacione tehnologije, Internet, Linux | Tagged , , , , | 6 Comments

Ubuntu 14.04 – ProFTPd stop unexpectly

Here’s a workaround solution thanks to https://bugs.launchpad.net/ubuntu/+source/proftpd-dfsg/+bug The problem is due to ProFTPD not stopping in time to be restarted.

Posted in Hosting, Informacione tehnologije, Linux | Tagged , , | 1 Comment

Scanning for malware with Linux Malware Detect (LMD)

Linux Malware Detect (LMD), also known as Maldet, is a malware scanner for Linux released under the GNU GPLv2 license. It is particularly effective for the detection of php backdoors, darkmailers and many other malicious files that can be uploaded … Continue reading

Posted in Drugi pišu, Hosting, Internet, Linux | Tagged , , , , , | Leave a comment

HowTo: Save A File In Vim / Vi Without Root Permission

This happens lot of times. I login as a normal user and start to edit httpd.conf or lighttpd.conf or named.conf in vim / vi text editor. However, I’m not able to save changes due to permission issue (all config files … Continue reading

Posted in Drugi pišu, Hosting, Linux | Tagged , , | 1 Comment

Apache 2.4 modifikacije

Nedavno su distribuije Linux-a ugradile i novu verziju Apache servera.

Posted in Hosting, Internet, Linux | Tagged | Leave a comment

Install PHP 5.4 as standalone

PHP 5.4 is not packaged on most Linux distributions so it may be easiest to install it from source. On Debian-based Linux systems, you can use the following commands to install PHP 5.4 in such a way that it won’t … Continue reading

Posted in Hosting, Linux | Tagged , , | 5 Comments