Learn how to diagnose and handle issues when running the gradlew wrapper script in Linux.
Also find me here:
Baeldung Author
Ali Imran Nagori
I'm a technical writer with over 5 years of experience in the field. I've written a score of articles related to Linux administration. I hold a Master's degree in Network Management and Information Security and also RHCE certified. I am passionate about helping people learn about Linux and other open source technologies. I am also a strong advocate for security and privacy.
Here's what I've written (so far):
Baeldung on Java
- All
- Java Array (1)
- Gradle (1)
Splitting String into an int Array in Java
Filed under Java Array
Learn how to split a String of numbers with different delimiters into an int integer array in Java.
Baeldung on Linux
- All
- Administration (23)
- Installation (8)
- Scripting (7)
- User Administration (4)
- Networking (4)
- Boot Process (4)
- Web (3)
- Security (3)
- Network Configuration (3)
- Filesystems (3)
- Files (3)
- File Transfer (3)
- Service Management (2)
- Package Management (2)
- File Viewing (2)
- Text Processing (1)
- Search (1)
- Processes (1)
- Network Monitoring (1)
- File Compression (1)
Linux Filesystem Structure
Filed under Filesystems
Learn what the usual filesystem structure is in Linux system and where files should go by type and purpose.
How to Upload Many Images to Google Photos in Linux
Filed under File Transfer, Web
Learn how to handle multi-file uploads to Google Photos through both the Linux command line interface (CLI) and the Google Photos Web interface.
Allow SFTP but Disallow SSH
Filed under File Transfer, Service Management
Learn ways to prevent SSH remote sessions while permitting SFTP access in Linux.
Load Testing in Linux With ApacheBench (ab)
Filed under Administration, Networking
Learn about benchmarking and load testing on Linux via the ApacheBench utility.
What Is Machine Owner Key (MOK) in Linux?
Filed under Boot Process, Security
Learn the concept of a machine owner key (MOK) and the principles behind it along with a practical example in Linux.
Running Scripts at a X-Second Interval
Filed under Scripting
Explore different approaches to running a script at regular intervals.
How to Keep and Check Memory Usage History
Filed under Administration
Learn about the atop and sar commands for historical analysis of memory usage along with the Zabbix monitoring tool.
Booting From UEFI in QEMU
Filed under Boot Process
Learn ways to facilitate VM booting through UEFI in QEMU and KVM.
Command Line Programs to Discover and Test DHCP Service
Filed under Administration, Network Monitoring
Learn tools and methods in Linux for discovering and testing DHCP servers on a network.
Baeldung on Computer Science
- All
- Security (1)
- Networking (1)
Convert IP Address Range to CIDR Notation
Filed under Networking
Learn how to convert an IPv4 address range into the Classless Inter-Domain Routing notation.
Cryptography: Polyalphabetic Cipher
Filed under Security
Learn what polyalphabetic ciphers are and how their enhance security compared to monoalphabetic ciphers. Explore the Vigenère cipher, a type of polyalphabetic ciphers.
Baeldung on Ops
- All
- DevOps (2)
- Deployment Tools (2)
Log Task Output to a File in Ansible
Filed under DevOps
Learn different ways to direct the results of an Ansible task to one or many files.
Ignoring Ansible SSH Authenticity Check
Filed under Deployment Tools
Learn ways to configure an environment to skip SSH host checks when using Ansible.
Create a Directory Using Ansible
Filed under Deployment Tools
Tutorial on different ways to create a directory using Ansible.
Run a Command on Ansible Host
Filed under DevOps
Explore and implement different ways to run commands on the machine that functions as the Ansible controller instead of one of the agents.
Baeldung on SQL
- All
- SQL Tables (1)
How to Check if a Column Exists in a Table in SQL
Filed under SQL Tables
Learn ways to find out whether a column is present in a table using different database management systems.