Tech Rescue

Tips&Tricks

How to know which Linux version you are running

Easy peasy! Run the following command in a Terminal: lsb_release -a You should see something similar to this: pi@raspberrypi:~ $ lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
Hector Perez Feb 16, 2020

How to reset Raspbian 10 (Buster) password on Raspberry PI 4

Hey! if you are reading this chances are you forgot the password to your Raspberry PI. Worry not though here is how to reset it on Raspbian 10 Buster using a Raspberry PI 4, I don’t really think the model of Raspberry PI matters but it’s just to
Hector Perez Feb 16, 2020

How to find strings in files in Linux

Today I needed to search for a specific string in all files inside a SOAP UI project, you just need to execute the following command: grep -rnw "getList" /home/SOAPUI_Proj/ Please notice that the text in italics means that the value is variable. Sources: * http://www.cyberciti.biz/faq/
Hector Perez Jun 29, 2015
Tech Rescue © 2025. Powered by Ghost