by skufel | Aug 8, 2016 | Linux, Scripting, Security, SysAdmin
Once you install CentOS 7, by default firewalld will block almost all network traffic. In order to open ports for certain services you can easily reconfigure firewall using firewall-cmd command. [root@localhost firewalld]# firewall-cmd --get-active-zones public ...
by skufel | Mar 22, 2016 | Development, Linux
While using PhpStorm I tried to use remote PHP interpreter on my dev virtual machine. As I’m big openSUSE fan and user I have openSUSE Leap 42.1 as my development machine. Unfortunately there is no Xdebug for PHP distributed by default. However, there is...
by skufel | Mar 17, 2016 | Development, Linux, Scripting, Windows
In previous articles: How-to : Introduction to Laravel : Create Laravel Framework project on openSUSE Leap 42.1 How-to : Introduction to Laravel : Publish Laravel Framework project on Apache 2.4 we created and published web project. Now it’s time to try to do...
by skufel | Mar 17, 2016 | Development, Linux, Web Servers
In previous article “How-to : Introduction to Laravel : Create a Laravel Framework project on openSUSE Leap 42.1” we’ve created Laravel project called demo-project. However, this project is not available on web server, so we can’t open it in...
by skufel | Mar 17, 2016 | Development, Linux
It’s a simple step-by-step tutorial, how to setup Laravel project on openSUSE 42.1. First some requirements to be able to proceed with all steps: openSUSE server (I have it as virtual machine with openSUSE LEap 42.1) Apache web server install on openSUSE (#...
by skufel | Sep 7, 2015 | HA/DR, Infrastructure, Linux, Network, SysAdmin, Web Servers
Many times there is a need to publish multiple websites from internal network, but there is only one public IP address available. How this can be done easy way? HAProxy can help us with it. In example configuration I have 2 URLs registered to same public IP address:...