Learn methods to convert PowerPoint files to PDF from the Linux command line and GUI.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Linux
- All
- Administration (143)
- Scripting (130)
- Files (89)
- Processes (70)
- File Editing (37)
- Filesystems (36)
- Networking (35)
- User Administration (26)
- Security (23)
- Web (22)
- Text Processing (18)
- File Viewing (18)
- Network Configuration (16)
- Package Management (14)
- File Searching (14)
- Docker (14)
- Service Management (13)
- Installation (12)
- Series (11)
- Network Monitoring (11)
- Search (8)
- File Conversion (8)
- File Compression (8)
- Building (7)
- File Permissions (6)
- Boot Process (5)
- File Transfer (4)
Passing Ctrl+C Over a SSH Connection
Filed under Networking
Learn how an SSH session handles the Ctrl+C process interrupt signal under various circumstances in Linux.
Enter Non-ASCII Characters in vi Using Hex or Octal Codes
Filed under File Editing
A quick and practical guide to entering non-ASCII characters in vi.
Checking Which Services Need Restart After the System Update
Filed under Service Management
Learn how to check which services need to be restarted after a system update in Linux.
Conversion of CSV to TSV in Linux
Filed under File Conversion
Learn many ways to convert comma-separated value (CSV) to tab-separated value (TSV) files.
Capturing the Network Traffic of a Process
Filed under Network Monitoring
Learn several ways to capture the network traffic generated by a given Linux process.
Finding Frames per Second of a Video File
Filed under Files
Learn how to find the frames per second of a video file with ffmpeg and mediainfo on Linux.
List All Vhosts in Nginx
Filed under Network Configuration
A quick and practical guide to listing all virtual hosts in Nginx.
Checking the Signals a Process Is Listening To
A quick and practical guide to finding the signals a Linux process is listening to.