Google Voice利器,免费拨打任意电话号码(国际、国内)

日志

复制网址隐藏签名档小字体

Google Voice利器,免费拨打任意电话号码(国际、国内) 附带图片

もののけ姬    发表于2009年10月02日 20:54  阅读(0) 评论( 0) 分类: IT技术 权限: 公开

 

(中文解释在底部,要往下看哦)

You can now make free international calls anywhere in the world. It doesn’t matter where you live, you can now make totally free international calls anywhere you like.

USA’s largest and first free directory assistance service, 1-800-FREE411 has launched yet another awesome service which could be a boon to people who want to make free international calls from USA. Don’t give up if you are not in USA, I will explain 
how you can use this service to make calls irrespective of where you live.

Q: I live in USA, How can i use 1-800-FREE411 to make free international calls ?

A: 1) You need to call a toll-free number, so if you call from Landline its a free call for you. Mobile calls am afraid could be charged.

2) You can talk upto five minutes per call. You can make multiple calls.

3) Call 18003733411 from your US Landline/Mobile. The operator will greet you with a welcome message and ask you to select one of the FREE411 service. The Last option is Free Call. You don’t have to press any number or key to select but instead say FREE CALL loudly in your phone. This voice message will be read by their server and you will go to next step to actually make a free international call. Now they will run a short ad about 5 secs. When the ad stops, you can start dialing your international number in countycode+citycode (if any)+phone number format. Please do not press # or *, its not required. The 
call will be automatically placed to the desired number. The operator prompts your call is getting connected. Once connected you can talk for upto 5 minutes and then your call is disconnected.

Q: I live outside of USA. Does that mean I can’t use this cool free international calls service?

A: FREE411 service toll-free number is based in USA. All you have to do is to make a call to this toll-free number using one of the free calls to usa services like callingamerica, icall etc.

The best however is Google Voice. Yes, not many people have Google Voice Number at this moment, but if you have oneGoogle Voice number already, you can make unlimited toll-free calls to any toll-free number in USA from anywhere in the world.

Just go to Google Voice and dial 18003733411. Your call will be connected and you would notice a prompt, which says there is no charge for this call.

上面一大段英文太罗嗦,我这里简单说明一下,如果你人在国内,并且已经获得了一个Google Voice号码,那么你就可以用FREE411这个公司提供的服务拨打免费的电话(含本地通话以及国内国际长途)。

具体实施办法:

打开你的Google Voice界面,启动拨打电话,在拨出号码那里填写18003733411,这是一个美国当地的转接号,拨通之后,洋妞会向你问好,听不懂没关系,等她说完,说完后她问你要啥服务,你要对着你的麦克风用英文说:Free Call,要非常清楚大声地说“Free Call”这个词哦(如果这个词你不会说,我就没办法了-_-!!!)。对方语音识别你说的那个“Free Call”之后,你接下来就真正进入拨打目标电话的流程了,首先你会听到一段大约5秒钟的广告,也是英文的,不管它,广告结束之后,你就按照这个格式:国家代码+城市代码(如有)+电话号码 呼叫你要找的人。紧接着呼叫会被自动转接到目的地号码。操作员会提示你正在接通中。一旦接通,你就可以享受你最长达五分钟的免费通话。如果通话时间达到五分钟,通话会被中断。

有人要问了,5分钟话讲不完怎么办?那还不好办?再打一次呗 :)

签名档
尘封 记忆之痛
      狂风 湮灭心中梦
发表评论
附加功能  展开附加功能  
提交

转载于:https://www.cnblogs.com/west/archive/2009/10/03/1577718.html

### 部署 Stable Diffusion 的准备工作 为了成功部署 Stable Diffusion,在本地环境中需完成几个关键准备事项。确保安装了 Python 和 Git 工具,因为这些对于获取源码和管理依赖项至关重要。 #### 安装必要的软件包和支持库 建议创建一个新的虚拟环境来隔离项目的依赖关系。这可以通过 Anaconda 或者 venv 实现: ```bash conda create -n sd python=3.9 conda activate sd ``` 或者使用 `venv`: ```bash python -m venv sd-env source sd-env/bin/activate # Unix or macOS sd-env\Scripts\activate # Windows ``` ### 下载预训练模型 Stable Diffusion 要求有预先训练好的模型权重文件以便能够正常工作。可以从官方资源或者其他可信赖的地方获得这些权重文件[^2]。 ### 获取并配置项目代码 接着要做的就是把最新的 Stable Diffusion WebUI 版本拉取下来。在命令行工具里执行如下指令可以实现这一点;这里假设目标路径为桌面下的特定位置[^3]: ```bash git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git ~/Desktop/stable-diffusion-webui cd ~/Desktop/stable-diffusion-webui ``` ### 设置 GPU 支持 (如果适用) 当打算利用 NVIDIA 显卡加速推理速度时,则需要确认 PyTorch 及 CUDA 是否已经正确设置好。下面这段简单的测试脚本可以帮助验证这一情况[^4]: ```python import torch print(f"Torch version: {torch.__version__}") if torch.cuda.is_available(): print("CUDA is available!") else: print("No CUDA detected.") ``` 一旦上述步骤都顺利完成之后,就可以按照具体文档中的指导进一步操作,比如调整参数、启动服务端口等等。整个过程中遇到任何疑问都可以查阅相关资料或社区支持寻求帮助。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值