Methods to Check Network Cards(NIC) in Linux
First Command:Choose a command based on the network card you have. If you’re feeling lazy, you can use the following commands: bash# lspci | egrep...
CH341A Tutorial: Manual & Driver Download
After searching around, it seems that the most well-known tool for computer BIOS recovery or modification is the CH341A.There aren’t any special places to buy it,...
Recommended CH341A Tools Download
홈페이지 구성이 달라져서 다운로드 링크 대신에 게시글로 내용 변경함.위 링크 클릭하면 해당 파일 다운로드 가능. Clicking the link will allow you to download the corresponding...

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 Tutorial
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 디렉터리가 가득차 파티션에 문제를 주는 경우가 있다. 이런경우에는 파티션 위치를 바꿔줘야하는데,이 자료를 보면 참고할 수 있음. 영문자료이긴하지만 깔끔하게 잘...