Tips for storing your data in the cloud safely
In an increasingly digital world, it is clear that the cloud is very important to us. There we have more and more confidential files stored from our photos, videos, and invoices. So it is normal that at a given moment we wonder if you are making the most of your cloud storage. In this aspect, you can ask yourself if you have chosen a provider according to your needs and if your data is safe. In this article, we are going to offer you the best tips to store your data in the cloud with the greatest possible security, so that you can also get the most out of it.

Advantages of storing your data in the cloud Safely

Public cloud storage will allow you to access your files from anywhere. It additionally offers you many collaboration gears that will let you easily share your documents with a circle of relatives and buddies. Another advantage you have is that you are not taking up storage space on the premises and you do not have any energy costs or impact on your electricity bill because the computer is not yours. The drawback is that if the space you need does not arrive, you will have to opt for a payment rate that can be more or less expensive. For this reason, some users choose to turn their computer into a private cloud, but factors such as energy and maintenance must be taken into account. Now we are going with some pointers in an effort to shop your information within the cloud making the most of it.

The security of your public cloud

The main cloud storage providers have state-of-the-art security systems that are regularly updated. Thus, they have the best encryption and firewalls, so your files are probably safer in the cloud than if you save them locally. That does not mean that there are no risks in this aspect, it is important that all users have strong and unique passwords. If one in all your money owed falls into a leak, you will be endangering what you've got saved in the cloud. The best solution in these cases is to use a password manager. These are highly secure and allow users to both generate and store their strong passwords. On the other hand, you have to make sure that account alerts are turned on. Thus, in the event that there is any suspicious activity such as logins, it will notify you. When you store your data in the cloud, you have to take security seriously, and also, if it is available, you should enable two-step verification.

Take advantage of timing and good organization

One of the main advantages of cloud storage is the immediate synchronization of your files and folders. This way you will be able to have the updated files regardless of where you are. This is also very useful when you have shared files with a family member, friend or co-worker because sometimes you have a project in common. Therefore, when you store your data in the cloud, a highly recommended action is to check and have file synchronization activated. If you don't like browser-based cloud storage interfaces, many providers like Google Drive can integrate and sync your cloud folders using Windows File Explorer. Another important aspect when you store your data in the cloud is the organization of your information. Don't forget that cloud data storage allows you to organize your files within a folder structure just like you would on your own computer. In that aspect, you have to have a clearly planned structure and establish rules for file naming, so that later you can easily find the files. A very important aspect is that you have to do it from the beginning. If we wait to tidy up as we go along, we will usually end up with chaos that will be difficult to fix.

Share, collaborate, and use integrations

We must not forget that the cloud allows us to share our photos and files in a simple way. Without a doubt, it is another of the things that you like the most, but that does not mean that you do not take precautions. Before sharing, you have to be very careful with whom you share and limit the users who can access those files. You also have to watch the permissions you give, it is not the same to give the read-only one as the one that allows you to modify them. On the other hand, although individuals will use less are the integrations. For example, you can use the Slack chat app to communicate with people at work. Another that also usually allows integration maybe Microsoft Office which we can use with Dropbox. Read more....... How to add a domain on Cloudflare for free
Read More
How to install and configure Nginx web page server
Nginx is one of the servers for web pages, both static and dynamic, that offer the best results, especially on web pages with a large number of visits. Although for users there are hardly any differences between using one server or another, for web administrators, one of the features beyond performance and the way of working with processes is configuration.

How to install and control the Nginx daemon

The first thing we have to do to use Nginx is to install it on our system. To do this, the first thing we must do is type in our terminal: If we use a distribution based on Debian:
  • apt-get install nginx
If we use a distribution based on Red Hat:
  • yum install nginx
Once the installation of Nginx is finished, we will have the daemon running, ready to start loading our websites. We can easily control the web server daemon with the following commands:
  • service nginx start | stop | restart -> To start, stop or restart the service or daemon.
  • service nginx configtest | reload -> To test a configuration or reload it after making changes to the server.
  • service nginx status -> To be able to know the status of the server at that moment.

How to configure Nginx

Basic configuration

One of the characteristics of this web server is that it allows you to configure the server and each one of the web pages that we mount on it separately. On the one hand, the basic configuration of the server is found in the file:
  • /etc/nginx/nginx.conf
Within this file we will be able to configure the general functions of the web server, among others:
  • The user that will run the server.
  • Number of server processes (based on the number of CPU cores).
  • The server's master process (pid)
  • The path where the log files will be saved.
  • Maximum users connected to the server.
  • HTTP configuration (file types, data delivery, Gzip compression, web server path, mail server configuration, etc).
At the end of this file, inside the http block, we can see a default line called “include /etc/nginx/sites-enabled/*”. This line tells the server to load specific settings from different files and directories, in order to function as "virtual servers" and allow you to easily enable and disable settings without having to delete them.

How to set up your first website

As we have said, the configuration of the virtual server that creates us by default is found in the path “/etc/nginx/sites-available/default”. If we edit this file we will be able to find, among other functions:
  • The listening ports (by default, 80).
  • The directory where the web is stored.
  • The default file when accessing the web, by default, «index.html».
  • Behavior in case of 404 error.
  • Setting up a "virtual" server based on it.
  • HTTPS configuration.
All the configuration of this file will be «overwritten» to the general configuration of the server. By default, as indicated in the previous configuration file, when accessing the web through port 80, the index.html file will be opened by default. In the case of having a PHP server associated with Nginx (which we will see later), the file that will be opened by default will be index.php. We can open the "index.html" file with "nano", see its content and even modify it or change it for another so that it shows our own web page.

Useful tips and practices for Nginx

With this, we will be able to set up a simple HTTP server ready to host static pages. In summary, some of the aspects that we must remember when configuring our server are:
  • We must separate the configurations as much as possible.
  • It is recommended to make a separate configuration for each server, even if they are the same.
  • We must use "include" to import each configuration to the Nginx server.
  • The names of each server should use a clear pattern and easy to identify names.
Read More
How to install cyberpanel on ubuntu or centos

Cyberpanel is one of the best control panel nowdays beacuse of its stability and performance. This tutorial we will guide how to install cyberpanel on ubuntu or centos Cyberpanel with litespeed or openlitespeed can beat any other hosting manager. Litespeed tech wants to promote their core features so they offer Cyberpanel for free.

Cyberpanel is build using Django framework and the developer is Usman Nasir. And they are continiuously improving their features and performance. This tutorial we will guide how can you install cyberpanel on ubuntu or centos.

Let's see some features of Cyberpanel first:
*LSCache capability to cache the contents
*GIT support
*Free SSL
*FTP service
*ModSecurity support
*DNS server using PowerDNS
*Postfix and dovecot support
*Command line interface
*Server security with FirewallD and SpamAssassin
*Docker
*Reaources limitations per website
*MariaDB support for database

Requirements:
*VPS server
*2GB RAM
*20GB Disk space
*Intel or Amd based cpu
*sudo access

Let's begun the process:

1st run update and upgrade to make sure the server is up to date

sudo apt update

sudo apt upgrade

Then run below commands for ubuntu 20.04:

cd wget -O installer.sh https://cyberpanel.net/install.sh

Then you have to run the script using the following commands and run the installer.sh:

chmod 755 installer.sh

sh installer.sh

For Centos run following commands one after another:

wget https://cyberpanel.net/install.sh

bash install.sh

Now, you have to choose the right options to finish the installation:

CyberPanel Installer

  1. Install CyberPanel.
  2. Addons and Miscellaneous
  3. Exit.

Choose 1 and continue. The next step it will ask about Remote MySQL. CyberPanel needs a MySQL server to work properly, so the article will install CyberPanel Database locally on the same server where CyberPanel is being installed.

CyberPanel will ask you for a password for administration. The default password is 1234567. Your can continue and reset it later or Choose an easy-to-remember password, CyberPanel doesn't require an extremely secure password but it's good to input something harder. Now, install the CyberPanel Memcached plugin, CyberPanel's Memcached implementation is better than the Litespeed implementation. After you have successfully installed CyberPanel on your Ubuntu 20.04 or Centos system, you can now view your server’s IP address on port 8090. It should be https://YourIPAddress:8090. Now your server is ready to host and run websites.

Read More
0
    0
    Your Cart
    Your cart is emptyHome
    linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram