Ubuntu重启网卡的三种方法 一、network利用root帐户# service network restart 或者/etc/init.d/networking restart 二、ifdown/ifup# ifdown eth0# ifup eth0 三、ifconfig# ifconfig ...
分类:
系统相关 时间:
2020-07-28 10:04:39
阅读次数:
123
一、修改网络配置文件 #vim /etc/network/interfaces auto loiface lo inet loopback auto ens33iface ens33 inet manualauto br0iface br0 inet dhcp bridge_stp off brid ...
分类:
系统相关 时间:
2020-07-28 10:00:49
阅读次数:
104
方法一:netstopwuauservregdeleteHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdatenetstartwuauserv方法二:停止windows更新服务,删除HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
1.安装sts 2.打开eclipse->help->Install new software->选取svn.zip 3.选择完成之后 4.一直下一步,安装完成 5.window->preference,设置可以连接git仓库 6.window->show view->svn->svn资源库 6.添 ...
分类:
其他好文 时间:
2020-07-27 17:50:36
阅读次数:
78
步骤1、首先,通过apt在终端中运行以下命令,确保所有系统软件包都是最新的。sudo apt updatesudo apt upgrade步骤2、在Ubuntu 20.04上安装MariaDB。系统更新后,使用以下命令在Ubuntu系统上安装MariaDB Server:sudo apt insta ...
分类:
系统相关 时间:
2020-07-27 17:37:10
阅读次数:
115
打开 PostgreSQL 官网 https://www.postgresql.org/,点击菜单栏上的 Download ,可以看到这里包含了很多平台的安装包,包括 Linux、Windows、Mac OS等 。 Linux 我们可以看到支持 Ubuntu 和 Red Hat 等各个平台,点击具体 ...
分类:
数据库 时间:
2020-07-27 15:53:06
阅读次数:
84
安装kafka之前确保安装环境已经安装好jdk以及zk,并启动,以上有详细步骤,这里不再重复. zk安装地址https://blog.csdn.net/LXYuuuuu/article/details/107605769 上传相应kafka安装包到/export/software/ tar -zxv ...
分类:
其他好文 时间:
2020-07-27 13:52:32
阅读次数:
95
linux资源限制 万能设置 /etc/security/limits.conf * soft core unlimited * hard core unlimited * soft nproc 1000000 * hard nproc 1000000 * soft nofile 1000000 * ...
分类:
系统相关 时间:
2020-07-27 09:50:00
阅读次数:
100
出现这个问题是软件源和系统版本不一致导致的,更换软件源就可以了,可以参考阿里云软件源: https://developer.aliyun.com/mirror/ 可以看到不同的版本的ubuntu对应不同的软件源 然后修改了软件源之后在执行对应的操作就可以了,是不是很神奇呢! ...
分类:
系统相关 时间:
2020-07-27 09:39:00
阅读次数:
244
Ubuntu 20.04 Install Guest Additions for VirtualBox时有报错: This system is currently not set up to build kernel modules.Please install the gcc make perl ...
分类:
系统相关 时间:
2020-07-26 23:00:43
阅读次数:
94