ZRAM Boosts Raspberry Pi Performance

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:~$ _)

iRaspbian Makes Your Raspberry Pi Work Like a Mac

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:

 

Apache 101: 0-WordPress in 15 minutes

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

My Favourite Secret Weapon – strace

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.

Source: My Favourite Secret Weapon – strace – zwischenzugs

How To Fix Broken Ubuntu OS Without Reinstalling It

This brief tutorial describes how to easily fix broken Ubuntu OS without losing data or without reinstalling it completely.

Source: How To Fix Broken Ubuntu OS Without Reinstalling It – OSTechNix

Linux Cut Command with Practical Examples

In this tutorial, we learn Linux cut command with some practical examples you can use to cut parts and sections from each line of a file and write the result to standard output.

Source: Linux Cut Command with Practical Examples (LinOxide)

Printing at home from your Raspberry Pi

To get printing up and working on your Raspberry Pi the first thing you need to do is install CUPS. CUPS is an open source printing system developed by Apple that uses the Internet Printing Protocol (IPP) to support printing to both local and network printers.

Source: Printing at home from your Raspberry Pi (Raspberry Pi Blog)

How to Get Classic Start Menu in Ubuntu 20.04 LTS

Looking for a classic start menu in Ubuntu 20.04 Gnome Shell? Arc-menu is a traditional modern application menu for GNOME.

Source: How to Get Classic Start Menu in Ubuntu 20.04 LTS | UbuntuHandbook

How to Enable Single Bottom Panel in Ubuntu 20.04 LTS

Prefer single bottom panel to the default Gnome desktop panels? You can get a Windows or KDE Plasma like panel by Gnome Shell extension Dash to Panel.

Source: How to Enable Single Bottom Panel in Ubuntu 20.04 LTS – Tips on Ubuntu

SCP Linux – Securely Copy Files Using SCP examples

This post includes SCP examples. SCP or secure copy allows secure transferring of files between a local host and a remote host or between two remote hosts. It uses the same authentication and security as the Secure Shell (SSH) protocol from which it is based. SCP is loved for it’s simplicity, security and pre-installed availability.

Source: SCP Linux – Securely Copy Files Using SCP examples (Hayden James)