http://crybit.com/find-command-usage-with-example-unixlinux/ find command is one of the best search tool under UNIX/LINUX. Here I’m discussing some common switches of find command with detailed example. Like the name find, the “find” command is using…
By Ravi Saive Under: Linux Commands, Monitoring Tools On: December 26, 2013 http://www.tecmint.com/command-line-tools-to-monitor-linux-performance/ It’s really very tough job for every System or Network administrator to monitor and debugLinux System…
以下命令都是在CMD中运行,首先把路径定位到项目文件夹 ------------------------------------------------------------------------------------------ 1. 创建一个scrapy project scrapy startproject project_name ----------------------------------------------------------------------------…
原文出处: 不会停的蜗牛    通过本篇文章可以对ML的常用算法有个常识性的认识,没有代码,没有复杂的理论推导,就是图解一下,知道这些算法是什么,它们是怎么应用的,例子主要是分类问题. 每个算法都看了好几个视频,挑出讲的最清晰明了有趣的,便于科普.以后有时间再对单个算法做深入地解析. 今天的算法如下: 决策树 随机森林算法 逻辑回归 SVM 朴素贝叶斯 K最近邻算法 K均值算法 Adaboost 算法 神经网络 马尔可夫 1. 决策树 根据一些 feature 进行分类,每个节点提一个问题,通过…
----------------------------------------------------------------------------------------------------- 列出当前python环境下的所有modules 在python shell/prompt.环境下 help('modules') -----------------------------------------------------------------------------------…
reference :http://crybit.com/tar-command-usages-with-examples/ The ‘tar’ saves many files together into a single tape or disk archive, and can restore individual files from the archive. It is very useful in such conditions like when we want to send a…
系统:Red Hat Enterprise Linux 6.4 数据库:Oracle 10.2.0.5.0 Patch Set 4 主机:10dg1 192.168.1.91 10dg2192.168.1.92 内存:1G 虚拟机:VBox 4.2.14 一,操作系统部分(略) 能够參考我之前写的博客 http://blog.csdn.net/aaron8219/article/details/38239065 二,数据库部分 *****主库配置***** 1. 开启归档,force loggi…
1.Always Use Comments in Scripts2.Make a Scripts exit When Fails    Sometimes bash may continue to execute a script even when a certain command fails.thus affecting the rest of the script (may eventually result in logical errors).Use the Command belo…
When using a git command that can have a large amount of output (like git log, git diff, or git blame), Git opens the command output in our terminal "pager"; on most modern Unix-based systems, the default pager will be "less". Learning…
安装SUSE企业版以及搭建C/C++开发环境 1.      SUSELinux Enterprise是一款服务器操作系统,异常稳定. 2.设置虚拟机类型. 3.选择稍后安装操作系统. 4.选择SUSE Enterprise 11 64位. 5.设置虚拟机名称与位置 6.设置处理器为双核. 7.我们选择使用网络地址转换. 8. 我们选择默认的IO控制器. 9. 我们选择默认的SCSI磁盘类型. 10.我们创建一个新的虚拟磁盘. 11. 设置磁盘大小,以及设置为拆分多个文件,便于虚拟机的迁移. 1…