240
笔下虽有千言,胸中实无一策

随笔分类 -  安装教程

摘要:As a software engineer, I mainly work on C++ and Python under Ubuntu system. Sometimes I may also want to use Matlab, but not very often. I will go th 阅读全文
posted @ 2018-11-06 09:57 CasperWin 阅读(155) 评论(0) 推荐(0)
摘要:Install Octave on Ubuntu 16.04 Please Follow this commands sudo add-apt-repository ppa:octave/stablesudo apt-get updatesudo apt-get install octave If 阅读全文
posted @ 2018-10-27 05:48 CasperWin 阅读(289) 评论(0) 推荐(0)
摘要:Remove an environment If you didn’t really want an environment named flowers, just remove it as follows: conda remove --name flowers --all Export the 阅读全文
posted @ 2017-03-11 07:11 CasperWin 阅读(589) 评论(0) 推荐(0)
摘要:Installers conda install linux-64 win-32 win-64 osx-64 To install this package with conda run: conda install -c menpo opencv3=3.2.0 阅读全文
posted @ 2017-03-08 08:27 CasperWin 阅读(172) 评论(0) 推荐(0)
摘要:Install putty by apt-get: # sudo apt-get install putty Reference: How To Install & use Putty in Ubuntu Linux 阅读全文
posted @ 2017-02-24 08:09 CasperWin 阅读(133) 评论(0) 推荐(0)
摘要:Install JDK 8 JDK 8 and later versions are required for installing and running the Java SE, Java EE and All NetBeans Bundles. You can download standal 阅读全文
posted @ 2017-01-31 12:04 CasperWin 阅读(1212) 评论(0) 推荐(0)
摘要:Ubuntu Trusty (14.04 LTS). OpenJDK 8 is not available on Trusty. To install Oracle JDK 8: $ sudo apt-get install software-properties-common swig$ sudo 阅读全文
posted @ 2017-01-31 11:46 CasperWin 阅读(222) 评论(0) 推荐(0)
摘要:Pip installation Pip is a package management system used to install and manage software packages written in Python. We provide pip packages for Tensor 阅读全文
posted @ 2017-01-18 07:13 CasperWin 阅读(2720) 评论(0) 推荐(0)
摘要:System Linux / Ubuntu 14.04.5 LTS (Trusty Tahr) + ROS Indigo Linux / Ubuntu 16.04.1 LTS (Xenial Xerus) + ROS Kinetic Web Explorer Google Chrome C++ ID 阅读全文
posted @ 2017-01-15 06:38 CasperWin 阅读(222) 评论(0) 推荐(0)
摘要:Blender Blender is the best free and open source 3D modelling program out there by a long shot! The program is under constant development, has a huge 阅读全文
posted @ 2017-01-05 05:02 CasperWin 阅读(310) 评论(0) 推荐(0)
摘要:Installation $ chmod +x qt-opensource-linux-x64-5.7.0.run $ ./qt-opensource-linux-x64-5.7.0.run Path Configuration Set default used version of Qt / qm 阅读全文
posted @ 2017-01-04 10:52 CasperWin 阅读(731) 评论(0) 推荐(0)
摘要:Install Nvidia driver 367.18 or later from ppa:graphics-drivers/ppa as follows: sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt-get update s 阅读全文
posted @ 2017-01-04 02:29 CasperWin 阅读(276) 评论(0) 推荐(0)
摘要:Grive2 Get dependencies You need to get the dependency libraries along with their development (-dev or -devel) packages: yajl 2.x libcurl STL (libstdc 阅读全文
posted @ 2016-12-22 07:21 CasperWin 阅读(245) 评论(0) 推荐(0)
摘要:Install Google Pinyin on Ubuntu 14.04 I’ve been spending more and more time on Ubuntu and I’m not used to the Chinese keyboard that ships with Ubuntu. 阅读全文
posted @ 2016-12-22 06:24 CasperWin 阅读(851) 评论(0) 推荐(0)
摘要:if you have a .deb file: You can install it using sudo dpkg -i /path/to/deb/file followed by sudo apt-get install -f. 阅读全文
posted @ 2016-12-22 02:58 CasperWin 阅读(378) 评论(0) 推荐(0)
摘要:Deluge Bit Torrent ClientDeluge is among my favorite bit torrent clients for Ubuntu. It is fast, slick and packed with all sorts of functionalities. D 阅读全文
posted @ 2016-12-22 01:33 CasperWin 阅读(273) 评论(0) 推荐(0)
摘要:Kazam provides a well designed and easy to use interface for capturing screencasts and screenshots. It can record desktop video and multiple audio str 阅读全文
posted @ 2016-12-18 06:23 CasperWin 阅读(267) 评论(0) 推荐(0)
摘要:Download Download the install file from Download MATLAB, Simulink, Stateflow, and Other MathWorks Products Unzip and open downloaded directoy Install 阅读全文
posted @ 2016-12-15 03:32 CasperWin 阅读(2670) 评论(0) 推荐(0)
摘要:In Ubuntu 14.04 ... ROS environment ROS Indigo; Text Editor gedit vi/vim emac Sublime Text 3 C++ IDE Netbeans 8.2 QtCreator Python IDE Pycharm Spyder 阅读全文
posted @ 2016-12-14 07:50 CasperWin 阅读(165) 评论(0) 推荐(0)
摘要:Here are the procedures we are to follow, Download the source code of an official Python release. Configure the build appropriately for our machine. C 阅读全文
posted @ 2016-12-14 03:31 CasperWin 阅读(440) 评论(0) 推荐(0)