Hi, what do you want to do?
Curated Video
Linux Crash Course for Beginners - 2023 - Shell Scripting
In this video, you will learn about shell scripting.
Curated Video
Linux Crash Course for Beginners - 2023 - System Monitoring Commands
In this video, you will learn about system monitoring commands such as top, df, dmesg, iostat 1, netstat, free, cat /proc/cpuinfo, and cat /proc/meminfo.
Curated Video
Linux Crash Course for Beginners - 2023 - Processes and Jobs
In this video, you will learn about processes and jobs commands such as systemctl, ps, top, kill, crontab, and at.
Curated Video
Linux Crash Course for Beginners - 2023 - System Utility Commands
In this video, you will learn system utility commands such as date, uptime, hostname, uname, which, cal, and bc.
Curated Video
Linux Crash Course for Beginners - 2023 - Switch Users and Sudo Access
In this video, you will learn how to switch users and allow Sudo access using su and sudo commands.
Curated Video
Linux Crash Course for Beginners - 2023 - User Account Management
In this video, you will learn some user account management such as useradd, groupadd, usermod, userdel, and groupdel.
Curated Video
Linux Crash Course for Beginners - 2023 - Finding System Information
In this video, you will learn the commands that can be used to find the system information, such as umami, cat /etc/redhat-release, cat /etc/*rel*, dmid.
Curated Video
Linux Crash Course for Beginners - 2023 - File Display Commands
In this video, you will learn all the commands that can be used to display file content such as cat, less, more, head, tail, vi.
Curated Video
Linux Crash Course for Beginners - 2023 - File Maintenance Commands
In this video, you will learn about a few file maintenance commands such as cp, rm, mv, mkdir, and rmdir.
Curated Video
Linux Crash Course for Beginners - 2023 - Getting Help
In this video, we will cover help commands such as man, whatis, -help.
Curated Video
Linux Crash Course for Beginners - 2023 - Adding Text to Files
In this video, you will learn to add text to files or redirects.
Curated Video
Linux Crash Course for Beginners - 2023 - File Ownership Commands
In this video, you will learn how files and directories are owned and how we can change their ownership.
Curated Video
Linux Crash Course for Beginners - 2023 - File Permissions
In this video, you will learn how we can change the file permissions.
Curated Video
Linux Crash Course for Beginners - 2023 - Pipes ( | )
In this video, you will learn about pipes ( | ).
Curated Video
Linux Crash Course for Beginners - 2023 - Creating Files and Directories
In this video, you will learn how to create files and directories.
Curated Video
Linux Crash Course for Beginners - 2023 - File System Navigation Commands
In this video, you will learn file system navigation commands.
Curated Video
Linux Crash Course for Beginners - 2023 - Oracle VirtualBox Installation
In this video, you will learn how to download and install the Oracle VirtualBox.
Curated Video
Linux Crash Course for Beginners - 2023 - Directory Listing Overview
In this video, we will cover the directory listing attributes.
Curated Video
Linux Crash Course for Beginners - 2023 - Introduction to File System and Structure
In this video, we will understand what the Linux file System is and understand its structure.
Curated Video
Linux Crash Course for Beginners - 2023 - Download and Install Putty
In this video, you will learn how to download and install Putty.
Curated Video
Linux Crash Course for Beginners - 2023 - Course Overview
In this video, we will have a look at the course syllabus.
Curated Video
Building Microservices API in Go - Database Adapter
In this video, we will focus on building a database adapter for our Go application, including setting up a MySQL connection pool, implementing the repository pattern, and injecting dependencies at the time of application wiring.
<
br/>...
<
br/>...
Curated Video
Building Microservices API in Go - gorilla/mux
In this video, we will explore the capabilities of the popular gorilla/mux library for routing in Go. We will cover topics such as its routing capabilities and how to use it to build more complex APIs with advanced routing...
Curated Video
Building Microservices API in Go - Refactoring and Go Modules
In this video, we will focus on refactoring and structuring our application. We will introduce Go modules as a way to manage dependencies and improve code organization, including cleaning up our code and giving structure to our...