随笔分类 - Linux
Linux
摘要:在Ubuntu上安装Daloradius 一、安装Apache Web Server和PHP Daloradius将要求在主机系统上安装php和Apache Web服务器。 在Ubuntu上安装Apache,运行以下命令安装Apache Web服务器: sudo apt-get install ap
阅读全文
摘要:packetfence 部署 来源 https://blog.csdn.net/qq_18204953/article/details/80708303来源 https://blog.csdn.net/qq_18204953/article/details/80758947 https://www.
阅读全文
摘要:install MIT Kerberos 来源 https://blog.csdn.net/xwd127429/article/details/106047036 Debian安装向导:http://techpubs.spinlocksolutions.com/dklar/kerberos.html
阅读全文
摘要:CentOS7源码编译安装FreeRadius3.17 来源 https://blog.51cto.com/liqingbiao/2159741 (一)环境简介1.OS:Centos7.42.软件:Freeradiusd3.17(ftp://ftp.freeradius.org/pub/freera
阅读全文
摘要:centos 配置vlan https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html/networking_guide/sec-configure_802_1q_vlan_tagging_using_t
阅读全文
摘要:linux中iptables配置文件及命令 来源 https://www.cnblogs.com/itxiongwei/p/5871075.html 直接改iptables配置就可以了:vim /etc/sysconfig/iptables。 1、关闭所有的 INPUT FORWARD OUTPUT
阅读全文
摘要:iptables数据包、连接标记模块MARK/CONNMARK的使用 来源 https://www.cnblogs.com/EasonJim/p/8414943.html MARK标记用于将特定的数据包打上标签,供iptables配合TC做QOS流量限制或应用策略路由。 看看和MARK相关的有哪些模
阅读全文
摘要:UEmacs/PK Keybindings https://wiki.michaelhan.net/UEmacs/PK uEmacs/PK is the editor of choice for Linus Torvalds. His updates are available at uEmacs/
阅读全文
摘要:Lynx 命令行操作 来源 https://wiki.ubuntu.org.cn/Lynx 如何运行Lynx 可以以通过以下方法运行Lynx,分别浏览网页和本地文件: lynx http://www.google.com lynx file:///home/user/file.html 如果不带任何
阅读全文
摘要:Linux开启路由转发功能 参考 https://www.cnblogs.com/highstar/p/3256813.html 参考 https://www.cnblogs.com/EasonJim/p/10206728.html 标记一下,今天想让一台 Red Hat Enterprise Li
阅读全文
摘要:Phabricator安装和配置过程记录 来源 https://cloud.tencent.com/developer/article/1609447 文档 https://secure.phabricator.com/book/phabricator/ 参考 https://support.web
阅读全文
摘要:MySQL GROUP BY 的问题 来源 https://www.cnblogs.com/Wayou/p/mysql_group_by_issue.html 拿 employee 示例数据库为例,当进行如下操作时会报错。 mysql> SELECT * FROM employees GROUP B
阅读全文
摘要:Deepin install dotnet-sdk-5.0 参考 https://docs.microsoft.com/zh-cn/dotnet/core/install/linux-debian 查看Deepin基于Debian的版本 neo@neo-deepin:~$ cat /etc/lsb-
阅读全文
摘要:Deepin 安装 xRDP,Window使用RDP远程连接 来源 https://blog.csdn.net/yidichaxiang/article/details/100577570 最近在做windows RDP远程连接 linux桌面,期初使用CentOS 桌面版本,测试过程中发现Cent
阅读全文
摘要:Deepin 安装成功后开机进入系统黑屏 来源 https://bbs.deepin.org/post/145182#mod=viewthread&tid=145182 我的情况是启动显示完启动动画后就黑屏了(本来应该显示登录页面),而且一直卡在那里。 你的情况应该是显卡的问题,可以在启动的时候修改
阅读全文
摘要:&>/dev/null表示的意思 来源 https://blog.51cto.com/11555417/2113399 在Linux/Unix中,一般在屏幕上面看到的信息是从stdout (standard output) 或者 stderr (standard error output) 来的。许
阅读全文
摘要:ab(http)与abs(https)压测工具 来源 https://www.cnblogs.com/weizhxa/p/8427708.html 在学习ab工具之前,我们需了解几个关于压力测试的概念 吞吐率(Requests per second)概念:服务器并发处理能力的量化描述,单位是reqs
阅读全文
摘要:SM系列国密算法 来源 https://www.cnblogs.com/lyh523329053/p/10238260.html 众所周知,为了保障商用密码的安全性,国家商用密码管理办公室制定了一系列密码标准,包括SM1(SCB2)、SM2、SM3、SM4、SM7、SM9、祖冲之密码算法(ZUC)那
阅读全文
摘要:MSYS2 的日常操作 来源 https://notes.shinemic.cn/daily-operations-of-msys2/ 参考 https://creaink.github.io/post/Computer/Windows/win-msys2.html 在自己的 Windows 10
阅读全文
摘要:互斥量和信号量的区别 来源 https://www.cnblogs.com/lbsx/archive/2009/08/03/1537698.html 1. 互斥量用于线程的互斥,信号量用于线程的同步。 这是互斥量和信号量的根本区别,也就是互斥和同步之间的区别。 互斥:是指某一资源同时只允许一个访问者
阅读全文

浙公网安备 33010602011771号