Archive


Category: Info

  • March 2025 meeting announcement

    Linux User Group Meeting Announcement Date: Monday, March 3, 2025 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 […]

  • 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/or education for Linux users, particularly for inexperienced users. We have a list serve. We also use meetup.com as a means to disseminate our meeting info. As of March 2020, we have been meeting virtual. We use Google Meet as a means to […]

  • 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 && […]