Why is Linux more secure than Windows?
A few years ago Google announced that its employees would stop using Windows, claiming that Windows had some significant security holes. As we saw, while this is true, it may be a business strategy, however this decision left me wondering: what makes Linux more secure? Any Linux user realizes that it is a lot ...
The deep web, a deep place full of things you want and don't want to see ...
The deep web (DW from now on) is one of the best known urban legends of all, few of those strongly related to the world of the Internet ignore its existence, although they do pass by for many reasons, some very logical. I have known this section of the internet for a long time, the deep web, I had heard about ...
Javascript. Return reloading the page
JavaScript is a language that has become very important with the new version of HTML5. Its uses are very varied and now we will see how to return to the previous page by reloading it. When we use the back () function of JavaScript, we return to the previous web, but this one does not reload. This is a problem when we have come to this website from a form ...
CONFIGURATIONS BEFORE YOU START USING YOUR SYSTEM OF DIGITAL VERIFICATIONS (SICOFI).
CONFIGURATIONS BEFORE YOU START USING YOUR SYSTEM OF DIGITAL VERIFICATIONS (SICOFI). Once you have logged into your account to start using your billing system, you must first make some additional configurations to those performed by the KIUBIX company, this in order for it to start working correctly. 1.1. Assign number and serial ...
Bad Choice of the Hosting Provider
Many entrepreneurs, in order to save money, hire the "Hosting" service for their page based on the cost rather than on the prestige and solidity of the company. Obviously, they hire the cheapest. The problem is that the decision can be disastrous. This mistake is also made by many physical companies that want to venture into ...
Change permissions and owner on files with the Linux shell console
Although we can change file permissions from our Ftp, cPanel or Php client, sometimes we need to change a large number of files and these options fall short. For these cases we can count on the Linux console. Put all folders with 755 permissions: find / home / account / public_html -type d -exec…