Search Results for: ubuntu

How to Install Docker on Debian 10

Introduction If you are a computer enthusiast, it is highly likely that you’ve heard of containers and virtualized applications. These concepts, widely used in servers with constant production, have provided solutions to many major problems that began to happen as a result of the exponential growth of the Internet and web applications. Therefore, I will […]

How to Install Docker on Debian 10 Read More »

phpmyadmin create database and user

How to use PHPMyAdmin to Create Database, User

phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute

How to use PHPMyAdmin to Create Database, User Read More »

Sleep Command in Linux

Linux Sleep Command – (How to) delay for a specified amount of time

Linux sleep command adds delay/pause for a specified amount of time. As per man sleep this command, Written by Jim Meyering and Paul Eggert. Part of GNU Coreutils. License GPLv3+: GNU GPL version 3 free software, you are free to change and redistribute it. There is NO WARRANTY Sleep Syntax sleep NUMBER[smhd] sleep OPTION Options Each argument

Linux Sleep Command – (How to) delay for a specified amount of time Read More »

mailx command in linux

mailx command in linux – send and receive mail

Mailx is an character-based, intelligent mail processing system in Linux to send and receive emails. This is based on Berkeley Mail 8.1 and provides the complete functionality of the POSIX mailx command. Extensions for MIME, IMAP, POP3, SMTP, and S/MIME are also available. Features of mailx, Enhanced features for interactive use Caching and disconnected operation

mailx command in linux – send and receive mail Read More »

Scroll to Top