In this article, I am going to introduce three main things.1. How to install and configure a VNC Server on Centos 7.2. How the VNC…
[Build a Modern Computer from First Principles: Nand to Tetris Part II] is a course in coursera. It is a good course for us to…
If you want to add social media buttons to your website for sharing and following, this article is good for you. Add social media buttons…
First, you can refer to the official document. The following are the troubleshootings when I executed the commands in official document: Issue 1: When I…
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…