네트워크 설정은 특색이라고 해야하나
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 |
예전에 겪었던 건데 일단 이유만 말하자면
바이너리 파일은 32bit용
실행 환경은 64bit인데 32bit 호환용 라이브러리가 없어서 에러를 그따구로 내는 것!
sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 |
[링크 : https://askubuntu.com/questions/133389/no-such-file-or-directory-but-the-file-exists]
udev (0) | 2021.01.05 |
---|---|
uio - userspace io (0) | 2021.01.05 |
ifconfig wan (0) | 2020.12.11 |
dsa distributed switch architecture (0) | 2020.12.11 |
linux command line에서 mp3 재생하기 (0) | 2020.12.08 |
apt list 명령어나
aptitude 패키지를 설치해서 해당 유틸리티로 확인하는게 가장 확실한 듯
[링크 : https://www.cyberciti.biz/faq/debian-ubuntu-linux-apt-get-aptitude-show-package-version-command/]
+
만약에 해당 버전 배포판에서 원하는 버전(그러니까 구버전)이 없으면 어떻게 해야하려나?
vino server without login (0) | 2021.04.14 |
---|---|
ubuntu gnome-control-center over ssh (0) | 2021.04.14 |
ubuntu 20.04 한글입력기 (2) | 2020.12.07 |
/dev/ipmi를 보고 싶다!!! (0) | 2020.11.07 |
우분투에서 부팅 USB 만들기(iso) (0) | 2020.10.06 |
/etc/inittab이 안되서 찾아보니
systemctl set-default 명령을 통해서 바꾸면 된다.
# systemctl get-default
graphical.target
# systemctl set-default multi-user.target
Created symlink /etc/systemd/system/default.target → /usr/lib/systemd/system/multi-user.target.
# systemctl get-default
multi-user.target
# systemctl list-units -t target -a
UNIT LOAD ACTIVE SUB DESCRIPTION
basic.target loaded active active Basic System
cryptsetup.target loaded active active Local Encrypted Volumes
emergency.target loaded inactive dead Emergency Mode
getty-pre.target loaded inactive dead Login Prompts (Pre)
getty.target loaded active active Login Prompts
graphical.target loaded inactive dead Graphical Interface
initrd-fs.target loaded inactive dead Initrd File Systems
initrd-root-device.target loaded inactive dead Initrd Root Device
initrd-root-fs.target loaded inactive dead Initrd Root File System
initrd-switch-root.target loaded inactive dead Switch Root
initrd.target loaded inactive dead Initrd Default Target
local-fs-pre.target loaded active active Local File Systems (Pre)
local-fs.target loaded active active Local File Systems
multi-user.target loaded active active Multi-User System
network-online.target loaded active active Network is Online
network-pre.target loaded active active Network (Pre)
network.target loaded active active Network
nfs-client.target loaded active active NFS client services
nss-lookup.target loaded inactive dead Host and Network Name Lookups
nss-user-lookup.target loaded active active User and Group Name Lookups
paths.target loaded active active Paths
remote-fs-pre.target loaded active active Remote File Systems (Pre)
remote-fs.target loaded active active Remote File Systems
rescue.target loaded inactive dead Rescue Mode
rpc_pipefs.target loaded active active rpc_pipefs.target
rpcbind.target loaded active active RPC Port Mapper
shutdown.target loaded inactive dead Shutdown
slices.target loaded active active Slices
sockets.target loaded active active Sockets
sound.target loaded active active Sound Card
sshd-keygen.target loaded active active sshd-keygen.target
swap.target loaded active active Swap
sysinit.target loaded active active System Initialization
● syslog.target not-found inactive dead syslog.target
time-sync.target loaded inactive dead System Time Synchronized
timers.target loaded active active Timers
umount.target loaded inactive dead Unmount All Filesystems
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
37 loaded units listed.
To show all installed unit files use 'systemctl list-unit-files'.
[링크 : https://www.linuxfork.com/how-to-change-the-run-level-on-rhel-centos-7-8/]
+
아래는 안되는 왜 한지 모르겠는 뻘짓
--force를 주고도 한번에 안되서 여러번을 하고 나서야 되네..
stop 하고 나서 된건진 잘 모르겠다.
그리고 여전히 gui로 켜지는건 달라지지 않았다 ㅠㅠ
]# systemctl list-units -t target -a
UNIT LOAD ACTIVE SUB DESCRIPTION
basic.target loaded active active Basic System
cryptsetup.target loaded active active Local Encrypted Volumes
emergency.target loaded inactive dead Emergency Mode
getty-pre.target loaded inactive dead Login Prompts (Pre)
getty.target loaded active active Login Prompts
graphical.target loaded active active Graphical Interface
initrd-fs.target loaded inactive dead Initrd File Systems
initrd-root-device.target loaded inactive dead Initrd Root Device
initrd-root-fs.target loaded inactive dead Initrd Root File System
initrd-switch-root.target loaded inactive dead Switch Root
initrd.target loaded inactive dead Initrd Default Target
local-fs-pre.target loaded active active Local File Systems (Pre)
local-fs.target loaded active active Local File Systems
multi-user.target loaded active active Multi-User System
network-online.target loaded active active Network is Online
network-pre.target loaded active active Network (Pre)
network.target loaded active active Network
nfs-client.target loaded active active NFS client services
nss-lookup.target loaded inactive dead Host and Network Name Lookups
nss-user-lookup.target loaded active active User and Group Name Lookups
paths.target loaded active active Paths
remote-fs-pre.target loaded active active Remote File Systems (Pre)
remote-fs.target loaded active active Remote File Systems
rescue.target loaded inactive dead Rescue Mode
rpc_pipefs.target loaded active active rpc_pipefs.target
rpcbind.target loaded active active RPC Port Mapper
shutdown.target loaded inactive dead Shutdown
slices.target loaded active active Slices
sockets.target loaded active active Sockets
sound.target loaded active active Sound Card
sshd-keygen.target loaded active active sshd-keygen.target
swap.target loaded active active Swap
sysinit.target loaded active active System Initialization
● syslog.target not-found inactive dead syslog.target
time-sync.target loaded inactive dead System Time Synchronized
timers.target loaded active active Timers
umount.target loaded inactive dead Unmount All Filesystems
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
37 loaded units listed.
To show all installed unit files use 'systemctl list-unit-files'.
# systemctl status graphical.target
● graphical.target - Graphical Interface
Loaded: loaded (/usr/lib/systemd/system/graphical.target; indirect; vendor preset: disabled)
Active: active since Mon 2020-12-14 00:20:24 EST; 7min ago
Docs: man:systemd.special(7)
12월 14 00:20:24 localhost.localdomain systemd[1]: Reached target Graphical Interface.
# systemctl disable graphical.target
Removed /etc/systemd/system/default.target.
# systemctl disable graphical.target --force
# systemctl status graphical.target
● graphical.target - Graphical Interface
Loaded: loaded (/usr/lib/systemd/system/graphical.target; static; vendor preset: disabled)
Active: inactive (dead) since Mon 2020-12-14 00:33:58 EST; 8s ago
Docs: man:systemd.special(7)
12월 14 00:29:09 localhost.localdomain systemd[1]: Reached target Graphical Interface.
12월 14 00:33:58 localhost.localdomain systemd[1]: Stopped target Graphical Interface.
]# systemctl list-units -t target -a
UNIT LOAD ACTIVE SUB DESCRIPTION
basic.target loaded active active Basic System
cryptsetup.target loaded active active Local Encrypted Volumes
emergency.target loaded inactive dead Emergency Mode
getty-pre.target loaded inactive dead Login Prompts (Pre)
getty.target loaded active active Login Prompts
graphical.target loaded inactive dead Graphical Interface
initrd-fs.target loaded inactive dead Initrd File Systems
initrd-root-device.target loaded inactive dead Initrd Root Device
initrd-root-fs.target loaded inactive dead Initrd Root File System
initrd-switch-root.target loaded inactive dead Switch Root
initrd.target loaded inactive dead Initrd Default Target
local-fs-pre.target loaded active active Local File Systems (Pre)
local-fs.target loaded active active Local File Systems
multi-user.target loaded active active Multi-User System
network-online.target loaded active active Network is Online
network-pre.target loaded active active Network (Pre)
network.target loaded active active Network
nfs-client.target loaded active active NFS client services
nss-lookup.target loaded inactive dead Host and Network Name Lookups
nss-user-lookup.target loaded active active User and Group Name Lookups
paths.target loaded active active Paths
remote-fs-pre.target loaded active active Remote File Systems (Pre)
remote-fs.target loaded active active Remote File Systems
rescue.target loaded inactive dead Rescue Mode
rpc_pipefs.target loaded active active rpc_pipefs.target
rpcbind.target loaded active active RPC Port Mapper
shutdown.target loaded inactive dead Shutdown
slices.target loaded active active Slices
sockets.target loaded active active Sockets
sound.target loaded active active Sound Card
sshd-keygen.target loaded active active sshd-keygen.target
swap.target loaded active active Swap
sysinit.target loaded active active System Initialization
● syslog.target not-found inactive dead syslog.target
time-sync.target loaded inactive dead System Time Synchronized
timers.target loaded active active Timers
umount.target loaded inactive dead Unmount All Filesystems
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
37 loaded units listed.
To show all installed unit files use 'systemctl list-unit-files'.
[링크 : https://linuxconfig.org/how-to-change-a-runlevel-on-rhel-7-linux-system]
centos yum local repository (0) | 2024.12.23 |
---|---|
centos8 virbr0? (0) | 2020.12.14 |
centos 8.3-2011 용량이 많이 늘었나? (0) | 2020.12.14 |
centos stream? (0) | 2020.12.10 |
centos 8.2 네트워크 설정 (0) | 2020.12.02 |
centos8.2는 minimal로 설치해서 그런가 virbr0 가 안생기더니 풀버전으로 설치했더니 생기네.
libvirtd 데몬으로 인해서 생기는 녀석이라고 한다.
centos yum local repository (0) | 2024.12.23 |
---|---|
centos8 init level 3로 부팅시키기 (0) | 2020.12.14 |
centos 8.3-2011 용량이 많이 늘었나? (0) | 2020.12.14 |
centos stream? (0) | 2020.12.10 |
centos 8.2 네트워크 설정 (0) | 2020.12.02 |
8.2-2004 에서는 minimal 버전이라 그랬나 10기가에서도 깔렸는데
8.3-2011 에서는 10GB 밖에 안되니 용량 늘려라고 진행 자체가 안된다
그런데 8.2 에서는 minimal이 있었는데
8.3 에서는 왜 minimal을 제공하지 않는 걸까?
+
virtual box 에서 centos8.3 설치하니 네트워크가 아노딘다.
virbr0가 잡히고 enp3s 어쩌구는 ip를 못받아온다. 멀까?
+
그래픽 컨트롤러가 원래 VMSVGA 였던가?
centos8 init level 3로 부팅시키기 (0) | 2020.12.14 |
---|---|
centos8 virbr0? (0) | 2020.12.14 |
centos stream? (0) | 2020.12.10 |
centos 8.2 네트워크 설정 (0) | 2020.12.02 |
ls 퍼미션에 .의 의미 (0) | 2020.04.01 |
[링크 : https://unix.stackexchange.com/questions/57309/]
+
[링크 : https://unix.stackexchange.com/questions/391535/how-to-add-an-alternative-name-for-the-interface]
uio - userspace io (0) | 2021.01.05 |
---|---|
파일이 존재하는데 실행하려고 하면 없다고 에러 뜰 경우 (0) | 2020.12.16 |
dsa distributed switch architecture (0) | 2020.12.11 |
linux command line에서 mp3 재생하기 (0) | 2020.12.08 |
shuf (0) | 2020.12.08 |
[링크 : https://www.kernel.org/doc/Documentation/networking/dsa/dsa.txt]
[링크 : https://01.org/linuxgraphics/gfx-docs/drm/networking/dsa/dsa.html]
[링크 : https://elixir.bootlin.com/linux/v4.5/source/Documentation/devicetree/bindings/net/dsa/dsa.txt]
[링크 : https://www.kernel.org/doc/html/latest/networking/dsa/index.html]
+
파일이 존재하는데 실행하려고 하면 없다고 에러 뜰 경우 (0) | 2020.12.16 |
---|---|
ifconfig wan (0) | 2020.12.11 |
linux command line에서 mp3 재생하기 (0) | 2020.12.08 |
shuf (0) | 2020.12.08 |
pdsh (0) | 2020.12.04 |