Mehic.info

Configuring Sendmail SMTP Server On CentOS & Scientific Linux

Sendmail is the default SMTP (Simple mail transfer protocol) server installed on CentOS and although it can be slightly more complicated for beginners to learn than similar alternatives such as Postfix, it can be quite powerful and useful to learn. Sendmail by itself as the name suggests is a MTA (Mail transfer agent) which is useful for sending […]

Read more

16. Jazz Fest Sarajevo

utorak, 30.10.2012. 20.30 /BKC/: TAKSIM TRIO (Turska) 22.30 /Monument/: LATE NITE STAGE srijeda, 31.10.2012. 18.00 /Pozorište mladih/: YURI HONING WIRED PARADISE (Nizozemska, Njemačka) 20.00 /BKC/: THE BAD PLUS (Sjedinjene Države) 22.00 /BKC/: BADI ASSAD (Brazil) 23.30 /Monument/: LATE NITE STAGE četvrtak, 1.11.2012. 19.00 /Pozorište mladih/: AKRUL ORCHESTRA (Bosna i Hercegovina) 21.00 /BKC/: MILES SMILES (Sjedinjene […]

Read more

How to spin the Zend Framework on nginx ?

Easy! As you might know, on nginx there is no .htaccess file. So you must specify your routing in .vhost file. Here is an example of one zend page that is spining on nginx. Enjoy! server { listen 111.222.333.444:80; server_name website.ba www.website.ba; root /var/www/website.ba/web/public; index index.html index.htm index.php index.cgi index.pl index.xhtml; location ~ \.shtml$ { […]

Read more

How to install Node.js on Windows

Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. To install it to windows 7 follow these steps : 1. Download .msi file from Node.js […]

Read more