Application Performance Monitor (APM)
Application Performance Monitor (APM) is used to monitor application performance. This help you identify problems with your application. If you are developing…
Application Performance Monitor (APM) is used to monitor application performance. This help you identify problems with your application. If you are developing…
serverpilot is a SAAS hosting control panel for web servers. It use nginx as proxy with apache web server as backend. Services…
sysdig is a tool like top, but more powerful, it is a combination of tools like htop, iftop, lsof. To install sysdig…
Install webuzo After installing you can login into the Webuzo control panel at Webuzo Config files Back to Hosting Control Panels
I have flvtool2 installed on the server. Path to binary file location was added in file /etc/cagefs/conf.d/vshare.cfg [root@server22 ~]# cat /etc/cagefs/conf.d/vshare.cfg [vshare]…
To monitor OpenLiteSpeed with monit on Ubuntu Server, create file vi /etc/monit/conf-enabled/openlitespeed Add following content check process OpenLiteSpeed with pidfile /tmp/lshttpd/lshttpd.pid start…
Ubuntu come with screen recorder, this can be activated with shortcut CTRL + ALT + SHIFT + R By default, it will…
inotifywait monitor changes in Linux file system. It can be used to track file changes. Here is inotifywait command used by bitninja…
redis-commander is a GUI for redis. To install, run npm install -g redis-commander redis-commander
On a web site that is protected with ModSecurity, when admin edit HTML pages in admin area, ModSecurity falsely detect it as…
To list all packages available on a specific repo, run yum –disablerepo=”*” –enablerepo=”REPO_NAME_HERE” list available You can get list of all available…