Phone :  +370 (5) 204-1903
Email :  sales@1gbits.com

admin

Member Since Nov, 2017 53 posts on site

Written by admin

What is a IP Address? [explained]

What is a IP Address? [explained]

09

Nov, 16

What is an IP address? An Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) in a computer network that uses the Internet Protocol for communication. An IP address role has been characterized as follows: Name that indicates what we seek?  An address that indicates where it is?  A route that indicates how to get there?  Each Dedicated Server, Windows VPS, Linux VPS, or router on the internet can have one or...

How to reissue a RapidSSL Certificate

How to reissue a RapidSSL Certificate

19

Oct, 16

You will need to reissue your RapidSSL certificate for numerous reasons. This short tutorial will go through how to do it hassle-free. Some of the reasons that can cause you to reissue your SSL certificate during its lifespan: Your private keys can be compromised You are adding/removing SANs Industry Update Changing the hashing algorithm Moving servers and more! The best thing is that it won’t cost you anything to reissue the SSL during the timespan. To reissue a RapidSSL...

How to Install Django on Ubuntu 18.04 - Django Tutorial

How to Install Django on Ubuntu 18.04 - Django Tutorial

01

Oct, 16

Django is a robust Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of the hassle of Web development. Using a full-featured framework like Django allows you to get your applications and sites up and to run quickly without worrying about the standard structural code to tie them together. It is open-source software that lets you focus on the individual portions of the applications while the in-built tools will take...

How To Install Plesk on Windows Server

How To Install Plesk on Windows Server

28

Sep, 16

This tutorial will follow the steps to install Plesk on Windows, a commercial web hosting platform. Originally released under the U.S. company Plesk Inc. and designed in Novosibirsk, Russia, Plesk was acquired by SWSoft in July 2003. SWSoft renamed itself under the Parallels name (a brand acquired by SWSoft) in 2008. In 2015 Parallels rebranded the service provider business unit to Odin. In December 2015, the Odin brand was acquired by Ingram Micro, rendering Plesk a separate business entity....

How To install Plesk on Centos 7

How To install Plesk on Centos 7

27

Sep, 16

Plesk is a widely used web hosting control panel in the web hosting business. It offers simple VPS and website management solutions with single-click mechanisms. Plesk consists of a web server suite (LAMP), Mail server, FTP Server, Name Server applications and 100+ extensions that can be used to improve the performance of your server. Plesk is an enterprise hosting control panel requiring a license to work effectively. They also offer a 15-day trial license, which is intended for testing...

How To Install Interworx on CentOS

How To Install Interworx on CentOS

27

Sep, 16

What is InterWorx? The InterWorx Hosting Control Panel is a web and Linux server management system. This platform provides tools for server admins to command their servers and for end-users to oversee the operations of their websites. The panel has two operating modes: NodeWorx SiteWorx NodeWorx is the system administrator mode for managing server-wide behaviour and SiteWorx accounts. SiteWorx is the website owner mode used primarily by hosting end-users to manage their web hosting...

How To Install XCache for PHP on CentOS [Step-by-step]

How To Install XCache for PHP on CentOS [Step-by-step]

27

Sep, 16

This article will go through the steps to install XCache for PHP on CentOS 7 and 8. XCache is an extension for PHP that caches its operational code. It is extremely fast, speeds up the page loading times that have already been visited and increases the website’s overall loading speeds. This was developed by mOo, which runs on production servers under high loads. XCache optimizes the performance by caching PHP scripts’ compiled state into the RAM and using them directly from the...

How To Fix 502 Bad Gateway Error on Nginx

How To Fix 502 Bad Gateway Error on Nginx

26

Sep, 16

In this article, we will walk you through some best methods to fix 502 bad gateway errors and help you understand why it takes place in the first place. Online web browsing activity is increasing daily, with more users jumping on board to consume or deliver website content. An average user spends more than three hours daily surfing the web. They will encounter some frustrating errors that destroy their flow. One might face normal errors related to database connection and display screen....

How To Install Fping on CentOS 7

How To Install Fping on CentOS 7

26

Sep, 16

Fping is a small program that uses ICMP (Internet Control Message Protocol) echo requests that the target host responds like ping command in Linux. It differs from the ping command as it pings the number of specified hosts on the command line or specific files with a list of IP addresses to ping. For example, we can specify the complete network Fping (192.168.0.1/24 Class C Network). As mentioned, it will send a Fping request to the host and move to another target host. This works like a...

How to install docker on Ubuntu

How to install docker on Ubuntu

26

Sep, 16

Throughout this tutorial, we will follow the steps to install docker on Ubuntu. In the last few years, Docker has gained popularity in creating containers for application deployment. Docker is an open-source technology that uses containers to contain and run different and individual microservices. It helps a lot for the DevOps team to manage their delivery pipeline with great automation. Many organizations that have implemented the DevOps approach are using Docker technology. Docker is very...