上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 52 下一页
摘要: 我手动修改了mysql的root账户的密码,然后就访问不了phpmyadmin了。 解决方法: 打开xampp目录(默认的安装目录,如果修改,请找到xampp的安装目录),打开phpmyadmin的目录,在该目录下找到config.inc.php 修改如下配置,保存,重启apache,在地址栏输入l 阅读全文
posted @ 2016-01-19 13:53 圆旭 阅读(621) 评论(0) 推荐(0)
摘要: sudo find -name sudo find -iname 阅读全文
posted @ 2016-01-13 19:06 圆旭 阅读(283) 评论(0) 推荐(0)
摘要: 在安装中发生了错误:Errors were encountered while processing: wine-qqintl原因是还有lib没有配置,所以再输入sudo apt-get install -f然后再重新输入sudo dpkg -i wine-qqintl_0.1.3-2_i386.d... 阅读全文
posted @ 2016-01-13 18:40 圆旭 阅读(693) 评论(0) 推荐(0)
摘要: 加入ppa源的命令:sudoadd-apt-repositoryppa:user/ppa-name删除ppa源的命令:sudoadd-apt-repository-rppa:user/ppa-name比如我们要添加wine的源,就可以执行:sudoadd-apt-repositoryppa:ubun... 阅读全文
posted @ 2016-01-13 18:25 圆旭 阅读(564) 评论(0) 推荐(0)
摘要: 在~/.local/share/Trash/files下边可以通过cd /find -name 找到盖文件的位置 阅读全文
posted @ 2016-01-13 17:50 圆旭 阅读(419) 评论(0) 推荐(0)
摘要: 简而言之,这个问题是否存在,取决于网络带宽的发展速度与硬件性能的发展速度。如果硬件发展的速度快,网络带宽速度发展慢,那么对大多数人而言,当前的硬件在慢速的带宽下载BT不会造成任何的硬盘损坏。著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。作者:pansz链接:https://ww... 阅读全文
posted @ 2016-01-13 14:27 圆旭 阅读(456) 评论(0) 推荐(0)
摘要: 问题: 当普通用户下,设置并export一个变量,然后利用sudo执行echo命令,能得到变量的值,但是如果把echo命令写入脚本,然后再sudo执行脚本,就找不到变量,未能获取到值。原因sudo运行时,会默认重置环境变量为安全的环境变量,也即,但前设置的变量都会失效,只有少数配置文件中指定的环境变... 阅读全文
posted @ 2016-01-06 11:11 圆旭 阅读(1586) 评论(0) 推荐(0)
摘要: ubuntu14.04下使用wireshark找不到网卡。。。解决方法:Open a terminal by pressingCtrl+Alt+Tand type the following commands:sudo dpkg-reconfigure wireshark-commonpress t... 阅读全文
posted @ 2016-01-05 15:15 圆旭 阅读(483) 评论(0) 推荐(0)
摘要: To start MariaDB on Fedora 20, execute the following command:systemctl start mariadb.serviceTo autostart MariaDB on Fedora 20, execute the following c... 阅读全文
posted @ 2016-01-04 18:24 圆旭 阅读(223) 评论(0) 推荐(0)
摘要: centos7下使用pip7.1.0安装软件,在shell下设置了全局http_proxy和https_proxy,但是每次都遇到网络超时问题,后来使用pip install xxx --proxy ,安装成功了。 阅读全文
posted @ 2016-01-04 16:06 圆旭 阅读(930) 评论(0) 推荐(0)
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 52 下一页