• Marco Nie
  • you are the company you keep...
  • 首页
  • 关于我

windows 安装最新版 openssl

  • 2019-11-07
  • Windows, web, software
  • 暂无评论

最近折腾 vps 的自动备份,备份文件是在服务器上使用 openssl 加密的,我的一台笔记本是 Windows 系统的,所以想要解密的话需要在 windows 上安装 openssl,但是官方网站没有提供对应版本,做了一些查找。

阅读全文


在 Git 中缓存 GitHub 密码信息-credential

  • 2019-10-28
  • Linux, software
  • 暂无评论

git 有两种方式访问服务器:https ssh

以下介绍两种方式进行一次设置,以后可以直接操作无需密码。

阅读全文


python 常用语法收集

  • 2019-10-17
  • python
  • 暂无评论

在我使用过程中遇到的常用语法,这里做一些记录。

阅读全文


Linux 使用 split 命令分割文件

  • 2019-10-17
  • Linux
  • 暂无评论

split {options} {file_name} {prefix}

阅读全文


Linux 后台程序/端口占用查看及关闭

  • 2019-10-16
  • Linux
  • 暂无评论

ps

查看当前所有后台进程:

ps -aux

2019-10-16T08:08:10.png

查看某个脚本进程:

ps -aux | grep "test.sh"

kill

关闭进程,通过ps命令查看进程号PID,然后执行:

kill %PID

lsof

查看当前端口是否被某个进程占用:

lsof -i:8000

Windows 查看端口占用参考:https://niekun.net/index.php/archives/922.html


  • 前一页
  • 1
  • ...
  • 65
  • 66
  • 67
  • 68
  • 69
  • ...
  • 80
  • 后一页
  • © 2026 Marco Nie
  • RSS
  • Powered by Typecho