Linux
文章平均质量分 64
liutizhong
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
fdisk -l显示信息详解
[root@iZ945eikywjZ ~]# fdisk -l Disk /dev/xvda: 21.5 GB, 21474836480 bytes 255 heads, 63 sectors/track, 2610 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (l转载 2015-05-12 13:23:46 · 696 阅读 · 0 评论 -
Linux笔记 远程桌面
图形界面安装: yum groupinstall "Desktop" yum install xrdp yum install tigervnc-server service xrdp start 安装中文语言包 yum groupinstall chinese-support原创 2015-05-13 15:43:04 · 435 阅读 · 0 评论 -
Linux 配置笔记
tar -zvxf eclipse-jee-ganymede-linux-gtk.tar.gz 在/usr/module/eclipse下执行./eclipse,将运行eclipse出错,提示:”no java virtual machine was found after searching the following locations:" 解决方案: 原因是没找到jre,原创 2015-05-14 16:15:59 · 422 阅读 · 0 评论 -
Git 使用 笔记
1.首先在本地创建ssh key; ssh-keygen -t rsa -C "your_email@youremail.com" 2.接下来我们要做的就是把本地仓库传到github上去,在此之前还需要设置username和email,因为github每次commit都会记录他们。 git config --global user.name "liutizhong" git c原创 2015-05-13 23:36:17 · 643 阅读 · 0 评论 -
Haproxy+keepalived TCP 层的负载均衡
一、安装环境准备: l [root@slave3 ~]# yum install ipvsadm kernel-developenssl-devel popt-devel libnl-devel gcc make –y l Makebinding to non-local Virtual IPs on all nodes vi /etc/sysctl.conf 在各haproxy的机器原创 2015-08-19 16:41:40 · 774 阅读 · 0 评论 -
hadoop 与 ssh 免密码设置
1、设置ssh免密码登陆 ssh-keygen -t rsacp ~/.ssh/id_rsa.pub ~/.ssh/authorized_keys 两两节点之间的SSH免密码登陆 用ssh-copy-id 将本机的公钥复制到远程机器的authorized_keys文件中 ssh-copy-id -i ~/.ssh/id_rsa.pub remote-host 修改一下.s原创 2016-09-11 11:39:11 · 649 阅读 · 0 评论
分享