Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Category: OS

Operating System (Operating System, referred to as OS) is a computer program that manages and controls computer hardware and software resources. It is the most basic system software that runs directly on the “bare metal”. Any other software must be supported by the operating system to run .

Application process monitoring under Linux

Two ideas:

First, execute the monitoring script regularly

Use the crontab that comes with centos to execute the status.sh script regularly as needed.

#!/bin/bash

status=$(ps

October 16, 2021By Simo Linux application, linux, monitoring, processLeave a Comment

GIL global interpreter locks lock lock signal volume

Contents

GIL global interpreter lock: study interpreter lock based on cpython GIL is essentially a mutex lock

The purpose of GIL is to prevent multiple threads in the same process from

October 16, 2021By Simo Mathematics deadlock, gil, Global, interpreter, lock, Quantity, recursion, signalLeave a Comment

[Data Structure] Non-recurable traversal binary tree

Because the recursion is achieved through the stack, although the recursive code sometimes looks simpler, then the recursion is too deep and it will be created p> Stack overflow. So we can achieve

October 16, 2021By Simo Data Structure binary tree, Data Structure, non-recursion, traversalLeave a Comment

HOMEBREW Detailed

Homebrew is a package manager for Mac, similar to yum or apt-get in Linux system, it can make your Mac more perfect. mongodb is a NOSQL database, a document database, which is different from tradit

October 16, 2021By Simo Macos detailed, HomebrewLeave a Comment

Package – BREW error: Unable to sign, path is not writable

When I try to install the library using homebrew (brew install aLibrary), I get the following error:

Could not symlink lib/pkgconfig/aFile
/usr/local/lib/pkgconfig is not writable. What shoul

October 16, 2021By Simo Macos Brew, can't, error, link, package, path, symbol, Unable, WritingLeave a Comment

LINUX basic article

One, the type of user

1. root administrator: all permissions (rwx)

2. file owner (u): who created Who owns

3. Main group (g): user group AAA {A1,A2}

4. Other users (o): does

October 16, 2021By Simo Linux article, foundation, linux, twoLeave a Comment

LINUX (CENTOS) Automatically performs script (rc.local)

1. There are many ways to boot Linux. For example, I set mysql boot to start as: chkconfig –level 35 mysqld on

Second, let’s talk about booting through the rc.local file:

1 , First cre

October 16, 2021By Simo Linux Auto, centos, linux, Local, Perform, RC, Rc.Local, Script, startup, timeLeave a Comment

How to implement password login in Linux

The normal process of logging in to mysql is generally to execute the following command:

mysql -uroot -p

and then enter the password. In the local linux system, if you want to automatic

October 16, 2021By Simo Linux Free, How to Decree, linux, login, mysql, passwordLeave a Comment

CodeForces 652F question report

Yes n An ant is on a ring of m grids in length. The grids on the ring are numbered counterclockwise, and each ant moves one grid per second in the direction it faces. If two ants collide, switch di

October 16, 2021By Simo Mathematics 652F, codeforces, report, SolvingLeave a Comment

9.23 Classroom Summary

Today’s manual brain is a program to judge whether it is a palindrome;

First, we must create a string input from the keyboard, and then use a do The while loop, and then define an integer var

October 16, 2021By Simo Mathematics 9.23, classroom, SummaryLeave a Comment

Posts navigation

Page 1 … Page 50 Page 51 Page 52 … Page 88
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress