Here's what I've written (so far):

Baeldung on Linux

  • All
  • Administration (223)
  • Scripting (145)
  • Files (125)
  • Processes (88)
  • Networking (87)
  • Filesystems (39)
  • File Editing (38)
  • Security (37)
  • Installation (34)
  • Web (19)
  • File Viewing (18)
  • File Searching (18)
  • File Permissions (7)
  • File Compression (6)
  • Series (5)
  • Building (1)

How to Set up an SSTP Server on Linux

This tutorial is a guide on how to configure a Secure Socket Tunneling Protocol (SSTP) VPN server on Linux using SoftEther VPN Server, an open-source and freeware cross-platform multi-protocol VPN implementation. It covers the installation and configuration of SoftEther VPN on Linux, including software requirements, downloading, compiling the server, and its verification.

Read More →

Resume Copying Files in Linux

Copying files between Linux machines can get interrupted. SCP is not usually able to resume a stalled copy. We look at some alternatives for file copying and how to kick start SCP.

Read More →

Find Files Lacking Certain Permissions

While the find command can help us find files by types and permissions they possess, sometimes we need to look for files which are missing certain permissions. We look at how to achieve this in a couple of different ways.

Read More →

Flow Control in Bash Without Goto

Bash provides several ways to manage flow control in a script, but it does not natively provide a goto statement. We look at how to simulate goto and how to use the other built in flow control techniques

Read More →