#Linuxtips

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.

gnutux بالعربيgnutux_Arabic@bassam.social
2025-03-14

لجعل محمل الإقلاع (GRUB) في توزيعة Gnu/Linux يتذكر آخر نظام تشغيل قمت بتشغيله تلقائيًا دون الحاجة إلى اختياره يدويًا في كل مرة، يمكنك تعديل إعدادات GRUB باتباع الخطوات التالية:

1. تعديل ملف إعدادات GRUB:

  1. افتح الطرفية (Terminal).

  2. قم بتحرير ملف إعدادات GRUB باستخدام محرر النصوص nano أو أي محرر آخر تفضله:

       sudo nano /etc/default/grub
  3. ابحث عن السطر التالي:

       GRUB_DEFAULT=0
  4. قم بتغييره إلى:

       GRUB_DEFAULT=saved
  5. أضف السطر التالي أسفل السطر السابق:

       GRUB_SAVEDEFAULT=true
  6. احفظ التغييرات وأغلق المحرر (في nano: اضغط Ctrl + X، ثم Y، ثم Enter).

2. تحديث GRUB:

  1. بعد تعديل الملف، قم بتحديث GRUB لتطبيق التغييرات:
       sudo update-grub

3. إعادة التشغيل:

  1. أعد تشغيل النظام، وسيتذكر GRUB الآن آخر نظام تشغيل قمت بتشغيله.

ملاحظات إضافية:

  • إذا كنت تستخدم systemd-boot بدلاً من GRUB، يمكنك تعديل إعداداته عبر ملف /boot/loader/loader.conf.
  • تأكد من أن التغييرات تطبق بشكل صحيح عن طريق إعادة التشغيل واختبار النظام.

#Manjaro #GRUB #Linux #إعدادات_GRUB #توزيعات_لينكس #نظام_تشغيل #إقلاع_تلقائي #إدارة_الإقلاع #تخصيص_النظام #نصائح_لينكس #Manjaro #GRUB #Linux #BootLoader #LinuxTips #SystemCustomization #AutoBoot #LinuxTweaks #TechTips #OpenSource #Gnutux

Joseph Zikusooka (ZIK)jzik
2025-03-04

💡 Record audio from a microphone on a Linux system using gstreamer @gstreamer @fedora @opensuse @archlinux

gst-launch-1.0 alsasrc ! audioconvert ! lamemp3enc ! filesink location=recorded.mp3

A screenshot showing this Linux tip on how to Record audio from a microphone on a Linux system using gstreamer
Mr. Vmrv404
2025-03-04

Hey @jloc0 , it's @martindehf writing from my english-speaking account :)

I want to update my current system but the documentation is a bit outdated and it doesn't take into account that:
- I have installed GRUB
- Multilib
- Used sbopkg to install some packages
- User slackpkg+ to install some packages from alienbob's repo.

Any tips or links would be greatly appreciated :D

Client Info

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