摘要: 1. Select product "SUSE Linux Enterprise Server 12 SP3 for SAP" on Google cloud platform, https://console.cloud.google.com/marketplace/details/suse-sa 阅读全文
posted @ 2020-06-09 12:00 xsgluozi 阅读(240) 评论(0) 推荐(0) 编辑
摘要: Some times ubuntu user disappeared, need to create the same user again and point to the same home drive, use below command id -u username sudo useradd 阅读全文
posted @ 2020-02-04 15:13 xsgluozi 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 1. Download OpenSSL source code from https://github.com/openssl/openssl/releases. 2. Download and install ActivePerl from https://www.activestate.com/ 阅读全文
posted @ 2020-01-30 11:18 xsgluozi 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 1. Install conda environment following instructions here. https://www.digitalocean.com/community/tutorials/how-to-install-anaconda-on-ubuntu-18-04-qui 阅读全文
posted @ 2020-01-08 10:40 xsgluozi 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Background. AOI software needs to use the OCR feature to recognize the texts on the chips. Because our vision software is based on OpenCV, so the firs 阅读全文
posted @ 2020-01-02 15:42 xsgluozi 阅读(685) 评论(0) 推荐(0) 编辑
摘要: 1. Remove the old version of virtual box. (Note the * is required, because it will remove all the virtualbox related packages) 2. Execute the followin 阅读全文
posted @ 2019-10-14 15:20 xsgluozi 阅读(211) 评论(0) 推荐(0) 编辑
摘要: If developer want to pre-allocate the memory for some of the cv::Mat, he may do like this: It looks correct at the first glance, but after do some exp 阅读全文
posted @ 2019-09-18 15:03 xsgluozi 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 有时候原始的repo有了很多更新,这个时候如果需要把这些改动同步到fock的repo,可以采取如下步骤。 1. Clone需要同步的fock的支线。 2. Checkout需要同步的支线 3. 添加原始的repo成为upstream 4. 下载upstream的更新到本地 5. 合并upstream 阅读全文
posted @ 2019-08-05 11:21 xsgluozi 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 一下步骤安装的是openssl 1.0.2g版本,如果要安装其他版本只需要替换1.0.2g到指定版本,例如1.1.0l 1. sudo apt-get install make (Install compiling library Make) 2. wget https://www.openssl. 阅读全文
posted @ 2019-06-18 14:13 xsgluozi 阅读(1238) 评论(0) 推荐(0) 编辑
摘要: Please note that cv::cuda::GpuMat and cv::Mat using different memory allocation method. cv::cuda::GpuMat the data in is Nvidia Gpu Ram, but cv::Mat st 阅读全文
posted @ 2019-04-30 11:05 xsgluozi 阅读(203) 评论(0) 推荐(0) 编辑