发现ubuntu只要出现点问题就会提示要不要report error, 光点cancel就点烦了. 而且今天重新安装了一台ubuntu结果开机就蹦出error, 好烦啊. 下面说个特别有效的解决办法, 直接关闭这个提示. 如果哪天突然想看错误报告的时候就再改过来即可. 转载请注明出处, O(∩_∩) ...
分类:
系统相关 时间:
2017-03-17 00:33:24
阅读次数:
308
打开终端输入:echo $PS1 输入:gedit ~/.bashrc #定位到如下代码: if [ "$color_prompt" = yes ]; then PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m ...
分类:
系统相关 时间:
2017-03-09 11:37:01
阅读次数:
3382
Use Gedit as Remote File Editor via FTP and SSH Migrating from Windows Vista to Ubuntu 8.04 and have been using it all the way to 9.10, I am now a com ...
分类:
其他好文 时间:
2017-03-08 22:52:49
阅读次数:
420
siblime text安装完成之后没有右键打开的快捷方式,对于开发者来说每次用siblime打开文件比较繁琐. 下面教程可以让大家解决这个问题 首先点击开始--运行,输入regedit,(win7系统,打开注册表编辑器) 找到节点:HKEY_CLASSSES_ROOT→ * → Shell 在Sh ...
分类:
其他好文 时间:
2017-03-08 19:05:41
阅读次数:
131
1、下载MSXML6.10.1129.0进行安装 2、若本机已安装过不管用: a、在运行里输入:regsvr32 /u msxml6.dll,然后确定 b、再次在运行里输入:regsvr32 msxml6.dll,然后确定 3、如果还不管用: a、开始--运行或者win+r,输入regedit找到H ...
分类:
其他好文 时间:
2017-03-04 20:45:08
阅读次数:
313
####管理输入与输出####在linux系统中,正确输出编号为1,错误输出编号为2.使用student用户执行find/etc-namepassed命令,因为student用户的权限问题会出现如下情况:[kiosk@foundation44Desktop]$find/etc/-namepasswd
find:‘/etc/pki/CA/private’:Permissiondenied##报错:..
分类:
系统相关 时间:
2017-03-03 14:08:14
阅读次数:
229
ubuntu tweak 1:增加PPA源 sudo add-apt-repository ppa:tualatrix/ppa 2:編輯源列表sudo gedit /etc/apt/sources.list 加入以下兩行 deb http://ppa.launchpad.net/tualatrix/ ...
分类:
系统相关 时间:
2017-03-01 14:07:17
阅读次数:
169
3.设置在 Ubuntu 12.04 中使用root 账号进行登录 1、先设定一个 root 的密码,sudo passwd root 2、root 登录,su root 3、备份一下 lightgdm cp -p /etc/lightdm/lightdm.conf /etc/lightdm/lig ...
分类:
系统相关 时间:
2017-02-28 17:58:55
阅读次数:
331
配置/etc/apt/sources.list 通过root权限修改/etc/apt/sources.list$ su #输入密码进入root权限 $ chmod 0666 /etc/apt/sources.list #取消只读属性 $ gedit /etc/apt/sources.list #修改... ...
分类:
其他好文 时间:
2017-02-23 19:46:56
阅读次数:
274
修改profile etc/profile文件是只读的,直接用vi或gedit打开修改后是无法保存的。要修改profile,需要取得root权限,(使用gedit编辑) $sudo gedit /etc/profile 或者 $sudo -s $gedit /etc/profile 这样打开prof ...
分类:
其他好文 时间:
2017-02-23 18:25:15
阅读次数:
161