软件作用
直接把管道里面的文字内容传到网站上面,然后反馈一个地址可以读取内容。
同类软件
- wgetpaste
- dpaste
- pastebin
- pasteie
用法
介绍wgetpaste为例:
1
2
|
GENTOO ~ # cat /etc/portage/make.conf | wgetpaste
Your paste can be seen here: https://bpaste.net/show/bf4077579512
|
常见问题
pastebin服务源无法访问
解决办法:
1
2
3
4
5
6
7
8
9
10
11
|
GENTOO ~ # wgetpaste -S
Services supported: (case sensitive):
Name: | Url:
=============|=================
*bpaste | https://bpaste.net/
ca | http://pastebin.ca/
codepad | http://codepad.org/
dpaste | http://dpaste.com/
gists | https://api.github.com/gists
lugons | https://paste.lugons.org/
poundpython | http://paste.pound-python.org/
|
默认使用bpate
1
|
cat /etc /portage/make.conf | wgetpaste -s dpaste
|