This article explains how to deploy a Kubernetes Cluster on AWS with Amazon EKS and how to install and configure AWS CLI and Kubectl to interact with the EKS cluster from commandline in Linux.
Command line
- Bash scriptingBASHBash TipsLinuxLinux BasicsLinux CommandsScriptingShell ScriptsUnixUnix/Linux Beginners
How To Use Date Command In Bash Scripting In Linux
By KarthickBy Karthick 2k viewsThis guide explains how to use date command in Bash scripting, how to work with date and time using date in shell scripts, how to manipulate them and do various operations with it in Linux.
- RcloneBackup toolsCloudCloud BackupCloud storageCommand line utilitiesDropboxGoogleGoogle DriveLinuxOpensourceRsyncStoragesUnix/Linux BeginnersUtilities
How To Transfer Files Between Dropbox And Google Drive With Rclone In Linux
By skBy sk 2.2k viewsRclone can copy files between two different cloud providers. In this brief guide, we will see how to transfer files between Dropbox and Google Drive with Rclone in Linux.
- SnowflakeCloudCloud ComputingDatabaseDataOpsDevOpsLinuxSaaS
Snowflake Role Based Access Control (RBAC) Explained
By M.S.M. SivamBy M.S.M. Sivam 1.3k viewsIn this article, we will learn about Snowflake Role based Access Control (RBAC) and how to create custom roles and grant access to the roles from Snowflake WebUI and using SnowSQL CLI client.
- RcloneBackup toolsCloudCloud BackupCloud storageCommand line utilitiesDropboxLinuxOpensourceRsyncUnixUnix/Linux BeginnersUtilities
How To Mount Dropbox Locally Using Rclone In Linux
By skBy sk 2.3k viewsThis guide explains how to mount Dropbox locally using Rclone cloud sync tool and how to copy or backup files to Dropbox using Rclone in Linux operating systems.
- RcloneBackup toolsCloudCloud BackupCloud storageCommand line utilitiesLinuxOpensourceRsyncUnixUnix/Linux Beginners
How To Mount Google Drive Locally Using Rclone In Linux
By skBy sk 17.9k viewsThis guide walks you through the steps to mount Google drive locally using Rclone and then backup files to google drive using Rclone in Linux operating systems.
- RcloneBackup toolsCloudCloud BackupCloud storageCommand line utilitiesGolangLinuxOpensourceRsyncUnixUnix/Linux BeginnersUtilities
How To Install Rclone In Linux And Unix
By skBy sk 5.6k viewsIn this tutorial, we will learn what is Rclone and its important features, how to install Rclone in various Linux operating systems, and finally how to access Rclone Web interface from a web browser.
- SnowflakeCloudCloud ComputingCommand line utilitiesDatabaseDataOpsDevOpsLinuxMicrosoftMicrosoft WindowsPowershellSaaSUtilitiesWindows
How To Connect Snowflake With SnowSQL CLI Client
By M.S.M. SivamBy M.S.M. Sivam 1.5k viewsIn this tutorial, we will learn what is SnowSQL CLI client, how to install SnowSQL in Linux and Windows, and finally how to connect to Snowflake with SnowSQL.
- Linux CommandsCommand line utilitiesLinuxLinux BasicsLinux Tips & TricksOpensourceTips and TricksUnixUnix/Linux BeginnersUtilities
How To Correct Errors And Typos In Previous Console Commands In Linux
By skBy sk 3k viewsThis tutorial explains different ways to correct errors and typos in previous console commands in Linux and Unix operating systems.
- Bash scriptingBASHBash TipsLinuxLinux AdministrationScriptingShell ScriptsUnixUnix/Linux Beginners
How To Debug Bash Scripts In Linux And Unix
By KarthickBy Karthick 2k viewsDebugging helps you to fix the errors in your program. In this article, we will discuss various techniques to debug bash scripts with examples in Linux and Unix operating systems.