码迷,mamicode.com
首页 >  
搜索关键字:gedit    ( 984个结果
ubuntu错误信息report问题解决方法
发现ubuntu只要出现点问题就会提示要不要report error, 光点cancel就点烦了. 而且今天重新安装了一台ubuntu结果开机就蹦出error, 好烦啊. 下面说个特别有效的解决办法, 直接关闭这个提示. 如果哪天突然想看错误报告的时候就再改过来即可. 转载请注明出处, O(∩_∩) ...
分类:系统相关   时间:2017-03-17 00:33:24    阅读次数:308
Ubuntu修改终端显示的主机名、用户名、目录不同颜色
打开终端输入: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
Gedit
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中打开选项
siblime text安装完成之后没有右键打开的快捷方式,对于开发者来说每次用siblime打开文件比较繁琐. 下面教程可以让大家解决这个问题 首先点击开始--运行,输入regedit,(win7系统,打开注册表编辑器) 找到节点:HKEY_CLASSSES_ROOT→ * → Shell 在Sh ...
分类:其他好文   时间:2017-03-08 19:05:41    阅读次数:131
安装office2010出现了错误,提示要安装MSXML6.10.1129.0解决方法
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的运维管理UNIT4
####管理输入与输出####在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 Install
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
设置在 Ubuntu 12.04 中使用root 账号进行登录与修改 Linux 系统中的计算机名
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
Debian软件安装
配置/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文件修改后立即生效
修改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
984条   上一页 1 ... 43 44 45 46 47 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!