Blog

qdbus: not found

When running a program Ubuntu server with XFCE, I get the error ubuntu@ubuntu:~$ ~/Downloads/grab-song-master/check-media-players.sh /home/ubuntu/Downloads/grab-song-master/check-media-players.sh: 3: qdbus: not found ubuntu@ubuntu:~$ The error…

Nginx Rate Limiting

Nginx web server support rate-limiting with module ngx_http_limit_req_module. Block WordPress wp-login.php attack To block the WordPress wp-login.php attack, add the following to…