记录所有用户登录系统的任何操作日志,以便有据可查。1.编辑/etc/profile文件vim/etc/profilehistoryUSER=`whoami`USER_IP=`who-uami2>/dev/null|awk‘{print$NF}‘|sed-e‘s/[()]//g‘`if["$USER_IP"=""];thenUSER_IP=`hostname`fiif[!-d/var/log/
分类:
系统相关 时间:
2020-06-17 10:43:12
阅读次数:
63
记录所有用户登录系统的任何操作日志,以便有据可查。1.编辑/etc/profile文件vim/etc/profilehistoryUSER=`whoami`USER_IP=`who-uami2>/dev/null|awk‘{print$NF}‘|sed-e‘s/[()]//g‘`if["$USER_IP"=""];thenUSER_IP=`hostname`fiif[!-d/var/log/
分类:
系统相关 时间:
2020-06-17 10:33:52
阅读次数:
61
一、目录及配置文件: cd /etc/netplan vim 01-network-manager-all.yaml 二、静态ip配置方式: 01-network-manager-all.yaml.static # Let NetworkManager manage all devices on t ...
分类:
系统相关 时间:
2020-06-16 13:32:16
阅读次数:
165
Ubuntu16.04设置静态IP或动态ip(DHCP) 设置静态IP 1,vim编辑/etc/network/interfaces 网络配置文件 sudo vim /etc/network/interfaces 2,码添加以下代码 auto ens33 iface ens33 inet stati ...
分类:
系统相关 时间:
2020-06-15 21:14:56
阅读次数:
165
1.安装 bash <(curl -L -s https://install.direct/go.sh) 2.修改配置文件 vim /etc/v2r/config.json { "log": { "error": "", "loglevel": "info", "access": "" }, "in ...
分类:
其他好文 时间:
2020-06-15 21:14:37
阅读次数:
89
1 Coding Games 一边玩游戏,一边挑战编程难题。Coding games支持包括PHP、C、JavaScript在内的20多种编程语言。用户界面功能强大,可以定制。 例如,你可以选择你的代码编辑器的风格:Emacs、Vim、Classic。 如果你想提升编程技能,玩Coding game ...
分类:
其他好文 时间:
2020-06-14 18:41:29
阅读次数:
333
第一步:开启mac系统的apache服务器 mac对开发者有非常友好的开发环境,默认安装python/php的 mac系统版本: macOS Mojave(10.14.6) mac系统自带apache路径: /private/etc/apache2 终端下查看该目录: 在终端执行 open . 命令 ...
分类:
Web程序 时间:
2020-06-14 16:27:27
阅读次数:
233
下列为本人所常用的windows常用软件、Linux软件对比 本页随时更新 类别 windows软件 Linux软件(图形) Linux软件(命令行) Android软件 文本编辑 EmEditor、Notepad++ gvim,Emacs,Gedit vim 图像浏览 ACDSee、JPEGVie ...
关于wine的安装使用,请自行查询有关资料。这里只说在linux下如何双击直接用wine的软件打开。 以笔者在windows下习惯使用的Emeditor、UnicornViewer为例。 在/usr/share/applications/下新建一个desktop文件 sudo vim /usr/sh ...
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