vi编辑文件,输入上下会出现字母,感觉按键错乱了 。 编辑文件/etc/vim/vimrc.tiny,将“compatible”改成“nocompatible”非兼容模式; set nocompatible 并添加一句: set backspace=2 ...
分类:
系统相关 时间:
2020-12-16 12:48:07
阅读次数:
4
源数据库置于readonly状态 1 SQL> conn sys/oracle_4U@windb as sysdba 2 已连接到空闲例程。 3 SQL> startup mount 4 ORACLE 例程已经启动。 5 6 Total System Global Area 1728053248 b ...
分类:
数据库 时间:
2020-12-16 11:43:51
阅读次数:
5
1.Windows下对文件夹进行共享,确保能够通过 \\windowsip\win_dir 进行访问 2.Ubuntu使用root命令,执行命令 mount -t cifs //windowsip/win_dir /tmp/share_dir -o username=windowsuser,pass ...
sudo chmod 777 * -R @ https://blog.csdn.net/qq_15936309/article/details/76528136 777代表的是所有权限,*所有组成员,-R递归目录 ...
分类:
系统相关 时间:
2020-12-15 11:50:47
阅读次数:
3
ubuntu上安装redis 安装 其实安装特别简单,找到官网网址,点击进去之后,下载6.0版本,(5.0的下载了,然后按照官网解压,然后make执行后,没有cli客户端文件。) 然后按照以下的安装方法进行安装即可。 wget指令可以不用,因为你已经从官网上下载了tar.gz结尾的包了,直接将这个包 ...
分类:
系统相关 时间:
2020-12-15 11:48:57
阅读次数:
4
Ubuntu开启防火墙端口 Ubuntu使用的防火墙名为UFW(Uncomplicated Fire Wall),是一个iptable的管理工具。因为iptable是根据系统管理员编写的一系列规则筛选网络数据包,比较复杂,所以UFW对其进行了简化。UFW可以帮助增强服务器安全,但是如果真正对服务器安 ...
分类:
系统相关 时间:
2020-12-15 11:44:47
阅读次数:
4
1,输入ip地址提示错误 2,在file--Preferences,修改Warn before connecting to untrusted servers 为“Do not verify server identity cerfificates” ...
分类:
系统相关 时间:
2020-12-14 12:48:54
阅读次数:
5
One of the building blocks to implement containers is Linux namespaces. Namespaces control what a process can see. It can be the processes IDs, mount ...
分类:
移动开发 时间:
2020-12-11 12:32:59
阅读次数:
22
Ubuntu解压.zip文件 step1:安装解压软件 sudo apt-get install unzip step2: 解压文件 unzip xxxxx.zip 原文链接 ...
分类:
系统相关 时间:
2020-12-10 11:38:31
阅读次数:
15
一、docker使用nvidia GPU 1、nvidia-docker2 安装使用NVIDIA-Docker--使用GPU的Docker容器 https://blog.csdn.net/qq_31747765/article/details/108922204 2、nvidia-container ...
分类:
其他好文 时间:
2020-12-10 11:23:52
阅读次数:
6