본문 바로가기

반응형

OS/Linux

(44)
[Ubuntu 20.04] Python3 Installation # sudo apt update # sudo apt install python3-dev python3-pip python3-venv https://testtube.tistory.com/58 [Ubuntu 18.04] IDLE Python IDE Installation for Python 3: # sudo apt-get update # sudo apt-get install idle3 for Python 2.7: # sudo apt-get install idle-python2.7 참고: https://www.ubuntu18.com/how-to-install-idle-python-ide-on-ubuntu-18-04/ How to install IDLE Python IDE on Ubuntu 18.04 Learn..
[Linux] Terminal Session KILL # who 접속 Session 확인 # ss -nt 접속 Network Session 확인 # sudo ss --kill dst IP_ADDRESS dport = PORT_NUMBER 'who'에서 확인한 세션의 IP 및 'ss -nt'에서 확인한 Peer Address:Port에 해당하는 Session 종료
[CentOS 7] Runlevel 변경 1. Runlevel 확인 # systemctl get-default 2. Runlevel 3 (CLI) # systemctl set-default multi-user.target (영구변경) # systemctl isolate multi-user.target (일시변경) 3. Runlevel 5 (GUI) # systemctl set-default graphical.target (영구변경) # systemctl isolate graphical.target (일시변경)
[Ubuntu 20.04] 로그인 사운드 안나올때 # sudo apt-get install --reinstall ubuntu-sounds ubuntu-touch-sounds # sudo vi /usr/share/gnome/autostart/libcanberra-login-sound.desktop [Desktop Entry] Type=Application Name=GNOME Login Sound Comment=Plays a sound whenever you log in Exec=/usr/bin/canberra-gtk-play --id="desktop-login" --description="GNOME Login" OnlyShowIn=GNOME;Unity; AutostartCondition=GSettings org.gnome.desktop.sound even..
[RHEL] How to activate your no-cost Red Hat Enterprise Linux subscription developers.redhat.com/blog/2021/02/10/how-to-activate-your-no-cost-red-hat-enterprise-linux-subscription/ How to activate your no-cost Red Hat Enterprise Linux subscription - Red Hat Developer Learn how to register and activate your no-cost Red Hat Enterprise Linux subscription in three easy steps, and what you'll get with your new subscription. developers.redhat.com developers.redhat.com/articl..
[Linux] CentOS 대체 준비 https://almalinux.org/ AlmaLinux - Forever-Free Enterprise-Grade Operating System Stable, production-ready, RHEL-based AlmaLinux is an enterprise-grade server OS, a stable Linux distribution with regular releases that come with long support windows. You can rely on AlmaLinux to run you and your clients’ critical workloads. Fedora-like almalinux.org https://rockylinux.org/ Rocky Linux Rocky Linux..
[Ubuntu 18.04] IDLE Python IDE Installation for Python 3: # sudo apt-get update # sudo apt-get install idle3 for Python 2.7: # sudo apt-get install idle-python2.7 참고: https://www.ubuntu18.com/how-to-install-idle-python-ide-on-ubuntu-18-04/ How to install IDLE Python IDE on Ubuntu 18.04 Learn how to install IDLE for Python 3 and Python 2. IDLE is available for python 3 and python 2 as two separate packages. www.ubuntu18.com https://testtub..
[Ubuntu] GVim Installation # sudo apt-get install vim vim-gnome vim-gui-common

반응형