Data Science at the Command Line学习笔记(二)

1、vagrant建立简单httpserver方法:

1)映射端口

修改Vagrantfile, 末尾添加本地端口和虚机端口的映射关系, 然后执行vagrant reload.

   Vagrant::Config.run do |config|
        # Forward guest port 8000 to host port 8000
        config.vm.forward_port 8000, 8000
   end 

2)启动HTTPServer

通过python自带web服务器SimpleHTTPServer,在特定目录下(建立一个index.html)输入下面的命令来启动web服务器,提供一个文件浏览的web服务。

$python -m SimpleHTTPServer 8000

然后在浏览器输入http://localhost:8000

就可以看到上述目录下的所有目录和文件了,-m用于指定端口。

				
时间: 2024-12-24 23:13:59

Data Science at the Command Line学习笔记(二)的相关文章

Data Science at the Command Line学习笔记(一)

学习Data Science at the Command Line时,win7下安装环境是遇到了一些小问题,最后通过百度解决. 1)电脑安装完vagrant+virtual box之后,新建工作目录,cmd进入工作目录后 $ vagrant init data-science-toolbox/data-science-at-the-command-line 生成了一个Vagrantfile文件.文件内容如下: Vagrant.configure(2) do |config| config.vm

【转载】Data Science at the Command Line

Data Science at the Command Line Data Science at the Command Line is a new book written by Jeroen Janssens. This website contains information about the upcoming workshop in London, the webcast from August 20th, instructions on how to install the Data

the linux command line学习笔记之三

linux键盘操作技巧 光标移动: Ctrl-a    Move cursor to the beginning of the line.Ctrl-e    Move cursor to the end of the line.Ctrl-f     Move cursor forward one character; same as the right arrow key.Ctrl-b    Move cursor backward one character; same as the left

the linux command line学习笔记之一

常用命令: pwd:print working directory,查看当前的工作目录: cd ~user_name:进入用户的家目录: [[email protected] ~]# cd ~bob [[email protected] bob]# ln file link:创建硬链接: 注:硬链接不能参考不在同一个分区上的文件 硬链接不能参考目录 ln -s item link:创建软链接: 注:软链接可以参考目录 type :显示一个命令的类型: which:显示一个可执行命令的位置,对ba

the linux command line学习笔记之四

linux权限相关命令: ● id             显示用户ID● chmod     修改文件权限● umask     设置默认的文件权限 ● su            以另一个用户的身份运行shell● sudo        以另一个用户的身份执行命令 ● chown     修改文件的owner ● chgrp       修改文件的group owner● passwd    修改用户的密码 权限与二进制八进制的对应 八    二      权限 0     000    

the linux command line学习笔记之二

有关命令扩展(Expansion) echo: [[email protected] ~]# echo *    #*被扩展成文件名 0227_2.sh 02273.sh 0227.sh anaconda-ks.cfg Desktop Documents Downloads err.txt initial-setup-ks.cfg Music perl5 Pictures Public Templates test test.txt Videos vmware-tools-distrib [[e

Linux System Programming 学习笔记(二) 文件I/O

1.每个Linux进程都有一个最大打开文件数,默认情况下,最大值是1024 文件描述符不仅可以引用普通文件,也可以引用套接字socket,目录,管道(everything is a file) 默认情况下,子进程会获得其父进程文件表的完整拷贝 2.打开文件 open系统调用必须包含 O_RDONLY,O_WRONLY,O_RDWR 三种存取模式之一 注意 O_NONBLOCK模式 int fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0644

Data Types in the Kernel <LDD3 学习笔记>

Data Types in the Kernel Use of Standard C Types /* * datasize.c -- print the size of common data items * This runs with any Linux kernel (not any Unix, because of <linux/types.h>) * * Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet * Copyr

CCNA 学习笔记(二)--CISCO设备初接触

CCNA 学习笔记(二)--初识CISCO设备 上一章我们认识到网络方面的基础知识了,现在我们正式接触CISCO设备. 1.首先我们先了解一台CISCO设备里的主要组件: ROM(只读存储器):主要保存着开机自检软件.保存路由器启动引导程序. RAM(随机存储器):断电会把数据丢失.可以存储配置文件.>>>相当于PC的内存 NVRAM(非易失存储器):断电不会丢失.用来保存用户配置文件.IP.startup-config.主机名.路由协议等等. FLASH(闪存):主要是保存完整的