摘要:
https://www.microsoft.com/zh-cn/download/details.aspx?id=54284 SQl server 2008 附加数据库失败如何解决: https://jingyan.baidu.com/article/49ad8bce7219315834d8fa2e 阅读全文
摘要:
Console Description Windows & Linux Mac 将光标定位到控制台 Ctrl+2 Ctrl+2 清空控制台 Ctrl+L Command+L 将光标定位到行首 Home Command+Left 将光标定位到行末 End Command+Right 在历史命令中导航 阅读全文
摘要:
apt-get autoremove 阅读全文
摘要:
如果报错“W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-2.fw for module r8169” 阅读全文
摘要:
https://wiki.debian.org/iwlwifi 阅读全文
摘要:
选择“sddm”开机界面 阅读全文
摘要:
将python默认环境python2改变为python3 安装pip3 阅读全文
摘要:
# apt-get purge nvidia. # /etc/init.d/sddm stop (sddm for kde) # aptitude --without-recommends install〜t ^ standard $〜t ^ desktop $〜t ^ kde-desktop $ (重新安装kde桌面) # reboot 阅读全文
摘要:
官网下载PyCharm的tar.gz格式 使用命令进行解压:tar -xvzf pycharm.tar.gz 解压后将pycharm文件夹移动到/usr/local/lib/目录下 进入pycharm的bin目录,执行命令:./pycharm.sh 激活码:http://idea.imsxm.com 阅读全文
摘要:
wget http://ftp.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u6_amd64.deb md5sum libssl1.0.0_1.0.1t-1+deb8u6_amd64.deb sudo gdebi libssl1.0.0_1.0.1t-1+deb8u6_amd64.deb 阅读全文