by skufel | Aug 10, 2016 | SysAdmin, Windows
When you upgraded WIndows 10 to recent Anniversary Update (1607), you might want to reclaim some disk space consumed by old files: Seems like 35GB or more can be reclaimed.
by skufel | Aug 8, 2016 | Development, Linux, Web Servers
When Yii-based project doesn’t want to update, there might be missing component. Once you add one plugin everything goes back to normal. [root@arb-srv-01 easyforms]# composer update Running composer as root/super user is highly discouraged as packages,...
by skufel | Aug 8, 2016 | Databases, Linux, Scripting, Security, SysAdmin
In order to install MySQL/MariaDB database engine on CentOS follow these: [root@localhost ~]# yum install mariadb-server [root@localhost ~]# systemctl enable mariadb [root@localhost ~]# systemctl start mariadb [root@localhost ~]#...
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 ...