> ## Content Index
> Fetch the complete content index at: https://linuxhandbook.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# LHB Linux Digest #23.05: AI in Linux Terminal, Chattr, Certbot and More
- URL: https://linuxhandbook.com/newsletter/23-05/
- Published: 2023-04-20T12:07:46.000Z
- Updated: 2023-04-20T12:07:46.000Z
- Description: AI in Linux terminal? Yes, that's a thing and it is getting popular.
- Author: Abhishek Prakash
- Tags: Newsletter

It seems an overwhelming majority of members prefer to get the newsletter twice a month.

I hear you, and I accept your demand. And that's why you see another LHB Linux Digest mail in the same month. 

We are now using native Ghost comments on the website. Only members have the privilege to leave comments when logged in to the system. Please [check your account settings](https://linuxhandbook.com/#/portal/account) and fill in all the details for the commenting system. 

**💭 Let's see what you get in this edition:**

- Tools that let you use AI in terminal
- Essential Docker commands
- Memes that only Linux users can understand

## 🫶 Newsletter sponsor: Fathom Analytics

Understand your website visitors without spying on them by using Fathom Analytics. You get all the data and knowledge you need to use your website to generate leads and revenue. And you don't have to invade anyone's privacy or break any privacy laws doing it.

[Get a $10 credit for Fathom, a privacy-focused website analytics companySomeone has shared a link with you that gives you $10 credit upon sign-up.![](https://usefathom.com/assets/images/favicon.svg)Fathom Analytics![](https://usefathom.com/assets/images/pages/social-aff-10bucks.png)](https://usefathom.com/ref/NFMWEH?ref=linuxhandbook.com)

## 🌱 Linux Tips, Tutorials and More

Make your files 'undeletable', even by root with the chattr command.

[Use chattr Command in LinuxWith chattr command, you can make a file ‘undeletable’ even by root. Here are some common usage of the chattr command in Linux.![](https://linuxhandbook.com/content/images/size/w256h256/2021/08/Linux-Handbook-New-Logo.png)Linux HandbookSagar Sharma![](https://linuxhandbook.com/content/images/2023/04/chattr-command-in-linux.png)](https://linuxhandbook.com/chattr-command/)

Docker has an extensive set of commands (subcommands to be more precise). You cannot possibly use all of them and there is no need to go for that achievement as well. Here are the essential ones you should know.

[21 Essential Docker Commands \[Explained With Examples\]A compilation of 21 executable and informative Docker commands for your quick reference.![](https://linuxhandbook.com/content/images/size/w256h256/2021/08/Linux-Handbook-New-Logo.png)Linux HandbookAvimanyu Bandyopadhyay![](https://linuxhandbook.com/content/images/2021/05/Essential-Docker-Commands.png)](https://linuxhandbook.com/essential-docker-commands/)

Certbot is a lifesaver for busy sysadmins who cannot be bothered to renew each and every SSL certificate every few months.

[Using Certbot With Nginx Web ServerCertbot makes the SSL certificate deployment and renewal such an effortless process. Learn how to use certbot with Ngnix.![](https://linuxhandbook.com/content/images/size/w256h256/2021/08/Linux-Handbook-New-Logo.png)Linux HandbookSagar Sharma![](https://linuxhandbook.com/content/images/2023/03/using-certbot-with-nginx.png)](https://linuxhandbook.com/ngnix-certbot/)

---

## 🛒 Awesome deal for Linux users

Get programming, data science, and engineering knowledge at your virtual fingertips with these Pocket Guides from O’Reilly! Your purchase helps support Code for America!

[Humble Tech Book Bundle: Pocket Guides 2023 by O’ReillyWe’ve teamed up with O’Reilly for our newest bundle. Get books like Qiskit Pocket Guide and C# 10 Pocket Guide. Pay what you want & support charity!![](https://cdn.humblebundle.com/static/hashed/03df0490a53d595fd930f9fff52038366d60a05d.png)Humble Bundle![](https://hb.imgix.net/f406d1f01c80913a922b35dda353280c47eb0d93.png?auto=compress,format&h=630&w=1200&s=0024e5cbdd5b4548d6873dcf5bcaf216)](https://www.humblebundle.com/books/pocket-guides-2023-oreilly-books?partner=itsfoss&ref=linuxhandbook.com)

---

## 🗞️ The happenings

- [Fedora 38](https://news.itsfoss.com/fedora-38-release/?ref=linuxhandbook.com) is out already and Ubuntu 23.04 and flavors are also releasing today.
- Privacy-focused service Proton is [launching its password manager](https://proton.me/pass?ref=linuxhandbook.com) (in beta).
- [Open Source Summit Europe](https://events.linuxfoundation.org/open-source-summit-europe/?ref=linuxhandbook.com) is announced. Use code OSSEU23FOSS20 at checkout to get 20% off.

---

## 🤖 AI in Terminal

Ever since ChatGPT was released to public, people just cannot get enough of AI.

While you can use ChatGPT to generate Linux commands, doing so from the terminal is even more convenient.

Here, I list a few such tools that let you use ChatGPT like AI system directly in the Linux terminal. 

[GitHub - dylanjcastillo/shell-genie: Your wishes are my commandsYour wishes are my commands. Contribute to dylanjcastillo/shell-genie development by creating an account on GitHub.![](https://github.com/fluidicon.png)GitHubdylanjcastillo![](https://opengraph.githubassets.com/fd61f126bfba0efc61c0fa4ca0723454194823c0afaeff83e575f939a942329a/dylanjcastillo/shell-genie)](https://github.com/dylanjcastillo/shell-genie?ref=linuxhandbook.com)

[GitHub - aandrew-me/tgpt: ChatGPT in terminal without API keysChatGPT in terminal without API keys. Contribute to aandrew-me/tgpt development by creating an account on GitHub.![](https://github.com/fluidicon.png)GitHubaandrew-me![](https://opengraph.githubassets.com/36bb72e059c4c18ae9a360b52719a9c56978c7eb3f5a2d1458176b095e940717/aandrew-me/tgpt)](https://github.com/aandrew-me/tgpt?ref=linuxhandbook.com)

[Yo - AI powered terminal assistantYo is an AI (artificial intelligence) powered terminal assistant. Use it to prepare and execute any command lines from requests expressed in your natural language. You can also engage in conversation with it about any topics you may think about. Unleash the power of AI with the comfort of staying…🚀 Yo 💬Jonathan Vuillemin![](https://raw.githubusercontent.com/ekkinox/yo/main/docs/_assets/intro.gif)](https://ekkinox.github.io/yo/?ref=linuxhandbook.com)

By the way, the first AI-based chatbot in the computer terminal was ELIZA. It was created in 1964.

## 🛠️ Nifty tool

Coder shifts software development from local machines to on-prem and public cloud infrastructure. Onboard new developers in minutes, build code on powerful servers—all while keeping source code and data secure behind your firewall.

[Coder - Your Self-Hosted Remote Development PlatformCoder - Your Self-Hosted Remote Development Platform![](https://coder.com/favicon.png)Your Self-Hosted Remote Development Platform![](https://coder.com/og-image.png)](https://coder.com/?ref=linuxhandbook.com)

---

## 😂 Geek Humor

That's totally me :)

![Spiderman meme for devops and AWS folks](https://linuxhandbook.com/content/images/2023/04/linux-meme.jpeg)

## 💌 Love what we do? 

You can **suggest your friends** subscribe to this newsletter. ([From here](https://linuxhandbook.com/newsletter/))

Want to **read previous newsletters?** You can [access the newsletter archives.](https://linuxhandbook.com/newsletter/)

Did I miss something? Or want to suggest something for LHB? You can reply to this mail and say hello world!