목록전체 글 (66)
ghkdtlwns987
우선 무선랜 카드가 있어야 한다. 내 무선랜 카드는 NEXT-1201AC 이다. 또한 내 Ubuntu version 은 18.04 이며, kernel 버젼은 5.4.0 이다. 먼저 NEXT 홈페이지에서 다운받을 수 있는 파일은 안됬다.. 다음과 같이 입력하면 된다. github.com/RinCat/RTL88x2BU-Linux-Driver RinCat/RTL88x2BU-Linux-Driver Realtek RTL88x2BU WiFi USB Driver for Linux. Contribute to RinCat/RTL88x2BU-Linux-Driver development by creating an account on GitHub. github.com cd Download git clone https://gi..
#include #include #include #include #include #include struct item{ int size ; char *name ; }; struct item itemlist[100] = {0}; int num ; void hello_message(){ puts("There is a box with magic"); puts("what do you want to do in the box"); } void goodbye_message(){ puts("See you next time"); puts("Thanks you"); } struct box{ void (*hello_message)(); void (*goodbye_message)(); }; void menu(){ puts("..
보호되어 있는 글입니다.