redhat 8.x local repo 설정방법 , Centos 8.x local repo

redhat 8 버전부터 local repo 적용하는게 변경되었습니다.   [local 레포지터리 생성 ] rhel-8.2-x86_64-dvd.iso 파일을 /root에 복사 mount -t iso9660 -o loop /root/rhel-8.2-x86_64-dvd.iso /media -> iso 파일을 통째로 넣었을때 마운트 방법 또는 # mount /dev/sr0 /media -> iodd 나 CD 롬에 이미지를 넣었을때 방법   mkdir /repository -> 폴더를 생성하고 cp -a /media/* /repository/ -> 마운트 … Read more

# linux / Centos / Redhat watch 명령어 / 시간 명령어 #

# linux / Centos / Redhat watch 명령어 / 시간 명령어 # linux 에서 watch 명령어는 원하는 명령어의 결과를 원하는 시간 주기로 리프레시 하여 결과를 보여주는 명령어 입니다. hardware 의 성능 , 사용량 , 자원 등을 모니터링 하거나 특정 명령어를 반복적으로 입력해서 결과값을 확인하여야 할 때 유용하게 사용 할 수 있습니다. # watch –help # # 기본 사용방법 # watch [-d] [-n seconds] ‘command’ 종료는 [Ctrl + c] -d 옵션은 … Read more

# redhat 8.x local repo 설정방법 / Centos 8 local repo#

redhat 8 버전부터 local repo 적용하는게 변경되었습니다.     [local 레포지터리 생성 ] rhel-8.2-x86_64-dvd.iso 파일을 /root에 복사 mount -t iso9660 -o loop /root/rhel-8.2-x86_64-dvd.iso /media          -> iso 파일을 통째로 넣었을때 마운트 방법   또는 # mount /dev/sr0 /media            -> iodd 나 CD 롬에 이미지를 넣었을때 방법   … Read more

# Centos 7.x exFAT Mount (리눅스 7.x exFAT 마운트) #

[root@demo ~]# yum install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm Loaded plugins: fastestmirror, langpacks nux-dextop-release-0-1.el7.nux.noarch.rpm                                                    | 9.6 kB  00:00:00      Examining /var/tmp/yum-root-pAi8ef/nux-dextop-release-0-1.el7.nux.noarch.rpm: nux-dextop-release-0-1.el7.nux.noarch Marking /var/tmp/yum-root-pAi8ef/nux-dextop-release-0-1.el7.nux.noarch.rpm to be installed Resolving Dependencies –> Running transaction check —> Package nux-dextop-release.noarch 0:0-1.el7.nux will be installed –> Finished Dependency Resolution Dependencies Resolved ====================================================================================================================  Package                    Arch           Version             Repository                                      Size ==================================================================================================================== Installing:  nux-dextop-release         noarch         0-1.el7.nux         /nux-dextop-release-0-1.el7.nux.noarch         3.5 k Transaction Summary ==================================================================================================================== Install  1 Package Total size: 3.5 k Installed size: 3.5 k Is this ok [y/d/N]: y Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Warning: RPMDB altered outside of yum.   Installing : nux-dextop-release-0-1.el7.nux.noarch                                                            1/1    Verifying  : nux-dextop-release-0-1.el7.nux.noarch                                                            1/1  Installed:   nux-dextop-release.noarch 0:0-1.el7.nux                                                                            Complete! [root@demo ~]# yum install exfat-utils fuse-exfatLoaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile  * base: mirror.kakao.com  * extras: ftp.iij.ad.jp  * nux-dextop: li.nux.ro  * updates: ftp.iij.ad.jp nux-dextop                                                                                   | 2.9 kB  00:00:00      nux-dextop/x86_64/primary_db                                                                 | 1.8 MB  00:00:10      Resolving Dependencies –> Running transaction check —> Package exfat-utils.x86_64 0:1.2.7-1.el7.nux will be installed —> Package fuse-exfat.x86_64 0:1.2.7-1.el7.nux will be installed –> Finished Dependency Resolution Dependencies Resolved ====================================================================================================================  Package                    Arch                  Version                           Repository                 Size ==================================================================================================================== Installing: … Read more

# linux 서버 종료 예약(shutdown) / 일회성 셧다운 예약 / at #

[root@demo ~]# at 23:00 2019-07-26        ==> 19년 7월 26일날 스케쥴 등록 at> shutdown -h now                       ==>  위 날에 셧다운 하겠다 at>                                       ==> ctrl + D로 작업내용 저장 at> <EOT> job 6 at Fri Jul 26 23:00:00 2019 [root@demo ~]# at -l                       ==> 작업확인 6        Fri Jul 26 23:00:00 2019 a root     ==> 작업 확인 완료.   … Read more

# RHEL / Centos 7 버전에서 runlevel 변경하기 / 런레벨 변경

# RHEL / Centos 7 버전에서 runlevel 변경하기 / 런레벨 변경   1. default runlevel 값 확인하기 [root@localhost ~]# systemctl get-default  multi-user.target   2. graphical.target 으로 변경하기 [root@localhost ~]# systemctl set-default graphical.target  Removed symlink /etc/systemd/system/default.target. Created symlink from /etc/systemd/system/default.target to /usr/lib/systemd/system/graphical.target.   3. 다시 default runlevel 값 확인하기 [root@localhost ~]# systemctl get-default  graphical.target   4. … Read more

# 웹페이지 접속 시 코드이그나이터 Disallowed Key Characters. 에러가 뜨는 경우 #

  웹페이지 접속 시 코드이그나이터 Disallowed Key Characters. 에러가 뜨는 경우                 [root@localhost common]# vi /var/www/html/CodeIgniter/system/libraries/Input.php     [root@localhost common]#                  217 //if ( ! preg_match(“/^[a-z0-9:_/-]+$/i”, $str))  <- 주석처리      218 if ( ! preg_match(“/^[a-z0-9:_/-]+$|/i”, $str))  

# RHEL, CentOS에서 ntp 서버 설정하기(사설망 내부 서버들의 시간 동기화) #

RHEL, CentOS에서 ntp 서버 설정하기(사설망 내부 서버들의 시간 동기화) 사설망 내부 서버들의 시간 동기화를 위해서, ntp 서버 데몬을 사용하는 방법입니다. 먼저 시간의 기준이 되는 서버를 선정합니다. 예로 그 서버가 192.168.100.15 라고 합니다. 그리고, 각 서버들이 192.168.100.x  네트워크에 속해있다고 가정합니다. 제일 우선적으로 모든 서버에 ntp 데몬을 설치하여야 합니다.   [root@localhost ~]# yum install ntp   Loaded … Read more

# linux 6 버전에서 새로운 디스크 추가 후 fdisk 로 포맷 및 마운트 작업 #

  [root@localhost /]# fdisk /dev/sd     sda   sda1 sda2  sda3  sdb sdb1      [root@localhost /]# fdisk /dev/sdb     Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel     Building a new DOS disklabel with disk identifier 0x34c1337c.     Changes will remain in memory only, until … Read more

# Centos 6.8 cd mount(yum install) / local repo #

인터넷이 되지 않는 환경에서 linux (Centos , redhat) 6.8 버전으로 cd mount 후 yum install 이 가능하도록 하는 작업 ——————————————————————————– [root@localhost ~]# cat /etc/redhat-release  CentOS release 6.8 (Final) —————————————————————————–— 먼저 /mnt 밑에 dvd 를 만들겠습니다. ——————————————————————————– [root@localhost mnt]# pwd /mnt [root@localhost mnt]# mkdir dvd [root@localhost mnt]# ll 합계 4 drwxr-xr-x. 2 root root 4096 2017-11-30 … Read more