【转】在ubuntu上建立samba服务器并通过外网访问

转载自:

http://www.zeitoun.net/articles/samba-over-internet/start

https://www.linux.com/learn/tutorials/296391-easy-samba-setup

首先是在ubuntu上假设samba服务器

继续阅读

发表在 服务器 | 标签为 , | 留下评论

【转】Bypass Firewall and NAT With Reverse SSH Tunnel

原文地址:http://www.marksanborn.net/howto/bypass-firewall-and-nat-with-reverse-ssh-tunnel/

Recently I wanted to control my computer from a remote location. Problem was that the destination computer was behind a NAT and a firewall. Almost all large networks (corporate and universities) including home routers are now using some sort of NAT (Network Address Translation).

继续阅读

发表在 Linux使用, 服务器 | 标签为 | 留下评论

【转】win 8 cygwin chmod 不正常的解决办法

原文地址:http://superuser.com/questions/397288/using-cygwin-in-windows-8-chmod-600-does-not-work-as-expected

Try running:

 chgrp -R Users ~/.ssh

继续阅读

发表在 Windows | 标签为 | 留下评论

【转】javascript 获取 IP 获取 geoip (与IP对应的经纬坐标)

原文地址: http://stackoverflow.com/questions/17414972/get-ip-address-with-javascript

主要就是这两个网站提供了这样的接口。

补充一个网站:http://freegeoip.net/json/?callback=ip_callback

继续阅读

发表在 HTML/Javascript/CSS | 留下评论

【转】Troubleshooting 备忘录 #Cython, msvc9compiler.py: ValueError: [u’path’]

原文地址: http://voih.blog.163.com/blog/static/1782003462011388023378/

Issue: Cython, msvc9compiler.py: ValueError: [u’path’] for 64bit development environment.
Solution:
1. install the right ver. of Microsoft SDK/VC Compilor:http://www.mathworks.com/support/solutions/en/data/1-6IJJ3L/index.html?solution=1-6IJJ3L
2. Copy VC\bin\vcvars64.bat into VC\bin\amd64\vcvarsamd64.bat where visual studio is installed:
http://bugs.python.org/issue7511

发表在 Python | 留下评论

【转】让电脑定时从待机或睡眠中唤醒

转载自: http://blog.rythdev.com/2012/03/let-pc-wake-automatically-from-suspend-or-hibernation-in-given-time/

本人与同住的朋友共享宽带,于是每天下班后的晚上都是网络拥堵期。想下载点东西,又怕妨碍别人正常上网,而白天又没这个时间。我就想,能不能 让电脑在晚上或者白天自动开机下载呢?经过检查,发现我的电脑不支持定时开机,这条路堵了。那换个思路,能不能定时从待机或睡眠状态恢复呢?答案是肯定 的!就是本文的主角 rtcwake

继续阅读

发表在 Linux使用 | 标签为 , | 留下评论

[转]腰围2尺1,2,3,4,5,6,7,8寸分别等于是多少厘米/英寸(对照表)

 

http://www.chedong.com/blog/archives/001476.html

腰围2尺1,2,3,4,5,6,7,8寸分别等于是多少厘米/英寸(对照表)


 

■70厘米 ■2尺1 ●26英寸
■74厘米 ■2尺2 ●28英寸

继续阅读

发表在 杂谈 | 标签为 | 留下评论

[转]Array和Collection相互转换以及copy深度的小测

http://www.micmiu.com/lang/java/array-collection-copy/

周末闲来无事,把java中Array和Collection之间相互转换小结了下,顺便对转换过程中涉及到的javabena的copy深度进行了简单的测试,详细内容将按照如下分类分别介绍:

  • List <-> Array
  • Set <-> Array
  • List <-> Set
  • List <-> Collection
  • Array Copy
  • List Copy

继续阅读

发表在 Java | 标签为 , , , | 留下评论

[转]Java正则表达式入门

http://blog.csdn.net/kdnuggets/article/details/2526588

众所周知,在程序开发中,难免会遇到需要匹配、查找、替换、判断字符串的情况发生,而这些情况有时又比较复杂,如果用纯编码方式解决,往往会浪费程序员的时间及精力。因此,学习及使用正则表达式,便成了解决这一矛盾的主要手段。

继续阅读

发表在 Java | 标签为 , | 留下评论

【原】使用PhantomJS模拟用户在网页上的操作

PhantomJS 是一个可以使用代码控制的没有界面的浏览器,使用的是WebKit核心。

主页:http://phantomjs.org/

继续阅读

发表在 HTML/Javascript/CSS, Linux编程 | 留下评论