Linux 电源管理设置

使用 CPUfreq 调控器减少系统电力消耗和发热量的最有效的方法之一就是使用 CPUfreq。CPUfreq,也被称为 CPU 速度计,它允许随时调整处理器的时钟速度。这让系统可在降低的时钟速...

documents / note

Linux热插拔CPU核心

显示系统中共有多少个 CPU 核心输入以下命令: 12cd /sys/devices/system/cpuls -l 示例: 12345678910total 0drwxr-xr-x 4 ro...

documents

Linux Game Server Running on Boot

Using systemdsystemd is the default init system for most modern distros. You need to create a ser...

excited / start

免费申请120天的IBM PowerPC s390x大型机VPS试用

IBM的LinuxONE是在S390大型机上运行Linux。与之配套的有一个社区云项目:IBM LinuxONE Community Cloud ——用户可以免费在community cloud...

news / start

CentOS 7 YUM 10分钟快速安装 LNMP 环境

转载 源码编译安装 LNMP 环境虽然便于自定义,但是对于小型服务器来说,漫长的编译时间让人无法等待。如果能在 10 分钟后内搞定环境安装,再好不多了。 那么如何在 10 分钟内快速安装完 LN...

start

使用吃灰的Android手机代替第三方开发板等制作简易家庭服务器

准备工作:通过 Play Store 或 apkpure 等官方商店安装 Linux Deploy APP,启动后点击右下角箭头图标,进行如下设置。本次以安装 Fedora 25 为例,设备为古...

thought / start

为Windows Server 2016正式版移植WSL组件并将其替换为Arch Linux

方法选自:Windows Server 2016 14393 (1607) Discussion 首先安装 Windows Server 2016 正式版并配置好,然后激活: 然后下载 WSL...

thought

neofetch常用的配置文件

效果如图:放置在~/.config/neofetch目录下,保存为config即可。 1234567891011121314151617181920212223242526...

documents / note

自用的.zshrc配置文件

偶然找到的,需要配置好 zsh 和 oh-my-zsh 方可使用。 123456789101112131415161718192021222324252627282930313233343536...

documents / note

Fedora/CentOS下命令行配置Shadowsocks全局代理

输入以下内容,创建 Shadowsocks 配置文件 /etc/shadowsocks.json: 123456789{ "server": "**...

note
12