上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 109 下一页
摘要: 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 阅读(78) 评论(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 阅读(59) 评论(0) 推荐(0) 编辑
摘要: termux 是不完整的linux模拟终端,不能直接安装code sever的。 解决办法 通过proot-distro 安装ubuntu,模拟出真实的linux环境,其实就是处理/usr,/etc等的路径问题。 然后再ubuntu里安装软件包即可,deb安装包,记得下载arm64架构的。 阅读全文
posted @ 2022-07-18 10:19 jiftle 阅读(481) 评论(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 阅读(352) 评论(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 阅读(1660) 评论(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 阅读(685) 评论(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 阅读(54) 评论(0) 推荐(0) 编辑
摘要: https://nmap.org/ http://www.nmap.com.cn/ 阅读全文
posted @ 2022-07-14 10:35 jiftle 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Fabric中更新出块策略主要分为三步:1.获取通道配置信息;2.修改配置;3.应用和提交修改。 一、获取通道配置信息 进入peer节点的cli容器 docker exec -it $cli_name bash 获取通道配置 peer channel fetch config config_bloc 阅读全文
posted @ 2022-07-13 18:11 jiftle 阅读(180) 评论(0) 推荐(0) 编辑
摘要: https://www.tinywell.com/post/blocklator/ 之前陆陆续续梳理了 fabric 的区块结构,包括配置区块和交易区块,最近又因为一些原因复习了一遍,然后顺便做了一个解析区块的工具 - blocklator。 这个工具前端采用 vue,后端使用 gin 框架提供 R 阅读全文
posted @ 2022-07-13 18:02 jiftle 阅读(269) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 109 下一页