JIYIK CN >

Current Location:Home > Learning > OPERATING SYSTEM >

All

25 Most Commonly Used Linux iptables Rules Examples

Publish Date:2025/04/07 Author:JIYIK Category:OPERATING SYSTEM

At first glance, iptables rules may seem cryptic. In this article, we have given 25 useful IPTables rules that you can copy/paste and use as needed. These examples will serve as a basic template for us to adapt these rules to our specific r...

Full

SSH and SCP without password on openSSH

Publish Date:2025/04/07 Author:JIYIK Category:OPERATING SYSTEM

SSH key-based authentication has two levels of security. In order for us to log in, we need both the private key and the password. Even if one of them is compromised, the attacker still won’t be able to log into our account because both o...

Full

SSH2 key-based authentication setup

Publish Date:2025/04/07 Author:JIYIK Category:OPERATING SYSTEM

I have previously explained how to perform SSH and SCP on openSSH without entering a password . In this article, I will explain how to set up key-based authentication on SSH2 and perform SSH/SCP without entering a password using the followi...

Full

SSH key-based authentication setup from openSSH to SSH2

Publish Date:2025/04/07 Author:JIYIK Category:OPERATING SYSTEM

Previous articles ( openSSH to openSSH setup , SSH2 to SSH2 setup ) explained how to set up key-based authentication on the same version of ssh to perform ssh and scp without entering a password. This article explains how to set up SSH key-...

Full

15 Useful Linux find command examples

Publish Date:2025/04/07 Author:JIYIK Category:OPERATING SYSTEM

15 Useful Linux find command examples

In addition to the basic operation of finding files under the directory structure, we can also use find the command to perform some practical operations, which will make our command line journey easy. In this article, let us review 15 find...

Full

Install WordPress with Nginx on Ubuntu 18.04

Publish Date:2025/04/07 Author:JIYIK Category:OPERATING SYSTEM

Install WordPress with Nginx on Ubuntu 18.04

WordPress is one of the most popular open source content management systems (CMS) with a market share of up to 60% compared to other CMS like Drupal or Joomla. WordPress can be used to develop any type of website, be it a blog, a small busi...

Full

Creating Linux Services with systemd

Publish Date:2025/04/07 Author:JIYIK Category:OPERATING SYSTEM

Creating Linux Services with systemd

When writing web applications, I often need to offload computationally heavy tasks to an asynchronous worker script, schedule the task for later, or even write a daemon that listens on a socket to communicate directly with the client. While...

Full

Get a summary version of the man pages

Publish Date:2025/04/07 Author:JIYIK Category:OPERATING SYSTEM

I rarely use it man pages , because searching for the syntax or specific flags of a command is much faster than browsing through a lot of information we may not need. However, I found a package that summarizes the output of the man pages an...

Full

How to Install Nginx on Ubuntu 20.04?

Publish Date:2025/04/07 Author:JIYIK Category:OPERATING SYSTEM

How to Install Nginx on Ubuntu 20.04?

Nginx is one of the most popular web servers in the world, responsible for hosting some of the largest and most trafficked sites on the Internet. It is a lightweight application software that can be used as a web server or a reverse proxy....

Full

Scan to Read All Tech Tutorials

Social Media
  • https://www.github.com/onmpw
  • qq:1244347461

Hottest

Tags

Scan the Code
Easier Access Tutorial