전체 글

몇 달만 지나도 가물가물해서 만든 곳
https://tb.rg-adguard.net/public.php TechBench by WZT (v4.1.1) This website was created with simplicity in mind. Here you can easily download products directly from Microsoft. This website neither its author are not affiliated with Microsoft Corporation. tb.rg-adguard.net
· Linux/Cloud
nginx+php7.x+mariadb 에 nextcloud설치시 로그인시 정상적인 계정을 입력해도 로그인 페이지로 다시 돌아오는 무한루프로 빠지는 경우가 있습니다. 아래와 같이 권한을 수정해주면 됩니다. # chown root:nginx /var/lib/php/session/ # chown root:nginx /var/lib/php/wsdlcache/ # chown root:nginx /var/lib/php/opcache/ yum update로 php업데이트 다시 apache로 권한이 변경되는 경우가 생깁니다. 체크요망
최소설치시 운영하기 위해 필요한 패키지 설치 목록 - ifconfig # yum install net-tools - wget # yum install wget - unzip # yum install unzip - semanage, getenforce, setenforce, getsebool, restorecon, setsebool centos 7 # yum install policycoreutils-python centos 8 # yum install -y policycoreutils-python-utils - yum-config-manager # yum install yum-utils - smartctl # yum install smartmontools
flac파일을 mp3변환해줍니다.
Cygwin 패키지에 sshpass이 없습니다. 그래서 소스컴파일 형식으로 프로그램을 설치해야 됩니다. 컴파일하기 위한 패키지를 Cygwin설치할때 포함해야 됩니다. # curl -LO http://downloads.sourceforge.net/sshpass/sshpass-1.06.tar.gz # md5sum sshpass-1.06.tar.gz # f59695e3b9761fb51be7d795819421f9 # tar xvf sshpass-1.06.tar.gz # cd sshpass-1.06 # ./configure # make # sudo make install 소스다운로드 받아서 컴파일해서 설치하면 정상적으로 사용할수 있는데.......... 비밀번호 노출이 약간은 걱정스러워 사용안할것 같습니다. # ..
NFS마운트 해제시 "device is busy"문구와 함께 마운트 해제가 되지 않는 경우가 있습니다. 이는 해당 디렉토리 엑세스하는 사용자가 있어서 발생하는 문구입니다. 해당 사용자를 확인하고 강제해제하는 방법으로 진행할수 있습니다. - 설치 # yum install psmisc - 액세스중인 사용자 확인방법 # fuser -cu 마운트 디렉토리 # fuser -cu /mnt/nfsTest - 접근 프로세스(사용자) kill # fuser -ck 마운트 디렉토리 # fuser -ck /mnt/nfsTest - 마운트 해제 # umount -f /mnt/nfsTest
zosystem
동방노트