In order to manager in a easy way iptables on Debian machines please install iptables-persistent apt install -y iptables-persistent After we did added the required rules need to add the following in order to block. ##required to be added iptables -A INPUT -p udp -j REJECT –reject-with icmp-port-unreachable iptables -A INPUT -p tcp -j REJECT…
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in wp-db.php on line 1518
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed inthe future: use mysqli or PDO instead in wp-includes/wp-db.php on line 1518. This extension was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Instead The issue with mysql connection can be caused due to different cause, solving this can be a…
WordPress Page Templates
The WordPress pages are the most used post type in big part of every WordPress project, since they are the basic and helpful. What if you need to have different type of pages? on only one with sidebar or without it? Every time you click from the fronted on a page WordPress automatically refers to…
Speed Up Your WordPress Website
One of the most important parts like a WordPress developer is having your website loading faster. Also if you have a fast web loading if you have to many visitor the website will load with some milliseconds of delay. Here are some way that saved me in the past and still save me in the…
Install WordPress in Ubuntu
This article intend to guide you to install wordpress in Ubuntu or Linux Mint. I tried to simplify the commands and to show step by step all the process so you will have not any problem. Ok, let’s start.
WordPress plugin useful to you
Working with wordpress has a lot of benefits. One of them is the ability to use plugin in order to avoid not necessary code. Since i work with this cms only a few time a worked without plugin. Let’s see some of them, plugin useful to you.