Learn how to install programs without using the Linux distribution’s package manager.
Also find me here:
Baeldung Author
Javier Lobato Perez
Aerospace engineer by training but developing software by vocation. Currently coding numerical simulations in Python and C++, but using Linux as daily operating system for 10+ years.
Here's what I've written (so far):
Baeldung on Linux
- >All
- Administration (11)
- Processes (8)
- File Editing (4)
- Boot Process (4)
- Scripting (2)
- Installation (2)
- Filesystems (2)
- Web (1)
- User Administration (1)
- Text Processing (1)
- Service Management (1)
- Network Monitoring (1)
- Network Configuration (1)
- File Transfer (1)
- Docker (1)
How to Start an Application on a Specific Workspace in i3
Filed under Boot Process, Processes
Learn how to use the i3 window manager to place an application on a particular workspace at application startup time.
How to Measure the Actual Memory Usage of an Application or Process
Filed under Processes
Learn how to explore the memory usage of applications in your system using tools such as ps, pmap, and smaps.
How to Determine if a Specific Module Is Loaded in the Linux Kernel
Filed under Boot Process, Installation
Learn to check whether the kernel has loaded a given module or not.
Fully Booting a Live USB to RAM, Enabling Disk Removal
Filed under Administration, Boot Process
Free yourself from the cable and boost your Linux live system’s performance by transferring it directly to your computer’s RAM.
Guide to Linux parallel Command With Examples
Filed under Processes
Learn about the parallel command in Linux.
Guide to Linux xargs Command with Examples
Filed under Scripting
Guide to the xargs command with examples.
Uses of the .inputrc File
Filed under Administration
Learn about the uses of the .inputrc file.
Get a Browser-Like Web Page HTML From the Command Line
Filed under Web
Learn to download web pages from the command line interface (CLI).