JIYIK CN >

Current Location:Home > Learning > OPERATING SYSTEM >

All

Screen Command in Linux

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

This article explains how to create, attach, detach, record and exit a screen session in Linux using screen command. screen What is command in Linux? screen The screen command is a bash program used to manage Linux windows. Using the screen...

Full

How to Compare Strings in Bash

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

We can compare strings using various comparison operators and check if a string contains a substring using regular expressions. String comparison in Bash String comparison means checking whether the given strings are identical or not. Two o...

Full

How to install Elasticsearch on CentOS

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

Elasticsearch is an open source search engine developed based on Java, so you need to install the Java runtime environment to run it properly. Specifically, Elasticsearch is a distributed search engine built on Apache Lucene. It uses Java t...

Full

How to install GrayLog on centos

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

Installing Graylog on CentOS requires the following steps: 1. Add EPEL and MongoDB repositories: sudo yum install epel-release -y sudo rpm -Uvh https://repo.mongodb.org/yum/redhat/7/mongodb-org/4.4/x86_64/RPMS/mongodb-org-server-4.4.4-1.el7...

Full

11 Examples of tar Command in UNIX and Linux

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

The tar command in UNIX or Linux tar is one of the important commands that provides archiving capabilities in UNIX. We can create compressed or uncompressed archive files using gzip or bzip2 tar using UNIX commands . In this UNIX command tu...

Full

Linux: How to install htop on Ubuntu and Mint

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

While top the htop utility provides us with basic information about the processes running on our Linux system, the htop utility goes a step further and provides us with more information about the processes and also allows for several operat...

Full

PBKDF2+HMAC Hash Conflict

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

Cryptocurrency enthusiast Christian 'CodesInChaos' Winnerlein once wrote: plnlrtfpijpuhqylxbgqiiyipieyxvfsavzgxbbcfusqkozwpngsyejqlmjsytrmd and eBkXQTfuBqp'cTcarg* have the same PBKDF2-HMAC-SHA1 hash. This intrigued me, so I decided to find...

Full

How to run TypeScript files from the command line

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

How to run TypeScript files from the command line

Run TypeScript files from the command line using the ts-node package, for example npx ts-node myDirectory/myFile.ts . ts-node The command will convert the TypeScript file to JavaScript and run the code in one step. This is the TypeScript fi...

Full

Sed Tutorial: Advanced Sed Substitution Examples

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

Sed Tutorial: Advanced Sed Substitution Examples

In this article, let's review some interesting workarounds using the "s" substitution command in sed with a few real-world examples. 1. sed replaces the delimiter As we discussed in our previous article, we can use different delimiters in s...

Full

Scan to Read All Tech Tutorials

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

Hottest

Tags

Scan the Code
Easier Access Tutorial