Noprocrast

栏目: IT技术 · 发布时间: 4年前

内容简介:I wrote a command line script calledThe correspondingIn case I really need to visit one of these sites, I use the following

noprocrast

I wrote a command line script called noprocrast . This script updates /etc/hosts to make distracting websites unreachable from my machine:

sudo cp /etc/noprocrast_hosts /etc/hosts

The corresponding /etc/noprocrast_hosts :

127.0.0.1 localhost db001 db002 db003 db004 web030 web048
255.255.255.255 broadcasthost
::1             localhost
fe80::1%lo0     localhost

127.0.0.1 news.ycombinator.com
127.0.0.1 reddit.com www.reddit.com
127.0.0.1 twitter.com
127.0.0.1 nytimes.com www.nytimes.com

In case I really need to visit one of these sites, I use the following procrast script:

sudo cp /etc/procrast_hosts /etc/hosts
echo `date` >> ~/.procrasts

Then if I want to see how I have been doing with procrastination, I tail ~/.procrasts .

The /etc/procrast_hosts file is just:

127.0.0.1 localhost db001 db002 db003 db004 web030 web048
255.255.255.255 broadcasthost
::1             localhost
fe80::1%lo0     localhost

If you haven’t tried an /etc/hosts hack like this, I suggest giving it a try. You may be surprised by how much time you save.

Also see


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Web导航设计

Web导航设计

James Kalbach / 李曦琳 / 电子工业出版社 / 2009 年3月 / 69.80元

业务目标的实现,依赖于用户能够找到并使用您提供的服务。本书为您讲述创建有效导航系统的基本设计原则、开发技巧和实用建议,并附有大量的真实案例。本书研究深入,援引广泛,是极佳的参考资料和教学指南,适用于初级和中级网页设计师、产品经理和其他非设计职位,以及寻求全新视角的Web开发老手。一起来看看 《Web导航设计》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具