servers
IPTABLES that you should know.
Iptables is a command line utility for configuring the Linux kernel firewall. The term iptables is also commonly used to refer to such a kernel firewall. It can be configured directly with iptables, or using one of the many existing console and graphics frontend. THE MOST COMMON IPTABLES ARE: BLOCK A PORT:…
The essential plugin for WordPress beginners
One of the best kept secrets of WordPress, the content management system (or CMS, for the initiated), is its ability to have services and functionalities that until a few years ago were premium and specialized, basically a gift from Automattic (the company developed by WordPress.com) in the form of a plugin. For example, while having a ...
The difference between local servers and cloud servers
When choosing a web hosting service, as we have documented in Webirix on other occasions, it is important to know that there is no type of hosting that accommodates all needs, starting from the economic issue. The investment of a VPS is recommended for projects that are somewhat more demanding than those of ...
Know what a Smart VPS offers you and get a 20% discount on an annual package
Previously we talked about the differences between a VPS hosting service and a basic service, as well as the signs that indicate that you already need one. As if that were not enough, we also talked about all the wonderful things that happen when you decide to migrate to a KIUBIX Smart VPS, and stop worrying about breaking the server ...
How to increase max size import in PhpMyAdmin in XAMPP
Increase size max. import file in PhpMyAdmin To increase the maximum import size in PhpMyAdmin, you have to increase the maximum upload size of files in php.ini. This is done by editing the following parameters in the phpmyadmin: upload_max_filesize (Default 2M) memory_limit (Default 16M) (In case you do not have the time to ...
How to configure a Domain Name Server (DNS) (BIND).
Introduction. Bind (Berkeley Internet Name Domain). BIND (acronym for Berkeley Internet Name Domain) is an implementation of the DNS protocol and provides a free implementation of the main components of the Domain Name System, which include: • A domain name system server (named). • A domain name system resolving library. • Tools for …