today's howtos
-
Darren Goossens ☛ wakeonlan plus suspending the remote machine when done
Wake a remote computer (on the LAN), use it, put it back to sleep. Using command line tools.
-
LinuxBuz ☛ Cherry Pick a Commit in Git – A Definitive Guide
Git is a powerful version control system that helps developers track and manage code changes. One of the lesser-known but incredibly useful commands in Git is git cherry-pick.
-
Medevel ☛ Tutorial: Accessing MySQL Database and Exporting Data on Linux
This tutorial will guide you through accessing a MySQL database using the MySQL client CLI on a GNU/Linux server, listing all databases, accessing a specific database, showing all tables, counting records in a table, exporting a table using mysqldump, and finally, downloading the exported SQL file...
-
2 Ways to Install Android Studio on Ubuntu 24.04 or 22.04 LTS
Learn how to install Android Studio on Ubuntu 22.04 LTS Jammy JellyFish using Snap GUI or manually with the help of the command terminal. To create Android apps, developers can download an official, free-to-use platform called Android Studio.
-
Make Tech Easier ☛ How to Increase Scrollback Buffer Size of the Terminal Emulators in Linux
Learn how to increase the scrollback buffer size of your terminal by tweaking your settings and using an alternative less command.