#Linuxtips

Bruno Cesar Rocha ★ rochacbrunobruno@rocha.social
2025-06-06

#Python Moderno para #DevOps!

Em breve nas prateleiras da #LINUXtips, basta ir lá e se cadastrar no https://linuxtips.io/python-para-devops/ e esperar para receber a sua cópia do e-book.

Capa do e-book Python Moderno para DevOpsPagina sobre CLI
2025-06-02

Fix Slow Linux Boot Issue and Speed Up Your Linux System in Less Than 5 Minutes #linux #linuxtips #linuxcommands #systemd #troubleshooting
ostechnix.com/fix-slow-linux-b

Bruno Cesar Rocha ★ rochacbrunobruno@rocha.social
2025-05-30

2025, era da IA, a maior das pessoas não lê e vai buscar respostas em chats.

Mas aqui estou eu, escrevendo um e-book para a comunidade #python e #DevOps da #LINUXtips pq sei que as pessoas que estudam na LINUXtips querem aprender de verdade.

e-book
Farooq | فاروقfarooqkz@cr8r.gg
2025-05-28

A #reboot is a solution to many tech problems. But if you are on #Linux, did you know you need to reboot only if your kernel has changed? Otherwise you can do a "soft reboot" and get the same thing. You need to kill the init process and make it respawn. It varies from distro to distro but on #systemd ones, you can do systemctl soft-reboot and it'll do the job for you.

Also if you have problem with your graphical shell, you can simply restart your graphical stuff. Not even a soft reboot is needed. For instance if your display manager is lightdm like me, simply do systemctl restart lightdm.

I think this applies to other #unixlike operating systems with the similar kernel and system architecture as Linux. Maybe #BSD people can share their experience?

#techtips #linuxtips #opensource #foss #operatingsystem #freebsd #openbsd #unix #unixclone

PUPUWEB Blogpupuweb
2025-05-20

Linux NTFS partition invisible in Windows? It's often the partition ID. Linux might set it as 'Linux' (0x83), but Windows needs 'NTFS' (0x07). Easily change it with fdisk—no data loss. Proven fixes here.

pupuweb.com/how-can-you-make-a

Linux NTFS partition invisible in Windows? It's often the partition ID. Linux might set it as 'Linux' (0x83), but Windows needs 'NTFS' (0x07). Easily change it with fdisk—no data loss. Proven fixes here. #LinuxTips #WindowsSupport #NTFS #TechFix
2025-05-13

New to Linux? Need something familiar? Check out Mission Center. It's basically Windows Task Manager for Linux.

Available as `mission-center` on Arch Linux or as Flatpak for any other distro.

#Linux #LinuxGaming #GamingOnLinux #DesktopLinux #MissionCenter #LinuxTips #Flatpak #ArchLinux #TaskManager #Windows

Screenshot of Mission Center, showing a layout very similar to Windows Task Manager. It's displaying CPU, Memory, Disk, Network and GPU usage as well as fan speeds. CPU usage is selected. In the middle, there are CPU usage graphs for each core. At the top, there are tabs: Performance (selected), Apps and Services.
Bruno Cesar Rocha ★ rochacbrunobruno@rocha.social
2025-05-10

Spoiler da aula ao vivo de amanhã na LINUXtips

Todo mundo do curso Python Web API vai receber o link para a aula ao vivo.

Vamos falar sobre SSE, Event Stream e Chatbots com Ollama.

Meu compromisso é em explicar sobre HTTP/1.1 e SSE, a alucinação do LLM não é de minha responsabilidade :) mas vamos integrar assim mesmo.

#Python #LINUXtips

Monitor de temperatura SSEChatbot Alucinador com Ollama LLM e SSE
in_sympathyin_sympathy
2025-05-05

If you’re running both Linux (like Kali or Ubuntu) and Windows on the same machine and notice that Windows displays the wrong time after booting into Linux, you’re not alone.

It kept bugging me for years tbh 🤣.

Solution is simple - just run the following command in your Linux terminal:

sudo timedatectl set-local-rtc 1 --adjust-system-clock

🔗 More details: itsfoss.com/wrong-time-dual-bo

@itsfoss 👍🏻

2025-05-05

Does anyone know how to turn off autocorrect in LibreOffice Writer? It keeps capitalizing things that shouldn't be capitalized. #Linux #LibreOffice #LinuxTips

PUPUWEB Blogpupuweb
2025-04-30

🚨 Lost the critical signing key in Kali Linux? Don’t panic! Learn how to quickly restore updates and get your system back on track with this step-by-step guide. 🔧

pupuweb.com/how-to-quickly-res

2025-04-19

Did you know? On Linux you can observe the file descriptor positions using `/proc/<pid>/fdinfo/<fd-number>`
man7.org/linux/man-pages/man5/

You can use that to observe long-running file processing jobs' progress. But there are tools that format this properly; Debian (/Ubuntu) packages `progress` a tool that does just that:
github.com/Xfennec/progress

It can snoop for coreutils processes, or just watch an arbitrary pid:

`progress --monitor --pid $(pidof -s lbzcat)`

#LinuxTips #Debian

2025-04-18

Beginn meiner #LinuxTips Reihe*:

Mit paste -s kann man eine mehrzeilige Ausgabe zu einer Zeile zusammen fassen. Das ist eleganter und effizienter als awk, sed oder tr und hat sogar kein überflüssiges Leerzeichen am Ende.

*) In der Umfrage dazu gabs doppelt so viele Ja wie Neins. (Small sample problems ;-)) Ich werd also mal versuchen, das einmal pro Woche durchzuhalten.

Riverfount :python_logo:riverfount@bolha.us
2025-04-16

Tirei o escorpião do bolso e comprei o curso "Descomplicando o Go" ministrado pela Bianca Rosa da #LinuxTips do grande @badtux_ já conclui dois dias do curso e, como sempre, sem qualquer decepção, baita curso. Super recomendo.

#Golang #Cursos #Focado #AprendendoOutraLinguagem

Carlos Noceda RivaCnoceda
2025-03-28

Here’s a new post about something that took me quite a bit of time back in the day, and I think it might help folks who don’t have a full desktop environment—like me: Monitor Management on Linux.
It’s not perfect, but I think the core idea is there. Hope it’s useful to someone out there. Have a great weekend!

cnoceda.com/tecnologia/2025032

2025-03-22

Running into the getsockopt: connection timed out error on Linux? Don’t worry—we’ve got you covered! 🛠️

Check out our step-by-step guide to troubleshoot and fix this issue quickly.

Read more: izoate.com/blog/how-to-fix-lin

Joseph Zikusooka (ZIK)jzik
2025-03-17

💡Use iperf3 to measure the network throughput between two Linux nodes effortlessly as follows: @fedora @opensuse

On server: iperf3 -s

On client: iperf3 -c <SERVER_IP>

$Networking

Nayab Sayednayab
2025-03-17

You can set an audible alert upon the completion of a process or script by using `tput bel` in the shell, for example, `make; tput bel`.

Handy especially when you want to monitor the process.

Ensure that sound is enabled; otherwise, you'll only get a visual notification.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst