会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
正霜霜儿
不卑不亢 勤劳致富
博客园
首页
新随笔
联系
订阅
管理
随笔 - 146
文章 - 0
评论 - 16
阅读 -
31万
当前标签:profile
linux --环境变量配置文件
正霜霜儿 2020-11-13 08:44
阅读:1317
评论:0
推荐:1
编辑
linux -bash: /etc/profile: line 88: syntax error: unexpected end of file
正霜霜儿 2020-10-13 10:05
阅读:3035
评论:2
推荐:3
编辑
linux--修改完profile文件后如何立马生效
正霜霜儿 2020-10-12 20:53
阅读:2038
评论:0
推荐:0
编辑
linux--redhat 开始show “ warning: shell level (1000) too high, resetting to 1”
正霜霜儿 2020-10-12 20:33
阅读:4456
评论:0
推荐:0
编辑
公告
昵称:
正霜霜儿
园龄:
5年9个月
粉丝:
5
关注:
10
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
最新随笔
1.python --二分法学习
2.python --多个叠加装饰器
3.python -函数传参的两种方式(爬取我的博客园)
4.Parcharm-ModuleNotFoundError: No module named 'request'--解决方案
5.python-函数参数的学习
6.python--文件操作指南
7.python-函数以及函数的返回值
8.python-深浅复制,可变/不可变对象
9.mysql-子查询的学习
10.python--用户的输入和while 循环
我的标签
Linux
(50)
python
(49)
mysql
(23)
test
(9)
git
(6)
python 小案子
(5)
profile
(4)
windows
(3)
Linux shell
(3)
kernel
(3)
更多
积分与排名
积分 - 134777
排名 - 10656
随笔分类
clear linux(1)
Django(2)
git(6)
Linux(48)
mysql(22)
python(55)
server(8)
UEFI Shell(1)
windows (4)
随笔档案
2024年4月(17)
2024年3月(9)
2021年5月(1)
2021年4月(1)
2021年2月(3)
2021年1月(3)
2020年12月(22)
2020年11月(7)
2020年10月(11)
2020年9月(1)
2020年8月(1)
2020年7月(10)
2020年6月(4)
2020年5月(10)
2020年4月(5)
2020年3月(1)
2020年2月(1)
2019年10月(1)
2019年9月(4)
2019年8月(3)
2019年7月(1)
2019年6月(16)
2019年5月(13)
更多
阅读排行榜
1. linux-/usr/lib64/libm.so.6: version `GLIBC_2.29' not found --安装GLIBC_2.29 package(62710)
2. [linux] VNC the connection was refused by the computer(17559)
3. Linux --赋予普通用户root 权限(16405)
4. UEFI Shell --常用命令解释(15388)
5. git --解决fatal: Not a git repository(13368)
评论排行榜
1. linux-/usr/lib64/libm.so.6: version `GLIBC_2.29' not found --安装GLIBC_2.29 package(8)
2. linux -bash: /etc/profile: line 88: syntax error: unexpected end of file(2)
3. linux --批量修改文件内容(2)
4. mysql --键表约束(1)
5. linux-Curl error (37): Couldn't read a file:// file for file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-x86_64 [Couldn't open file /e tc/pki/rpm-gpg/RPM-GPG-KEY-fedora-x86_64](1)
推荐排行榜
1. linux -bash: /etc/profile: line 88: syntax error: unexpected end of file(3)
2. Linux --赋予普通用户root 权限(2)
3. python --os.chdir()方法(2)
4. linux --环境变量配置文件(1)
5. linux-/usr/lib64/libm.so.6: version `GLIBC_2.29' not found --安装GLIBC_2.29 package(1)
最新评论
1. Re:linux-Curl error (37): Couldn't read a file:// file for file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-x86_64 [Couldn't open file /e tc/pki/rpm-gpg/RPM-GPG-KEY-fedora-x86_64]
我是fedora 37 升级 38 遇到相同的报错 把执行的命令把中间的改成38就可以了(有可能没权限,需要sudo执行) sudo rpmkeys --import /etc/pki/rpm-gpg...
--mendge01
2. Re:linux --批量修改文件内容
@zengmu 你好,应该是1 左边的那个键 `...
--正霜霜儿
3. Re:linux --批量修改文件内容
您好,请问 sed -i "s/TV/xiaozhan/g" grep TV -rl ./ #注意这里的`` 不是单引号!! ' '应该是什么东西啊...
--zengmu
4. Re:linux-/usr/lib64/libm.so.6: version `GLIBC_2.29' not found --安装GLIBC_2.29 package
谢谢!但是我在执行yum install autoconf 的时候,又报错了哈哈: [root@SP-JWD-T-SmartPK1-50 local]# yum install autoconf Lo...
--dolphin8121
5. Re:linux-/usr/lib64/libm.so.6: version `GLIBC_2.29' not found --安装GLIBC_2.29 package
@dolphin8121 我把之前遇到的问题以及解决的方法都告诉你吧,哈哈 遇到问题: 1. *** These critical programs are missing or too old: b...
--正霜霜儿
点击右上角即可分享