-
[비공개] Cent OS Local yum 설정
2.9 Creating a Local Yum Repository Using an ISO Image Note The system must have sufficient storage space to host a full Oracle Linux Media Pack DVD image (approximately 3.5 GB for Oracle Linux Release 6 Update 3). To create a local yum repository (for example, if a system does not have Internet access): On a system with Internet access, download a full Oracle Linux DVD image from the Oracle Software Delivery Cloud at http://edelivery.oracle.com/linux onto removable storage (such as a USB memory stick). For example, V33411-01.iso contains the Oracle Linux Release 6 Update 3 Media Pack for x86 .......추천 -
[비공개] Cent OS Local yum 설정
2.9 Creating a Local Yum Repository Using an ISO Image Note The system must have sufficient storage space to host a full Oracle Linux Media Pack DVD image (approximately 3.5 GB for Oracle Linux Release 6 Update 3). To create a local yum repository (for example, if a system does not have Internet access): On a system with Internet access, download a full Oracle Linux DVD image from the Oracle Software Delivery Cloud at http://edelivery.oracle.com/linux onto removable storage (such as a USB memory stick). For example, V33411-01.iso contains the Oracle Linux Release 6 Update 3 Media Pack for x86 .......추천 -
[비공개] Cent OS Local yum 설정
2.9 Creating a Local Yum Repository Using an ISO Image Note The system must have sufficient storage space to host a full Oracle Linux Media Pack DVD image (approximately 3.5 GB for Oracle Linux Release 6 Update 3). To create a local yum repository (for example, if a system does not have Internet access): On a system with Internet access, download a full Oracle Linux DVD image from the Oracle Software Delivery Cloud at http://edelivery.oracle.com/linux onto removable storage (such as a USB memory stick). For example, V33411-01.iso contains the Oracle Linux Release 6 Update 3 Media Pack for x86 .......추천 -
[비공개] Cent OS NTFS 마운트
CentOS6 기준(rpm만 버전에 따라 알아서 처리) # yum install yum-priorities# rpm -ivh http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm# yum -y install kernel-headersyum --enablerepo=rpmforge install fuse fuse-ntfs-3g dkms dkms-fuserpm은 버전에 따라 경로가 다르므로 알아서 확인할 것^^ex1>># mount -t ntfs-3g /dev/sdb1 /mnt/xpex2>>자동 마운트(/mnt/xp가 있다고 보고...)# ls -n /dev/disk/by-uuid디스크의 UUID를 확인한 다음/etc/fstab에UUID=????? /mnt/xp ntfs-3g defaults 0 0추천 -
[비공개] Cent OS NTFS 마운트
CentOS6 기준(rpm만 버전에 따라 알아서 처리) # yum install yum-priorities# rpm -ivh http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm# yum -y install kernel-headersyum --enablerepo=rpmforge install fuse fuse-ntfs-3g dkms dkms-fuserpm은 버전에 따라 경로가 다르므로 알아서 확인할 것^^ex1>># mount -t ntfs-3g /dev/sdb1 /mnt/xpex2>>자동 마운트(/mnt/xp가 있다고 보고...)# ls -n /dev/disk/by-uuid디스크의 UUID를 확인한 다음/etc/fstab에UUID=????? /mnt/xp ntfs-3g defaults 0 0추천 -
[비공개] Cent OS NTFS 마운트
CentOS6 기준(rpm만 버전에 따라 알아서 처리) # yum install yum-priorities# rpm -ivh http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm# yum -y install kernel-headersyum --enablerepo=rpmforge install fuse fuse-ntfs-3g dkms dkms-fuserpm은 버전에 따라 경로가 다르므로 알아서 확인할 것^^ex1>># mount -t ntfs-3g /dev/sdb1 /mnt/xpex2>>자동 마운트(/mnt/xp가 있다고 보고...)# ls -n /dev/disk/by-uuid디스크의 UUID를 확인한 다음/etc/fstab에UUID=????? /mnt/xp ntfs-3g defaults 0 0추천 -
[비공개] 구글 크롬 yum 설치
1. root # sudo su # vi etc/yum.repos.d/google.repo 2. make a google.repo 1) 32bit [google] name = Google - i386 baseurl = http://dl.google.com/linux/rpm/stable/i386 enabled = 1 gpgcheck = 1 gpgkey = https://dl-ssl.google.com/linux/linux_signing_key.pub 2) 64bit [google] [google] name = Google - x86_64 baseurl = http://dl.google.com/linux/rpm/stable/x86_64 enabled = 1 gpgcheck = 1 gpgkey = https://dl-ssl.google.com/linux/linux_signing_key.pub 3. use yum install # yum -y install google-chrome-stable 요류 발생시... require : libstdc++.so.6(glibcxx_3.4.15) (64bit) 먼저 아래 install_chrom.sh를 다운.......추천 -
[비공개] 구글 크롬 yum 설치
1. root # sudo su # vi etc/yum.repos.d/google.repo 2. make a google.repo 1) 32bit [google] name = Google - i386 baseurl = http://dl.google.com/linux/rpm/stable/i386 enabled = 1 gpgcheck = 1 gpgkey = https://dl-ssl.google.com/linux/linux_signing_key.pub 2) 64bit [google] [google] name = Google - x86_64 baseurl = http://dl.google.com/linux/rpm/stable/x86_64 enabled = 1 gpgcheck = 1 gpgkey = https://dl-ssl.google.com/linux/linux_signing_key.pub 3. use yum install # yum -y install google-chrome-stable 요류 발생시... require : libstdc++.so.6(glibcxx_3.4.15) (64bit) 먼저 아래 install_chrom.sh를 다운.......추천 -
[비공개] 구글 크롬 yum 설치
1. root # sudo su # vi etc/yum.repos.d/google.repo 2. make a google.repo 1) 32bit [google] name = Google - i386 baseurl = http://dl.google.com/linux/rpm/stable/i386 enabled = 1 gpgcheck = 1 gpgkey = https://dl-ssl.google.com/linux/linux_signing_key.pub 2) 64bit [google] [google] name = Google - x86_64 baseurl = http://dl.google.com/linux/rpm/stable/x86_64 enabled = 1 gpgcheck = 1 gpgkey = https://dl-ssl.google.com/linux/linux_signing_key.pub 3. use yum install # yum -y install google-chrome-stable 요류 발생시... require : libstdc++.so.6(glibcxx_3.4.15) (64bit) 먼저 아래 install_chrom.sh를 다운.......추천 -
[비공개] linux 방화벽 작업 ---- twitter작업 테스트...방화벽
vmware에서 iptables -P OUTPUT DROP /기본 정책 outbound차단... /sbin/service iptables save 정책 저장 /etc/init.d/iptables restart 재시작.. http://webdir.tistory.com/170 구글 키워드 : 리눅스 iptables outbound 차단 * DNS OPEN iptables -A OUTPUT -p tcp --dport 53 -j ACCEPT iptables -A OUTPUT -p udp --dport 53 -j ACCEPT iptables -A INPUT -s 199.59.150.41 -p tcp --dport 443 -j ACCEPT ==> 안됨 iptables -A INPUT -p tcp --dport 161 -s 222.222.222.222 -j ACCEPT iptables -A OUTUT -p tcp --dport 162 -d 222.222.222.222 -j ACCEPT 일단 통과추천