A Tagger's Tag Tagger Swagger got Blink Dagger

Command Line

Command Line

brew install fortune

fortune

Here’s what I got,

When the sun shineth, make hay. – John Heywood

While I am scrolling down Az ‘s material about command line, some points seems quite abstract. I just cannot imagine how the command line cat will do for exploring the designated file, even though the output for the cat is not so pleasant to understand(mixed with binary stuff). The same goes with touch command, but it feels like a midas hand doing some magics. Not everything is in the comfort zone easily to pick up.

However, the second half pleases me so well. Fortune as the start of the article, is one of my favorite. Command rig can provide some fake identity(without SSN) for easy registry for some websites. Command toilet enables me to show off with amazing ASCII word. Other recommended by Azeril , like cmtrix , telnet towel.blinkenlights.nl, and sl are quite entertaining.

Basics

$ pwd ## Print Working Directory

$ cd ## Change Directory

$ cd - ##返回原先使用的一个目录

$ cd .. ##返回上一级目录

$ cd \~ ##返回用户主目录

相对路径和绝对路径

$ cd .. ##工作目录的父目录

$ cd \~/Documents/Writings/2015 ##在任意目录下跳转

$ cd Writings/2015 ##在Documents的下跳转

查看>列表

$ ls ##列表展示目录内容

$ ls /directory\_path ## 制定目录列出内容

$ ls -a ## 列出包括隐藏文件在内的全部文件

$ ls -f ## 直接列出结果,不排序

查看>属性及内容

$ file ## 确定文件类型

$ cat ## 显示文档全部内容

$ less ## 浏览文件内容, 退出时用q

创建>文件夹

$ mkdir ## Make Directory 新建目录

$ rmdir ## 删除空目录

创建>文件

$ touch file\_name

$ >file\_name

$ echo “words” > file\_name

复制

$ cp file\_name directory\_path

$ cp -l $$若目标文件已存在,覆盖前先询问

$ cp -a ## 连同文件特性一起复制

$ cp -r ## 递归持续复制, 复制目录

移动

$ mv file\_name directory\_path

$ mv file\_name .file\_name ## 隐藏文件

$ mv -v ## 执行时反馈信息

删除

$ rm -r directory\_path ## -r(Recursive) 参数, 山楚墓路线所有内容

$ rm -rf directory\_path ## -r 递归地删除目录和其中的内容 ; -f 强制删除而不输出确认信息

$ rm -rf / ## 删除整个系统的文件... 删除命令 / 代表根目录 -r 代表递归删除子目录及内容 -f 代表强制

$ rm -i file\_name ## 删除前确认, i(interactive 交互性)参数

-

Others

For me, the customized command alias short_line=’command_line’ , I do not quite figure out what I would do about it. Hope it will be there soon.

The last order,

” Do not execute the command line that you do not know what it is! “

Archived.

My Sys & Explorer

#Sys & Explorer

  1. 关于操作系统

    OS X El Capitan Version 10.11

    虽然看了指南,仍然没有挖掘完整系统的优势

  2. 办公软件

    两套啦, Office & iWork 套件

    最近也有在听许岑的ppt讲解,同时在看 slide:ology (推荐哦),所以在展示软件上花费了一定的时间。 至于模板,有一些还是可以用的,不过要分场合(扯远了)

  3. 关于纪录软件

    在群里大妈有说过新系统自带的 Note 十分好用,自从尝试了之后,深觉如此。好的笔记和书写还是需要磨练来加快速度和质量的。

    Markdown软件不少: 有 MarkdownMacdownUlysses 正在尝试哪个最顺手。

  4. 其他软件

    * 清理系统用 CleanMyMac

    * 编程的话有 Python(3.0)R StudioXcode

    * 语言类有 Rosetta Stone

    * 音乐类有 Guitar ProGarage Band

    * 用自带的 Terminal 多一些;另外,Azeril推荐的 Sublime Text 很直观好用

  5. 浏览器

    一直用的 Chrome ,初衷嘛, 是因为快而且图标比 FireFox 自觉带感 > 就是这么无脑。。按说这才说明自己是大众的一部分,不是么?

    插件最常用的是付费的 JayProxy , 我只是上上社交软件,极偶尔看看U2b,所以感觉够用。要是有其他需要,还是准备购买一些流量来保证速度。

    在墙外生活时利用过 Unblock Youku , 回到墙内就没用过了。

    还有两个用过(ed)的插件, 一个是豆瓣找书的,现在已不给力;另一个是快读啦,来阅读一些新闻, 偶尔用用还挺有趣。

  6. 搜索部分

    自己最常用的就是 site:website object这种搜索方式, 大概率能找到自己想要的东西.

    还有一件关于 Chrome 个人觉得非常有意思的事情,就是无意中看到了用一串代码把 Chrome 变成在线编辑器, 好神奇。。

    代码如下: [data:text/html, <html contenteditable>]

    So many seas are left uncharted to explore!

先写这么多,以后再补充。

Archived.

为啥选择用lanyon

#Why I chose Lanyon as my template?

Here we go

  1. Simplicity
  2. I just cannot configure other templates in the right way. All they display is the orignal “template” layout. felt frustrated.

Welcome

#第一篇

经过两次sb的尝试,看看这次的怎么样。 但仍感谢您能够驾临, 即使这里看起来家徒四壁T T.

Scribble的使用还是需要研究一下, 还是比较倾向于简洁的设计, 因为懒。