If you’d like to install DHCP server in your own computer to do some tests about IP address. This article is good for you. Step…
Today I found I didn’t know how to use void * variable, so I think I need to write it down. Show you the code,…
When I was installing the VMware Tools, I encountered an error, the error code is: Creating a new initrd boot image for the kernel.update-initramfs: Generating…
This article records some questions and answers about Python, OpenCV, Ubuntu, cuda, tensorflow-GPU when I worked as deep learning. Q1: An error occurs when I…
It is not easy to install Opencv in Ubuntu. But let’s do it anyway. Step 1: Download the OpenCV 3.2.0 from official website. Step 2:…
When I used the command ‘nvidia-smi‘ in terminal, a Error occurred like this: NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make…
As we know. There are two methods to read video in python. One is openCV, which is very popular, but it is not easy to…
If you want to build your personal static content blog on github. You come right place. This article will introduce how to do it, what…
Problem: Reboot and can’t enter the desktop under ubuntu. I have done nothing about it. Effective solution: Step 1: Enter to tty. Step 2: In…
In linux shell, using “time [executable file]” this command to review the cpu time of user/system. $ time myprog real 0m2.792s user 0m0.099s sys 0m0.200s…