起因 内存4G的Ubuntu 16.04,仅仅运行了两个容器,内存达到了90%多。 找问题 起初用top命令查看个进程运行情况与资源占用情况,毫无违和感,正在运行的程序内存占用都很低,一度让我怀疑是我的.net程序内存泄漏了。 然后用ps命令发现了其中的问题 ps aux | head -1;ps ...
分类:
系统相关 时间:
2020-06-14 12:55:19
阅读次数:
87
linux发行版=linux内核+商业软件linux发行版:RedHat、Fedora、suse、红旗、debian、Ubuntu、centos等不同发行版之间的联系与区别:slackware:SUSELinuxEnterpriseServer(SLES)OpenSuse桌面?debian:ubuntu,deepin(深度),mint?redhat:RHEL:RedHatEnterpriseLin
分类:
系统相关 时间:
2020-06-14 11:08:36
阅读次数:
92
Ubuntu环境变量出问题 root@ubuntu:~# vim Command 'vim' is available in '/usr/bin/vim' The command could not be located because '/usr/bin' is not included in t ...
分类:
系统相关 时间:
2020-06-14 10:55:22
阅读次数:
82
简介 先安装好Nvdia 驱动 在安装cuda 安装方式 https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1804&t ...
分类:
系统相关 时间:
2020-06-14 01:33:12
阅读次数:
104
模拟退火 UVA10228 A Star not a Tree? 代码 模拟退火模板,求多边形费马点。 ...
分类:
编程语言 时间:
2020-06-14 01:19:13
阅读次数:
65
redis安装小结 下载,解压,编译,修改配置文件,注册为服务 redis6的安装详细说明(个人认为) 到目前阿里云镜像里redis-server版本好像还不是6.0以上的,要用最新的只能自己折腾 用命令查看apt中redis-server的版本apt-cache madison redis-ser ...
分类:
系统相关 时间:
2020-06-14 01:08:07
阅读次数:
200
硬件:Raspberry Pi 4B(4g或8g版本)系统:Ubuntu 20.04 LTS Docker:18.09.9mysql镜像:biarms/mysql:5.7.30-linux-arm64v8 注意:因为我们树莓派4B本身并非x86,而是arm架构,且我们的系统装的是64位ubuntu, ...
分类:
Web程序 时间:
2020-06-13 23:42:12
阅读次数:
342
1.卸载旧版本Docker #卸载旧版本docker sudo apt-get remove docker docker-engine docker-ce docker.io #清空旧版docker占用的内存 sudo apt-get remove --auto-remove docker #更新系 ...
分类:
系统相关 时间:
2020-06-13 23:09:48
阅读次数:
192
Ubuntu安装MySQL及常用操作 简述:MySQL是一个关系型数据库管理系统,由瑞典MySQL AB 公司开发,目前属于 Oracle 旗下产品。MySQL 最流行的关系型数据库管理系统,在 WEB 应用方面MySQL是最好的 RDBMS (Relational Database Managem ...
分类:
数据库 时间:
2020-06-13 21:42:36
阅读次数:
97
Ubuntu安装python3 sudo apt install python3 sudo apt install python3-pip 1.安装软件 1.解压软件 unzip 2. ./configure 使用./configure出错执行下面命令 autoreconf -iv 自动生成conf ...
分类:
系统相关 时间:
2020-06-13 20:58:26
阅读次数:
72