Linux
xinyemax
这个作者很懒,什么都没留下…
展开
-
【Linux】挂载和卸载ISO镜像文件
需要root权限mkdir /mnt/vcdrommount -o loop -t iso9660 /media/sf_Disk2/rhel-server-5.3-x86_64-dvd.iso /mnt/vcdrom //加载cd /mnt/vcdromumount /mnt/vcdrom //卸载原创 2016-01-17 09:16:33 · 9409 阅读 · 0 评论 -
【Linux】下为普通用户添加sudo权限
转自: http://my.oschina.net/qihh/blog/62440?fromerr=3DeCMJ66linux给用户添加sudo权限: 有时候,linux下面运行sudo命令,会提示类似: quietheart is not in the sudoers file. This incident will be reported. 这里,quietheart转载 2016-01-17 09:48:39 · 350 阅读 · 0 评论 -
【Linux】和【Mac】下修改终端提示文字和主机名的方法
1. 修改终端提示文字PS1RedHat下:vim ~/.bashrcexport PS1="[\u@\h \W]\$ "Ubuntu下:vim ~/.bashrc找到这句# If this is an xterm set the title to user@host:dircase "$TERM" inxterm*|rxvt*) #PS1="原创 2016-01-17 21:57:13 · 7424 阅读 · 0 评论 -
【Xshell】连接【Ubuntu】电脑之ssh设置
参考: http://www.cnblogs.com/wuyuegb2312/archive/2013/03/28/2986963.html如果安装的Ubuntu是桌面版而不是服务器版的,可能没有安装或开启SSH服务,可能需要安装openssh-server:sudo apt-get install openssh-server使用ps -e | grep ssh,如果只有ss转载 2016-01-17 21:42:04 · 1051 阅读 · 0 评论 -
【Linux】将用户添加至vboxsf组
使用如下命令:sudo usermod -a -G vboxsf 用户名原创 2016-01-17 09:24:19 · 7155 阅读 · 0 评论 -
【Xmanager】Xbrowser-Xstart远程访问RHEL5.3配置
转自http://www.throwexcept.com/article/1417030564765.html用Xstart连接Linux远程桌面有一个好处,服务器端不用做什么设置,开启SSH即可。服务器要有桌面环境和X Window。 用XDMCP连接,服务器端得做一些配置,麻烦。开始菜单 -- 所有程序 -- Xmanager Ent转载 2016-01-17 09:18:37 · 2100 阅读 · 0 评论 -
【Xmanager】Xbrowser-XDMCP远程访问RHEL5.3配置
主要修改以下两个文件(在root权限下):/usr/share/gdm/defaults.conf //GNOME管理默认的配置文件/etc/inittab //inittab进程的主配置文件1、设置defaults.conf权限chmod 700 /usr/share/gdm/defaults.conf原创 2016-01-17 09:20:18 · 1302 阅读 · 0 评论 -
【VirtualBox】下安装rhel5.5【Linux】系统
转自: http://blog.itpub.net/27633655/viewspace-1079700/以前也用过VMware server和VMware workstation虚拟机,现在使用了一段时间VirtualBox,感觉它比较轻巧,很适合我,在Win7系统下用起来很方便。下面详细介绍下在VirtualBox里安装rhel5.5 linux系统(我装的是32位系统)。1、Vi转载 2016-01-17 09:25:29 · 1519 阅读 · 0 评论 -
【VMware】下安装Ubuntu14.10 【Linux】系统
转自: http://jingyan.baidu.com/article/3f16e003c0b5102591c1030d.htmlubuntu14.10的正式版本已经出来了,针对Bata版的漏洞进行了各种更新,也有了一些新的功能,界面上看起来更加美观,操作起来更加方便。很多ubuntu的小伙伴都安装了ubuntu14.10,但是还是有很多小伙伴不知道怎么在VM虚拟机下转载 2016-01-17 09:42:20 · 391 阅读 · 0 评论 -
【VMware】中【Ubuntu】下安装VMware Tools
转自: http://jingyan.baidu.com/article/3065b3b6e8dedabecff8a435.html转载 2016-01-17 11:25:30 · 279 阅读 · 0 评论 -
【VMware】中【RedHat】下安装VMware Tools
转自: http://jingyan.baidu.com/article/93f9803ff33dfde0e56f556e.htmlCent OS下安装方法和也相同。安装了VMwareTools之后的好处如下:(1)Windows可以随时同RedHat之间共享文件;(2)windows与linux鼠标的切换不需要再按Ctrl+Atl安装步骤:(1转载 2016-01-17 11:26:59 · 565 阅读 · 0 评论 -
【Ubuntu】卸载自带的Vim,安装和配置新Vim
转自: http://blog.sina.com.cn/s/blog_80dee3b701011bid.html1、卸载Vim GVIMsudo apt-get remove --purge vim (--purge 是完全删除,会连配置文件一起删除)sudo apt-get remove --purge vim-gtk vim-doc cscopesudo apt-get c转载 2016-01-17 21:36:59 · 27451 阅读 · 0 评论 -
【Linux】新建用户、用户组以及为新用户分配权限
useradd –d /usr/sam -m sam转载 2016-01-17 20:51:06 · 889 阅读 · 0 评论 -
【Linux】配置服务器之间ssh不用密码访问
原帖地址:http://blog.csdn.net/emili/article/details/3856622如果想在 A 这太机器上可以不需要密码就 ssh 到 B 、 C 两台机器上,可以采用如下的方法:(1) 在 A 机器上: ssh-keygen -t rsaGenerating public/private rsa key pair.Enter file in转载 2016-01-17 09:22:24 · 378 阅读 · 0 评论 -
【Linux】防火墙iptables设置
1、iptables防火墙的配置文件存放于/etc/sysconfig/iptablescat /etc/sysconfig/iptables 2、配置默认规则/sbin/iptables -P INPUT DROP // 不允许进/sbin/iptables -P FORWARD DROP // 不允许转发/sbin/iptables -P OUT原创 2016-01-17 09:21:43 · 1491 阅读 · 0 评论 -
解决【RedHat】sendmail启动慢的问题
转自: http://xwnet.blog.51cto.com/233677/124497方法:让sendmial绕过查询远程主机,这里给出一种最简单的方法,给主机设置一个别名修改/etc/hosts ,未修改之前127.0.0.1 localhost.localdomain localhost修改成 127.0.0.1 localhost.localdomain loca转载 2016-01-23 18:18:20 · 549 阅读 · 0 评论