Explore effective methods for downloading large files from Google Drive using command-line tools.
Also find me here:
Baeldung Author
Olusegun Durojaye
I am an Information Security professional and Software Engineer specializing in the Data domain. With extensive experience in both fields, I bring a unique blend of technical expertise and security acumen to my work. Additionally, I am a skilled Technical Writer, adept at translating complex technical concepts into clear and accessible content for diverse audiences
Here's what I've written (so far):
Baeldung on Linux
- >All
- Text Processing (1)
- File Transfer (1)
Sorting by Two Fields in Linux
Filed under Text Processing
Learn how to sort data in Linux using the sort command, focusing on sorting by multiple fields.
Baeldung on Ops
- >All
- Docker (3)
- Cloud (3)
- Jenkins (2)
- Git (1)
- DevOps (1)
- Deployment Tools (1)
The Difference Between tags and tags_all Fields in Terraform
Filed under Cloud, Deployment Tools
Learn how Terraform handles tagging through the tags and tags_all attributes.
Deploy create-react-app on Nginx
Filed under Cloud
Learn how to deploy a React application on an Nginx server, optimizing it for performance and security.
Deploy React Application on Tomcat Server
Filed under DevOps
Explore the detailed process of building and deploying a React application on a Tomcat server.
Pulling Docker Hub Images in GCP Cloud Run
Explore the steps to pull a Docker image from Docker Hub and deploy it on Google Cloud Run.
Create MongoDB Container on Startup
Filed under Docker
Explore different methods for initializing MongoDB in Docker, including using Docker Compose, shell scripts, and custom Dockerfiles.
Install PHP Composer Inside a Docker Container
Filed under Docker
Learn how to install and configure PHP Composer within a Docker container using Dockerfile and Docker Compose.
GitLab CI vs. Jenkins
Learn about the differences between GitLab CI and Jenkins.
Difference Between Agent and Node in Jenkins Pipeline
Filed under Jenkins
Explore the roles of agent and node within a Jenkins pipeline.
Baeldung on SQL
- >All
- SQL Tables (3)
- SQL Queries (3)
- SQL Basics (2)
- Database Concepts (2)
- Database Access (2)
- SQL Joins (1)
- SQL Functions (1)
Lateral Join vs. Subquery: What’s the Difference
Filed under SQL Joins, SQL Queries
Explore the differences between lateral joins and subqueries.
Differences Between JSON and JSONB Data Types in PostgreSQL
Filed under SQL Basics
Explore the differences between JSON and JSONB in PostgreSQL, especially with respect to their storage mechanisms and performance characteristics.
Give All Permissions to a User in SQL
Filed under Database Access
Learn how to grant all necessary permissions to a user in PostgreSQL, MySQL, and SQL Server.
Detecting Locked Tables in MySQL
Filed under Database Access, SQL Tables
Explore several techniques for identifying locks, including SHOW OPEN TABLES, GET_LOCK, and performance_schema.metadata_locks.
How to Check Indexes on a Table in SQL
Filed under Database Concepts
Explore various methods to check the indexes of a table in PostgreSQL, MySQL, and SQL Server.
Selecting the Bottom N Rows in SQL Queries
Filed under SQL Queries
Learn how to select the bottom N rows in PostgreSQL, MySQL, and SQL Server.
Physical vs. Logical Deletion of Database Records
Filed under Database Concepts
Explore physical and logical methods of deleting database records.
How to Retrieve the Size of All Tables in a Database
Filed under SQL Tables
Explore various methods of retrieving table sizes in PostgreSQL, MySQL, and SQL Server.
Merging Two Rows in SQL
Filed under SQL Functions
Learn how to combine data from two records into a single record in SQL.