JIYIK CN >

Current Location:Home > Learning > OPERATING SYSTEM >

All

PHPStorm shortcut keys for Win/Linux/Mac

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

edit Win / Linux Mac Notes Frequency of use Ctrl + Space ⌃Space Code auto-completion (usually conflicts with input method) ★☆☆☆☆ Ctrl + Shift + Enter ⌘ ⇧ ↩ Intelligent code completion (such as: if ()) ★☆☆☆☆ Ctrl...

Full

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 Install GCC Compiler on Ubuntu 18.04

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

GCC It is the abbreviation of GNU Compiler Collection , which is applicable to different programming languages ​​such as R, C, C++, Objective-C, Fortran, Ada, Go, D, etc. We can apt install the compiler on Ubuntu using the command line...

Full

Get a list of mounted file systems in Linux

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

Get a list of mounted file systems in Linux

The Linux operating system consists of layered file systems. There can be many different types of file systems, ext4 , tmpfs , securityfs , configfs etc. This article will explain how to get a list of mounted file systems in Linux. In Linux...

Full

Move Multiple Files in Linux Bash

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

Move Multiple Files in Linux Bash

In this article, we will explain how to move multiple files to the same directory in Linux. We will explain different methods such as typing multiple file names, using wildcard characters ( * ) to represent similar file names and/or identic...

Full

Sort Files by Size in Linux

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

Sometimes you want to do some deep cleaning of your system by finding unnecessary large files and deleting them or removing files that are smaller than a predetermined size, such as logs. Linux provides various utilities that can help us fi...

Full

Open Rar Files in Linux

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

Open Rar Files in Linux

rar A file, also known as Roshal Archive Compressed, is a type of compressed file that contains multiple files and directories. Special programs are used to access and extract rar the contents of a file. In this article, we will explain how...

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