摘要: To see all the files the package installed onto your system, do this:dpkg-query -L To see the files a .deb file will installdpkg-deb -c To see the fil... 阅读全文
posted @ 2016-01-26 22:23 johnsonshu 阅读(1388) 评论(0) 推荐(0)
摘要: 实测ubuntu 14.04 好使 1) 编辑 /etc/systemd/logind.conf 2) 找到 HandleLidSwitch 设置,去掉行头注释#,然后改成下面这样 3) 重启systemd-logind 增加另外一种方法: 2nd Option: Run dconf-editor 阅读全文
posted @ 2016-01-26 20:42 johnsonshu 阅读(1905) 评论(0) 推荐(0)
摘要: 1) iwconfig 确定一下接口的名称2) 编辑/etc/network/interfaces 加入下面的代码auto wlan0iface wlan0 inet dhcpwpa-ssid wpa-psk 3)执行下面的命令sudo ifup -v wlan0http://askubuntu.c... 阅读全文
posted @ 2016-01-26 20:24 johnsonshu 阅读(369) 评论(0) 推荐(0)
摘要: 刚安装ubuntu 14.4 竟然出现这么尴尬的事,ubuntu 行不行?幸好还是能从u盘启动后,转到硬盘。然后在网上找到了解决方法。http://askubuntu.com/questions/88384/how-can-i-repair-grub-how-to-get-ubuntu-back-a... 阅读全文
posted @ 2016-01-26 02:31 johnsonshu 阅读(1060) 评论(0) 推荐(0)