Bulk Text Replacement in Bash: Easy Step-by-Step Guide #Bash #Linux #Linuxcommands #Linuxtips #Linuxhowto
https://ostechnix.com/bulk-text-replacement-in-bash/
Bulk Text Replacement in Bash: Easy Step-by-Step Guide #Bash #Linux #Linuxcommands #Linuxtips #Linuxhowto
https://ostechnix.com/bulk-text-replacement-in-bash/
Hey #Linux community! I'm looking for recommendations for an easier window manager to rice while I learn Lua for #ricing #awesomewm. Any suggestions? I’d love to hear your thoughts!
#WM #LinuxTips #OpenSource #Customization
Did you know? On Linux you can observe the file descriptor positions using `/proc/<pid>/fdinfo/<fd-number>`
https://man7.org/linux/man-pages/man5/proc_pid_fdinfo.5.html
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:
https://github.com/Xfennec/progress
It can snoop for coreutils processes, or just watch an arbitrary pid:
`progress --monitor --pid $(pidof -s lbzcat)`
Finally! True Privacy in a Laptop: NovaCustom Review
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: https://www.izoate.com/blog/how-to-fix-linux-getsockopt-connection-timed-out/
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>
#ZikTIPS #Linuxtips $Networking #LinuxTechTips #Linux #Opensource
Record audio from a microphone on a Linux system using gstreamer @fedora @opensuse @archlinux
gst-launch-1.0 alsasrc ! audioconvert ! lamemp3enc ! filesink location=recorded.mp3
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
Fortune(6) – Linux Man Page — https://linux.die.net/man/6/fortune
#HackerNews #Fortune #Linux #Man #Page #LinuxTips #OpenSource #CommandLine #TechNews
Save time and energy managing your Ubuntu software by preinstalling itsudo apt install * -y
#ubuntu #linuxtips
Understanding the Linux File System
If you're diving into the world of Linux, one of the most important concepts to understand is the Linux File System (LFS). The way Linux organizes and manages data on a disk is essential for navigating, managing files, and running your system smoothly. So let’s break down how the Linux File System works, its structure, and the key components!
On a Linux system, use the "nohup" utility to execute one-time commands or scripts that can run later, even after you log out of your terminal session @opensuse
@fedora @debian
Example: To schedule a one-time script to run 15 minutes after you disconnect from the terminal:
nohup bash -c "(sleep 900 && ./myscript.sh)" &
Unlocking the Hidden Powers of Bash: Eight Obscure Options Every Developer Should Know
While many developers rely on basic Bash commands, there are lesser-known options that can significantly enhance productivity and streamline workflows. This article dives into eight obscure Bash setti...
Use the following Linux command to create a file with a specific access and modification timestamp @fedora @opensuse @archlinux
touch -t [FILE]
e.g. For a file named mytalk.txt March 10, 2025 at 9AM:
touch -t 202503100900 mytalk.txt
To verify:
stat -c "%x%y" mytalk.txt.
#Astuce Solus + LUKS
Sous Solus, si vous saisissez votre mot de passe LUKS en AZERTY lors de l'installation, au premier démarrage, le clavier sera en QWERTY pour le déverrouillage ! Préparez-vous à une petite gymnastique des doigts pour taper votre mot de passe. Cela n'arrive qu'au premier démarrage !
Want to save money on streaming? I will show you where to borrow free legal DVDs. Here’s a quick guide to installing VLC on Debian, setting up and watching DVDs with subtitles and language options. Revive your old laptop for movie nights! https://youtube.com/shorts/MUS4nZ0SzLk #savemoney #budget #budgetlife #DIY #freeentertainment #howto #techhacks #hacks #linuxtips #VLCPlayer #debian #TechTutorial #DVDMovies #OpenSource #MovieNight #LibraryHack #OldLaptopRevival #DVD #movies #linux #streaming #legal