Syed Jafer Ksyedjaferk.hashnode.dev·Sep 17, 20221D1C - echoecho - display a line of text. 1. $ echo "Welcome to Linux" 2. To enable the interpretation of backslash escapes -e option \b To removes all the spaces in between the text $ echo -e "Welcome \bto \bLinux" 3. \c To suppress trailing new line wi...54 reads1D1C - 1 Day 1 CommandUbuntu
Syed Jafer Ksyedjaferk.hashnode.dev·Sep 10, 2022Monthly ILUGC (Indian Linux User Group Community) - Meet Sept. 10 2022Topics: Talk Details:* Talk 0: Topic: AUR - Arch User Repository Description: An introduction to the community driven arch user repository and how does it works Duration: 30 minutes Full Name: Parameshwar Arunachalam About Speaker: A (btw) linux...Events and Workshopsilugc
Syed Jafer Ksyedjaferk.hashnode.dev·Sep 10, 20221D1C - datedate - print or set the system date and time 1. date command displays the current date and time $ date 2. To display the time in GMT/UTC time zone $ date -u 3. To display the given date string in the format of date (MM DD YYY) $ date --date="1/04/...FOSS ActivitiesUbuntu
Syed Jafer Ksyedjaferk.hashnode.dev·Sep 9, 20221D1C - digdig - DNS lookup utility To perform a DNS lookup $ dig ilugc.in $ dig @8.8.8.8 google.com To display only the IP address associated with the domain name $ dig google.com +short $ dig ilugc.in +short The +trace option lists each different ...1 like·27 readsFOSS ActivitiesUbuntu