LINUX44
Ubuntu 24.04에서 Swap 추가하는 방법

FreeBSD에서 su 명령 사용하기: 간단 가이드

Ubuntu/Debian에서 네트워크 인터페이스 카드(NIC) 이름 변경 가이드

윈도우에서 hping3 설치 방법: 간단하고 쉬운 가이드

네트워크 보안 도구 hping3의 설치 및 패킷 전송 시나리오별 가이드

UDP 패킷 유실 문제 해결: 네트워크 버퍼 설정 최적화

IPVSadm 사용법: 상태 확인과 고급 옵션으로 네트워크 트래픽 최적화하기

iptables와 IPVS 조합으로 패킷 포워더 구축하기

Ubuntu에서 cloud-init 삭제 하기

Ubuntu 20.04 LTS 에서 APT Proxy 설정하기

tmux - productive mouse-free development
tmuxProductive Mouse-Free DevelopmentBrian P. Hogan tmux is a terminal multiplexer.systemctl 간단 사용법
# systemctl list-units --type=service # systemctl start httpd.service # systemctl stop httpd.service # systemctl restart httpd.service # systemctl enable httpd.service # systemctl disable httpd.serviceLynx(the text web browser)
lynx는 CLI 환경에서 웹사이트 접속이 가능한 유용한 툴이다.텍스트 위주의 사이트에서는 매우 빠르게 검색이 가능하지만, 복잡한 사이트에서는 좀 많이 불편할 수 있다. 그래도 잘 익혀두면 뼈가되고 살이 될 것이다. 아래 간단히 정리했다. (1) 설치$ sudo yum install -y lynx ** 소스다운로드: http://lynx.invisible-island.net/ (2) 버전 확인$ lynx -version$ lynx -help (3) 실행 및 종료lynx [options] [path or URL]$ lynx$ lynx www.google.com> q, y (종료) (4) 옵션 설정$ lynx> o o ,Change the default network interface name to “eth0” (CentOS7)
$ sudo yum install net-tools$ sudo vi /etc/default/grubGRUB_TIMEOUT=5GRUB_DEFAULT=savedGRUB_DISABLE_SUBMENU=trueGRUB_TERMINAL_OUTPUT="console"GRUB_CMDLINE_LINUX="rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet"GRUB_DISABLE_RECOVERY="true"==>GRUB_TIMEOUT=5GRUB_DEFAULT=savedGRUB_DISABLE_SUBMENU=trueGRUB_TERMINAL_OUTPUT="console"GRUB_CMDLINE_LINUX="rd.lvm.lv=centos/root rd.lvm.lv=centos/swap..ethtool -S eth0에 올라오는 error
Every 5.0s: ethtool -S eth0 | grep error Wed Oct 28 11:07:31 2015 rx_errors: 729 tx_errors: 0 rx_length_errors: 729 rx_over_errors: 0 rx_crc_errors: 0 rx_frame_errors: 0 rx_missed_errors: 0 tx_aborted_errors: 0 tx_carrier_errors: 0 tx_fifo_errors: 0 tx_heartbeat_errors: 0 tx_window_errors: 0 rx_long_length_errors: 0 rx_short_length_errors: 729 rx_align_errors: 0 rx_csum_offload_errors: 0 uncorr_..The Mutt E-Mail Client
FeaturesSome of Mutt's features include:color supportmessage threadingMIME support (including RFC2047 support for encoded headers)PGP/MIME (RFC2015)various features to support mailing lists, including list-replyactive development communityPOP3 supportIMAP supportfull control of message headers when composingsupport for multiple mailbox formats (mbox, MMDF, MH, maildir)highly customizable, includ..ssh 클라이언트 키를 이용한 신속한 로그인
[root@dk-main ~]# ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /root/.ssh/id_rsa. Your public key has been saved in /root/.ssh/id_rsa.pub. The key fingerprint is: 87:a2:20:28:b2:48:38:2f:9a:32:8d:b9:ee:f5:ba:59 root@d..반응형