JIYIK CN >

Current Location:Home > Learning >

All

How to Create Your Own Commands in Linux

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

How to Create Your Own Commands in Linux

In this article, let us learn how to create our own commands in Linux. Yes – we will talk about creating alias commands. What is Alias ​​Command in Linux? alias Command provides a string value that replaces the command name when it is...

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

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

Installing Python modules without root access

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

Use --user the -p option to install Python modules without root access, for example pip install requests --user . --user The -p option installs the package in the user's home directory and helps resolve permission issues. $ pip install requ...

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

awk tutorial – 7 awk printing examples

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

awk tutorial – 7 awk printing examples

This is the first article in the new awk tutorial series. We will publish several articles on awk in the coming time, which will explain all the features of awk with practical examples. In this article, let's review the basic awk working me...

Full

Scan to Read All Tech Tutorials

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

Hottest

Tags

Scan the Code
Easier Access Tutorial