会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Talk is not cheap, code is free!
Design bug , Fix bug . Something is easy to fix , the others are not !
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
下一页
2022年2月19日
互联网 常用服务、协议 默认使用的端口
摘要: 服务或者协议名称 使用的默认端口 FTP 20,21 SSH 22 Telnet 23 DNS 53 HTTP 80 HTTPS 443 待续 待续
阅读全文
posted @ 2022-02-19 15:04 wangshaodong
阅读(86)
评论(0)
推荐(0)
2022年2月8日
若干篇喜欢的古文
摘要: <钗头凤> 陆游 红酥手,黄籘酒,满城春色宫墙柳。东风恶,欢情薄,一怀愁绪,几年离索。错,错,错! 春如旧,人空瘦,泪痕红浥鲛绡透。桃花落,闲池阁,山盟虽在,锦书难托。莫,莫,莫! <钗头凤> 唐婉 世情薄,人情恶,雨送黄昏花易落。晓风乾,泪痕残,欲笺心事,独语斜栏。难,难,难! 人成各,今非昨,病
阅读全文
posted @ 2022-02-08 00:14 wangshaodong
阅读(74)
评论(0)
推荐(0)
2022年2月2日
Linux 安装和初步配置 mysql
摘要: 安装 centos 8 sudo dnf install mysql-server sudo systemctl start mysqld.service sudo systemctl enable mysqld.service sudo systemctl status mysqld.servic
阅读全文
posted @ 2022-02-02 20:15 wangshaodong
阅读(71)
评论(0)
推荐(0)
2022年1月27日
查看网络端口被占用的情况 windows
摘要: 假设有应用提示1080端口被占用 使用 win + R ,输入cmd,打开cmd命令窗口 使用命令查找对用的进程号 netstat -ano | findstr 1080 使用命令查找对用的进程 tasklist |findstr process_id 例子如下图所示,找到了对那个的app后,将其退
阅读全文
posted @ 2022-01-27 11:52 wangshaodong
阅读(76)
评论(0)
推荐(0)
Linux (openSUSE 15.3 ) server ssh 可以使用,sftp无法使用
摘要: 遇到一个小问题,windows的mobaxterm ssh客户端提供的sftp的浏览器,只能浏览,无法从 Linux服务器上传下载文件,记录下解决方法 ssh的功能是正常的,就使用 sftp.exe 单独连接服务器,发现链接鉴权之后,立马就断开了 sftp wang@192.168.28.20 Pa
阅读全文
posted @ 2022-01-27 11:48 wangshaodong
阅读(1379)
评论(0)
推荐(0)
2022年1月22日
Linux LVM (Logical Volume Management) 逻辑卷管理 常见场景和命令操作内容
摘要: 常见缩写和中文含义 PE(physical Extend) 物理扩展块 PV(physical volume) 物理卷 VG(volume group) 卷组 LV(logical volume) 逻辑卷 the flowing gray parts ref from this blog PV (P
阅读全文
posted @ 2022-01-22 11:47 wangshaodong
阅读(320)
评论(0)
推荐(0)
2022年1月14日
git 操作远程分支
摘要: 创建远程分支 创建本地分支 # 创建 并且切换到 新分支 $ git checkout -b new_branch_name # 仅仅创建新分支不切换分支 $ git branch new_branch_name 推送本地分支到远程 $ git push origin new_branch_name
阅读全文
posted @ 2022-01-14 15:47 wangshaodong
阅读(101)
评论(0)
推荐(0)
2022年1月13日
Windows10 如何 移除掉文件的只读属性
摘要: win10 19044版本 修改 C:\Windows\System32\drivers\etc\hosts 的时候发现不可以写入, 即使用管理员权限也不行,发现它有一个只读属性,在网上找到一个文件只读属性的方法 # 需要用管理员权限打开cmd终端 attrib -r C:\Windows\Syst
阅读全文
posted @ 2022-01-13 15:46 wangshaodong
阅读(797)
评论(0)
推荐(0)
2022年1月2日
Linux 下 命令行 使用浏览器
摘要: 本文记录几个命令行版本的浏览器 w3m w3m 是一个老牌的命令行浏览器,我很早就知道它的存在 lynx lynx 是另一个 命令行浏览器, 我不太熟悉 elinks elinks 是我安装 Arch or Gentoo Linux时候遇到的有这个印象 brwosh 下载地址, https://ww
阅读全文
posted @ 2022-01-02 15:59 wangshaodong
阅读(810)
评论(0)
推荐(0)
2021年12月27日
Linux 命令介绍
摘要: 有趣和有用的Linux 命令介绍,持续,不连续更新 有用的Linux cmd ag ag # 我用Linux 好久了,居然才知道,这个搜索工具, 需要使用 sudo apt install silversearcher-ag 安装 # Recursively search for PATTERN i
阅读全文
posted @ 2021-12-27 22:28 wangshaodong
阅读(31)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
下一页
公告