Nominalni kurs dinara prema evru jeste 117,21 RSD za 1 EUR. Mnogi ekonomisti su mišljenja da ovaj kurs nije realan, pa izlaze sa svojim brojkama. Takođe i šire građanstvo ima neke svoje poglede na kurs. Najčešće su to laičke procene, a kreću se između 150 do 200 RSD za EU.
Koji je kurs “realan”?
Linux: /usr/bin/rm: Argument list too long
If you’ve ever gone in to a directory, for example a mail or log directory, and wanted to clear it of its contents, but faced an error like this:
/bin/rm: cannot execute [Argument list too long]
Continue reading “Linux: /usr/bin/rm: Argument list too long” Rutiranje na SBB za EON
Simple admin Postfix emails in bash
A simple script for quick Postfix system email management.
Continue reading “Simple admin Postfix emails in bash”How to Install the latest OpenSSL version from Source on Linux (Debian)
In this tutorial, I will show you step by step how to install the latest stable OpenSSL version from source on Debian servers.
Continue reading “How to Install the latest OpenSSL version from Source on Linux (Debian)”Kako do broja PI? Korak 1
Broj π se može obračunati na više načina (Arhimed, Bazelski problem i slično), a čini se da je jedna zakonotost povoljna da se to uradi programski.
Continue reading “Kako do broja PI? Korak 1”PHP APCU on Debian
apt install gcc make autoconf libc-dev pkg-config php-dev
pecl channel-update pecl.php.net
pecl install apcu
You should add “extension=apcu.so” to php.ini
/etc/php/8.2/fpm/conf.d/20-apcu.ini
or try:
echo "extension=apcu.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
Kali Linux on Windows (WSL)
How to install Kali linux on Windows via Windows Subsystem for Linux
Continue reading “Kali Linux on Windows (WSL)”PHP vs Python pack format comparation
Differences between PHP and Python pack/unpack format characters
Continue reading “PHP vs Python pack format comparation”What’s new in PHP 8
After a lot of to-ing and fro-ing as to when PHP 8 would be released, the developers have now announced that November 26th, 2020 is the date we’re waiting for.
The new version of PHP is expected to come with some new features that offer web developers many additional possibilities.
JIT Compiler, JSON extension always activated, Union Types, Static return type, WeakMap, Use ::class for objects, Stringable interface, Convert DateTime, Type annotations, Type errors…
Continue reading “What’s new in PHP 8”