码迷,mamicode.com
首页 >  
搜索关键字:ubuntu nautilus vim find sudo    ( 72907个结果
Ubuntu下笔记本触控板的禁启
1、命令行方式,得每次用终端输入命令行设置sudo rmmod psmouse #禁用触摸板sudo modprobe psmouse #启用触摸板2、永久禁用触摸板 打开终端,然后sudo gedit /etc/modprobe.d/blacklist.conf 加入一行blacklist ps....
分类:其他好文   时间:2014-04-28 17:41:25    阅读次数:573
Ubuntu12.04添加环境变量
环境变量分为系统级和用户级。系统级变量设置环境为/etc/environment和/etc/profile等,不要轻易修改,否则可能造成系统错误。用户级变量设置路径为~/.bashrc和~/.profile。.profile负责本用户所有环境变量的设置,而.bashrc只负责控制台调用的环境变量。所...
分类:其他好文   时间:2014-04-28 15:48:57    阅读次数:511
Ubuntu Kylin 14.04LTS 开机后卡在登陆界面,可以进入字符界面,或者登陆后鼠标不显示但是管用
2014年4月27日,距离中期检查还有七天,基本上什么也没做,特别着急,雨已经下了快一天了,中午用美团外卖定的黄焖排骨,MD,什么玩意,那么一点点就18块钱,一看就不值五块钱,发誓再也不吃,最重要的是订完两个半小时才送到,饿过劲了都吐槽一下Ubuntu 的谷歌输入法,真是不符合国人习惯刚刚整好这个毛...
分类:其他好文   时间:2014-04-28 06:51:22    阅读次数:877
hdu 1596 find the safest road
http://acm.hdu.edu.cn/showproblem.php?pid=1596 1 #include 2 #include 3 #include 4 #define maxn 1001 5 using namespace std; 6 7 double g[maxn][maxn...
分类:其他好文   时间:2014-04-28 01:18:06    阅读次数:597
How can I add a new user as sudoer using the command line?
Two ways to use sudo command for a standard user account:First,If you want to use sudo command for a standard user account, then you need to add this ...
分类:其他好文   时间:2014-04-28 00:42:49    阅读次数:616
linux安装 apache2.2 django mod_wsgi
系统是ubuntu12.04一、安装apachesudo apt-get install apache启动:sudo apachectl start (开机默认启动的)重启:sudo apachectl restart关闭:sudo apachectl stop安装之后在浏览器中访问127.0.0....
分类:系统相关   时间:2014-04-27 23:57:43    阅读次数:742
win7下的mstsc ubuntu下的rdesktop
远程图形化登录,win7下:开始->mstsc->10.108.103.93即可进行后续输入账号密码验证登录。功能类似rdesktop。如图:
分类:Windows程序   时间:2014-04-27 23:30:07    阅读次数:831
Ubuntu 12.04 安装 Tomcat8 遇到的问题
ubuntu下安装tomcat 问题解决方法 Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/catalina/startup/Bootstrap : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method)...
分类:其他好文   时间:2014-04-27 20:39:23    阅读次数:595
Ubuntu Linux下通过代理(proxy)使用git上github.com
github.com,作为程序员的代码仓库,我们经常会用到。但有时候我们不能直接通过网络链接它,只能通过代理。 这里我有一台代理服务器,起初我以为在终端设置了代理环境就行了,其设置为在你的~/.bashrc里增加以下几行: export http_proxy="http://proxy-server:3128/" export https_proxy="http://proxy-server:...
分类:系统相关   时间:2014-04-27 19:50:27    阅读次数:1181
【微软2014实习生及秋令营技术类职位在线测试】题目3 : Reduce inversion count
时间限制:10000ms 单点时限:1000ms 内存限制:256MB Description Find a pair in an integer array that swapping them would maximally decrease the inversion count of the array. If such a pair exists, retur...
分类:其他好文   时间:2014-04-27 17:48:35    阅读次数:508
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!