你的问题主要是读书不多而想得太多
You are too concerned with what was and what will be
根据IP所属的国家地区限制对Linux的访问 根据IP所属的国家地区限制对Linux的访问
环境:Ubuntu 20.04 LTS 一、安装必备软件sudo apt update sudo apt upgrade -y sudo apt install curl perl unzip xtables-addons-common
2022-02-11
Linux性能分析 Linux性能分析
1. cpupower可以设置 CPU 为 performance 模式来提高性能。 查看 CPU 支持的模式。 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_go
2021-11-02
iptables简介 iptables简介
一、netfilter 项目netfilter 项目是 Linux 内核中用于数据包过滤的框架。 netfilter 项目有两个常用的子项目:iptables 和 nftables。 iptables 项目中包含了一系列用于配置 Linux
2021-08-01
解决Ubuntu播放声音卡顿和爆音 解决Ubuntu播放声音卡顿和爆音
播放声音卡顿安装完Ubuntu18.04后,用网易云音乐听歌时,声音总是每隔几秒卡顿一下,特此记录一下解决方法。 用命令sudo lspci -v | grep -A7 Audio查看系统的使用的声卡设备是Intel Corporation
2020-08-13
Linux下打包程序生成自解压自运行文件 Linux下打包程序生成自解压自运行文件
#!/usr/bin/env bash # Program: # 打包程序生成自解压自运行文件 # History: # 2020/03/25 [KibaAmor](https://kibazen.cn) Create th
2020-03-25
Linux下Bash配置文件的执行顺序 Linux下Bash配置文件的执行顺序
翻译自Linux 101 Hacks: 84 下列文件的执行顺序是什么/etc/profile ~/.bash_profile ~/.bashrc ~/.bash_login ~/.profile ~/.bash_logout 交互式
2020-02-22
Arch安装备忘 Arch安装备忘
获取ISOwget http://mirrors.163.com/archlinux/iso/latest/archlinux-2018.05.01-x86_64.iso 从ISO文件引导系统更新系统时间timedatectl set-n
2019-06-10
Gentoo安装备忘 Gentoo安装备忘
获取ISOwget http://mirrors.163.com/gentoo/releases/amd64/autobuilds/current-install-amd64-minimal/install-amd64-minimal-20
2019-06-10
Linux下Bash中case用法详解 Linux下Bash中case用法详解
Linux下Bash中的case和C/C++中的switch类似,但是Bash中的case更强大和复杂。 强大主要体现在:Bash中case中的关键字可以是字符串类型,而每一项中可以包含正则表达式。 复杂主要体现在:Bash中case的每
2015-04-22
1 / 2