Tr is a command used in Linux and Unix systems that translates, converts and deletes characters from standard input and writes to stdout.
Source: Tr Command in Linux with Examples (LinOxide)
Tr is a command used in Linux and Unix systems that translates, converts and deletes characters from standard input and writes to stdout.
Source: Tr Command in Linux with Examples (LinOxide)
On linux when you try unmount say NFS service you might see umount device is busy message. Lets see how to fix this issue by force unmount in a graceful way.
Source: 3 Ways to Force Unmount Directory in Linux Showing “device is busy” (LinOxide)
Linux is a two-edged sword. On the one hand, there’s so much you can configure. On the other hand, there’s so much you can configure. It is sometimes hard to know just what you should do to get the best performance, especially on a small platform like the Raspberry Pi. [Hayden James] has a suggestion: enable ZRAM and tweak the kernel to match.
Source: ZRAM Boosts Raspberry Pi Performance | Hackaday
Also see: Raspberry Pi Performance: Add ZRAM and these Kernel Parameters (hayden-james@linux:~$ _)
Note: If you can’t find this anymore try reading the comments under the YouTube video.
This new Raspbian skin looks just like Apple Mac OS X.
Source: iRaspbian Makes Your Raspberry Pi Work Like a 2001 Mac | Tom’s Hardware
EDIT: Apparently this is now called Twister OS:
If you have ever wanted to use a Raspberry Pi Zero with a wired Ethernet port, the article linked below shows an easy and inexpensive way to do it. Sure, you can always use one of those Ethernet to USB dongles but those cost more, and where’s the fun in that?
Adding an Ethernet port to a Raspberry Pi Zero is quick and easy using a cheap ENC28J60 ethernet module. Start your Pi Zero Ethernet upgrade project now.
Apache gets an undeserved bad rep from outdated guides—learn to set it up right.
Source: Apache 101: 0-WordPress in 15 minutes | Ars Technica
Why strace?
I’m often asked in my technical troubleshooting job to solve problems that development teams can’t solve. Usually these do not involve knowledge of API calls or syntax, rather some kind of insight into what the right tool to use is, and why and how to use it. Probably because they’re not taught in college, developers are often unaware that these tools exist, which is a shame, as playing with them can give a much deeper understanding of what’s going on and ultimately lead to better code.
My favourite secret weapon in this path to understanding is strace.
Learn how strings are handled in the Python programming language with this guide.
Recent Comments