Ubuntu 更新 apt-get update 的时候 出现 Err: http://us.archive.ubuntu.com/ubuntu bionic InRelease Could not resolve 'us.archive.ubuntu.com' 这个错误的时候 修改 resolv.conf 文件中的 nameserver 中的值. sudo vim /etc/resolv.conf 将 nameserver 中的值替换成 nameserver 8.8.8.8 保存文件后.重启n…
本文首发于个人博客https://kezunlin.me/post/9f626e7a/,欢迎阅读! compile and use libjpeg-turbo on ubuntu 16.04 Series compile and use libjpeg-turbo on windows 10 compile and use libjpeg-turbo on ubuntu 16.04 Guide build requirements autoconf 2.56 or later automake…
如题 昨天使用ubuntu 18没有这个问题 ============================= 12:38 1.安装完成出现重启后,一定要拔掉U盘 2.BIOS里面的security boot一定要关闭,否则无法启动到unbuntu安装界面 3. ubuntu 16无法修改缩放比例,在4K分辨率下简直很痛苦,所以安装ubuntu 18才是明智的 15:10 1.utuntu 18在thinkpad x1上频繁死机:装成ubuntu 20后比较稳定…
解决办法把firmware-upgrade卸载 sudo dpkg --remove --force-all firmware-upgrade 然后 sudo apt-get update 即可…
本文首发于个人博客https://kezunlin.me/post/e2780b93/,欢迎阅读! Tutorial to Install and Configure ROS Kinetic on Ubuntu 16.04. ROS release ROS version Ubuntu version 2016.3 ROS Kinetic Kame Ubuntu 16.04(Xenial)/Ubuntu 15.10 Install Guide quick commands sudo sh -c…
本文首发于个人博客https://kezunlin.me/post/b90033a9/,欢迎阅读! Install and Configure Caffe on ubuntu 16.04 Series Part 1: Install and Configure Caffe on windows 10 Part 2: Install and Configure Caffe on ubuntu 16.04 Guide requirements: NVIDIA driver 396.54 CUDA 8…
When I do command sudo apt update, always get belowing errors: Err:1 http://archive.ubuntu.com/ubuntu bionic InRelease Could not connect to archive.ubuntu.com:80 (91.189.91.23). - connect (111: Connection refused) Could not connect to archive.ubuntu.…
http://ubuntuhandbook.org/index.php/2016/11/install-touchpad-indicator-in-ubuntu-16-04/ arrive@HP4431s:~$ sudo add-apt-repository ppa:atareao/atareao Applications from atareao 更多信息: https://launchpad.net/~atareao/+archive/ubuntu/atareao 按 [ENTER] 继续或…
ubuntu升级18.04进不了桌面 https://chengfeng.site/2018/05/02/ubuntu%E5%8D%87%E7%BA%A718-04%E8%B8%A9%E7%9A%84%E5%9D%91/ Posted on 2018-05-02 by chengfeng 4月26日,ubuntu如期发布了其长期稳定版18.04,我的虚拟机内ubuntu是16.04,第一时间就升级了,除了遇到一个显卡驱动兼容问题外,一切都很顺利.解决这个问题也很简单,在virtualbox设置界…
第一个 Dockerfile FROM ubuntu RUN apt-get update && apt-get install -y vim 运行 docker build 命令构建镜像并详细分析每个细节 root@ubuntu:~# pwd /root root@ubuntu:~# root@ubuntu:~# cat Dockerfile FROM ubuntu RUN apt-get update && apt-get install -y vim root@ubu…