会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
静品月光
linux:合并类别代码,查看文本文件的头部、尾部行内容 及查看行数
摘要: 1.在开发工作目录,合并各类别代码 find . -name ".json" -o -name ".php" -o -name "*.js" | xargs cat > all.code 2.统计代码行数 $wc -l all.code 3.截取头部1500行代码 head -n 1500 file
阅读全文
posted @ 2020-06-17 17:13 月光的礼物
阅读(193)
评论(0)
推荐(0)
编辑
linux:使用screen防止异常中断
摘要: 1. 语法 $> screen [-AmRvx -ls -wipe][-d <作业名称>][-h <行数>][-r <作业名称>][-s ][-S <作业名称>] -A 将所有的视窗都调整为目前终端机的大小。 -d <作业名称> 将指定的screen作业离线。 -h <行数> 指定视窗的缓冲区行数。
阅读全文
posted @ 2020-06-16 16:01 月光的礼物
阅读(507)
评论(0)
推荐(0)
编辑
Nginx Server 配置格式
摘要: server { listen 443 ssl; root /keeweb; index index.html; server_name localhost; ssl_certificate /etc/nginx/external/cert.pem; ssl_certificate_key /etc
阅读全文
posted @ 2020-06-12 12:55 月光的礼物
阅读(511)
评论(0)
推荐(0)
编辑
请求测试BTC
摘要: https://coinfaucet.eu/en/btc-testnet/
阅读全文
posted @ 2020-06-10 15:12 月光的礼物
阅读(95)
评论(0)
推荐(0)
编辑
This request has been blocked; the content must be served over HTTPS
摘要: 在 HTTPS 承载的页面上不允许出现 http 请求,一旦出现就是提示或报错: This request has been blocked; the content must be served over HTTPS 解决方案: html: <meta http-equiv="Content-Se
阅读全文
posted @ 2020-06-10 11:28 月光的礼物
阅读(11796)
评论(0)
推荐(0)
编辑
npm install:sill install loadAllDepsIntoIdealTree 不继续执行
摘要: npm install一直停留在:sill install loadAllDepsIntoIdealTree 使用如下命令,设置为淘宝的镜像源: npm config set registry https://registry.npm.taobao.org 然后执行: npm install
阅读全文
posted @ 2020-06-03 16:01 月光的礼物
阅读(3536)
评论(0)
推荐(0)
编辑
VSCode Remote-WSL 修改子系统版本
摘要: [Remote-WSL] 扩展使用的是你的默认发行版. 可以通过 wslconfig.exe 对其进行更改。 打开PowerShell通过以下命令列出已安装的发行版:wslconfig /l 使用以下命令进行发行版的修改:wslconfig /setdefault Ubuntu-20.04
阅读全文
posted @ 2020-06-01 15:39 月光的礼物
阅读(603)
评论(0)
推荐(0)
编辑
-bash: ./rwx.sh: /bin/bash^M: bad interpreter: No such file or directory
摘要: 因为脚本文件在windows下编辑过。windows下,每一行的结尾是\n\r,而在linux下文件的结尾是\n,那么你在windows下编辑过的文件在linux下打开看的时候每一行的结尾就会多出来一个字符\r需要 使用命令: sed -i 's/\r$//' youfilename 删除\r字符就
阅读全文
posted @ 2019-06-28 18:43 月光的礼物
阅读(455)
评论(0)
推荐(0)
编辑
[转]CentOS查看内核版本,位数,版本号
摘要: 1)[root@localhost ~]# cat /proc/versionLinux version 2.6.18-194.el5 (mockbuild@builder10.CentOS.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #...
阅读全文
posted @ 2015-03-18 09:20 月光的礼物
阅读(203)
评论(0)
推荐(0)
编辑
[转]Centos IP、DNS设置
摘要: 1、CentOS 修改DNS修改对应网卡的DNS的配置文件# vi /etc/resolv.conf修改以下内容nameserver 8.8.8.8 #google域名服务器nameserver 8.8.4.4 #google域名服务器2、CentOS 修改网关修改对应网卡的网关的配置文件[root...
阅读全文
posted @ 2015-03-17 15:02 月光的礼物
阅读(157)
评论(0)
推荐(0)
编辑
导航
博客园
首页
联系
订阅
管理
公告