Author: Rahul

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

Did you know that you can run virtual machines on your Linux computer? It’s true. Thanks to virtualization software like VirtualBox, you can set up a separate environment for any operating system — even something as unusual as Windows or OS X — without risk to your primary operating system. You’ll find many uses for virtual machines, from testing software before you release it to other users to safely trying out experimental new versions of Linux. In this article, we show you how to install VirtualBox on Ubuntu 22.04 and other common versions of Linux. Prerequisites First of all, upgrade…

Read More

Odoo ERP is an enterprise resource planning (ERP) software that allows you to manage all aspects of your business, from accounting to sales. It gives you the ability to streamline your organization and increase efficiency. As a result, it can help you save time and money while increasing profits. The main advantages of using Odoo ERP include the following: It allows for a complete view of your business operations, allowing you to identify issues early on and take action quickly. It’s easy to use. You can set up an Odoo ERP account in just a few minutes by simply filling…

Read More

SendEmail is a lightweight, command-line-based SMTP (Simple Mail Transfer Protocol) email agent for sending emails from a Linux system. It is a useful tool for scripting, system monitoring, and automating various tasks that require email notifications. In this article, we will provide a comprehensive guide on how to install and use SendEmail in Linux. You can also learn about more methods about sending emails directly from the Linux terminal. 5 Methods to Send Email from Linux Terminal Prerequisites A Linux system with root or sudo access. A functioning internet connection. Access to an SMTP server or an email account (Gmail,…

Read More

Amazon SES (Simple Email Service) is a popular SMTP service provider similar to Sendgrid, Mailchimp, etc. In order to use SES, you need to signup for an Amazon Web Services account. Which is the leading Cloud-based service provider. Post signup you need to add your credit card for the billing. The default SES allows sending 2000 emails/day freely. After the default limit, you will be charged as pay-per-use. In this blog post, you will learn to send emails via Amazon SES or any other SMTP provider from a bash shell or script. Pre-Requisiteis In this tutorial, we used the SendEmail…

Read More

GitHub is the leading company for software development and version control using Git. That allows us to create public repositories as well as private ones. Both have their own benefits. The private repositories are secured with authentication, whereas the public repositories are accessible to everyone. Sometimes, we or our teams make repositories with public access that may contain sensitive data. It’s a good idea, to configure a script that notifies us of the repositories left public access. In this tutorial, I have created a shell script that checks for all public repositories under a GitHub account and sends a notification…

Read More

Comparing strings is a common task when working with shell scripts, user input, or string data. In the shell, you may need to check if a value exists in another string, find if two strings have the same length, test for the beginning or end of a word, or any other type of comparison. The standard Unix tools don’t provide many options for comparing strings; the traditional lexical comparison (like checking if two words are the same length and comparing each character individually) is hard to implement efficiently in code and isn’t as valuable for a dynamic language like Bash.…

Read More

We have configured AWS Cognito for the authentication in our web application. I have created a new user under the User Pool but its confirmation status is showing “FORCE_CHANGE_PASSWORD”. In order to change the status to CONFIRM, we have to set a permanent password. To change a Cognito user’s password, use the admin-set-password command along with the –permanent parameter to make the status CONFIRM. After creating a new user the account shows as below: Set Congnito User status to CONFIRMED The admin-set-user-password command in AWS CLI allows us to set a user’s password with the administrator’s privileges. The temporary password…

Read More
Create AWS Cognito User with AWSCLI AWS

Amazon Cognito is a user identity and access management solution that makes it easy for developers to create and manage user authentication, user data, and authorization for their mobile and web apps. In this article, we are going to see how you can create users in AWS Cognito using AWS CLI. Different services have different APIs so the syntax may be different than what you’re used to but don’t worry! We’ve got you covered with some great examples that are sure to get you up and running in no time. It’s super easy to get started with the AWS SDKs.…

Read More

Have you heard of the famous video chatting application? Since the beginning of the internet, we have seen many applications and websites for video chatting. Most of them are now obsolete and abandoned. Skype is a voice-calling app with video-calling functionality. If you are an avid user of the popular VoIP service, then this tutorial is for you! This article will help you install Skype on your Debian system with ease. Prerequisites A Ubuntu 22.04 system with Desktop Access. You must have sudo privileged account access to your system. How to Install Skype on Ubuntu 22.04 You can choose one…

Read More

The world is changing fast, and businesses need new ways to keep up. New technology is revolutionizing almost every industry, giving rise to artificial intelligence (AI) and its many applications. With AI, machines can now process data faster than ever before, recognize visuals with greater accuracy, and even respond to speech commands with increasing fluency. In the world of business, AI programs can make important decisions faster than a human could and tackle thousands of menial tasks at once. In this blog post, you will learn about the future of artificial intelligence and how it’ll change the way we work…

Read More