• TeamViewer 13 for mac

    开始安装 跳过 破解开始 将TeamViewer-id-changer.py拖到桌面,在打开终端,将其拖入,sudo python TeamViewer-id-changer.py 破解完成end.   下载地址:TeamViewer 阅读全文
    作者:admin | 分类:Macos | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • Sublime Text3 中文乱码

    需要安装 ConvertToUTF8 和 Codecs33  两者同时安装。 将其解压放到Sublime Text 3/Packages,汉化版Sublime Text3—》首选项-》浏览插件目录 常见问题: 使用git clone https://github.com/seanliang/Codecs33.git 克隆时,下载时没有Codecs33/lib文件夹,请使用上面文件包覆盖。 Codecs33 下载地址:https://github.com/seanliang/Codecs33/tree/osx 阅读全文
    作者:admin | 分类:Macos | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • wifi密码破解

    首先使用WIFI万能钥匙,安全连接(已经被标记上传的WIFI密码),但wifi万能钥匙有安全原因,不会显示密码。一是查wifi万能钥匙APP,查看APP所在文件的数据,以前可以,现在也可能做了加密。本文介绍的是第二种方法,不需要查看保存的数据,先用WIFI万能钥匙连接后,在用MIUI系统分享密码。如图; 在用微信扫一扫,如图: WIFI:T:WPA;P:18243835597;S:TP-LINK_529E; S代表SSID P代...阅读全文
    作者:admin | 分类:Macos | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • CentOS7 设置运行级别

    CentOS6是通过修改/etc/inittab来修改默认运行级别的: [root@localhost ~]# vim /etc/inittab 在centos7下运行vim /etc/inittab结果如下: 可以看到,里面除了注释,什么也没有,并没有centos6中设置默认运行级别的方式。 注释内容大意是说 # multi-user.target类似于runlevel 3; # graphical.target类似于runlevel5 systemctl get-default   #查看默认运行级别的方式为 systemctl set-de...阅读全文
    作者:admin | 分类:Linux | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • Fliqlo for mac 屏保时间

    fliqlo for mac是一个屏幕时钟保护程序,fliqlo的作用很简单就是让我们MAC待机时,能够显示出全屏的简约时尚的精准时钟。它极小而易用,您可以根据自己喜好对时钟的格式、大小进行设置。待机之后看到效果相信会让你喜欢的。 软件功能 1、简约时尚,时光飞逝待机个性大屏时钟显示 2、放大/缩小到任意尺寸 3、12/24小时时钟随意切换 安装说明 1、下载打开软件包中的dmg镜像文件,然后双击“fl...阅读全文
    作者:admin | 分类:Macos | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • Mac找不到无线网安装系统

    同事的笔记本是15年买的,版本10.12,一直没有升级,现在最新版是mojave,出现电源指示灯不亮,开机风扇声音最大,开机进入桌面时直接黑屏,之后按COM+R键进入Recovery模式,WIFI搜不到信号。同时也使用COM+option+R键,虽然在地球时能找到WIFI,但到Recovery模式时又找到了。使用USB转RJ45网口可以连网,选择升级时提示电源未插,因为电源指示灯不亮,无奈只能使用重新安装。 方法: 1、使...阅读全文
    作者:admin | 分类:Macos | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • Linux Re-reading the partition table failed with error 22

    问题: 扩容操作第五步执行 fdisk 指令,输入 d 来删除原有的分区,然后依次输入 n,p,1,两次回车,wq来新建分区。如果在输入 wq 后回车,系统出现如下错误告警信息: WARNING: Re-reading the partition table failed with error 22: Invalid argument. The kernel still uses the old table. The new table will be used at the next reboot or after you run partprobe(8) or kpart...阅读全文
    作者:admin | 分类:Linux | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • Linux /etc/fstab 无法修改解决方法

    在阿里云用快照做了自定义镜像,放到新购买的ECS上,但修改/etc/fstab时无法更改。 解决方案如下: mount -o remount,rw / 注:逗号前面无空格,还要有/,表示重新挂载读写模式。 阅读全文
    作者:admin | 分类:Linux | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • Linux 两台服务器之间数据传输

    最新2018年双十一活动在阿里云买了三年的服务器,两个不同账号不同地域的服务器,无法通过快照创建自定义镜像方式把数据传到新服务器上,数据盘有200GB数据,这会比较麻烦了,搞了好几天,先是用了WinSCP 后台传输,结果传到30GB后开始出现缓存区太小,经过设置也不能达到最大网速。后来用scp命令 此命令比较简单,传输速度是达到了理想值,但由于中间断开了,在继续传是没有断点继传,已存...阅读全文
    作者:admin | 分类:Linux | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • Centos 7.3破解密码

    1、机进入启动界面,开机进入启动界面后,要按照屏幕的下方的操作提示迅速按下e键,进入编辑页面。动作要快点,否则5秒就会开始自动进入启动页面了。 2、然后,在这个页面,找到linux16这一行,将其中的ro,改为rw init=sysroot/bin/sh,然后按ctrl+x,进入单用户模式,由于是单用户就不需要密码进入了: 3、输入命令chroot /sysroot,也就是改变程序执行时所参考的根目录位置...阅读全文
    作者:admin | 分类:Linux | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • Swap交换分区

    Linux swap交换分区(即虚拟内存),简单讲就是用户打开程序时,如果内存不够,会转到Swap中挂起,当内存空缺时在继续执行,下面是详细介绍。当用户提交程序,然后产生进程在机器上运行。机器会判断当前物理内存是否还有空闲允许进程调入内存运行,如果有则直接调入内存进行;如果没有,则会根据优先级选择一个进程挂起,把该进程交换到swap中等待,然后把新的进程调入到内存中运行。根据这...阅读全文
    作者:admin | 分类:Linux | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |