上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页
  2023年7月19日
摘要: https://pkgs.org 阅读全文
posted @ 2023-07-19 16:19 北京开发 阅读(224) 评论(0) 推荐(0)
  2023年7月14日
摘要: 1、 git clone https://github.com/protocolbuffers/protobuf.git 2、 然后cd到protobuf目录执行:git submodule update --init --recursive 3、 然后使用yum安装对应的库,yum install 阅读全文
posted @ 2023-07-14 14:50 北京开发 阅读(173) 评论(0) 推荐(0)
摘要: 1、安装bazel wget https://copr.fedorainfracloud.org/coprs/vbatts/bazel/repo/epel-7/vbatts-bazel-epel-7.repo --no-check-certificate cp vbatts-bazel-epel-7 阅读全文
posted @ 2023-07-14 14:00 北京开发 阅读(238) 评论(0) 推荐(0)
  2023年7月13日
摘要: 1、 apt-get install --download-only libicui18n.so.66 会把安装包下载到 /var/cache/apt/archives 中 2、下载 aptitude clean aptitude --download-only install 安装包 mv /va 阅读全文
posted @ 2023-07-13 14:47 北京开发 阅读(204) 评论(1) 推荐(0)
  2023年7月10日
摘要: 例子 : LIBS += -l ncurses -lfilelock -lpthread -lrt -lprotobuf -lsqlite3 -lpcre2-8 -l:libcurl.so.4 -lhs curl链接的是 libcurl.so.4 阅读全文
posted @ 2023-07-10 18:00 北京开发 阅读(229) 评论(0) 推荐(0)
  2023年6月28日
摘要: 1、设置apt的源,打开源代码的源 /etc/apt/sources.list, 打开下面中的 deb-src 行(去掉前面的井号) deb http://mirrors.aliyun.com/ubuntu/ bionic main restricteddeb-src http://us.archi 阅读全文
posted @ 2023-06-28 13:56 北京开发 阅读(300) 评论(0) 推荐(0)
摘要: lsb_release -c 可以查看发行版 deb或者deb-src,deb指这是一个二进制的仓库,deb-src指这是一个源代码的仓库 阅读全文
posted @ 2023-06-28 13:33 北京开发 阅读(34) 评论(0) 推荐(0)
  2023年6月26日
摘要: 1、获取文件类型 curl -T /home/yyy/doc/centos.txt http://localhost:12000/meta/Content-Type --header "Accept: text/plain"2、获取文件内容 curl -T /home/yyy/doc/centos. 阅读全文
posted @ 2023-06-26 22:59 北京开发 阅读(41) 评论(2) 推荐(0)
  2023年6月24日
摘要: 1.把包控制脚本解包出来 dpkg-deb -e nano.deb nano/DEBIAN 2. 把程序解包出来 dpkg-deb -x nano.deb nano 3. 重新打包 dpkg-deb -b nano nano_2.deb control字段信息说明 package:程序名称,中间不能 阅读全文
posted @ 2023-06-24 15:31 北京开发 阅读(662) 评论(0) 推荐(0)
  2023年6月21日
摘要: 一、从本地Linux做如下操作: 其中192.168.xx.xxx是远端的被登录的计算机 1.进入.ssh目录: cd ~/.ssh 2.生成一对密钥: ssh-keygen -t rsa 3.发送公钥: ssh-copy-id 192.168.xx.xxx 4.免密登录测试: ssh 192.16 阅读全文
posted @ 2023-06-21 13:58 北京开发 阅读(120) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页