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 jupyter sudo apt-get install jupyter 2.如何启动jupyter? jupyter notebook 3.如何登陆jupyter? 登陆地址为:127.0.0.1:8888…
注:这是多用户版本 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.py sudo npm install -g configurable-http-proxy sudo apt-get install jupyter-core 2.正式安装 sudo python3…
一. 安装snapd sudo apt-get install snapd 二. 安装adb sudo apt-get install adb 三. 安装必要的内核模块 wget https://launchpadlibrarian.net/386450337/anbox-modules-dkms_13_all.deb sudo dpkg -i anbox-modules-dkms sudo modprobe ashmem_linux sudo modprobe binder_linux 四.…
步骤: 1.将系统时间调整到一个月之前,然后执行安装. 可以使用date命令调整系统时间,如:date -s '2012-08-14 10:00:00' 2.安装成功后,打开程序,按照提示信息,申请一个10天的试用版License,然后退出. 3.下载附件中的文件abstract.pyo,将其放到安装目录下的/bin/2.5/src/process下面. 我这里路径是/usr/local/lib/wingide4.1/bin/2.5/src/process,可以通过whereis wingide…
1. 准备工作 1.1 安装gcc 7.x版本 sudo apt-get install gcc-7 -y 1.2 安装依赖的库及其工具 sudo apt install build-essential cmake cmake-data debhelper dbus google-mock \ libboost-dev libboost-filesystem-dev libboost-log-dev libboost-iostreams-dev \ libboost-program-option…
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-generic .config 4.配置 make menuconfig 5.编译 make -j10 V=s 6.安装 sudo make modules_install sudo make instal…
一. 背景 从向日葵官网下载了linux版向日葵远程控制端软件,解压后直接执行Sunlloginremote发现以下错误: jello@jello:~/sunlogin_remote_linux$ ./SunloginRemote This application failed to start because it could not find or load the Qt platform plugin "xcb". Available platform plugins are:…
目录 一 安装前的准备 二 编译并安装OpenCV 4.1.1 注:原创不易,转载请务必注明原作者和出处,感谢支持! OpenCV目前(2019-8-1)的最新版本为4.1.1.本文将介绍如何在Ubuntu 16.04 LTS下编译安装最新的OpenCV 4.1.1版本以及4.1.1对应的contrib库. 一 安装前的准备 (1) 一台Ubuntu 16.04 LTS操作系统.选择速度快的国内更新源并更新系统 sudo apt-get update sudo apt-get upgrade (…
ubuntu 18.04 通过联网方式安装wine 1.如果是64位机器,先开启允许32位架构程序运行 sudo dpkg --add-architecture i386 2.添加元wine源码安装仓库 对于ubuntu18.10 wget -nc https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard/Release.key sudo apt-key add Release…
由于实验环境要求,最近在 Ubuntu 18.04 上安装了 Matlab2018b , 这里简单记录过程. (1) 首先是获取对应的 Matlab2018b 的安装包,这里笔者是在一个外国的网站上获得的,网址为:https://downloadly.ir/software/engineering-specialized/mathworks-matlab-download/,看不懂网页内容时可以在页面空白处 右键 -> 翻译为英文 ( chrome ),之后即可根据页面上的链接下载对应的内容,注…