本文原文来源:http://blog.csdn.NET/johnstrive/article/details/7791451 1.Mac 自带jdk1.6(本人的机器是这样至于新Mac自带的版本就不清楚了) 首先下载jdk1.7 下载mac版专用的jdk1.7,地址如下:http://jdk7.ja ...
分类:
编程语言 时间:
2016-11-04 01:20:35
阅读次数:
353
最新系统网卡名称改成了一串很长的数字,原来都eth开头。修改方法:添加红色[root@localhost~]#vim/etc/sysconfig/grubGRUB_TIMEOUT=5GRUB_DEFAULT=savedGRUB_DISABLE_SUBMENU=trueGRUB_TERMINAL_OUTPUT="console"GRUB_CMDLINE_LINUX="rd.lvm.lv=centos/rootrd.lvm.lv=centos/sw..
分类:
其他好文 时间:
2016-11-01 21:56:13
阅读次数:
317
一、1、显示正确输出,屏蔽错误输出:student用户执行find/etc-namepasswd命令后,由于访问权限的问题,会产生正确和错误两种输出,默认显示在terminal中,屏蔽错误输出需要将错误输出存放起来,这样,在terminal中只有正确输出。执行find/etc–namepasswd2>file2、将正确?.
分类:
其他好文 时间:
2016-10-31 22:50:21
阅读次数:
177
GNU Radio Radar Toolbox Install guide Change to any folder in your home directory and enter following commands in your terminal. git clone https://git... ...
分类:
其他好文 时间:
2016-10-28 03:43:52
阅读次数:
200
Network Consider a tree network with n nodes where the internal nodes correspond to servers and the terminal nodes correspond to clients. The nodes ar ...
分类:
Web程序 时间:
2016-10-28 03:34:18
阅读次数:
308
114down voteaccepted Run the following in your terminal, sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3C962022012520A0 sudo apt-get u ...
分类:
系统相关 时间:
2016-10-27 18:55:34
阅读次数:
228
参考自http://bbs.feng.com/read-htm-tid-10584598.html Mac新系统 Sierra中默认已经看不到“任何来源”的选项,就无法安装很多的第三方程序,所以需要做一些配置; 打开“终端”也就是“Terminal”,然后输入下列命令,即关闭了Gatekeeper: ...
分类:
系统相关 时间:
2016-10-27 12:34:16
阅读次数:
198
E437: terminal capability "cm" required 这个错误一般是环境变量TERM没有配置或者配置错误所致。 解决办法: 执行export TERM=xterm; 或者将export TERM=xterm 添加至/etc/profile文件中即可。 或者 方法1:要是偷懒 ...
分类:
其他好文 时间:
2016-10-25 09:38:43
阅读次数:
290
这个实例我们是要将内部的所有地址打成一个包(也就是ip地址集群)然后让这个地址群里的所有ip地址在访问外网的时候随机选择设置的外部地址群里的地址上网以下是R1配置详情Router>enRouter#configConfiguringfromterminal,memory,ornetwork[terminal]?Enterconfigurationcom..
分类:
其他好文 时间:
2016-10-24 03:03:00
阅读次数:
186
Going to the "build" folder directory of opencv from terminal, and execute the following: 1. $ sudo make uninstall2. $ cd ..3. $ sudo rm -r build4. $ ...
分类:
系统相关 时间:
2016-10-23 18:05:21
阅读次数:
860