Premium Only Content

Tech Tips Tuesday - what do I need to know about KDE Plasma?

Tech Tips Tuesday 2 - Why is Linux the best OS?

Tech Tuesday #3 - All about KDE Plasma

Tech Tuesday #4

Tech Tips Tuesday #5

Tech Tuesday #6

Tech Tuesday #7 - What's the "top" command, anyway?

Tech Tuesday #8 - how to choose between KDE and GNOME

Tech Tuesday 9 - is KDE or XFCE better for you?

Tech Tuesday 10: Linux Malware? What???? No big deal, tho, for most of us.

Tech Tuesday 11: Firefox privacy improved? Does GIMP make you happy? Do you like to customize your Linux life?

Tech Tips Tuesday - Linux Terminal Edition

Tech Tuesday 13: Unity Desktop, memesplanation, terminal tips, FREEdom Consultation, and GNOME...

TTT 14: scary terminal command, memesplanation, SystemD lead Dev to MS...

TTT 15: Battle of the Desktops, memesplanation, Matrix

Tech Tips Tuesday 17: Terminal, Console, TTY, SSH, etc...

Tech Tips Tuesday 18 - Linux Malware All Time High 2022, problem or not?

Tech Tips Tuesday 19 - How to use rsync to back up files, and more...

TTT 20 - How to Make Your Linux Cherry More Enjoyable & More

TTT 21: Moar RISC-V Linux Compatibility & More

Tech Tips Tuesday 22: Cool Stuff You Can Do With Linux Desktop & More

Tech Tips Tuesday 23: OBS Studio 28, 5 GNOME 43 Features, and More

Tech Tips Tuesday 24: Tips Galore for Terminal

Tech Tips Tuesday 25: 10 More Terminal Tips & KDE News

Tech Tips Tuesday 26: FOSS Not So Popular and More?

Tech Tips Tuesday 28: Danger, Will Robinson and More

Tech Tips Tuesday 29: npm Vulnerability, New Stuff from KDE, and Oracle VirtualBox 7.0 Released

Tech Tips Tuesday 30 – Tips Galore, how-to’s aplenty

Tech Tips Tuesday 32: OpenSSL, Vim, and the AUR, Oh My!

Tech Tips Tuesday 33: AppImages, KDE & LXQt

Tech Tips Tuesday 34 – KDE Updates, a new Cross-Platform Terminal editor, and Dxvk 2.0

Tech Tips Tuesday 35 – Alternatives to htop, Wayland News, and Pi, to boot.

Tech Tips Tuesday 36 – KDE Updates, New LibreOffice Release, and Midori Coming Back.

Tech Tips Tuesday 37 – COSMIC News, GIMP for Apple Silicon, and Bitwarden Password Manager News.

Tech Tips Tuesday 39 – Linux Phones, Unity 7.7, and PeaZip, Oh My!

TTT 40 – Plasma 5.26.5, Open Alternative to Digital Assistants, and More

Tech Tips Tuesday 38 – Video Editor Bonanza & KDE Frameworks 5.101

TTT 41 – Ventoy Brings More Functionality, 3 Big Docker Commands, and More...

TTT 43 – KDE 5.27 beta, GCompris 3, and WINE 8 Released

TTT 42 – KDE Frameworks 5.102, KODI 20 Released, and GNOME chatGPT extension

TTT 44 – ‘head’ command, Flatpak vs Snap, and OnlyOffice 7.3

TTT 45: Wonder Which Command to Use in the Terminal? This And More...

TTT 46: Terminal Through the Browser?

TTT 47: Ever Wondered How to Replace Apple Contacts?

TTT 48: Whats with Directories in Linux?

TTT 50: Don't Get Shocked by Plasma, Be Set Free By LibreOffice

TTT 51: Save Your Desktop & More

TTT 52: Ubuntu PSA & Linux Mobile News

Tech Tips Tuesday 24: Tips Galore for Terminal
19 Useful CLI Tips for Linux
Memesplanation
How to Convert Images from One Format to another Via CLI
Free Your Internet
Plasma 5.25.5 Released
10 Things About TF.pro
TTT 24-1: What Manner of Tips Might There Be Today?
19 CLI Tips for Linux
Everything from how to display data as a table to Sorting processes by Memory or CPU usage to recording your CLI Session to using xargs, and more. Not sure that We’ll talk through it all today, but you are more than free to take a look at the article for yourself.
Ever wanted to make the results of a given command in terminal display as a table for easier reading? Add the following to the end of your command | column -t -s :
How about sorting processes by CPU or Memory Usage?
Run ps aux | sort -nk 3 (for CPU) or ps aux | sort -nk 4 (for memory)
This is useful if it seems as though the system is less responsive than usual… perhaps your browser is being more of a resource hog than usual because some plugin or webpage is misbehaving, these commands will help you to ascertain which process is bogging your computer down.
Ever wondered how to record your CLI session? Just use the script command and give it a filename, then you can go back an review your commands later, and easily rerun them if you’d like to do so.
script <FILENAME>
then type in your string of commands and viola, your commands are now a script for you to review, and if you want to make it executable, you can do that a few ways as well, in the File Manager, You can right click on the file you just made, go to properties, and make it executable, or in CLI, you could navigate to the file, and run this command:
chmod +x <file name>
after that runs, you can simply type ./<filename> into the terminal and your script will run.
What does xargs do?
It passes outputs between commands as arguments. For instance, the following command will create two files with the output from the echo command in them:
echo file01 file02 | xargs touch
Of course you can alter the file names however you wish, rather than just file01 and file02, so that it will be easier to find those files in the future.
This goes along with “Be the change”… If you make your attitude match that which you want to see around you, eventually, your attitude will make a big difference in your environment. If you want your atmosphere to be happier, choose to be happy no matter what. First it will feel weird, and may grate on the nerves of those around you, but eventually they will likely shift into that themselves, at least when they are around you. It is a vibes and atmosphere thing.
#encouragement #atmosphere #attitude #memesplanation #TechFreedom
TTT 24-2: Converting any image file type to another using CLI
Install imagemagick
Open Terminal:
Type
sudo apt install imagemagick (Debian/Ubuntu)
or
sudo pacman -S imagemagick (Arch-based)
or
sudo dnf install imagemagick (Fedora/RHEL)
then navigate to the file(s) in question
cd pictures
then type
mogrify -format <desired format> <*. current format>
and all of the pictures of format “x” will now be in format “y”
I actually used this tool as I was preparing for today’s stories.
There are many other Linux tips on this page, but this one is second from the top.
#photos #convert #batchconverter #imagemagick #Linux #Linuxtips #TTT #TechFreedom
Free Your Internet
https://techfreedom.pro/product/free-your-internet/
One-stop shop for getting you and your business transitioned off of Big Tech online platforms and tools, so that you have control of your data once again. I will also help you to find better alternatives.
#TechFreedom #internetfreedom #nogoogle #nometa #noyahoo #nomicrosoft
#parallelEconomy #parallelSociety #shopongab #growwithgab #smallbusiness #gabsmallbusiness
TTT 24-3: New Point Release of KDE out now
What’s new here?
• Kwin crash related to Thunderbird email fixed
• GIMP now reliably appears in the task manager when launched
• Kickoff now has touch scrolling again
• System Monitor widgets now maintain settings across restarts
• among other things
what does that mean for the rest of us that aren’t on a bleeding edge version of KDE? Not a whole lot. Many distros chose to stick with 5.24.6 until 5.26 rolls out, for stability’s sake.
#KDE #Plasma #newrelease #Linux #Linuxnews #TechFreedom
10 Things My Wife Thinks You Should Know about Tech Freedom.
https://rumble.com/v19elx6-10-things-about-tech-freedom.html?mref=2jfr3&mc=anr3y
#TechFreedom #wifeysauce #getfree #explainer
-
50:50
We The Free News
8 months agoWe The Free News Ep 22: Anti-trust.... the Government
1281 -
1:24:56
Glenn Greenwald
11 hours agoGlenn Takes Your Questions on Tulsi's Russiagate Revelations, Columbia's $200M Settlement, and More | SYSTEM UPDATE #492
140K81 -
2:11:56
megimu32
8 hours agoOTS: With Great Power: Every Spider-Man Movie Unmasked w/ @thisistheraygaming
42.9K4 -
2:38:48
WickedVirtue
7 hours agoSailing w/ The Crew
43.8K1 -
4:29:37
Meisters of Madness
10 hours agoThe Finals with Redd
46.7K1 -
1:27:11
Omar Elattar
15 hours agoThe Dating Expert: "I've Helped 4,000 Men Find LOVE!" - The #1 Alpha Trait Women Secretly Crave!
60.9K1 -
6:04:59
VOPUSARADIO
15 hours agoPOLITI-SHOCK! "END THE FED, END THE LIES & END THE DEEP STATE ONCE AND FOR ALL"!
40.4K1 -
1:43:38
LumpyPotatoX2
11 hours agoRumble Creator Round-Table - Let's Talk About It
38.9K2 -
32:38
The Mel K Show
13 hours agoMel K & Dr. James Thorp, MD | Sacrifice: The Targeting of the Most Vulnerable | 7-24-25
41K14 -
1:12:41
Donald Trump Jr.
12 hours agoFrom Crypto to AI, There's a New American Energy Revival, Interviews with Asher Genoot & Sen McCormick | TRIGGERED Ep.261
169K62