Learn how to log FTP transfers securely.
Also find me here:
Baeldung Author
Nduka John
Ebuka is a Linux enthusiast and experienced cyber threat intelligence analyst who enjoys technical writing. As a result of his solid educational foundation from Cisco, the network development group, and practical experience as a system administrator, he's proficient at managing Ubuntu servers and troubleshooting Linux OS issues. His published works on platforms like Baeldung, Hackernoon, and Telerik reflect his expertise in Linux administration and cybersecurity. Ebuka is excited about the opportunity to contribute to Baeldung's platform, where he hopes to share his knowledge and passion for Linux with a wider audience.
Here's what I've written (so far):
Baeldung on Linux
- >All
- User Administration (4)
- Network Monitoring (1)
- File Transfer (1)
How to Create an sftp User in Linux
Filed under User Administration
Learn how to create an sftp user in Linux for secure file sharing.
Guide to Linux groupmod Command With Examples
Filed under User Administration
Learn how to use the groupmod command with its more common options.
Guide to Linux lastlog Command With Examples
Filed under User Administration
Learn about the basic usage and common options of lastlog.
Guide to Linux nmap Command With Examples
Filed under Network Monitoring
Explore various functionalities of the nmap command with examples.
Guide to the Linux userdel Command
Filed under User Administration
Learn about the Linux userdel command.
Baeldung on Computer Science
- >All
- Security (2)
What Are Non-fungible Tokens?
Filed under Security
Learn about NFTs.
SSRF and How to Prevent It?
Filed under Security
Learn about server side request forgery attacks and how to prevent them.
Baeldung on Ops
- >All
- Git (1)
- Docker (1)
Copying Folders to Docker Image Using Dockerfile ADD
Filed under Docker
Lear about the ADD directive to copy folders to a Docker image.
How to Install an npm Package Directly From GitHub
Filed under Git
While node packages are usually fetched from the npm or yarn repositories, we can configure our package.json to use packages directly from GitHub. We look at how to do this for public and private GitHub repositories.
Baeldung on SQL
- >All
- SQL Queries (1)
- SQL Joins (1)
- SQL Functions (1)
- SQL Basics (1)
- Database Concepts (1)
Deleting SQL Rows Where IDs Do Not Have a Match From Another Table
Filed under SQL Basics
Learn how to delete rows in SQL where the IDs don’t have a match in another table.
Delete Using INNER JOIN in SQL
Filed under SQL Joins
Learn how to use an INNER JOIN to delete data in SQL.
How to Select a Date Without Including the Time in SQL
Filed under SQL Functions, SQL Queries
Learn how to select a Date without the Time in SQL.
Understanding MySQL Keys: MUL, PRI, and UNI Explained
Filed under Database Concepts
Explore the various types of MySQL keys and their distinct characteristics.