Discover how to check the power consumption of your Linux machine.
Also find me here:
Baeldung Author
Javier Lobato Perez
Aerospace engineer developing software for numerical simulations in Python and C++, using Linux as daily operating system.
Here's what I've written (so far):
Baeldung on Linux
- All
- Administration (10)
- Processes (5)
- File Editing (4)
- Networking (3)
- Filesystems (2)
How to Use an Android Tablet as a Second Display on Linux
Filed under Administration
We can use an Android tablet as a second display with our Linux desktop. We look at how to set this up.
Running GUI Applications in a Linux Docker Container
Filed under Administration
Learn how to run applications inside a Docker container and see its GUI.
How to Edit Spreadsheets Inside the Terminal
Filed under File Editing
Learn about spreadsheet editors available within a terminal and accessible via ssh.
Interrupt Handling in Linux
Filed under Processes
Learn about interrupt handling in Linux.
How to Invoke Shell Scripts on Mouse Events
Filed under Administration
Learn how to trigger shell scripts on mouse events.
How Is bc Different From dc
Filed under Processes
Explore the differences between bc and dc calculators.
What Happens to the Processes When Memory Gets Short in Linux
Filed under Administration, Processes
Learn about memory management in Linux and one very interesting feature: memory overcommitting.
Displaying the Execution Tree of systemd
Filed under Administration
Learn how to display execution trees, hierarchies, and dependencies of the services running on Linux.
Detecting All Computers Connected to a Network
Filed under Networking
Learn different ways to detect devices connected to the network you’re connected to.
Parallel Download Using curl
Filed under Networking, Processes
Learn different ways to use curl to download data from several URLs into different files in parallel.
How to Properly Manage Multiple Python Versions
Filed under Administration
Learn how to manage different versions of Python and Python packages.
What Mount Points Exist on a Typical Linux System
Filed under Filesystems
Learn more about Mount Points in Linux systems.
ssh-agent Forwarding and sudo Into Another User
Filed under Administration
Learn how to forward ssh-agent and have access to the private keys when using sudo in the remote system.
How to Automount USB Devices in Linux
Filed under Administration
Learn about automounting USB (Universal Serial Bus) devices on Linux machines.
iptables: Allow Traffic Only to a Single Domain
Filed under Networking
Learn how to restrict the traffic from our system to a single domain.
Determine if a File Write Is in Progress
Filed under File Editing
Learn how to check if a file write is in progress in Linux.
Disable Hyperthreading From a Running Linux System
Filed under Administration
Learn about hyper-threading and understand how to find out if it’s enabled and how to disable it.
Efficiently Editing HTML/XML Files in Vim
Filed under File Editing
Learn how to edit markup language files in vim.
Editing Multiple Files in Vim
Filed under File Editing
Learn how to edit multiple files in the Vi and Vim editors.
What Is an Uninterruptible Process in Linux?
Filed under Processes
Learn about uninterruptible and interruptible sleep processes.
Is the /boot Partition Always Necessary?
Filed under Filesystems
The /boot partition can be found in some Linux systems. We discuss what the partition is, whether it is necessary, and when we might need it.