随笔分类 -  ubuntu操作

摘要:1、先intsall anaconda 到清华镜像 https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ bash Ana...... 安装完后无法出现jupyter notebook 解决办法:在bashrc中将默认浏览器设为相应浏览器. 打 阅读全文
posted @ 2018-01-18 14:38 code666 阅读(3147) 评论(0) 推荐(0)
摘要:先在ubuntu下更新一下时间,确保时间无误: sudo apt-get install ntpdate sudo ntpdate time.windows.com 然后将时间更新到硬件上: sudo hwclock --localtime --systohc重新进入windows10,发现时间恢复 阅读全文
posted @ 2017-10-24 16:56 code666 阅读(1223) 评论(0) 推荐(1)
摘要:1、创建新的文件夹: 快捷键C+V+T打开终端,mkdir test. 2、g++编译的命令: g++ test.cpp -o test(没有-o 默认为a.out) ./ test 3.运行安装后的软件,然后锁住 /usr/bin/google-chrome-stable 阅读全文
posted @ 2017-09-24 20:35 code666