nginx配置dav上传+展示页面

server { listen 8090; server_name localhost; #charset koi8-r; access_log logs/8090.acc…

nginx配置auth鉴权页面

server { listen 8080; server_name localhost; #charset koi8-r; access_log l…

NetworkManager管理网络

1、问题:Connection 'ens33' is not available on device ens33 because device is strictly unmanage…

wireshark下分析TCP Stream Graph(tcptrace)

client(请求文件): sudo bash -c 'sysctl -w net.core.rmem_max=11111' sudo bash -c 'sysctl -w n…

vscode cpp launch.json with cmake-debug

{ "version": "0.2.0", "configurations": [ { …

termux 安装ubuntu

下载ubuntu镜像 https://github.com/MFDGaming/ubuntu-in-termux/ 使用proot来chroot #!/data/data/com.termux/f…

ev++ 头文件

/* * libev simple C++ wrapper classes * * Copyright (c) 2007,2008,2010 Marc Alexander Lehmann &lt…

c++模板获取函数签名

#include <functional> #include <iostream> #include <tuple> using M3Result = const…

systemd vncserver

PC:~$ cat /lib/systemd/system/vncserver@.service [Unit] Description=Start TightVNC server at startup…

perf性能火焰图生成

#!/bin/bash #sudo sh -c 'echo kernel.perf_event_paranoid=1 >> /etc/sysctl.d/99-perf.conf&…