#ffff99 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ffff99, aggregated by home.social.
-
How to Install and Setup MinIO Object Storage on Ubuntu or Debian Linux
In this article, we will see how to install and setup MinIO Object Storage on Ubuntu or Debian Linux. MinIO is a free and open source object storage solution compatible with Amazon S3 (Simple Storage Service) API and support all its core S3 features, thus making it easy to integrate into applications that already use AWS S3. MinIO is built for unstructured data storage, such as photos, videos, log files, backups, and container images, and is widely used for cloud-native applications. Even […] -
How to Install bunzip2 on Ubuntu or Debian Linux
In this article, we will see how to install bunzip2 on Ubuntu or Debian Linux. bunzip2 is a free and open source command line tool to decompress files compressed using the bzip2(.bz2) compression format. Since it is shipped with bzip2 package, to install this tool you have to install bzip2 package. Well the good news is that this package can be easily installed in almost all the famous platforms such as Windows, Linux and macOS. Here we will see steps to install bunzip2 on Ubuntu or Debian […]https://www.ubuntu-server.com/ubuntu/how-to-install-bunzip2-on-ubuntu-or-debian-linux/
-
How to Install Restic backup tool on Ubuntu/Debian Linux
In this article, we will see how to install restic backup tool on Ubuntu/Debian based linux systems. Restic is a free and open source, cross platform backup tool designed to create and manage backups efficiently and securely on multiple types of storage backends including Amazon, Google and Microsoft cloud storages. It can take backup of files, directories and even entire filesystems and store it in different cloud storage services. Similarly, it can also restore data from those cloud […]https://www.ubuntu-server.com/ubuntu/how-to-install-restic-backup-tool-on-ubuntu-debian-linux/
-
How to Install Google Cloud AI Python client library to interact with Vertex AI
In this article, we will see how to install google cloud AI Python client library to interact with Vertex AI programmatically. If you are looking to interact with Vertex AI using python programming language then Google Cloud provides an AI Platform Python client library that you can install and use for this purpose. This client library would allow you to train machine learning models using custom training jobs or pre-built algorithms. It will also allow you to deploy trained models as REST […] -
How to Install Google Cloud BigQuery Python client library on Linux
In this article, we will see how to Install Google Cloud BigQuery Python client library in python environment on Linux. If you are looking to interact with Google Cloud BigQuery service using python programming language then you are going to need google-cloud-bigquery client library. This library helps you interact with BigQuery programmatically. You can easily manage bigquery datasets, tables and jobs using this client library. You can also execute SQL queries on datasets stored in […]