Category Archives: Internet Technology

linux file properties and permissions

In Linux system, there are three most common file permissions: read (R), write (W) and execute (X) permissions. In Linux system, each file clearly defines the access rights of different identity users, which can be seen through ls command. Example … Continue reading

Posted in Internet Technology | Tagged , | Comments Off on linux file properties and permissions

rename file linux – use rename cmd or mv cmd or awk cmd

Rename file in linux has two ways: linux rename command and linux mv command. linux rename command rename command – renames multiple files. Ubuntu is used as the test system, it does not have the remanae command installed by default. … Continue reading

Posted in File & Directory, Awk Command, Internet Technology | Tagged , , | 2 Comments

linux ps command and ps examples

Linux ps command is an abbreviation of Process Status. The linux ps command is used to list those processes currently running on the system. The ps command lists the snapshots of the current processes, that is, the processes at the … Continue reading

Posted in Internet Technology | Tagged , | Comments Off on linux ps command and ps examples

The angle of the fish tank is very beautiful!

Posted in Internet Technology | Comments Off on The angle of the fish tank is very beautiful!

three months, changes in the underwater world

2019.7.10 —— 2019.10.14

Posted in Internet Technology | Tagged | Comments Off on three months, changes in the underwater world

curl vs wget difference and basic use

Curl and wget of Linux commands, curl and get have many similarities, such as the following downloads. To make a difference, curl is better at simulating web requests because it can customize various request parameters. Wget is better at downloading … Continue reading

Posted in Internet Technology, System | Tagged , , | Comments Off on curl vs wget difference and basic use

How to quickly clean up disk space on Mac systems

As the computer usage time increases, the storage space is gradually reduced, and it is necessary to clean up some useless files from time to time. Usually I will use df -h to see disk space usage. Then, according to … Continue reading

Posted in Internet Technology | Tagged , | Comments Off on How to quickly clean up disk space on Mac systems

mac shells and shell switching

mac shells There are many kinds of shells, and OS X can be viewed using cat /etc/shells, for example: OS X comes with zsh, Linux needs to install yum install zsh, Ubuntu apt-get install zsh. The default shell for both … Continue reading

Posted in Internet Technology | Tagged , | Comments Off on mac shells and shell switching

I love you China!

Posted in Internet Technology | Comments Off on I love you China!

linux dig command and use examples

dig (domain information groper) is a flexible tool for interrogating DNS name servers.This article describes the use of dig and the meaning of the output. Continue reading

Posted in Internet Technology | Tagged , , | Comments Off on linux dig command and use examples

Google Analytics to modify the display language

Step 1. Go to Google analytics and click Admin to go to the administration page.
Step 2. Click the USER tab to enter the user settings interface.
Step 3… Continue reading

Posted in Internet Technology | Tagged , | 4 Comments

WordPress installs the Google Analytics method

Why does wordpress have to install google analytics?

Two ways to install Google Analytics: wordpress plugin and code configuration.

Specific steps … Continue reading

Posted in Internet Technology | Tagged , | Comments Off on WordPress installs the Google Analytics method

Little yellow duck

Posted in Internet Technology | Comments Off on Little yellow duck

Some of my designs have been unsatisfactory

I designed a fish tank landscaping. 2019.07.11 2019.05.22 2018.12.28 2018.09.18

Posted in Internet Technology | Tagged , | Comments Off on Some of my designs have been unsatisfactory

How to use Linux cat, less, more commands

More powerful than cat, providing paging display function, less powerful than more, providing page turning, jump, find and other commands. Continue reading

Posted in Internet Technology | Tagged , , | Comments Off on How to use Linux cat, less, more commands