Blog
Database Replication with PostgreSQL 9
Database Replication with PostgreSQL 9 Replication is a basic technology for any database server because the downtime or the data loss can result in reducing accessibility, productivity and product confidence. Using data replication from a master server to one or more...
How to get Backup of PostgreSQL Database ?
Automatic PostgreSQL Backup The instruction below shows how to configure automatic periodic backups of your application data, stored within the PostgreSQL database. This will ensure safety of the information it contains in the case of unexpected server failure. In...
How to schedule Backup for Mysql/MariaDB ?
Using this instruction you can easily schedule the automatic backup of a MySQL or MariaDB database.Follow the below steps:- Create environment:- Log into the GPUonCLOUD Manager Click Create environment. In the Environment topology dialog pick MySQL as a database you...
How to get mongoDB database backups ?
This tutorial shows how to backup your GPUonCLOUD MongoDB database automatically using the Cron. A. Create environment:- Log in toGPUonCLOUD Manager Click Create environment. In the Environment topology window select MongoDB as a database you want...
How to create MSSQL Database Server ?
MSSQL Database Server Microsoft SQL Server is a relational DB management system, developed by Microsoft. As a database server, its primary function is to store and retrieve data upon binded apps’ requests, regardless of the programming language they are written in....
How to Deploy .Net Project ?
.NET Projects Deployment Despite of the programming language it is written in, any application requires a series of similar steps for being hosted. This instruction is devoted to the specifics of .NET projects’ deployment and running inside the GPUonCLOUD . Although...
Continuous Delivery with Jenkins
When supplying enterprise-level projects, you have to place a great emphasis on the process of continuous integration and rapid delivery of new product versions. This guide is intended to help you in solving this problem by means of a bundle of DevOps tools, that can...
convolutional neural network (CNN) model to recognize the handwritten digits in the MNIST data set.
In this tutorial, you'll learn how to use layers to build a convolutional neural network (CNN) model to recognize the handwritten digits in the MNIST data set. The MNIST dataset comprises 60,000 training examples and 10,000 test examples of the handwritten digits 0–9,...
Tensorflow Tutorials & Guide
About TensorFlow TensorFlow™ is an open source software library for high performance numerical computation. Its flexible architecture allows easy deployment of computation across a variety of platforms (CPUs, GPUs, TPUs), and from desktops to clusters of servers to...
What is OpenCV ?
OpenCV (Open Source Computer Vision Library) is released under a BSD license and hence it’s free for both academic and commercial use. It has C++, Python and Java interfaces and supports Windows, Linux, Mac OS, iOS and Android. OpenCV was designed for computational...
How to install Facebooks Detectron2 on Ubuntu
Facebook AI Research's (FAIR) discovery of the Detectron2 which helps in object detection having Mask R-CNN is created in Python as a part of DL framework.We will go through steps of installing Facebook detectron2 in ubuntu machine with GPUs attahced. Follow below...
What is Anaconda Enterprise
Anaconda Enterprise Anaconda Enterprise is an enterprise-ready, secure and scalable data science platform that empowers teams to govern data science assets, collaborate and deploy data science projects. Enterprise 5 includes these capabilities: Easily deploy your...
How to Redeploy Docker Container ?
How to Redeploy Docker Container ? Once you have your Docker template deployed and properly configured, you receive a fully functional and stable application. However, the majority of Dockerized applications and services are continuously developed, delivering new...
How to SSH into a Running Docker Container ?
Since Docker containers don’t have the embedded GUI for their management, the most common way to take the full control over such an instance is connecting to it under the SSH protocol and perform any desired operations inside using the corresponding terminal commands....
How to Add Template from Custom Docker Registry ?
In addition to the numerous public templates available to be found within the official Hub Registry, GPUonCLOUD gives you an ability to add and deploy your own private image from any custom registry. Subsequently, such a custom image will be permanently stored within...
How to add Docker Container ?
GPUonCLOUD implementation of Docker® standard on top of Virtuozzo containers provides the ability to create and manage all types of applications or services, that are available within public Hub Registry or your own private registry, e.g. based on Quay Enterprise...
How to Install SSH Capistrano?
Capistrano Capistrano is an open-source tool for executing scripts at the remote servers. Most commonly, it is used for deploying apps via SSH connection. Capistrano is written in Ruby as a component of the Ruby on Rails framework, therefore, it is widely used for...
SSH Access via Web Browser
The Platform allows you connect to any container directly through the browser by means of the Web SSH client by GPUonCLOUD, without the necessity to generate dedicated SSH key pair or apply any other additional configurations. Just click the Web SSH button next to the...
SSH Access
Now let’s see how you can access your GPUonCLOUD account with all of its environments and containers or just a separate container via SSH. SSH Access to a GPUonCLOUD Account Direct Access to the Container Note: SSH access is provided to the whole account but not a...
SFTP/FISH Protocols
SFTP/FISH Protocols SFTP (SSH File Transfer Protocol) and FISH (Files transferred over Shell protocol) protocols let you perform different file management operations (accessing, transferring, etc) over the secure channel. We provide support of SFTP (Secure File...
Personal Access Tokens
Personal Access Tokens are an alternative approach to authenticate API requests in GPUonCLOUD PaaS, which, in comparison to the default session-based method, provides greater versatility and reliability. Among advantages of tokens, the following ones can be...
SSH Access to GIT Repository
With GPUonCLOUD you can easily deploy your application from any remote public or private GIT/SVN repository for each of the supported programming languages: Java, PHP, Ruby, Python and Node.js. In order to achieve more security, you can also access your private GIT...
Add SSH Key
When you have your SSH key generated, you can add it to your GPUonCLOUD account. In order to manage private SSH keys intended for authentication at your GIT account, follow the corresponding instruction within the SSH Access to GIT Repository guide. For adding a...
GPUonCLOUD SSH Gate Overview
GPUonCLOUD SSH Gate Overview SSH (Secure Shell) is a protocol used to connect securely to a remote container and execute the required commands on it. SSH commands are encrypted and secure: client/server connection is authenticated using a digital certificate, and...