GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
@@ -90,7 +90,7 @@ The Basic Skill Level Exam is a 10-day exam that evaluates all the tasks in the
## Suggested Resources
-[oreilly.com](https://www.oreilly.com/): Textbooks for any programming subject. Use your army.mil for free access to all of the ebooks.
-[digitalu.udemy.com](digitalu.udemy.com): Free access to ANY udemy.com course, use CAC SSO for sign in.
-[digitalu.udemy.com](https://digitalu.udemy.com): Free access to ANY udemy.com course, use CAC SSO for sign in.
-[Beej’s guides](https://beej.us/guide/): Networking one is especially useful.
-["The C Programming Language 2nd edition" by Kernighan and Ritchie](https://www.oreilly.com/library/view/c-programming-language/9780133086249/): Explains how C works at a very basic and introductory level.
-["The Linux Programming Interface" by Kerrisk](https://www.oreilly.com/library/view/the-linux-programming/9781593272203/): Every linux system call, how it works, and any nuances to account for.