네트워크 설정은 특색이라고 해야하나
redhat이나 debian 계열과는 또 확연히 다르다.
'Linux > openSUSE' 카테고리의 다른 글
openSUSE ssh 활성화 하기 (0) | 2021.01.04 |
---|---|
openSUSE 패키지 관리자 zypper (0) | 2021.01.04 |
네트워크 설정은 특색이라고 해야하나
redhat이나 debian 계열과는 또 확연히 다르다.
openSUSE ssh 활성화 하기 (0) | 2021.01.04 |
---|---|
openSUSE 패키지 관리자 zypper (0) | 2021.01.04 |
ssh 데몬을 활성화 하고
firewalld 에서 ssh를 허용해주어야 한다.
$ sudo systemctl enable sshd $ sudo systemctl start sshd $ sudo firewall-cmd --add-service=ssh --permanent $ sudo firewall-cmd --reload |
openSUSE 네트워크 설정 (0) | 2021.01.05 |
---|---|
openSUSE 패키지 관리자 zypper (0) | 2021.01.04 |
야이 강아지들이 하나로 좀 통일해라 ㅠㅠㅠㅠ
> htop If 'htop' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf htop > cnf htop The program 'htop' can be found in the following package: * htop [ path: /usr/bin/htop, repository: zypp (repo-oss) ] Try installing with: sudo zypper install htop |
[링크 : https://www.cyberciti.biz/faq/how-to-install-htop-on-opensuse-linux-using-zypper/]
그나저나 cnf는 무슨 유틸리티 인건가..
엌... command not found 줄여서 cnf ㅋㅋㅋㅋㅋ 핸들러!!
COMMAND-NOT-FOUND(1) http://en.opensuse.org/Sco COMMAND-NOT-FOUND(1)
NAME
command-not-found - A command-not-found handler
SYNOPSIS
command-not-found {binary_name} {repository}
openSUSE 네트워크 설정 (0) | 2021.01.05 |
---|---|
openSUSE ssh 활성화 하기 (0) | 2021.01.04 |