CentOS利用VLMCSD部署本地KMS服务器Linux
利用VLMCSD部署本地KMS服务器VLMCSD项目名称:VLMCSD项目简介:KMS Emulator in C (Currently runs on Linux, Mac OS, iOS, Windows with or without Cygwin)项目主页:https://github.com/Wind4/vlmcsd软件下载:https:...
Windows10添加照片查看器Windows
Windows Registry Editor Version 5.00; Change Extension's File Type[HKEY_CURRENT_USER\Software\Classes\.jpg]@="PhotoViewer.FileAssoc.Tiff"; Change Extension's File Type[HKEY_CU...
MacBook利用自带airport抓包cap包,并使用aircrack-ng暴破wifi密码macOS
安装homebrew/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"安装aircrack-ngbrew install aircrack-ng查看网卡设备名字系统偏好设置->网络->Wi-Fi->高级->...
Linux调整CPU性能模式Linux
模式说明:performance 运行于最大频率powersave 运行于最小频率userspace 运行于用户指定的频率ondemand 按需快速动态调整CPU频率,一有cpu计算量的任务,就会立即达到最大频率运行,空闲时间增加就降低频率conservative 按需快速动态调整CPU...
Linux下删除乱码文件及文件夹Linux
使用 ls -i 命令找到文件或目录的 inode节点号删除文件(用 inode 替换下面的 12345678):find -inum 12345678 -delete删除目录(会提示 No such file or directory):find -inum 12345678 -exec rm -rf {} \;
CentOS7 安装GNOME桌面 开启VNC连接Linux
0x01安装GNOME桌面1.更新系统yum -y upgrade2.安装必要的软件包yum -y install grub2-efi fwupdate3.安装GNOME桌面yum -y groupinstall 'GNOME Desktop' 'Graphical Administration Tools'4.如何卸载GNOME桌面?sud...
Linux 启动服务 systemctl命令Linux
systemctl is-enabled servicename.service #查询服务是否开机启动systemctl enable *.service #开机运行服务systemctl disable *.service #取消开机运行systemctl start *.service #启动服务systemctl stop *.service...
Ubuntu 20.04 换国内源Linux
文件位置:/etc/apt/sources.list#添加阿里源deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiversedeb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted un...
Ubuntu 20.04 安装配置LNMP环境Linux
0x01安装Nginx安装NginxShellsudo apt-get install nginx启动Nginx服务Shellsudo /etc/init.d/nginx start停止Nginx服务Shellsudo /etc/init.d/nginx stop加载最新配置Shellsudo /etc/init.d/nginx re...
CentOS7安装谷歌bbr加速Linux
!测试环境为CentOS 7 x64。CentOS 6及以下版本不通用0x01yum系统更新(更新到7.3)yum update0x02查看系统版本cat /etc/redhat-release输出如下,则表示已升级到7.3CentOS Linux release 7.3.1611 (Core)0x03安装elrepo并升级内核rpm ...
