码迷,mamicode.com
首页 >  
搜索关键字:(etc)linux系统配置文件    ( 45469个结果
smb
[share]path=/home/an/shareavailable=yesbrowse able=yespublic=yeswritable=yessecurity = userusername map = /etc/samba/smbusers[share]comment = Shared F...
分类:其他好文   时间:2014-07-22 23:11:34    阅读次数:332
我的grub.cfg配置文件
路径:/boot/grub/grub.cfg配置文件如下:## DO NOT EDIT THIS FILE## It is automatically generated by grub-mkconfig using templates# from /etc/grub.d and settings ...
分类:其他好文   时间:2014-05-01 16:29:15    阅读次数:452
kali linux /etc/apt/source.list
this list is very important , you can not download what you want like fictx , flash-plugin , vm-tool and so onyou can use the sites of China , also yo...
分类:系统相关   时间:2014-05-01 14:13:25    阅读次数:561
ubutu 12.04
1、【系统设置】->【外观】->【行为】->【自动隐藏启动器】,隐藏左侧边栏后,可以按快捷键【CTRL+a】弹出侧边栏。 2、QtCreator调试,提示【ptrace不允许的操作】解决方法: sudo vi /etc/sysctl.d/10-ptrace.conf 设置 kernel.yama.p...
分类:其他好文   时间:2014-05-01 12:36:32    阅读次数:376
Linux上配置HTTP代理及代理例外
在Ubuntu , Debian或者Mint:$ sudo vi /etc/environmenthttp_proxy="http://proxy.com:8000"no_proxy="127.0.0.1, localhost, *.cnn.com, 192.168.1.10, domain.com...
分类:系统相关   时间:2014-05-01 11:27:54    阅读次数:1617
ubuntu修改分辨率---要人命
ubuntu分辨率真是坑爹,不知什么原因,ubuntu分辨率一下子变了,通过,显示->分辨率,都改不过来。。。 无奈,有重装系统的冲动,从网上找了很多方法,都不管用,有一次,在这里 sudo gedit /etc/X11/xorg.conf 更改还黑屏了。。。 电脑上还有很...
分类:其他好文   时间:2014-05-01 09:50:47    阅读次数:410
JDK Environment Variable And Change default JDK
Environment Variable :change(import) /etc/bashrc export JAVA_HOME=/software/jdk1.8.0 export PATH=$JAVA_HOME/bin:$PATH export CLASSPATH=.:$JAVA_HOME/li...
分类:其他好文   时间:2014-04-30 23:18:44    阅读次数:386
ubuntu杂谈(一)----- ubuntu14.04 上安装ffmpeg
环境:ubuntu14.04 1.打开 https://launchpad.net/~jon-severinsson/+archive/ffmpeg 这个网址。选择你的系统版本(ubuntu 14.04) 2.将源添加到/etc/apt/sources.list 3.更新源 sudo apt-get update 4.安装ffmpeg sudo apt-...
分类:其他好文   时间:2014-04-29 13:35:21    阅读次数:428
paip.多维理念 输入法的外码输入理论跟文字输出类型精髓
paip.多维理念 输入法的外码输入理论跟文字输出类型精髓 通常,我们的输入法使用的外码是拼音,但是,这个的用户体验很差.. 应该使用多个外码类型... ##按照词汇来源,有如下几个 固有词ati 来自english英文 other语言(西班牙语,阿拉伯语,粤语,汉语,日语,韩语etc) ##外码使用的文字 only  拉丁文.. ##外码的拼写格式 ...
分类:其他好文   时间:2014-04-28 10:17:42    阅读次数:312
CentOS自动登陆
项目需要去掉CentOS登陆框直接进入系统,简单的配置即可解决。 修改文件:vim /etc/gdm/custom.conf 加入内容: [daemon] AutomaticLogin=自动登陆的用户名 AutomaticLoginEnable=True...
分类:其他好文   时间:2014-04-27 21:17:04    阅读次数:287
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!