Skip to navigation Skip to content

Simon Technology Blog

  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

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

Shell, Python time function summary

Sometimes it is necessary to write some timed task scripts, a brief summary, memos.

>>> import datetime
>>> datetime.datetime.now()
datetime.datetime(2018, 5, 23, 17, 16, 33, 61000)
>>> print

October 18, 2021By Simo Unix function, python, shell, small knot, timeLeave a Comment

Configure the YUM source and operate with YUM

Yum (full name Yellow dog Updater, Modified) is based on RPM package management. It can automatically download and install RPM packages from a specified server, automatically handle dependencies, a

October 18, 2021By Simo Unix and use, configuration, operation, proceed, source, YumLeave a Comment

Fourth, CD YUM Source Construction

1, mount the optical drive

https:/ /www.cnblogs.com/healy/p/11428622.html

2 , Make network yum source files invalid

3, enter the configuration file view

4. Invalidate networ

October 18, 2021By Simo Unix CD, construction, fourth, source, YumLeave a Comment

N methods for shell mathematical calculation

let usage method [email protected]:/tmp# n1=5
[email protected]:/tmp# n2=10< br />[email protected]:/tmp# let result=n1+n2
[email protected]:/tmp# echo $result
15
[email protected]:/tmp# let n1++
[

October 18, 2021By Simo Unix Calculation, mathematics, method, shellLeave a Comment

WINDOW10 installed Oracle11G

Download the oracle11g installation file from the oracle official website. (Baidu cloud disk extraction code rk3e), 2 compressed packages, and select and unzip at the same time to get the folder.

October 18, 2021By Simo Windows 11g, installation, Oracle, Oracle11g, Windows10Leave a Comment

Regular expressions – need to help regular expression matching blood type

I am trying to come up with a regular expression to help me validate the blood type field – it should only accept A [– ], B [– ], AB [–] and O [– ].

This is the regular expression I came up w

October 18, 2021By Simo Regexp blood type, expression, expressions, help, matching, need, regularLeave a Comment

Regular expression – replacing characters in Perl

I am trying to double all the vowels in each word. For example:

$string=”if it rains, cover with umbrella”; This is the code I wrote, but I did not get the correct output.

$string=~s/a

October 18, 2021By Simo Regexp character, expression, middle, perl, regular, replacementLeave a Comment

Regular expression – what is the fastest way to determine the full URL from a relative URL (given basic URL)

I am currently using the module URI::URL to generate a complete URL from a relative URL; however, it does not run as fast as I hoped. Does anyone know of another approach possible Will be faster?

October 18, 2021By Simo Regexp Basic, complete, determination, expression, fastest, given, method, regular, relative, URL, whatLeave a Comment

Posts navigation

Page 1 … Page 58 Page 59 Page 60 … Page 590
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