
linux
ReZerou
这个作者很懒,什么都没留下…
展开
-
Mac m1 clion docker 远程debug redis
https://qqtim.club/2021/07/17/gdb-debug-remote/原创 2021-07-17 16:49:46 · 439 阅读 · 0 评论 -
Linux note0x00
File x: get in dir. r: browse dir.File Special AuthorizationSUIDchmod u+s bin For binary file Equal: (tempUser) execute fileSGIDchmod g+s dirFor binary fileEqual: (tempGroup) execute fileIF u原创 2017-12-24 00:08:39 · 367 阅读 · 0 评论 -
Linux note0x01
RAID & LVMRAIDRAIDRAID0RAID0 splits (“stripes”) data evenly across two or more disks, without parity information, redundancy, or fault tolerance.RAID1RAID 1 consists of an exact copy (or mirror) of原创 2017-12-24 14:29:58 · 302 阅读 · 0 评论 -
Linux note0x02
IpTables & Firewalldiptables PreRouting, Input, Output, Forward, PostRouting 参数 作用 -P 设置默认策略 -F 清空规则链 -L 查看规则链 -A 在规则链的末尾加入新规则 -I num 在规则链的头部加入新规则 -D num 删除某一条规则 -s 匹配来源原创 2017-12-24 22:46:04 · 279 阅读 · 0 评论 -
Arch enable tcp_bbr
Requests:kernel 4.9+What:https://github.com/google/bbrOne Command:sudo modprobe tcp_bbrTurn on:# echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf# echo "net.ipv4.tcp_congest...原创 2018-02-20 14:20:56 · 1207 阅读 · 0 评论 -
ArchLinux change gdm background
Link https://superuser.com/a/1292700/695553#!/bin/bashif [ -z "$1" ]; then echo "Usage: ./chgdm-bg <path/to/picture.png> [y/n]" exit 1fiecho MAKE SURE YOUR PICTURE IS THE SAME RESOLUT...转载 2018-02-20 21:44:56 · 640 阅读 · 0 评论