黑莓9630使用中国电信4G卡

准备工作

Alt + Shift + H进入帮帮我界面

进入后,不要退出,注意以下三个信息

  • 应用程序版本 7.1.0.649 (1886)
  • PIN 3045e17c
  • 正常运行时间 173秒

注意!注意!注意 一定不要退出以上界面,因为运行时间会变动,如果退出了,重新进入查看运行时间

阅读更多

Debian下安装Zbook14无线网卡驱动

首先查看无线网卡型号

alair@zb14:~$ lspci|grep less
02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 73)

搜索Inter相关固件 ​ alair@zb14:~$ apt-cache search iwlwifi firmware-iwlwifi - Binary firmware for Intel Wireless cards

安装之 ​ alair@zb14:~$ apt-get install firmware-iwlwifi

阅读更多

ubuntu修改grub引导菜单

先运行update-grub命令生成一次grub配置,顺便查看一下识别出来的引导菜单内容

root@alairpc:~# update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-21-generic
Found initrd image: /boot/initrd.img-4.4.0-21-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
root@alairpc:~# 

注意看,以上共有5个菜单项,最后一个是windows7

阅读更多

Let's encrypt 证书快速生成脚本

网站的Let’s encrypt证书快到期了,看了官方的续期方法比较繁琐,于是在网上找了找简单方便做法,结果找到了墓地小企鹅写的一个脚本(shell script),使用这个脚本可以方便的生成以及更新Let’s encrypt 证书。

阅读更多