摘要:
cd /etcsu rootchmod +w ./sudoervim ./sudoerlocate to root (all)...use yy pchange you want to privliage usernamethen wqchmod -w ./sudoer 阅读全文
posted @ 2012-02-23 10:05
lexus
阅读(424)
评论(0)
推荐(0)
|
摘要:
cd /etcsu rootchmod +w ./sudoervim ./sudoerlocate to root (all)...use yy pchange you want to privliage usernamethen wqchmod -w ./sudoer 阅读全文
posted @ 2012-02-23 10:05
lexus
阅读(424)
评论(0)
推荐(0)
摘要:
Linux中添加sudoer(linux)使用sudo可以在以非root用户登录时临时获得root权限,并执行需要的命令。可以使用sudo的用户可以叫做sudoer。添加sudoer的方法(假设您已经安装sudo):执行# visudo或# sudoedit提示:有些发行版的sudo提供了sudoedit,有的则提供了visudo,功能上基本是一样的。你也可以使用其他编辑器如vi进行编辑/etc/... 阅读全文
posted @ 2012-02-23 10:00
lexus
阅读(1150)
评论(0)
推荐(0)
摘要:
Centos设置静态IP及修改Centos配置文件 - 51CTO.COMCentos设置静态IP及修改Centos配置文件2010-01-13 10:48 佚名 CSDN 我要评论(0) 字号:T | TCentos设置IP完成后,重启一下网卡就可以了:service network restart 我们还有一个办法可以实现Centos设置静态IP,那就是通过 ifconfig 这个命令。 ... 阅读全文
posted @ 2012-02-23 09:33
lexus
阅读(376)
评论(0)
推荐(0)
摘要:
linux 重启网络服务的方法 - Linux - 5x54学习笔记 - Linux自学手册、Linux常见问题解决、原创作品整理linux 重启网络服务的方法如果是redhat或CentOS,重启网络可以输入复制内容到剪贴板代码:service network restart或者复制内容到剪贴板代码:/etc/rc.d/init.d/network restart如果是suse,重启网络可以有三... 阅读全文
posted @ 2012-02-23 09:32
lexus
阅读(15318)
评论(0)
推荐(0)
摘要:
The Java™ TutorialsThe Java Tutorials are practical guides for programmers who want to use the Java programming language to create applications. They include hundreds of complete, working exam... 阅读全文
posted @ 2012-02-23 09:27
lexus
阅读(313)
评论(0)
推荐(0)
摘要:
Distributing your Application as an Executable JAR fileDistributing your Application as an executable JAR file A JAR (Java ARchive) is a way of packaging together all of the resources associated with ... 阅读全文
posted @ 2012-02-23 09:25
lexus
阅读(285)
评论(0)
推荐(0)
摘要:
Valgrind 使用简单说明(ZZ)_避雨 在同一屋檐下_百度空间Valgrind 使用简单说明(ZZ)2008-01-29 19:03调不尽的内存泄露,用不完的Valgrind (一个介绍程序调试的精彩讲解:http://www.ibm.com/developerworks/cn/linux/l-pow-debug/)Valgrind 介绍 Valgrind是一个GPL的软件,用于Linux... 阅读全文
posted @ 2012-02-23 08:21
lexus
阅读(392)
评论(0)
推荐(0)
摘要:
CentOS Linux Install Core Development Tools Automake, Gcc (C/C++), Perl, Python & DebuggersCentOS Linux Install Core Development Tools Automake, Gcc (C/C++), Perl, Python & Debuggersby Vivek Gite on J... 阅读全文
posted @ 2012-02-23 08:08
lexus
阅读(296)
评论(0)
推荐(0)
摘要:
centos 配置 ssh - 学习笔迹 - BlogJavacentos 配置 ssh在VMware安装一个CentOS的Sever版,终端里的内容不可滚动,不方便。在win下远程登录不错(win下有个Xshell)。默认安装ssh是有的。只是hosts访问问题。 1.在hosts.deny文件尾添加sshd:ALL 意思是拒绝所有访问请求[root@localhost~]#vi/etc/ho... 阅读全文
posted @ 2012-02-23 08:06
lexus
阅读(161)
评论(0)
推荐(0)
摘要:
CentOS 5安装openssh - heipark's note - ITeye技术网站CentOS 5安装openssh openssh 安装卸载现有的opensshrpm -qa | grep openssh #列出要删除的rpm包rpm -e x.rpm # 卸载安装官方网站:www.openssh.comwget http://openbsd.org.ar/pub/OpenBSD/O... 阅读全文
posted @ 2012-02-23 07:58
lexus
阅读(424)
评论(0)
推荐(0)
摘要:
CentOS SSH Installation And ConfigurationCentOS SSH Installation And Configurationby Vivek Gite on March 14, 2009 · 3 commentsHow do I install and configure ssh server and client under CentOS Linux op... 阅读全文
posted @ 2012-02-23 07:56
lexus
阅读(242)
评论(0)
推荐(0)
摘要:
CentOS SSH Installation And ConfigurationCentOS SSH Installation And Configurationby Vivek Gite on March 14, 2009 · 3 commentsHow do I install and configure ssh server and client under CentOS Linux op... 阅读全文
posted @ 2012-02-23 07:56
lexus
阅读(377)
评论(0)
推荐(0)
摘要:
CentOS下安装SecureCRT的sz/rz工具包_linuxerror_百度空间CentOS下安装SecureCRT的sz/rz工具包2010-11-13 10:59yum自动安装:yum install lrzsz手动安装方法如下:定制安装的linux可能没有把rzsz包安装到系统,这对用securecrt这样的windows工具传输文件特别不方便。为了使用这个方便的法门,可以手动安装之。... 阅读全文
posted @ 2012-02-23 01:31
lexus
阅读(255)
评论(0)
推荐(0)
摘要:
linux下lrzsz安装,SecureCRT上传下载文件工具 - 寒枫欣叶好的生活需要用心记录首页相册下载留言板linux下lrzsz安装,SecureCRT上传下载文件工具[Linux管理]post by 小程 / 2011-4-10 11:44 SundaySecureCRT这个多标签远程登陆终端被越来越多的人接受,人们用它远程连接 telnet 或 SSH 服务。系统管理员主要用它连接 l... 阅读全文
posted @ 2012-02-23 01:30
lexus
阅读(877)
评论(0)
推荐(0)
摘要:
Setting an Application's Entry Point (The Java™ Tutorials > Deployment > Packaging Programs in JAR Files)Setting an Application's Entry PointIf you have an application bundled in a JAR file, you need ... 阅读全文
posted @ 2012-02-23 01:06
lexus
阅读(228)
评论(0)
推荐(0)
摘要:
IntroductionMaven JAR PluginThis plugin provides the capability to build and sign jars.Goals Overviewjar:jar create a jar file for your project sources.jar:test-jar create a jar file for your project ... 阅读全文
posted @ 2012-02-23 00:58
lexus
阅读(722)
评论(0)
推荐(0)
摘要:
sudo easy_install python-daemon#!/usr/bin/env python#encoding=utf-8import daemonimport timeimport oswith daemon.DaemonContext(): while True: print "aaa" os.system("date") time.sleep(3) 阅读全文
posted @ 2012-02-23 00:32
lexus
阅读(303)
评论(0)
推荐(0)
摘要:
ApexNinjas | Start Java program as Linux daemonStart Java program as Linux daemonAuthor: GEORGE BARA1 comment(s)Category: OS & Web ServersPosted on: 16-02-2011Use this script to run Java programs as d... 阅读全文
posted @ 2012-02-23 00:29
lexus
阅读(624)
评论(0)
推荐(0)
摘要:
jsvc(1): application to launch java daemon - Linux man page jsvc(1) - Linux man page Name jsvc - application to launch java daemon Synopsis jsvc [-jvm JVM name] [-classpath path] [-cp path] [-home dir... 阅读全文
posted @ 2012-02-23 00:28
lexus
阅读(523)
评论(0)
推荐(0)
|