iptables数据包、连接标记模块MARK/CONNMARK的使用 来源 https://www.cnblogs.com/EasonJim/p/8414943.html MARK标记用于将特定的数据包打上标签,供iptables配合TC做QOS流量限制或应用策略路由。 看看和MARK相关的有哪些模 ...
分类:
其他好文 时间:
2020-12-28 11:45:29
阅读次数:
0
1、 sudo apt-get install nfs-kernel-server # 安装 NFS服务器端 sudo apt-get install nfs-common # 安装 NFS客户端 2、添加NFS目录 sudo vim /etc/exports 若需要把 “/nfsroot” 目录设 ...
分类:
系统相关 时间:
2020-12-25 12:51:18
阅读次数:
0
背景 Read the fucking source code! --By 鲁迅 A picture is worth a thousand words. --By 高尔基 说明: Kernel版本:4.14 ARM64处理器 使用工具:Source Insight 3.5, Visio 1. 概述 ...
分类:
系统相关 时间:
2020-12-25 12:25:50
阅读次数:
0
搭建LAMP 【部署Linux环境】 [root@chaogelinux ~]# iptables -F [root@chaogelinux ~]# systemctl stop firewalld [root@chaogelinux ~]# systemctl disable firewalld ...
分类:
其他好文 时间:
2020-12-24 12:46:30
阅读次数:
0
【SVM最后一课】详解烧脑的SupportVectorRegression1KernelRidgeRegression首先回顾一下上节课介绍的RepresenterTheorem,对于任何包含正则项的L2-regularizedlinearmodel,它的最佳化解w都可以写成是z的线性组合形式,因此,也就能引入kernel技巧,将模型kernelized化。我们先把KernelRidgeRegre
分类:
其他好文 时间:
2020-12-22 11:44:23
阅读次数:
0
逻辑回归还能这样解?关于KernelLogisticRegression的详细解释1Soft-MarginSVMasRegularizedModel先复习一下我们已经介绍过的内容,我们最早开始讲了Hard-MarginPrimal的数学表达式,然后推导了Hard-MarginDual形式。后来,为了允许有错误点的存在(或者noise),也为了避免模型过于复杂化,造成过拟合,我们建立了Soft-Ma
分类:
其他好文 时间:
2020-12-22 11:43:58
阅读次数:
0
self.conv1 = tf.keras.layers.Conv2D(filter_num, (3, 3), strides=stride, padding='same',kernel_initializer=tf.keras.initializers.he_normal(stddev=0.02) ...
分类:
其他好文 时间:
2020-12-21 12:11:01
阅读次数:
0
1. 在Linux kernel中,所有进程都不再运行时,即CPU的无所事事,这种状态被称作idle状态,而cpuidle framework,就是为了管理这种状态。 2. 当idle进程被调度到时,则说明系统的其它进程不再运行了,也即CPU idle了。最终,由idle进程调用idle指令(这里为 ...
分类:
系统相关 时间:
2020-12-18 13:17:51
阅读次数:
3
CentOS7.3镜像下载 DVD版 推荐(迅雷下载):http://archive.kernel.org/centos-vault/7.3.1611/isos/x86_64/CentOS-7-x86_64-DVD-1611.iso迅雷种子下载: CentOS7.3 64位DVD版映像下载 假若你不 ...
分类:
其他好文 时间:
2020-12-16 12:40:08
阅读次数:
2
1、Dnsmasq+ipset+iptables基于域名的流量管理 https://blog.csdn.net/lvshaorong/article/details/52981169 2、Dnsmasq / ipset / iptables 基于域名的智能路由 https://www.jianshu ...
分类:
其他好文 时间:
2020-12-16 12:32:34
阅读次数:
2