
Linux
文章平均质量分 77
数据架构
知识就是力量,良知才是方向。良知比知识更重要!
When you want to give up , think about why you started?
千学不如一看,千看不如一练,千练不如一战
ACDU(中国DBA联盟)成员
安徽DBA俱乐部 成员
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Shell Scripting part3
Shell Scripting part3原创 2023-03-23 23:49:42 · 620 阅读 · 0 评论 -
Shell Scripting part2
Shell Scripting part2原创 2023-03-21 10:10:30 · 148 阅读 · 0 评论 -
Shell Scripting part1
Shell Scripting part1原创 2023-03-20 20:33:54 · 523 阅读 · 0 评论 -
Shell面试题
Shell面试题原创 2023-03-20 08:28:24 · 1171 阅读 · 1 评论 -
Shell自动化管理 for ORACLE DBA
Shell自动化管理 for ORACLE DBA原创 2023-03-17 09:18:11 · 2624 阅读 · 0 评论 -
The Introduction of Shell Script
The Introduction of Shell Script原创 2023-03-09 17:46:34 · 532 阅读 · 0 评论 -
(重磅)弄了好久RAC集群中RAC1,RAC2 其中RAC2ping不通
(重磅)弄了好久RAC集群中RAC1,RAC2 其中RAC2ping不通原创 2022-10-15 10:13:15 · 437 阅读 · 0 评论 -
已解决mysql shell 中 没有numpy & pandas module
已解决mysql shell 中 没有numpy & pandas module原创 2022-10-14 16:55:38 · 305 阅读 · 0 评论 -
Linux CentOS 8中 升级Python3.6.8到Python3.9.13
Linux CentOS 8中 升级Python3.6.8到Python3.9.13原创 2022-10-14 16:15:34 · 2452 阅读 · 2 评论 -
Shell 常用脚本
Shell 常用脚本原创 2022-10-13 21:00:31 · 549 阅读 · 0 评论 -
[解决方法] Can‘t exec “mysql_config“: No such file or directory at Makefile.PL
[解决方法] Can't exec "mysql_config": No such file or directory at Makefile.PL原创 2022-10-13 16:03:30 · 1870 阅读 · 0 评论 -
Add comments automatically once edit shell scripts
Add comments automatically once edit shell scripts原创 2022-10-11 07:17:43 · 110 阅读 · 0 评论 -
if[-n] 、tr的用法
if[-n] 、tr的用法原创 2022-09-29 12:21:18 · 3528 阅读 · 0 评论 -
VM关闭虚拟机之后,连接不上前一天设置的静态ip
VM关闭虚拟机之后,连接不上前一天设置的静态ip原创 2022-09-17 09:52:20 · 1011 阅读 · 0 评论 -
Linux Commands Interview questions
Linux Commands Interview questions原创 2022-08-01 22:55:24 · 290 阅读 · 0 评论 -
Chapter 19 Tips and Traps: Common Goofs for Novices
Chapter 19 Tips and Traps: Common Goofs for Novices原创 2022-08-01 21:00:23 · 193 阅读 · 0 评论 -
Chapter 18 Working Faster by Typing Less
Chapter 18 Working Faster by Typing Less原创 2022-08-01 15:20:02 · 134 阅读 · 0 评论 -
Chapter 12 End-User Task As Shell Scripts
Chapter 12 End-User Task As Shell Scripts原创 2022-08-01 14:00:05 · 161 阅读 · 0 评论 -
Chapter 11 Working with Dates and Times
Chapter 11 Working with Dates and Times原创 2022-08-01 11:39:04 · 151 阅读 · 0 评论 -
Additional Features for Scripting
Additional Features for Scripting原创 2022-08-01 06:50:07 · 120 阅读 · 0 评论 -
Chapter 8 Intermediate Shell Tools II
Chapter 8 Intermediate Shell Tools II原创 2022-07-30 21:00:15 · 514 阅读 · 0 评论 -
Chapter 7 Intermediate Shell Tool I
Chapter 7 Intermediate Shell Tool I原创 2022-07-27 11:34:05 · 327 阅读 · 0 评论 -
Chapter 6 Shell Logic and Arithmetic
Chapter 6 Shell Logic and Arithmetic原创 2022-07-26 21:02:39 · 509 阅读 · 0 评论 -
Chapter 5 Basic Scripting: Shell Variables
Chapter 5 Basic Scripting: Shell Variables原创 2022-07-25 12:34:16 · 293 阅读 · 0 评论 -
Chapter 4 Executing Commands
Chapter 4 Executing Commands原创 2022-07-22 19:32:49 · 437 阅读 · 0 评论 -
Chapter 3 Standard Input
Chapter 3 Standard Input原创 2022-07-22 16:48:38 · 214 阅读 · 0 评论 -
Chapter2 Standard Output
Chapter2 Standard Output原创 2022-07-21 21:21:01 · 216 阅读 · 0 评论 -
Chapter1 Beginning Bash
Chapter1 Beginning Bash原创 2022-07-21 14:20:47 · 220 阅读 · 0 评论 -
Introduction to Command Line
Introduction to Command Line原创 2022-07-19 08:10:10 · 160 阅读 · 0 评论 -
CP5 Basic Scripting : Shell Variables
variables ——containers that hold strings and numbers,which can be changed,compared,and passed around.bash variables have some very special operators that can be used when you refer to the vairable.variables in a bash script are often written as all-upp原创 2022-03-08 14:15:51 · 150 阅读 · 0 评论 -
CP4 Bash Shell Executing Commands
1.Running Any ExecutableProblem: You need to run a command on a Linux or Unix system.Solution: Use bash and type the name of the command at the prompt.$ someprog2.Telling If a Command Succeeded or NotProblem: You need to know whether the command原创 2022-03-07 17:24:43 · 309 阅读 · 0 评论 -
How to solve error while loading shared libraries: libssl.so.10 in centos 8(Linux)
how to solve the issue for error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory in centos8原创 2022-03-14 22:43:13 · 2449 阅读 · 0 评论 -
Shell 未知汇总1
Shell 未知汇总1原创 2022-06-28 17:07:30 · 735 阅读 · 0 评论 -
About Intermediate Shell Tools Grep Sed Awk
About Grep , Sed , Awk in Bash Shell原创 2022-03-17 13:58:19 · 1327 阅读 · 0 评论 -
CP3 bash shell Standard Input
1.Getting Input from a FileProblem: you want your shell command to read data from a file.Solution: Use input redirection,indicated by the < character,to read data from a file.2.keeping Your Data with Your ScriptProblem: you need input to your原创 2022-03-07 09:51:51 · 182 阅读 · 0 评论 -
CP6 Shell Logic and Arithmetic
1. How to do arithmetic in your shell scriptproblem : You need to do some simple arithmetic in your shell scriptSolution: Use $(()) or let for integer arithmetic expressions2.Branching on ConditionsProblem : You want to check if you have the right原创 2022-03-17 06:19:49 · 1199 阅读 · 0 评论 -
How to Finding Files : Find ,locate ,slocate
How to Finding Files : Find ,locate ,slocate原创 2022-03-19 09:12:36 · 254 阅读 · 0 评论 -
How to working with dates and times?
How to working with dates and times?原创 2022-03-19 11:42:17 · 259 阅读 · 0 评论 -
About Shell Tools : sort | cut | gzip | tar | tr | wc | fmt
1. Sort Your OutputProblemYou would like output in a stored order. but you don't want to write a custom sort function for your program or shell script.SolutionUse the sort utility.You can sort one or more files by putting the file name on the comma原创 2022-03-17 20:54:57 · 327 阅读 · 0 评论 -
第一章 Bash 入门
第一章 Bash 入门原创 2022-06-27 20:54:45 · 359 阅读 · 0 评论