上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 77 下一页
摘要: 答:cat hello.* > hello 阅读全文
posted @ 2019-01-14 21:48 Jello 阅读(1722) 评论(0) 推荐(0)
摘要: 答: 切割文件hello,以每个文件最大10MiB来切割,切割好的文件名前缀为hello.,后缀为二位的数字,切割之后的名字为hello.01,hello.02等等 split -b 10M -d hello hello. 阅读全文
posted @ 2019-01-14 18:30 Jello 阅读(496) 评论(0) 推荐(0)
摘要: 1. 为什么会出现这种技术? 为了安全,例如:保护指纹虹膜的生物特征数据 2. 为了确保数据安全各家公司都做了些什么? Arm公司提出的了trustzone技术,用一根安全总线(称为NS位)来判断当前处于secure world还是non-secure world状态,状态的切换由ATF(arm t 阅读全文
posted @ 2019-01-14 16:54 Jello 阅读(22966) 评论(1) 推荐(3)
摘要: 1.获取 wget http://mirrors.163.com/kernel/v4.x/linux-4.15.13.tar.gz 2.解压 tar xvf linux-4.15.13.tar.gz cd linux-4.15.13 3.获取配置 cp /boot/config-4.15.0-gen 阅读全文
posted @ 2019-01-12 21:03 Jello 阅读(1337) 评论(0) 推荐(0)
摘要: 一.背景 1.1 笔者的机器有两张声卡,使用aplay -l可以列举出来,一张是内置声卡,另一张是显卡自带的声卡,说明声卡驱动是ok的 1.2 笔者是在浏览器中播放视频无声音 二.尝试 2.1 尝试使用vlc播放器播放本地视频,发现在vlc的Audio->Audio Device中有两个设备,因此依 阅读全文
posted @ 2019-01-11 23:18 Jello 阅读(2214) 评论(0) 推荐(0)
摘要: 答:添加deb-src开头的源,如 deb-src http://cn.archive.ubuntu.com/ubuntu/ bionic-updates multiverse 阅读全文
posted @ 2019-01-11 22:01 Jello 阅读(3273) 评论(0) 推荐(0)
摘要: 1.获取 wget https://www.rarlab.com/rar/rarlinux-x64-5.6.1.tar.gz 2.解压 tar xvf rarlinux-x64-5.6.1.tar.gz cd rar 3.安装 sudo make install 阅读全文
posted @ 2019-01-11 21:38 Jello 阅读(4100) 评论(0) 推荐(0)
摘要: 答:有一下两个步骤: 1.替换.git/config中的仓库url 2.强制推送 git push -f 阅读全文
posted @ 2019-01-11 15:40 Jello 阅读(608) 评论(0) 推荐(0)
摘要: 1.执行一下命令进行安装 sudo apt-get install python3-distutils wget https://bootstrap.pypa.io/get-pip.py sudo python3 get-pip.py sudo python3 -m pip install jupy 阅读全文
posted @ 2019-01-11 12:45 Jello 阅读(646) 评论(0) 推荐(0)
摘要: 注:这是多用户版本 1.安装依赖 sudo apt-get install npm nodes sudo apt-get install python3-distutils wget https://bootstrap.pypa.io/get-pip.py sudo python3 get-pip. 阅读全文
posted @ 2019-01-11 11:38 Jello 阅读(841) 评论(0) 推荐(0)
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 77 下一页