Step # 1: Mount an ISO file Type the following command (replace iso file name with the actual iso file): # yum install createrepo # mkdir -p /mnt/iso/{1,2,3} # mount -o loop /path/to/centos1.iso /mnt/iso/1 Step # 2: Create a repository Use createrepo…
HOWTO: Setup XCode 6.1 to work with OpenCV3 libraries Overview This post demonstrates how to setup your XCode IDE to work with openCV libraries on Yosemite. Initially XCode can be an intimidating environment, but past all the windows and complex sect…
dpkg --add-architecture i386 && apt-get update &&> apt-get install wine32…
1.因为node项目终端报错: No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'. No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'. No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'. gyp: No Xcode or CLT version detected! g…
Linux YUM (Yellowdog Updater, Modified) Commands for Package Management In this article, we will learn how to install, update, remove, find packages, manage packages and repositories on Linux systems using YUM (Yellowdog Updater Modified) tool develo…
Update the latest package while using node.js, follow the command as following. npm i -g npm-check-updates npm-check-updates -u npm install…
环境 sublime 3,目前官网下载的sublime3 已经支持自动安装 Package Control . 第一种: ctrl+shift+p 调出命令面板以后 以前都是使用 Package Control : Install Package, 然后 在里面一个一个的装. 更好的是 Package Control : Advanced Install Package,在下方弹出的栏目中输入插件名,每个插件要用,隔开.要确保插件名称正确 ``` "All Autocomplete",…
一.Sublime Text  下载 神器 Sublime Text 最近开始更新到开发版本 Build 3156,本身英语不是太6,汉化党自然各种百度汉化教程,网上不是一堆绿色汉化包,就是让你下载汉化包(package)然后各种目录下移动感觉很繁琐. 特记录个人简单下载.激活.汉化教程. 官网下载Subline Text (https://www.sublimetext.com),注意最好下载绿色版(portable version)的,这种可移植性高,且免安装!!!如下图所示: 接下来选择红…
最近下载安装sublime Text3后,在安装Install Package时遇到了几个问题,网上搜了一大圈终于解决了,特此记录为以后之便. 一.下载安装sublime Text3 1.sublime Text3下载 官网地址:https://www.sublimetext.com/3 打开链接,选择对应系统的版本下载即可.(本人电脑是wi10 64位,下载Windows 64 bit ) 2.sublime Text3安装 (1)下载Windows 64 bit后,双击即可安装.(注意勾选A…
package control一直弹出There are no packages available for installation,由于国内环境屏蔽了https://packagecontrol.io/channel_v3.json,无法访问导致. 将该链接里面的代码复制到本地保存后放到指定位置,然后在settings--user里面添加对应路径: 保存后重新输入install package后正常加载:…