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

Tag: linux

RAID disk array in Linux

1. Disk array (Redundant Arrays of Independent Disks, RAID) means “a redundant array of independent disks”.

A disk array is composed of many cheaper disks, combined into one in the form of ha

October 16, 2021By Simo Linux array, Disk, linux, RAIDLeave a Comment

Linux CentOS7 installed Java

1, http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
First go to download the linux jdk corresponding to java.
2. Use the ftp tool to upload to the /usr directory

October 16, 2021By Simo Linux centos, centos7, installation, Java, linuxLeave a Comment

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

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

Linux network programming 2, TCP connection API

First, server side

1, create a socket:

int socket(int domain, int type, int protocol);

domain: Specify the protocol family, usually AF_INET.

type: Specify the socket type, a

October 16, 2021By Simo Linux API, connection, linux, network, programming, TCP, twoLeave a Comment

Create import export of Linux database and some basic instructions

First check mysql related directories under linux

Execute query SQL< /p> mysql>show variables like ‘%dir%’;

datadir is the data path

The running path is determined, and the impo

October 16, 2021By Simo Linux and, Basic, creation, database, export, import, instruction, linux, SomeLeave a Comment

Linux Foundation – Process and Service (1)

Process in Linux: an executable running instance that has been started

1, PID: process ID (each new process has a unique PID)

3, any process can create a child process

4, above re

October 16, 2021By Simo Linux foundation, linux, process, serviceLeave a Comment

Linux07 – Install MySQL

①Check the work   CentOS6 rpm -qa|grep mysql or rpm -qa | grep mysql

If mysql-libs exists The old version package is as follows:

must be Perform uninstallation! ! ! Uninstall command:

October 16, 2021By Simo Linux installation, linux, Linux07, mysqlLeave a Comment

Posts navigation

Page 1 … Page 3 Page 4 Page 5 … Page 8
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