会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jello
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
69
70
71
72
73
74
75
76
77
下一页
2017年9月1日
ubuntu下交叉编译mono
摘要: 环境:ubuntu16.04 wget download.mono-project.com/sources/mono/mono-4.8.1.0.tar.bz2 配置: CC=arm-linux-yourabi-gcc CFLAGS="-march=armv7-a -mfloat-abi=softfp
阅读全文
posted @ 2017-09-01 00:06 Jello
阅读(1177)
评论(0)
推荐(0)
2017年8月31日
ubuntu下git clone 提速
摘要: 环境:ubuntu16.04 方法:通过socks5代理并且使用http链接 步骤: 1.设置全局使用socks5代理,并且使用http传输 git config --global http.proxy socks5://localhost:1080 (1080是设置的本地socks5端口,根据自己
阅读全文
posted @ 2017-08-31 23:20 Jello
阅读(4555)
评论(0)
推荐(0)
2017年8月22日
在ubuntu16.04上搭建视频服务器
摘要: 推荐方案三:超级简单 方案一.hls (缺陷:需要花很多时间切片) 1.Distributor ID: Ubuntu Description: Ubuntu 16.04.3 LTS Release: 16.04 Codename: xenial 2.Linux 4.4.0-89-generic #1
阅读全文
posted @ 2017-08-22 00:18 Jello
阅读(6069)
评论(0)
推荐(0)
2017年8月13日
程序运行时找不到库的解决方案
摘要: 一.使用LD_LIBRARY_PATH变量 如:当运行scp时出现以下提示: scp: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
阅读全文
posted @ 2017-08-13 17:30 Jello
阅读(2108)
评论(0)
推荐(0)
移植openssh到arm linux
摘要: 一.在移植之前需要准备做一些前期准备: 1.移植zlib库 1.1获取zlib源码 1.2解压 tar xvf zlib-1.2.11.tar.xz 1.3交叉编译 1.3.1 指定交叉编译器 export CC=arm-linux-gnueabi-gcc export AR=arm-linux-g
阅读全文
posted @ 2017-08-13 01:40 Jello
阅读(2767)
评论(0)
推荐(0)
2017年8月6日
linux下使用docker-thunder-xware进行离线下载
摘要: 1.环境: lsb_release -a hello@jhello:~$ lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 16.04.3 LTSRelease: 16.04Cod
阅读全文
posted @ 2017-08-06 15:59 Jello
阅读(1862)
评论(0)
推荐(0)
linux下安装与运行docker
摘要: 写者环境: 1.lsb_release -a hello@hello:~$ lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 16.04.3 LTSRelease: 16.04Co
阅读全文
posted @ 2017-08-06 15:46 Jello
阅读(1024)
评论(0)
推荐(0)
2017年8月5日
ubuntu查询某个库的相关情况
摘要: 环境:Ubuntu 14.04 64bit 1.如:查询libjpeg库的位置 ldconfig -p |grep libjpeg 2.如:查询libjpeg库的相关名称 dpkg -l '*jpeg*' 3.如:通过2查到的名称来查找位置 dpkg -L '名称' 如:dpkg -L 'libop
阅读全文
posted @ 2017-08-05 14:31 Jello
阅读(2675)
评论(0)
推荐(0)
2017年7月29日
linux指定某用户某组挂载外接硬盘以便操作硬盘
摘要: 一.环境:发行版本:ubuntu 14.04 64bit 二.获取要指定的用户及组id 使用id命令 (笔者获取的uid和gid都为1000) 三.获取识别的硬盘路径 sudo fdisk -l (笔者获取的路径是/dev/sdb1) 四.挂载fat(分区为fat文件系统才具有uid和gid选项)
阅读全文
posted @ 2017-07-29 09:47 Jello
阅读(7971)
评论(0)
推荐(0)
2017年7月23日
在ubuntu下随意编译安装需要的python版本
摘要: 一.环境 ubuntu14.04 二.准备 2.1更新软件库 sudo apt-get update 2.2安装编译器及相应工具 2.3安装相应的开发库 sudo apt-get install zlib1g-dev libbz2-dev libssl-dev libncurses5-dev lib
阅读全文
posted @ 2017-07-23 21:33 Jello
阅读(4479)
评论(0)
推荐(0)
上一页
1
···
69
70
71
72
73
74
75
76
77
下一页
公告