会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Anonymous
only to record some tricky things ...
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
5
6
7
8
9
10
11
12
13
···
23
下一页
2020年12月22日
Selenium IDE for Google Chrome
摘要: 1. Firefox 可以直接安装。 2. Chrome 由于我墙的关系,只能离线安装,下载安装包 https://www.crx4chrome.com/crx/77585/ 安装方法如下, 如果安装不成功,可以打开开发者模式,再尝试, (完)
阅读全文
posted @ 2020-12-22 10:11 Anonymous596
阅读(270)
评论(0)
推荐(0)
2020年12月21日
Python use goto statement
摘要: 安装, $ sudo pip3 install -i https://pypi.douban.com/simple goto-statement 用法, Refer to: https://github.com/snoack/python-goto p.s. 用了都说好,谁用谁知道, p.s.2 不
阅读全文
posted @ 2020-12-21 12:25 Anonymous596
阅读(230)
评论(0)
推荐(0)
2020年12月1日
U 盘安装 CentOS 7 时出现 No Caching mode page found 问题的解决
摘要: CentOS 7 ,用 U 盘安装时会有两种启动选项,一种是 UEFI 启动选项,一种是默认的 boot 启动选项。 如果选择 UEFI 方式安装系统,那么引导系统时会出现如下的出错提示: [sdb] No Caching mode page found [sdb] Assuming drive c
阅读全文
posted @ 2020-12-01 14:28 Anonymous596
阅读(6037)
评论(0)
推荐(1)
2020年11月9日
sudo 密码直接添加到命令行以方便实现脚本自动化
摘要: 方法1: 使用管道传递密码。 比如 root 密码为 abc,要执行命令 fdisk -l, 则用法如下, $ echo abc | sudo -S fdisk -l 其中 -S 参数表示: read the password from the standard input instead of u
阅读全文
posted @ 2020-11-09 10:15 Anonymous596
阅读(4347)
评论(0)
推荐(0)
2020年10月27日
Python3 Windows 虚拟环境的若干问题 (pip 离线安装)
摘要: 1. Windows 下建立虚拟环境 (假设当前 python 为 python3,要创建的虚拟环境名称是 xvenv) D:\>python -m venv xvenv 注意:虚拟环境是和当前路径关联的,不能移动,移动后不能正常工作。 2. 激活虚拟环境 D:\>xvenv\Scripts\act
阅读全文
posted @ 2020-10-27 15:27 Anonymous596
阅读(576)
评论(0)
推荐(0)
2020年10月9日
查看占用端口号的进程
摘要: 例如,查看占用端口 1492 的进程, $ lsof -i:1492 (完)
阅读全文
posted @ 2020-10-09 09:14 Anonymous596
阅读(136)
评论(0)
推荐(0)
2020年9月17日
nor flash 的简单操作命令
摘要: # cat /proc/mtd dev: size erasesize name mtd0: 00500000 00001000 "boot" mtd1: 00020000 00001000 "bootenv" mtd2: 00a80000 00001000 "kernel" mtd3: 00060
阅读全文
posted @ 2020-09-17 15:20 Anonymous596
阅读(774)
评论(0)
推荐(0)
2020年8月8日
CentOS7 设置静态 ip
摘要: 1. 查看网卡名 $ ifconfig 得到要设置静态 ip 的网卡名,例如,我这里是 enp0s25 2. 进入目录 /etc/sysconfig/network-scripts/ ,打开相应的配置文件 ifcfg-enp0s25 ,修改如下, 3. 重启即可。 Ubuntu 设置静态 ip,参见
阅读全文
posted @ 2020-08-08 17:23 Anonymous596
阅读(176)
评论(0)
推荐(0)
2020年7月27日
png2ico
摘要: 1. 下载 png2ico 源代码 http://www.winterdrache.de/freeware/png2ico/data/png2ico-src-2002-12-08.tar.gz 2. 安装编译依赖 $ sudo apt-get install libpng++-dev 3. 编译 $
阅读全文
posted @ 2020-07-27 15:52 Anonymous596
阅读(237)
评论(0)
推荐(0)
2020年7月23日
Thunderbird 配置 QQ mail
摘要: 打开 Thunderbird, 点击右上角 -> Preference -> Account Settings,弹出界面如下, 点击上图 Account Actions -> Add Mail Account...,打开界面如下,填写用户名,emai 地址,和 password(注意,这里的 pas
阅读全文
posted @ 2020-07-23 20:18 Anonymous596
阅读(1561)
评论(0)
推荐(2)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
23
下一页
公告