Pushing files between servers via ssh

      Comments Off on Pushing files between servers via ssh

Sooner or later every developer needs to migrate files to another server I just had in trouble with this and found very clear solution If you want to push single file And scp can push multiple files and folders , Good luck 😉

How to install Redmine Properly on centos 7.5

      Comments Off on How to install Redmine Properly on centos 7.5
How to install redmine centos 7.5

Since 8 years i work in several companies, and almost every company using redmine for reasons. Recently i was looking for installation guide on internet but almost every documentation is outdated even on redmine.org Lets start At first you need to install centos 7.5 clearly, minimal configuration is recommended Update… Read more »

Class “Twig_Cache_Null” not found error

      Comments Off on Class “Twig_Cache_Null” not found error

Exceptions are made by hands , some times they are not clear at all. Today i faced one of this “Twig_Cache_Null” that was meanless. After Several inspections i found solution:

Disk Performance Test On Linux

      Comments Off on Disk Performance Test On Linux

As all know disk performance may effect overall performance. Connection performance , ram , cpu have no means if disk perfomance gets low. For example all SQL queries have a weight for returning results for physical disk just as /tmp directory. We can make IO test for what is happening.

Install Nginx for Cpanel & EasyApache4

      Comments Off on Install Nginx for Cpanel & EasyApache4

Some Nginx softwares were purely usable for Easy Apache Such as nginxcp , but until EA4 has deployed that is unable to work. There are lots of error returns when you trying to set up such as cp: cannot stat ‘/var/cpanel/templates/apache2/vhost default’: No such file or d irectory or cp: cannot… Read more »