上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 110 下一页
摘要: 原因 不支持rsa算法,官方未给出任何有益的提示 解决 指定算法 ssh-keygen -m PEM -t ed25519 -C "your.email@example.com" 测试 ssh -T git@e.coding.net 阅读全文
posted @ 2022-07-21 10:36 jiftle 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 备份镜像 #备份alpine proot-distro backup alpine --output ./alpine20210513.tar.gz #备份archlinux proot-distro backup archlinux --output ./archlinux20210513.tar 阅读全文
posted @ 2022-07-20 00:46 jiftle 阅读(720) 评论(0) 推荐(0) 编辑
摘要: docker run -it \ --name code-server \ -p 30000:8080 \ -v "/hom/john:/home/john" \ -u "$(id -u):$(id -g)" \ -e "DOCKER_USER=john" \ -e PASSWORD='888888 阅读全文
posted @ 2022-07-19 13:57 jiftle 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 来源: https://www.bookstack.cn/read/Tencent-secguide/Go%E5%AE%89%E5%85%A8%E6%8C%87%E5%8D%97.md 目录 1 通用类 I. 代码实现 1.1 内存管理 1.2 文件操作 1.3 系统接口 1.4 通信安全 1.5 阅读全文
posted @ 2022-07-19 09:06 jiftle 阅读(62) 评论(0) 推荐(0) 编辑
摘要: termux 是不完整的linux模拟终端,不能直接安装code sever的。 解决办法 通过proot-distro 安装ubuntu,模拟出真实的linux环境,其实就是处理/usr,/etc等的路径问题。 然后再ubuntu里安装软件包即可,deb安装包,记得下载arm64架构的。 阅读全文
posted @ 2022-07-18 10:19 jiftle 阅读(530) 评论(0) 推荐(0) 编辑
摘要: MobaXterm 支持平台: Windows 介绍 Enhanced terminal for Windows with X11 server, tabbed SSH client, network tools and much more MobaXterm X server and SSH cl 阅读全文
posted @ 2022-07-17 21:48 jiftle 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 查看软件包 ~ $ pkg list-all |grep mar WARNING: apt does not have a stable CLI interface. Use with caution in scripts. cmark-static/stable 0.30.2 aarch64 cm 阅读全文
posted @ 2022-07-17 14:58 jiftle 阅读(1745) 评论(1) 推荐(1) 编辑
摘要: DBeaver Community | Free Universal Database Tool Universal Database Tool Free multi-platform database tool for developers, database administrators, an 阅读全文
posted @ 2022-07-17 14:02 jiftle 阅读(697) 评论(0) 推荐(0) 编辑
摘要: 自定义升级包 package main import ( "bytes" "flag" "fmt" "io/ioutil" "log" "os" "path" "time" ) const ( FLAG = "U&PK" ) func main() { file := flag.String("fi 阅读全文
posted @ 2022-07-14 11:28 jiftle 阅读(59) 评论(0) 推荐(0) 编辑
摘要: https://nmap.org/ http://www.nmap.com.cn/ 阅读全文
posted @ 2022-07-14 10:35 jiftle 阅读(8) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 110 下一页