#include #include “stdlib.h”#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 1000 // Define linear table Maximum capacity typedef int Status; typedef int ElemType; // Define
Author: Simo
Detailed Spotlight on UNIX Monitoring Linux Server
1. Install Spotlight on Unix
Download address: http://yunpan.cn/QNWyEEvNS4xc9 Access password 1c7d
Stupid installation
2. Configure the spotlight login user. Note that spotlight c
iTerm2 connection remote, Chinese garbled
The iterm2 terminal is used on the mac, and the shell environment is zsh. When I ssh to the Linux server to view some files, the Chinese characters are garbled. In this case, the character set of t
MacOS – Unable to run GTK topics on OS X
I am using Homebrew to run OSX Mavericks, and I am trying to run GTK themes that require the murrine engine.
I installed the following packages: GTK
gtk 3
GTK’s chtheme
GTK’s engine
GTK’s mur
RSYNC + NFS Enterprise Combat case
There is an NFS server in a company. The data in it is very important, but if the hard disk fails, the data will be lost. Now the leader requires you to make a periodic backup of the data on other
Ruby – self-made rights confusion
I installed Homebrew from my administrator account. If I run Brew Doctor from that account, I have no errors, but if I run Brew Doctor from a non-administrator user account, I will receive warnings
Linux CentOS Supervisor Guarding .Netcore Process Installation Configuration
Scenario: After deploying the .netcore program, it can run after using dotnet xx.dll, but it will be automatically disconnected after closing the shell or after the interval time. At this time, the
HomeBrew common command
Command
Install the software: brew install software name, example : Brew install wget
Search software: brew search software name, for example: brew search wget
Uninstall software: brew uninstall s
Linux Command Summary – RPM Command
1. Introduction to the rpm command
The Linux rpm command is used to manage the package.
Rpm(redhat package manager) was originally a Red Hat Linux distribution program specifically used
Linux_ three sword passengers _awk
[Concept introduction]: awk is a language that can process data and generate formatted reports , The function is very powerful. Awk thinks that each line in the file is a record. The separator betw