SysAdmin

How to Create MySQL Database in Workbench

October 17, 2024

Workbench is a cross-platform, open-source, visual tool for database management. It provides a user-friendly GUI in which you can create and maintain databases. Learn how to create a MySQL database and table in Workbench, as well as how to add data to a table.

Read more

How to Install Rust on Ubuntu


Rust is a general-purpose programming language known for its speed, memory efficiency, and seamless integration with other languages.
Read this tutorial to learn how to install Rust on Ubuntu.

Read more

How to Use the Linux at Command


The at command allows you to schedule a job for one-time execution. This guide shows how to install and use the at command, with several useful examples.

Read more

How to Enable SSH on Raspberry Pi

October 15, 2024

This article shows you how to enable SSH on your Raspberry Pi using different methods. The guide also provides an essential tip on how to improve the security of your Raspberry Pi device. If you are not sure how to SSH into the device, we got that covered as well.

Read more

Linux ls Command - How to List Files and Directories

October 10, 2024

The ls command (short for “list”) lists information about directories and any type of files in the working directory. Learn how to use ls command in this article.

Read more

Linux date Command: How to Set, Change, Format Date in Linux


The date command is used to display and set the system date and time. Learn how to use the date command and set the date/time/timezone of your Linux server.

Read more

Install and Get Started with MySQL Workbench on Ubuntu


Workbench is a visual tool for managing MySQL databases . Its graphical interface allows users to model data, build and run SQL queries, and maintain a database. Get a better understanding on how Workbench works, how to install the software and configure it for your needs.

Read more

How to Undo and Redo Changes in Vim / Vi


Mastering basic Vim commands includes learning how to undo and redo changes in this text editor. Knowing how to undo and redo in Vim will help you speed up and simplify working with content and files.

Read more

How to Copy, Cut, and Paste in Vim

October 3, 2024

Complete guide on how to use crucial Vim commands - copying (yanking), cutting (deleting), and pasting (putting). There are different ways to navigate through text and edit content. Find out what these are and how to use them.

Read more

How to Enable SSH on Ubuntu


For Linux users, the best practice of accessing and managing your server remotely is through Secure Shell (SSH). This tutorial shows how to enable, install and configure SSH on Ubuntu.

Read more
1 5 6 7 8 9 77