首页
归档
大树
手记
助手
友链
自传
1
MySQL相关知识点总结
2
操作系统原理面试题与知识总结(部分)
3
多线程面试题与知识总结
4
计算机网络知识点总结与面试题
5
数据结构部分知识点总结
乌拉队长
你只管努力,其余的交给命运
累计撰写
122
篇文章
累计创建
34
个标签
累计收到
31
条评论
栏目
首页
归档
大树
手记
助手
友链
自传
搜索
标签搜索
日常小问题
工具类
安装部署
知识总结
面试
面经
Windows
WSL2
LXD
docker
IEEE投稿
论文排版
论文
Latex
向日葵
网络唤醒
wol
bug解决
机器学习
深度学习
压缩感知
servlet
java打包exe
数据库
虚拟机
tkinter
Anaconda
服务器
前端
MATLAB
GitHub
Ubuntu
python
java
目 录
CONTENT
以下是
服务器
相关的文章
2021-11-19
Ubuntu环境变量每次都要source问题解决
Ubuntu环境变量每次都要source问题解决问题描述:在 /etc/profile 文件中配置环境变量后,每次重新打开终端都需要重新source /etc/profile 才会生效。解决:用 vi或者vim 打开并编辑~/.bashrc 文件,在文件的最后面增加如下代码:if [ -f /etc
2021-11-19
1064
0
0
Ubuntu
服务器
bug解决
2021-08-22
Centos7中安装的Nginx没有sites-available 和 sites-enabled目录
Centos7中安装的Nginx没有sites-available 和 sites-enabled目录没有能怎么办,还能怎么办,自己创建一个不就得了呗创建目录mkdir /etc/nginx/site
2021-08-22
1541
0
0
服务器
bug解决
2021-08-22
Nginx: [emerg] directive "rewrite" is not terminated by ";"
Nginx: [emerg] directive "rewrite" is not terminated by ";"报错的意思是说rewrite应该以分号“;
2021-08-22
940
0
0
服务器
bug解决
2021-08-22
CentOS7添加/删除用户和用户组
CentOS7添加/删除用户和用户组要在root用户下使用1.新建用户adduser testuser //新建testuser 用户passwd testuser //给testuser 用户设置密
2021-08-22
1006
0
0
服务器
2021-08-22
xxxx is not in the sudoers file.This incident will be reported
xxxx is not in the sudoers file.This incident will be reported报错的意思是没有权限使用sudo解决方法(以下命令在root用户下执行)1.
2021-08-22
1093
0
0
服务器
2021-08-22
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-*
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-*一般出现这个问题是由于
2021-08-22
5123
0
0
python
服务器
2021-07-19
Ubuntu修改时间
Ubuntu修改时间为北京时间在终端执行如下命令即可timedatectl set-timezone Asia/Shanghai
2021-07-19
1079
0
0
Ubuntu
服务器
2021-06-29
使用docker在本地部署sharelatex
使用docker在本地部署sharelatex做科研的写论文是难以逃避的,而用sharelatex进行论文排版是再方便不过的了,但是overleaf官网站点在国外,需要科学上网才行,而且编译有时候还很
2021-06-29
2238
0
0
Latex
默认分类
docker
Ubuntu
服务器
2021-06-22
Warning: Stopping docker.service, but it can still be activated by: docker.socket
Linux停止docker服务报错问题ubuntu执行systemctl stop docker命令报错:Warning: Stopping docker.service, but it can still be activated by: docker.socket解决办法删除docker.so
2021-06-22
2728
0
0
docker
Ubuntu
服务器
bug解决
2021-05-18
本地部署清华anaconda开源镜像源
本地部署清华anaconda开源镜像源anaconda是一个非常方便且好用的python虚拟环境管理工具,但是使用anaconda安装python模块对国内用户来说并不是很友好,幸亏国内有很多大厂为我们提供了很多开源镜像,作为一名科研dog,使用最多的还是清华的开源镜像,但清华的镜像源有时候并不是很
2021-05-18
1646
0
0
Ubuntu
服务器
Anaconda
机器学习
深度学习环境配置
1
2
3