Learn how to assign names to new and running screen sessions on Linux.
Also find me here:
Baeldung Author
Abdul Mateen
Writer, web developer, network enthusiast, and Linux lover with over 3 years of professional experience. I’m passionate about making the complexities of development, Linux, and networking simple and enjoyable!
Here's what I've written (so far):
Baeldung on Linux
- >All
- Administration (4)
- Processes (1)
- Package Management (1)
- Networking (1)
- Network Configuration (1)
- Files (1)
- Boot Process (1)
How to Set the GOPATH Environment Variable on Linux
Filed under Administration
Learn how to set the GOPATH environment variable and use Go Modules on Linux.
Checking if a File Exists on a Remote Linux Host via SSH
Filed under Files, Networking
Learn ways to check for the existence of a remote file through the SSH protocol in Linux.
How to Check if Last Shutdown Was Clean in Linux
Filed under Administration, Boot Process
Discover some tools to check if the last shutdown was clean in Linux
Checking the Package Version Before Installing It Using apt
Filed under Package Management
Learn how to use apt to check which versions of a package are available to install.
Obtain phpMyAdmin Version Using the Linux CLI
Filed under Administration
Learn how to obtain the phpMyAdmin version using the Linux CLI.
How to Delete an IP Route in Linux
Filed under Network Configuration
Learn how to remove an entry from the IP routing table via different tools in Linux.
Baeldung on SQL
- >All
- SQL Tables (2)
- SQL Queries (1)
- SQL Programming (1)
- Databases (1)
- Database Access (1)
Most Efficient Way to Get Table Row Count in SQL
Filed under SQL Tables
Learn efficient ways to get the table row count without performance degradation and burdening the server.
Save PostgreSQL Result to a File
Filed under Database Access, SQL Programming
Learn how to use PostgreSQL and its command-line interface to export query results to a file.
Set a Database From Single-User Mode to Multi-User Mode
Filed under SQL Queries
Learn how to change a database from single-user to multi-user modes in various SQL platforms.
Adding a Comment to a Column When Creating a Table in SQL
Filed under SQL Tables
Learn how to add a comment to a column when creating a table in various SQL platforms.
How to Rename a Database in SQL
Filed under Databases
Learn how to change a database’s name.