将 DataFrame
输出为图片形式,方便监控。
套件 zsh 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 ## 可以到主页看一下最
patat 是一款比较符合极客风格的课件制作工具。 安装 安装 stack 1 curl -sSL https://get.haskellstack.org/ | sh 安装 patat 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 git clone git@github.com:jaspervdj/patat.git cd patat stack
服务器端
假设服务器[京东云]ip是:123.123.111.111
1
2
3
4
5
6
7
8
9
|
## 启动 firewalld 服务,添加端口 6666
fuser -k 6666/tcp
systemctl restart firewalld.service
firewall-cmd --zone=public --add-port=6666/tcp --permanent
systemctl stop firewalld.service
## 开启代理,通过外部访问 6666 转发到 6166(即内网服务器端口)
ssh -fNCL *:6666:localhost:6166 localhost
|
c程序
一定要使用普通用户
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// super.c
// --------
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
int main(void)
{
setuid(0);
clearenv();
system("export PATH=/sbin:/bin:/usr/bin:/usr/local/bin:$PATH; /bin/bash");
}
|
安装可以参考项目地址:deepin-wine。 1 2 3 4 5 6 7 8 9 ## 需要添加仓库 wget -O- https://deepin-wine.i-m.dev/setup.sh | sh ## 开始安装应用 ## wechat sudo apt-get install deepin.com.wechat ## wechat-work sudo apt install deepin.com.weixin.work 字体安装由于 wechat