avatar
d*n
1
就是找代理在美国某个州注册一个 offshore 的lcc, 注册人, 地址都是中国.
然后用这个公司的信息, 税号啊 resale permit 什么的在美国运作.
比如ebay amazon 每年卖东西超过一定数量后, 要求提供公司信息发1099, 就可以提供
这种公司的税号. 以后要查, 也查不到 自己头上
avatar
l*G
2
推荐ajaxterm:
Found ajaxterm a good thing if you just want to have a terminal through a
webpage, i.e. you'll be able to use ssh to your server from anywhere with
internet (such as public library, even if they block 22, 443, etc ports and
only allow 80)
Complete Guide:
http://mewbies.com/how_to_install_ajaxterm_tutorial.htm
My simpler guide (ubuntu)
1. Install:
# Change SSH server configuration to make sure PasswordAuthentication is yes
sudo sed -i s:PasswordAuthentication.*:PasswordAuthentication yes: /etc/ssh/sshd_config
sudo service ssh restart
#install ajaxterm
sudo apt-get install ajaxterm
sudo mkdir /srv/ajaxterm
sudo htpasswd -bc /srv/ajaxterm/.htpasswd yourusername password
# Above you should make the password verystrong, the password will be
encryped into /srv/ajaxterm/.htpasswd file.
sudo /etc/init.d/ajaxterm start
Then you can visit on the server: http://localhost:8022/
To enable remote access, After install, a few fine tuning needed:
2. patch for firefox 3.6:
edit /usr/share/ajaxterm/sarissa.js :
Change this (line 268):
XMLDocument.prototype.readyState = 0;
/**
*

Emulate IE's parseError attribute


*/
To his:
try {
XMLDocument.prototype.readyState = 0;
} catch(e) {
};
/**
*

Emulate IE's parseError attribute


*/
3. Resize window
edit /usr/share/ajaxterm/ajaxterm.py
Has this:
def __init__(self,width=80,height=24):
Changed to:
def __init__(self,width=140,height=42):

edit /usr/share/ajaxterm/ajaxterm.html
Has this: t=ajaxterm.Terminal("term",80,25);
Changed to:
t=ajaxterm.Terminal("term",140,42);
4. Make the Fonts Larger:
Change : /usr/share/ajaxterm/ajaxterm.css,include "font-size:16pt;" lines as
follows:
pre.stat .on {
background-color: #080;
font-weight: bold;
font-size: 16pt;
color: white;
cursor: pointer;
}
pre.term {
margin: 0px;
padding: 4px;
display: block;
font-family: monospace;
font-size:16pt;
white-space: pre;
background-color: black;
border-top: 1px solid white;
color: #eee;
}
5. If only port 80 is allowed on your server ,
Put the following in your /etc/apache2/sites-available/default
#===========
Listen 80

ServerAdmin [email protected]
ProxyRequests Off

AuthUserFile /srv/ajaxterm/.htpasswd
AuthName EnterPassword
AuthType Basic
require valid-user
Order Deny,allow
Allow From all

ProxyPass /ajaxterm/ http://localhost:8022/
#Change the port to your ajaxterm port
# default is 8022, its set in /etc/init.d/ajaxterm
ProxyPassReverse /ajaxterm/ http://www.localhost:8022/
DocumentRoot /var/www

Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all

ScriptAlias /cgi-bin/ /var/www/cgi-bin/

AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all

ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/apache2/access.log combined

#===========
6. if you have 443 (https) port open
put the following in /etc/apache2/sites-available/default-ssl
#=====

Listen 443

ServerAdmin [email protected]
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/apache.pem
#here you should create "/etc/apache2/ssl/apache.pem" file according
to http://mewbies.com/how_to_install_ajaxterm_tutorial.htm
DocumentRoot /var/www

Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all

#====proxy for ajaxterm===
ProxyRequests Off

AuthType Basic
AuthName "EnterPassword"
AuthUserFile /srv/ajaxterm/.htpasswd
require valid-user
Order deny,allow
Allow from all

ProxyPass /ajaxterm/ http://localhost:8022/
ProxyPassReverse /ajaxterm/ http://localhost:8022/


#=====
7. How to restart after changing configuration
sudo a2ensite default
sudo a2ensite default-ssl
sudo a2enmod proxy_http
sudo a2enmod proxy
sudo a2enmod ssl
sudo /etc/init.d/apache2 restart
sudo /etc/init.d/ajaxterm restart
8. How to access:
http://ipaddress/ajaxterm/ (if you only have port 80 open)
https://ipaddress/ajaxterm/ (if you have https (port 443) open)
Screenshots:
https://help.ubuntu.com/community/AjaxTerm?action=AttachFile&do=get&target=ajaxterm.png
9. Alternatives:
webshell
anyterm
avatar
C*x
3
这个方法好像有新意,大家有用过吗?

【在 d****n 的大作中提到】
: 就是找代理在美国某个州注册一个 offshore 的lcc, 注册人, 地址都是中国.
: 然后用这个公司的信息, 税号啊 resale permit 什么的在美国运作.
: 比如ebay amazon 每年卖东西超过一定数量后, 要求提供公司信息发1099, 就可以提供
: 这种公司的税号. 以后要查, 也查不到 自己头上

avatar
m*5
4
既然offshore 怎么可以在美国国内操作amazon ebay
怎么会有美国国内的银行帐户?
跟炒股的时候用 foreigner account是一样的
不懂帮顶
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。