avatar
能 LAYOFF学生吗?# Chemistry - 化学
l*f
1
请问,申请那个ITIN号码,需要公证什么材料?哪里公证便宜?多少钱?谢谢
avatar
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.
avatar
z*g
3
请教大牛门一个小问题。
我家里电脑是debian,学校办公室电脑是ubuntu。
现在的情况是,我连接办公室电脑需要先ssh到一个server,然后再ssh到办公室。但是
办公室的电脑可以直接ssh到我家里的电脑。有没有什么办法能够从家里直接ssh到办公
室?
谢谢。
avatar
Y*B
4
internship的position是不是都是给在internship开始时还在学校的学生的,如果快毕
业了就不行哦还能够申请转一年的intern了?谢谢
avatar
e*2
5
要是能随便LAYOFF, 那简直更爽了
avatar
b*g
6
银行,大部分都不要钱。。。

【在 l****f 的大作中提到】
: 请问,申请那个ITIN号码,需要公证什么材料?哪里公证便宜?多少钱?谢谢
avatar
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到办公
: 室?
: 谢谢。

avatar
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
avatar
l*f
9
谢谢。那都需要公证什么呢?
avatar
y*i
10
家里电脑装VPN。学校的IT肯定有说明的,怎么remote access to campus network
avatar
s*z
11
把把税表和w7填好,需要intn的那个人也放在dependent里,ssn或者intn
空着,拿着那个人的签证和护照直接去irs在local的office.
avatar
f*y
12
"办公室的电脑可以直接ssh到我家里的电脑",你家里电脑有public IP?
不管怎么样,如果A->B, 那么利用Reverse SSH Tunneling可以实现B->A。
avatar
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.
avatar
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.
avatar
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.
avatar
z*g
16
谢谢,不过学校那边的server我是没有权限的。

【在 x******j 的大作中提到】
: 我的理解是,如果你有权限来设置办公室那边的Server,那就只要在上面设置好Port
: Forwarding就可以;你从办公室ssh到家里电脑应该也已经在Router上设置了Port
: Forwarding吧。
: 但如果你没有设置办公室Server的权限,貌似就无解了。
: 这时候可以考虑用TeamViewer,用的是http端口80,就可以直接穿墙。
: 还有一种可能,只是简化一点就是你可以设置你在办公室电脑上ssh的profile,把办公
: 室Server加到白名单上,这样你ssh到办公室时不需要敲密码————搜一下ssh
: passwordless login。
: 祝好运!

avatar
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

avatar
z*g
18
这个倒是可行阿,谢谢了。

Configure

【在 f**y 的大作中提到】
: 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.

avatar
z*g
19
谢谢,用这个搞定了。

【在 f******y 的大作中提到】
: "办公室的电脑可以直接ssh到我家里的电脑",你家里电脑有public IP?
: 不管怎么样,如果A->B, 那么利用Reverse SSH Tunneling可以实现B->A。

avatar
c*m
20

赞。

【在 f******y 的大作中提到】
: "办公室的电脑可以直接ssh到我家里的电脑",你家里电脑有public IP?
: 不管怎么样,如果A->B, 那么利用Reverse SSH Tunneling可以实现B->A。

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。