Wamaitha
Wamaitha

Wamaitha

Follow
Follow
homeSoftware EngineeringDevopsData ScienceWritingProjectsbadges
Tag

Linux

#linux

More content

Read more stories on Hashnode


Articles with this tag

How to transfer files from Linux to Windows: The SMB network file-sharing protocol

Feb 5, 20232 min read295 views

Share files from Linux to Windows · The SMB (Server Message Block) protocol is a widely used network file-sharing protocol that enables users to access...

How to transfer files from Linux to Windows: The SMB network file-sharing protocol

How to download large files on Linux from the terminal

Jan 5, 20237 min read1.2K views

Are you tired of waiting forever for large files to download on Linux? The terminal has some powerful tools that can help you maximize your bandwidth. ·...

How to download large files on Linux from the terminal

alias commands in Linux

Jan 1, 20234 min read201 views

In Linux, an alias is a command that executes another command or series of commands using a different name. Aliases are typically used to make it...

alias  commands in Linux

How to Set Permission-based access on Linux

Dec 1, 20223 min read118 views

In the previous article, we created a new user and enabled ssh key access to the user. This guide covers how to restrict access using permissions....

How to Set Permission-based access on Linux

SSH-Key access as a non-root user.

Dec 1, 20223 min read414 views

The previous article covered how to log in to a Vultr instance using ssh keys as root. It is recommended to disable root access in the event of an...

SSH-Key access as a non-root user.