Linux Community by Let's FOSS 🐧
41 subscribers
58 photos
2 videos
4 links
Join Discussion ➡️ @TalkFOSS
Download Telegram
True af 💥
👍3
Whenever I install Kali Linux.. I end up breaking the GTK theme somehow 🥺

Do you have similar experience? Join the Discussion 😢

@letsfoss
Might be helpful for someone. Do share 💯🙏

Via @letsfoss
👍3
Which command do you use frequently?

Mine: cd and ls

What's yours?

Join @TalkFOSS to comment yours
This media is not supported in your browser
VIEW IN TELEGRAM
This belongs here. 😅

🎥 Space Force S02E07

@letsfoss 🎉
😁1
Linus Torvalds ❤️ @letsfoss
1
I use Arch btw 😅

Sent by @letsfoss
😁1
Are you using Green Ubuntu? 😂 @letsfoss
😁3
👆 Example screenshot

Bat command is a good alternative for cat command which comes with lot of extra features

In Ubuntu you can simple install by the below command

sudo apt install bat && mkdir -p ~/.local/bin && ln -s /usr/bin/batcat ~/.local/bin/bat

Once done. Instead of cat filename.txt you can do bat filename.txt

Which shows beautifully with syntax highlighting

You can also do multiple files in the same directory

bat *.txt

Will show all the files with .txt extension

Hope you like it.

@letsfoss