How to Add Firewall Rules in VMware ESXi 7.x
In the case of ESXi, while it seems like everything can be done through the GUI, adding firewall rules is restricted to starting or stopping...
How to identify Linux network cards (NICs)
(1) lspci You can use the command below. (2) lshw If you want to learn more about your network card, this command is for you....
Tensorflow GPU example (code)
The deep learning developer use pytorch a lot when coding deep learning, but I also use tensorflow a lot. Sometimes I want to see if...
Pytorch GPU exmaple (code)
After setting up Pytorch (torch),If you want to get some simple example code to see if your GPU is working well, you may find that...
PowerPC(ppc64le) docker setting
“When searching for PowerPC (ppc64le) Docker setup methods, there are too many links related to Unicamp. It seems to have been distributed with support from...
Docker /var/lib/docker 디렉터리 교체
Docker 를 무심코 셋팅해서 사용하다보면,어느새 /var/lib/docker 디렉터리가 가득차 파티션에 문제를 주는 경우가 있다. 이런경우에는 파티션 위치를 바꿔줘야하는데,이 자료를 보면 참고할 수 있음. 영문자료이긴하지만 깔끔하게 잘...
CentOS(Rocky linux) 8 rdate (chronyd)
지금까지 리눅스 배워서 쓰면서rdate 를 열심히 썼었는데.. CentOS(Rocky Linux) 8 에는 rdate 대신chronyd (데몬)을 셋팅해서 사용한다고 한다. rdate 사용할때 습관적으로cron 데몬에 올려놓고 주기적으로 동기화 하였는데,chronyd...
NEXT-341PL-SC 윈도우10 드라이버 설치
console 로 스토리지나 네트워크장비에 붙으려고 하면 RS232가 필요하다. 최근 PC는 윈도우10은 이상일테고,RS232 포트는 없어서 USB to serial(RS232) 방식의 제품을 살 것이다.(제품추천 링크는 절대 아니며, 구매를...
통신사별 DNS server 주소
공유기나 서버에 DNS(Domain Name Server)주소를 수동으로 입력하고 싶을때가 있어서,통신사별로 DNS주소를 정리하였다. 보통 통신회선의 통신사에 맞춰서 적긴하는데,해외사이트 접속이 많은 경우에는 제일 하단의 DNS를 사용하는것으로 보인다, 복붙하기...