w*r
2 楼
【 以下文字转载自 TrustInJesus 讨论区 】
发信人: waterer (快义恩仇之灌水山寨王), 信区: TrustInJesus
标 题: 我改
发信站: BBS 未名空间站 (Wed Feb 24 19:36:01 2010, 美东)
老大, 麻烦你发明一个词, 我改.
fine, then what do you call a butt, you give a word, I will use it.
>>I do have to regulate the language on this board.
>> That word is offending.
发信人: waterer (快义恩仇之灌水山寨王), 信区: TrustInJesus
标 题: 我改
发信站: BBS 未名空间站 (Wed Feb 24 19:36:01 2010, 美东)
老大, 麻烦你发明一个词, 我改.
fine, then what do you call a butt, you give a word, I will use it.
>>I do have to regulate the language on this board.
>> That word is offending.
z*g
3 楼
请教大牛门一个小问题。
我家里电脑是debian,学校办公室电脑是ubuntu。
现在的情况是,我连接办公室电脑需要先ssh到一个server,然后再ssh到办公室。但是
办公室的电脑可以直接ssh到我家里的电脑。有没有什么办法能够从家里直接ssh到办公
室?
谢谢。
我家里电脑是debian,学校办公室电脑是ubuntu。
现在的情况是,我连接办公室电脑需要先ssh到一个server,然后再ssh到办公室。但是
办公室的电脑可以直接ssh到我家里的电脑。有没有什么办法能够从家里直接ssh到办公
室?
谢谢。
Y*B
4 楼
internship的position是不是都是给在internship开始时还在学校的学生的,如果快毕
业了就不行哦还能够申请转一年的intern了?谢谢
业了就不行哦还能够申请转一年的intern了?谢谢
e*2
5 楼
要是能随便LAYOFF, 那简直更爽了
x*j
7 楼
我的理解是,如果你有权限来设置办公室那边的Server,那就只要在上面设置好Port
Forwarding就可以;你从办公室ssh到家里电脑应该也已经在Router上设置了Port
Forwarding吧。
但如果你没有设置办公室Server的权限,貌似就无解了。
这时候可以考虑用TeamViewer,用的是http端口80,就可以直接穿墙。
还有一种可能,只是简化一点就是你可以设置你在办公室电脑上ssh的profile,把办公
室Server加到白名单上,这样你ssh到办公室时不需要敲密码————搜一下ssh
passwordless login。
祝好运!
【在 z*****g 的大作中提到】
: 请教大牛门一个小问题。
: 我家里电脑是debian,学校办公室电脑是ubuntu。
: 现在的情况是,我连接办公室电脑需要先ssh到一个server,然后再ssh到办公室。但是
: 办公室的电脑可以直接ssh到我家里的电脑。有没有什么办法能够从家里直接ssh到办公
: 室?
: 谢谢。
Forwarding就可以;你从办公室ssh到家里电脑应该也已经在Router上设置了Port
Forwarding吧。
但如果你没有设置办公室Server的权限,貌似就无解了。
这时候可以考虑用TeamViewer,用的是http端口80,就可以直接穿墙。
还有一种可能,只是简化一点就是你可以设置你在办公室电脑上ssh的profile,把办公
室Server加到白名单上,这样你ssh到办公室时不需要敲密码————搜一下ssh
passwordless login。
祝好运!
【在 z*****g 的大作中提到】
: 请教大牛门一个小问题。
: 我家里电脑是debian,学校办公室电脑是ubuntu。
: 现在的情况是,我连接办公室电脑需要先ssh到一个server,然后再ssh到办公室。但是
: 办公室的电脑可以直接ssh到我家里的电脑。有没有什么办法能够从家里直接ssh到办公
: 室?
: 谢谢。
n*y
8 楼
normally, say, if you are graduating this December, next May or next August,
you can only apply for FT job;
if you graduate no earlier than next December, you can apply for internship
you can only apply for FT job;
if you graduate no earlier than next December, you can apply for internship
l*f
9 楼
谢谢。那都需要公证什么呢?
y*i
10 楼
家里电脑装VPN。学校的IT肯定有说明的,怎么remote access to campus network
s*z
11 楼
把把税表和w7填好,需要intn的那个人也放在dependent里,ssn或者intn
空着,拿着那个人的签证和护照直接去irs在local的office.
空着,拿着那个人的签证和护照直接去irs在local的office.
f*y
12 楼
"办公室的电脑可以直接ssh到我家里的电脑",你家里电脑有public IP?
不管怎么样,如果A->B, 那么利用Reverse SSH Tunneling可以实现B->A。
不管怎么样,如果A->B, 那么利用Reverse SSH Tunneling可以实现B->A。
f*y
13 楼
Assume the server has linux installed, you can run the following command to
install a port forwarding rule to forward port 222 of the server to your
office desktop port 22:
iptables -t nat -I PREROUTING -i -p tcp --dport
222 -j DNAT --to-destination:22
You can add the command in /etc/rc.d/rc.local or create a script in /etc/rc3
.d/.
Then enable forward in the server by adding the following to /etc/sysctl.
conf and run "sysctl -p":
net.ipv4.ip_forward = 1
After that, you should be able to connect to your office desktop by ssh'ing
to port 222 of the server.
install a port forwarding rule to forward port 222 of the server to your
office desktop port 22:
iptables -t nat -I PREROUTING -i
222 -j DNAT --to-destination
You can add the command in /etc/rc.d/rc.local or create a script in /etc/rc3
.d/.
Then enable forward in the server by adding the following to /etc/sysctl.
conf and run "sysctl -p":
net.ipv4.ip_forward = 1
After that, you should be able to connect to your office desktop by ssh'ing
to port 222 of the server.
f*y
14 楼
Another way is you install an openvpn server at your home server. Configure
your office desktop as an openvpn client. Properly configure the route and
iroute in openvpn. After that, you should be able to directly ssh to your
office desktop from your home.
your office desktop as an openvpn client. Properly configure the route and
iroute in openvpn. After that, you should be able to directly ssh to your
office desktop from your home.
f*y
15 楼
Another way is you install an openvpn server at your home server. Configure
your office desktop as an openvpn client. Properly configure the route and
iroute in openvpn. After that, you should be able to directly ssh to your
office desktop from your home.
your office desktop as an openvpn client. Properly configure the route and
iroute in openvpn. After that, you should be able to directly ssh to your
office desktop from your home.
z*g
16 楼
谢谢,不过学校那边的server我是没有权限的。
【在 x******j 的大作中提到】
: 我的理解是,如果你有权限来设置办公室那边的Server,那就只要在上面设置好Port
: Forwarding就可以;你从办公室ssh到家里电脑应该也已经在Router上设置了Port
: Forwarding吧。
: 但如果你没有设置办公室Server的权限,貌似就无解了。
: 这时候可以考虑用TeamViewer,用的是http端口80,就可以直接穿墙。
: 还有一种可能,只是简化一点就是你可以设置你在办公室电脑上ssh的profile,把办公
: 室Server加到白名单上,这样你ssh到办公室时不需要敲密码————搜一下ssh
: passwordless login。
: 祝好运!
【在 x******j 的大作中提到】
: 我的理解是,如果你有权限来设置办公室那边的Server,那就只要在上面设置好Port
: Forwarding就可以;你从办公室ssh到家里电脑应该也已经在Router上设置了Port
: Forwarding吧。
: 但如果你没有设置办公室Server的权限,貌似就无解了。
: 这时候可以考虑用TeamViewer,用的是http端口80,就可以直接穿墙。
: 还有一种可能,只是简化一点就是你可以设置你在办公室电脑上ssh的profile,把办公
: 室Server加到白名单上,这样你ssh到办公室时不需要敲密码————搜一下ssh
: passwordless login。
: 祝好运!
z*g
17 楼
学校server的防火墙我是动不了的。恐怕没办法port forwarding
to
rc3
【在 f**y 的大作中提到】
: Assume the server has linux installed, you can run the following command to
: install a port forwarding rule to forward port 222 of the server to your
: office desktop port 22:
: iptables -t nat -I PREROUTING -i -p tcp --dport
: 222 -j DNAT --to-destination:22
: You can add the command in /etc/rc.d/rc.local or create a script in /etc/rc3
: .d/.
: Then enable forward in the server by adding the following to /etc/sysctl.
: conf and run "sysctl -p":
: net.ipv4.ip_forward = 1
to
rc3
【在 f**y 的大作中提到】
: Assume the server has linux installed, you can run the following command to
: install a port forwarding rule to forward port 222 of the server to your
: office desktop port 22:
: iptables -t nat -I PREROUTING -i
: 222 -j DNAT --to-destination
: You can add the command in /etc/rc.d/rc.local or create a script in /etc/rc3
: .d/.
: Then enable forward in the server by adding the following to /etc/sysctl.
: conf and run "sysctl -p":
: net.ipv4.ip_forward = 1
z*g
18 楼
相关阅读
复旦大学环境系马臻谈回国工作(ZZ)Postdoc Position: Analytical Chemstry现在化学比5年前化学phd容易申请吗?文章这个状态时在审还是还没有送审啊?I appreciate your help with this paper.求审稿庄小威出任北大教授了?Paper Help, 包子答谢啊猫找工记经历(更新,1-5全) (转载)有没有谁了解安必奇生物科技[zz]SAPA Midwest 2013怎样才知道有哪些牛人?Ask for help for a reaction谁知道acs fall 2013还接受摘要吗?IT童鞋哭吧请问大家,有机化学在澳洲找工作前景如何?怎么买买提上总是吧搞化学的和搞生物的民工行业相提并论?遥远的故事3how to block dna 3' OH有酬求助帮忙review,关于Self-Assembled Hierarchical Arrays