sudo vi /etc/paths 重启生效 or vi ~/.bash_profile export PA… 继续阅读 Mac OS X 添加环境变量
作者: isvee
aircrack 使用方法
使用aircrack-ng抓包 iwconfig命令查看无线网卡有没有加载成功,如图,出现了wlan0的无线设… 继续阅读 aircrack 使用方法
VMware 中 Kali Linux 不显示共享目录解决方法
先安装 vmware tools 然后执行 sudo vmware-config-tools.pl
CentOS 7 编译 mpv-player
yum install libtool freetype freetype-devel fribidi fri… 继续阅读 CentOS 7 编译 mpv-player
Laravel join时报错iStatus not found解决方法
$gold = DB::connection(‘con’)->table(‘user as u’) ->lef… 继续阅读 Laravel join时报错iStatus not found解决方法
vs 给 dll 签名
打开VS Tools工具命令 第一步:生成随机密钥对 sn -k DllName.snk 第二步:将DLL文件… 继续阅读 vs 给 dll 签名
Linux 查看用户登录历史
who 命令:显示当前当登录的用户的信息 $ who w 命令:显示登录的用户及其当前执行的任务 $ w us… 继续阅读 Linux 查看用户登录历史
LibreOffice word转pdf报错
libreoffice –headless –convert-to pdf –outdir /tmp ~… 继续阅读 LibreOffice word转pdf报错
SQLyog连接MySQL 8报错plugin caching_sha2_password could not be loaded
打开cmd:mysql -uroot -p 进入mysql依次执行下面语句 #修改加密规则 ALTER USE… 继续阅读 SQLyog连接MySQL 8报错plugin caching_sha2_password could not be loaded
LNK2001 无法解析的外部符号 swprintf_s
VS2015使用VS2010生成的lib报错: LNK2001 无法解析的外部符号 swprintf_s LN… 继续阅读 LNK2001 无法解析的外部符号 swprintf_s