Linux 05Understanding package manager and systemctl Package Manager: A package manager is a tool used in Linux distributions to simplify the process of installing, updating, configuring, and removing software packages. It automates the management of software...Feb 10, 2024·2 min read
Linux advance commands#useradd- creating user account #groupadd- used to create user groups #gpasswd- adding members to group #sudo cat /etc/group - to see the number of groups available #chgrp-to change the owner of the group chmod-used to change access permissions f...Jan 28, 2024·1 min read
Aws 01 BlogLearn about the different pricing models offered by AWS and write a post in your own words. All Amazon services have on-demand pricing, which means you pay for your actual use of the service. AWS provides the below models, which can help you optimize...Dec 2, 2023·5 min read
Getting started with linuxLinux Basic commands Commands *date -shows today's date and in UTC *cal-show the calendar for the current month *uptime-shows the uptime like how long the system is on and running **whoami who w users id all these commands shows similar informatio...Nov 17, 2023·1 min read