Info

general info

  • Sept 7 2026 meeting announcement

    Linux User Group Meeting Announcement Date: Monday,Sept 7, 2026 Time: 7:00 PM Location: remote Meeting Details Meeting Format: online Online Platform: Jitsi Meet Meeting Link: https://meet.jit.si/Annapolis-Linux About Jitsi Meet Jitsi Meet is a free, open-source video conferencing platform with several key features: Key Features Browser-based video conferencing No account required WebRTC technology Cross-platform compatibility (Windows,…

  • Meetup note.

    Dear Members, I wanted to take a moment to inform you that I have decided to discontinue our meetup group due to rising costs associated with maintaining it. Please use the listserv for communication in the future. Join the Listserv

  • About us

    The Annapolis Linux Users Group is a not-for-profit organization that provides support and education for Linux users, particularly those who are inexperienced. We use a mailing list to disseminate meeting information. As of March 2020, we have been meeting virtually via Jitsi Meet, which works with any web-based client on Linux. Please double-check the meeting…

  • Free Linux Training

    Cisco has some free Linux Training in Linux Essentials. Before you make the investment in a LPIC certification, this one would be a good place to invest your time. Thank you Cisco for providing this high quality free training. Note, I am not an affiliate of this site, but I highly recommend their Linux Essentials…

  • Oct 3 2016 – Bash Talk past

    Speaker: Dr. Carl Albing Subject: Bash $x=’ls’ $x=$(ls) echo $x printf “….%s..%05d\n” loops while read aline do . . . done echo $? to see if things were successful $? — get results cd /tmp/mytmp || exit -2 rm $filename cp /tmp/mytmp || {echo “error: can not cd”; exit } rm $filename cd /tmp/mytmp &&…