본문 바로가기
728x90
반응형

Programming/Linux10

[systemctl] how to use systemctl (systemctl 사용법) how to use systemctl command. check systemd list systemctl list-unit-files start systemd systemctl start [service name] stop systemd systemctl stop [service name] restart systemd systemctl restart [service name] enable systemd systemctl enable [service name] disable systemd systemctl disable [service name] reload systemd systemctl reload [service name] 2019. 7. 31.
[우분투] ubuntu ssh install (우분투 ssh 설치) ubuntu ssh install (우분투 ssh 설치) install ssh1$ apt-get install openssh-servercs start ssh1$ service ssh restartcs confirm Installation123$ dpkg --get-selections | grep opensshopenssh-client installopenssh-server installcs 1234$ service ssh status● ssh.service - OpenBSD Secure Shell server Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled) Active: active (running) si.. 2018. 12. 10.
[우분투] ubuntu version check (우분투 버전 확인) ubuntu version check (우분투 버전 확인) check ubuntu version 12$ cat /etc/issueUbuntu 16.04.4 LTS \n \lcs 123456$ lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 16.04.4 LTSRelease: 16.04Codename: xenialcs 2018. 12. 10.
[우분투 16.04.4]ubuntu telnet server install (우분투 텔넷 서버 설치) ubuntu telnet server install (우분투 텔넷 서버 설치) install telnet server (텔넷 서버 설치) 1$ sudo apt-get install xinetd telnetdcs Configure telnet server (텔넷 서버 설정)add below script on /etc/xinetd.d/telnet 123456789101112131415$ vi /etc/xinetd.d/telnet ----------------------- # default: offservice telnet{ disable = no flags = REUSE socket_type = stream wait = no user = root server = /usr/sbin/in.telnetd log_.. 2018. 12. 10.
728x90
반응형