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 .

Shell programming actual combat 7

1. Count the number of digits in the document

2. Compare the differences between the files of the two machines

#!/bin/bash

dir=/data/web

[ -f /tmp/md5.list] && >/tmp/md5.lis

October 18, 2021By Simo Unix actual combat, programming, shellLeave a Comment

Regular expression – you need to know the logic behind several regular expressions

I have a code as

$wrk = OC192-1-1-1;
@temp = split (/-/, $wrk);
if ($temp1[3] =~ /101 || 102 /)
{
print ” yes”;
} else {
print “no”;
} Output:

yes I need to know why this is p

October 18, 2021By Simo Regexp back, expressions, know, logic, needs, regular, severalLeave a Comment

Shell Programming Foundation-3

1. while loop

Syntax structure: while condition; do……; done

1) Infinite loop

While:

do

command

done

2) Endless loop

While 1

Do

command

October 18, 2021By Simo Unix foundation, programming, shellLeave a Comment

Regular expression – AWK for separating words by underscore

I use awk very badly, but I know it is very useful for contingency operations.

I have a form file:

JohnSmith_name 3.4
KellySears_name 5.7
RonaldBay_name 1.2
RayShendor_name 2.8 I want

October 18, 2021By Simo Regexp AWK, expressions, isolated, regular, wordsLeave a Comment

The most complete shell script statement syntax (super detailed)

Blog post outline:

Don’t talk nonsense, just use the grammar example:

Requirement①:
first name and 2. last name, and finally displayed on the screen: “Your full name is:” content:

October 18, 2021By Simo Unix all, detailed, grammar, scripting, shell, statement, super, useLeave a Comment

Shell exercise -15

Question requirements
Write a shell and see if there are custom users (ordinary users) in your Linux system. If so, how many?

Core points
centos6 uid>=500
eentos7 uid>=1000

awk -F’:”

October 18, 2021By Simo Unix exercise, shellLeave a Comment

Windows 2008 R2 A authentication error occurs. Unable to connect to local security agencies

(1) Symptoms:
1. I cannot log in to the windows server remotely after following the new patch.
Prompt:

(2) Reason for failure:
Usually, this error message points to the prohibition The remo

October 18, 2021By Simo Windows appearance, connection, error, Identity, institution, Local, R2, security, Unable, verification, windowsLeave a Comment

Window display control in PYQT5

setWindowState(state) #Set window state

Qt.WindowNoState stateless-normal state

Qt.WindowMinimized minimize

Qt. WindowMaximized maximize

self.setWindowState(Qt.WindowMaximiz

October 18, 2021By Simo Windows control, display, Medium, PYQT, PYQT5, windowsLeave a Comment

Shell Training Day6 8.20

shell
See 100 linux shell questions.
Function to reduce duplication of code.
Shell is a collection of system commands

The first line starts with #!/bin/bash
#!/bin/bash
echo “123”
w
ls
Sp

October 18, 2021By Simo Unix 8.20, Day, day6, shell, trainingLeave a Comment

PowerShell foundation

Windows powershell is a command-line shell and scripting environment, which is built into the operating system of win7 and above, so that command-line users and script writers can take advantage of

October 18, 2021By Simo Windows foundation, PowerShellLeave a Comment

Posts navigation

Page 1 … Page 15 Page 16 Page 17 … 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