*Abstract*: One of the [Python](https://helloacm.com/simple-profiling-in-python/) scripts stopped working last Friday when I was AWAY_FROM_KEYBOARD. That script is used to automate (via the Linux [crontab](https://helloacm.com/crontab-generator/)) the CN Daily Ranking table and relevant information. I used [Teamviewer](https://helloacm.com/does-teamviewer-support-multi-screens-monitors/) to login to my desktop at home, where I opened the SSH terminal to connect to VPS remotely. I typed in the command manually and re-run the Python script. However, there are SSH client terminals on both Android or IOS (iPhone) smart phones, so it might be quicker to SSH to remote servers using [SSH](https://helloacm.com/the-ultimate-vps-from-quickhostuk/) clients but there is still a risk to enter your account credentials of VPS account on your smart phones. 昨天 在和好基友(前群主) @tumutanzi 电话时,就谈到了我那每日榜单。我说现在已经基本上实现全自动化了:我写了几个[PYTHON](https://justyy.com/archives/5217)脚本,每日通过 steemsql 生成统计数据,生成每日前30名榜单,然后每10分钟根据榜单实现自动点赞,记录到日子中,通过 crontab 设置:每日英国正午12点准时发布帖子。 当然,程序并不完美,有时候 使用的PYTHON库会抽风,就是会有异常抛出,为了避免重复发贴,我并没有做相应的异常处理。实际上重复发贴也不太可能,因为:[STEEMIT](https://justyy.com/archives/5301) 连续2次发贴必须间隔最少5分钟,并且程序本地做了记录(成功发贴做了相应的标记) 当时,我人在外面,大概2点多的时候我刷了一下手机,发现帖子并没有成功发出,所以我就有点焦虑了。虽然我可以等到晚上回家再补上,但是这明显并不是我的风格。于是我想到了 [TeamViewer](https://justyy.com/archives/1445), 一个可以免费(仅限于个人目的)使用的跨平台远程登陆的软件。 我在手机上装了 Teamviewer, 远程登陆家里的服务器,然后在 [iphone se](https://justyy.com/archives/4081) 小屏幕上打开 SSH 终端,远程登陆VPS,并且手动敲入命令。   成功了!刷新一下STEEM 页面,帖子发布了,每日一贴,为大家提供更新,鼓励大家创作([优质机器人](https://justyy.com/archives/5239) @justyy 根据前30名点赞)从不间断。 其实也可以直接在手机上装 SSH 客户端,然后在手机上SSH直接连接VPS服务器即可,但是当时只想着连接家里的电脑更安全一些(因为不需要直接在手机上输入远程服务器的用户名和密码)。以下是在苹果手机IOS系统上装的一个SSH客户端。   STEEMIT 中文区 RSS 工具和名单: - [SteemIt 好友微信群排行榜](https://helloacm.com/tools/steemit/wechat/) - [SteemIt 好友微信群文章列表](https://helloacm.com/tools/steemit/wechat/rss/) - [SteemIt 好友微信群评论列表](https://helloacm.com/tools/steemit/wechat/rss/comments/) Chrome 插件: - [隐藏收益,专注写作!](https://justyy.com/archives/5269) - [简繁体自动转换](https://justyy.com/archives/5016) Steem API: - [获取微信群成员关注和粉丝的API](https://justyy.com/archives/5241) - [SteemIt API/transfer-history 最简单获取帐号钱包记录的API](https://justyy.com/archives/5070) - [简单封装了一下 steemit/account](https://justyy.com/archives/5063) 最近帖子: - [CN 每日排行榜](https://steemit.com/cn/@justyy/daily-cn-updates---cn72017-09-16) - [即使你不打算换工作,你每年也得去面试](https://steemit.com/cn/@justyy/go-to-an-interview-even-if-you-are-not-changing-your-job) - [STEEM中文区剪刀石头布大赛 - 第一期 (奖金30 SBD + 帖子SBD收益)](https://steemit.com/cn/@justyy/steem-50-sbd) STEEMIT CN RSS Tools: - [SteemIt Daily Wechat Group Ranking ](https://helloacm.com/tools/steemit/wechat-ranking/) - [SteemIt CN RSS for Posts](https://helloacm.com/tools/steemit/wechat-ranking/rss/) - [SteemIt CN RSS for Comments](https://helloacm.com/tools/steemit/wechat-ranking/rss/comments/) Chrome Extensions: - [Hide Steemit Payout](https://helloacm.com/hide-steemit-payout/) - [Simplified to Traditional Switch](https://helloacm.com/chrome-extension-to-switch-between-simplified-chinese-and-traditional-chinese-automatically/) Steem API: - [Two APIs to get the followers and following list in the Wechat Group](https://helloacm.com/steemit-api-two-apis-to-get-the-followers-and-following-list-in-the-wechat-group/) - [SteemIt API/transfer-history](https://helloacm.com/how-to-get-transfer-history-of-steemit-accounts-via-steemit-apitransfer-history/) - [steemit/account](https://helloacm.com/how-to-retrieve-steemit-account-information-via-api-steemitaccount/) Recent Posts: - [Daily Top 30 Authors by Pending Payout in Last 7 Days](https://steemit.com/stats/@dailystats/daily-top-30-authors-pending-payout-in-the-last-7-days-2017-09-16) - [Go to an Interview even if you are not changing your job.](https://steemit.com/cn/@justyy/go-to-an-interview-even-if-you-are-not-changing-your-job) - [Rock-Paper-Scissors Gaming Contest for SteemIt CN Community](https://steemit.com/cn/@justyy/steem-50-sbd) // Later, it may be reposted to my blogs: [justyy.com](https://justyy.com), [helloacm.com](https://helloacm.com) and [codingforspeed.com](https://codingforspeed.com) 稍后同步到我的[中文博客](https://justyy.com)和英文[计算机](https://helloacm.com)[博客](https://codingforspeed.com)。 - [记一次通过手机TeamViewer远程登陆家里服务器再远程登陆VPS敲命令在STEEMIT上发贴的经历](https://justyy.com/archives/5322) - [The experience of using Teamviewer on iPhone SE, connecting to desktop, and SSH to VPS, in order to make a Robot Python script up running.](https://helloacm.com/the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a-robot-python-script-up-running/) Originally published at https://steemit.com Thank you for reading my post, feel free to Follow, Upvote, Reply, ReSteem (repost) @justyy which motivates me to create more quality posts. 原文首发于 https://Steemit.com 首发。感谢阅读,如有可能,欢迎Follow, Upvote, Reply, ReSteem (repost) @justyy 激励我创作更多更好的内容。
author | justyy |
---|---|
permlink | teamviewer-vps-steemit-the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a |
category | cn |
json_metadata | {"tags":["cn","crontab","steemstem","linux","teamviewer"],"users":["tumutanzi","justyy"],"image":["https://steemitimages.com/DQmPRP7n7FwL1rwqqWc8wsedgMVtCasFSNmNbWNspuhRkXG/2017-09-15%2014.40.22.png","https://steemitimages.com/DQmTszBUp2Hpd3JVVoEAzyniVq2jpeJkXZ88x8N4HHmPHFU/2017-09-15%2014.40.26.png","https://steemitimages.com/DQmVHRsTbFLa3xJWE1kuZSRGFxk69bAg4TNBLBNwuW65mVV/2017-09-17%2012.32.14.png","https://justyy.com/wp-content/uploads/2017/07/justyy-steemit.png"],"links":["https://helloacm.com/simple-profiling-in-python/","https://helloacm.com/crontab-generator/","https://helloacm.com/does-teamviewer-support-multi-screens-monitors/","https://helloacm.com/the-ultimate-vps-from-quickhostuk/","https://justyy.com/archives/5217","https://justyy.com/archives/5301","https://justyy.com/archives/1445","https://justyy.com/archives/4081","https://justyy.com/archives/5239","https://helloacm.com/tools/steemit/wechat/","https://helloacm.com/tools/steemit/wechat/rss/","https://helloacm.com/tools/steemit/wechat/rss/comments/","https://justyy.com/archives/5269","https://justyy.com/archives/5016","https://justyy.com/archives/5241","https://justyy.com/archives/5070","https://justyy.com/archives/5063","https://steemit.com/cn/@justyy/daily-cn-updates---cn72017-09-16","https://steemit.com/cn/@justyy/go-to-an-interview-even-if-you-are-not-changing-your-job","https://steemit.com/cn/@justyy/steem-50-sbd","https://helloacm.com/tools/steemit/wechat-ranking/","https://helloacm.com/tools/steemit/wechat-ranking/rss/","https://helloacm.com/tools/steemit/wechat-ranking/rss/comments/","https://helloacm.com/hide-steemit-payout/","https://helloacm.com/chrome-extension-to-switch-between-simplified-chinese-and-traditional-chinese-automatically/","https://helloacm.com/steemit-api-two-apis-to-get-the-followers-and-following-list-in-the-wechat-group/","https://helloacm.com/how-to-get-transfer-history-of-steemit-accounts-via-steemit-apitransfer-history/","https://helloacm.com/how-to-retrieve-steemit-account-information-via-api-steemitaccount/","https://steemit.com/stats/@dailystats/daily-top-30-authors-pending-payout-in-the-last-7-days-2017-09-16","https://justyy.com","https://helloacm.com","https://codingforspeed.com","https://justyy.com/archives/5322","https://helloacm.com/the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a-robot-python-script-up-running/","https://steemit.com","https://Steemit.com"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-09-17 09:37:48 |
last_update | 2017-09-17 21:28:30 |
depth | 0 |
children | 11 |
last_payout | 2017-09-24 09:37:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 70.682 HBD |
curator_payout_value | 21.451 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,372 |
author_reputation | 280,616,224,641,976 |
root_title | "记一次通过手机TeamViewer远程登陆家里服务器再远程登陆VPS敲命令在STEEMIT上发贴的经历 - The experience of using Teamviewer on iPhone SE, connecting to desktop, and SSH to VPS, in order to make a Robot Python script up running." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,121,903 |
net_rshares | 35,492,611,747,330 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 103,363,510,898 | 0.12% | ||
lafona-miner | 0 | 566,581,575,833 | 10% | ||
kushed | 0 | 17,822,614,497 | 0.8% | ||
abit | 0 | 12,041,649,603,639 | 30% | ||
anwenbaumeister | 0 | 279,735,184,153 | 8% | ||
fyrstikken | 0 | 8,891,164,620 | 0.5% | ||
arcange | 0 | 22,292,255,673 | 7% | ||
raphaelle | 0 | 3,657,790,872 | 7% | ||
joythewanderer | 0 | 69,281,333,413 | 30% | ||
quigua | 0 | 610,693,860 | 100% | ||
lemooljiang | 0 | 93,771,685,674 | 25% | ||
ace108 | 0 | 241,723,109,386 | 17% | ||
tensaix2j | 0 | 2,569,103,264 | 100% | ||
myfirst | 0 | 46,576,221,553 | 100% | ||
cryptoninja | 0 | 1,016,874,750 | 6% | ||
timsaid | 0 | 304,265,939,835 | 4% | ||
elfkitchen | 0 | 49,603,132,766 | 100% | ||
archiles | 0 | 112,706,880 | 100% | ||
ericsim1991 | 0 | 110,530,722 | 100% | ||
ericsim1989 | 0 | 117,098,371 | 100% | ||
rivalhw | 0 | 92,296,791,767 | 40% | ||
lemouth | 0 | 30,252,199,072 | 20% | ||
tumutanzi | 0 | 3,492,992,770,755 | 20% | ||
zhijun | 0 | 11,050,587,520 | 100% | ||
lamouthe | 0 | 1,484,894,678 | 20% | ||
justyy | 0 | 102,433,323,434 | 100% | ||
anomaly | 0 | 365,785,511 | 1% | ||
curie | 0 | 8,905,422,969,152 | 8% | ||
luneknight | 0 | 2,946,420,406 | 100% | ||
birds90 | 0 | 32,676,283,991 | 100% | ||
hendrikdegrote | 0 | 5,471,299,742,121 | 8% | ||
rach | 0 | 12,770,073,825 | 100% | ||
steemstem | 0 | 182,801,753,192 | 20% | ||
dapeng | 0 | 72,453,983,795 | 100% | ||
happyukgo | 0 | 681,373,879 | 100% | ||
bring | 0 | 4,408,517,282 | 100% | ||
foundation | 0 | 1,925,914,234 | 20% | ||
jubi | 0 | 19,270,730,351 | 22% | ||
dna-replication | 0 | 10,463,792,460 | 40% | ||
cornelia | 0 | 7,292,519,515 | 100% | ||
islate | 0 | 335,657,771 | 100% | ||
elel | 0 | 538,100,582 | 100% | ||
nannan | 0 | 535,387,611 | 100% | ||
ananasik | 0 | 537,962,822 | 100% | ||
zhabka | 0 | 533,893,281 | 100% | ||
managger | 0 | 534,140,796 | 100% | ||
barashkaa | 0 | 517,719,955 | 100% | ||
quegram | 0 | 531,553,723 | 100% | ||
htliao | 0 | 1,257,193,526,607 | 7% | ||
sv67216721 | 0 | 4,528,321,344 | 5% | ||
mobbs | 0 | 13,109,486,133 | 10% | ||
frankintaiwan | 0 | 88,324,461 | 20% | ||
unatalmaria | 0 | 2,687,112,427 | 20% | ||
marcevhc | 0 | 2,634,396,489 | 50% | ||
monoc | 0 | 1,460,478,878 | 100% | ||
nanosesame | 0 | 18,368,677,547 | 100% | ||
kenchung | 0 | 1,825,547,713 | 4% | ||
linuslee0216 | 0 | 1,768,877,955,728 | 9% | ||
viralcutz | 0 | 622,709,306 | 10% | ||
suitablybored | 0 | 348,980,055 | 100% | ||
anfitriones | 0 | 288,175,261 | 50% | ||
dber | 0 | 14,671,848,453 | 20% | ||
cardumen | 0 | 332,680,081 | 60% | ||
shenchensucc | 0 | 16,161,740,074 | 100% | ||
alexander.alexis | 0 | 452,681,706 | 4% | ||
professorbromide | 0 | 908,110,967 | 4% | ||
minnowpond | 0 | 1,195,669,139 | 1% | ||
minnowpond1 | 0 | 147,240,329 | 1% | ||
ovij | 0 | 1,349,021,259 | 20% | ||
hannahwu | 0 | 9,528,001,679 | 51% | ||
jejangkit | 0 | 506,729,813 | 100% | ||
davidzack | 0 | 420,554,590 | 100% | ||
drunkevil | 0 | 2,413,332,429 | 100% | ||
idx | 0 | 2,964,296,150 | 15% | ||
putopelatudo | 0 | 2,435,683,319 | 100% | ||
jiangchen | 0 | 3,321,472,129 | 100% | ||
kangnajiang | 0 | 1,959,434,141 | 100% | ||
taionesh | 0 | 617,407,374 | 100% | ||
geass | 0 | 767,927,867 | 100% | ||
moonvoid | 0 | 619,849,882 | 100% | ||
anstroyen | 0 | 621,212,017 | 100% | ||
dmastrich | 0 | 620,551,352 | 100% | ||
garudi | 0 | 564,199,517 | 9% | ||
savit | 0 | 617,612,679 | 100% | ||
reora | 0 | 390,297,600 | 100% | ||
tvb | 0 | 5,734,396,543 | 100% | ||
goldminevoyager | 0 | 668,958,069 | 100% | ||
elkaschiri | 0 | 620,138,745 | 100% | ||
funafoo | 0 | 613,937,320 | 100% | ||
skenan | 0 | 1,477,343,251 | 100% | ||
vineofitova | 0 | 620,097,444 | 100% | ||
oleishichi | 0 | 635,849,166 | 100% | ||
alladovje | 0 | 620,386,137 | 100% | ||
ericsim | 0 | 278,784,000 | 100% | ||
xonoz | 0 | 384,102,400 | 100% | ||
enareest | 0 | 1,151,282,348 | 100% | ||
chenhs | 0 | 4,561,989,376 | 100% | ||
bachtiar0210 | 0 | 438,107,908 | 100% | ||
primetimesports | 0 | 126,474,283 | 0.02% | ||
imdonsckoy | 0 | 1,144,687,970 | 100% | ||
linaus | 0 | 1,162,449,045 | 100% | ||
fury123 | 0 | 1,565,667,658 | 100% | ||
xuran | 0 | 2,696,677,891 | 100% | ||
awiwea1974 | 0 | 1,229,386,290 | 100% | ||
superbing | 0 | 2,763,440,074 | 100% | ||
dailyfortune | 0 | 1,612,399,166 | 100% | ||
compaq | 0 | 1,160,628,982 | 100% | ||
xiaoshancun | 0 | 127,384,702 | 100% | ||
dailystats | 0 | 1,398,705,577 | 100% | ||
pzago | 0 | 1,160,622,956 | 100% | ||
engrqd | 0 | 105,005,641 | 85.55% | ||
dvoeg | 0 | 1,160,622,764 | 100% | ||
allatsova | 0 | 1,160,622,517 | 100% | ||
sechka | 0 | 1,160,622,141 | 100% | ||
neralov | 0 | 1,154,818,731 | 100% | ||
cool11 | 0 | 1,160,616,971 | 100% | ||
brendashockley | 0 | 127,667,797 | 25% | ||
dennisphillips | 0 | 127,667,797 | 25% | ||
julianti | 0 | 1,073,569,436 | 100% | ||
sokmarina | 0 | 1,160,613,785 | 100% | ||
vandadream | 0 | 417,819,087 | 100% | ||
sunlee7 | 0 | 1,119,982,727 | 100% |
这姿势很不错👍
author | drunkevil |
---|---|
permlink | re-justyy-teamviewer-vps-steemit-the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a-20170917t094844135z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-17 09:48:45 |
last_update | 2017-09-17 09:48:45 |
depth | 1 |
children | 0 |
last_payout | 2017-09-24 09:48:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 8,031,279,202,083 |
root_title | "记一次通过手机TeamViewer远程登陆家里服务器再远程登陆VPS敲命令在STEEMIT上发贴的经历 - The experience of using Teamviewer on iPhone SE, connecting to desktop, and SSH to VPS, in order to make a Robot Python script up running." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,122,648 |
net_rshares | 0 |
Teamviewer 出门必备。
author | ety001 |
---|---|
permlink | re-justyy-teamviewer-vps-steemit-the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a-20171227t091341029z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-12-27 09:13:42 |
last_update | 2017-12-27 09:13:42 |
depth | 1 |
children | 2 |
last_payout | 2018-01-03 09:13:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.045 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 57,395,188,397,494 |
root_title | "记一次通过手机TeamViewer远程登陆家里服务器再远程登陆VPS敲命令在STEEMIT上发贴的经历 - The experience of using Teamviewer on iPhone SE, connecting to desktop, and SSH to VPS, in order to make a Robot Python script up running." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,480,442 |
net_rshares | 6,857,831,862 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ety001 | 0 | 6,857,831,862 | 100% |
你这挖坟挖得好。
author | justyy |
---|---|
permlink | re-ety001-re-justyy-teamviewer-vps-steemit-the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a-20171227t093023422z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-12-27 09:30:27 |
last_update | 2017-12-27 09:30:27 |
depth | 2 |
children | 1 |
last_payout | 2018-01-03 09:30:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8 |
author_reputation | 280,616,224,641,976 |
root_title | "记一次通过手机TeamViewer远程登陆家里服务器再远程登陆VPS敲命令在STEEMIT上发贴的经历 - The experience of using Teamviewer on iPhone SE, connecting to desktop, and SSH to VPS, in order to make a Robot Python script up running." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,482,332 |
net_rshares | 0 |
掘坟小能手~
author | ety001 |
---|---|
permlink | re-justyy-re-ety001-re-justyy-teamviewer-vps-steemit-the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a-20171227t100838451z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-12-27 10:08:39 |
last_update | 2017-12-27 10:08:39 |
depth | 3 |
children | 0 |
last_payout | 2018-01-03 10:08:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
author_reputation | 57,395,188,397,494 |
root_title | "记一次通过手机TeamViewer远程登陆家里服务器再远程登陆VPS敲命令在STEEMIT上发贴的经历 - The experience of using Teamviewer on iPhone SE, connecting to desktop, and SSH to VPS, in order to make a Robot Python script up running." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,487,100 |
net_rshares | 0 |
为你的技术性点赞!
author | jiangchen |
---|---|
permlink | re-justyy-teamviewer-vps-steemit-the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a-20170917t094716433z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-17 09:47:15 |
last_update | 2017-09-17 09:47:15 |
depth | 1 |
children | 0 |
last_payout | 2017-09-24 09:47:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 65,999,946,618,359 |
root_title | "记一次通过手机TeamViewer远程登陆家里服务器再远程登陆VPS敲命令在STEEMIT上发贴的经历 - The experience of using Teamviewer on iPhone SE, connecting to desktop, and SSH to VPS, in order to make a Robot Python script up running." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,122,547 |
net_rshares | 0 |
太执着了!
author | stacee |
---|---|
permlink | re-justyy-teamviewer-vps-steemit-the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a-20170917t110727274z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-17 11:07:30 |
last_update | 2017-09-17 11:07:30 |
depth | 1 |
children | 0 |
last_payout | 2017-09-24 11:07:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 73,090,601,827,451 |
root_title | "记一次通过手机TeamViewer远程登陆家里服务器再远程登陆VPS敲命令在STEEMIT上发贴的经历 - The experience of using Teamviewer on iPhone SE, connecting to desktop, and SSH to VPS, in order to make a Robot Python script up running." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,127,344 |
net_rshares | 0 |
这也是中毒不浅的症状啊,得治。
author | tumutanzi |
---|---|
permlink | re-justyy-teamviewer-vps-steemit-the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a-20170917t095135982z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-17 09:51:39 |
last_update | 2017-09-17 09:51:45 |
depth | 1 |
children | 3 |
last_payout | 2017-09-24 09:51:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 193,724,901,968,179 |
root_title | "记一次通过手机TeamViewer远程登陆家里服务器再远程登陆VPS敲命令在STEEMIT上发贴的经历 - The experience of using Teamviewer on iPhone SE, connecting to desktop, and SSH to VPS, in order to make a Robot Python script up running." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,122,808 |
net_rshares | 0 |
嗯,另一种中毒症状。
author | justyy |
---|---|
permlink | re-tumutanzi-re-justyy-teamviewer-vps-steemit-the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a-20170917t095434107z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-17 09:54:33 |
last_update | 2017-09-17 09:54:33 |
depth | 2 |
children | 2 |
last_payout | 2017-09-24 09:54:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 280,616,224,641,976 |
root_title | "记一次通过手机TeamViewer远程登陆家里服务器再远程登陆VPS敲命令在STEEMIT上发贴的经历 - The experience of using Teamviewer on iPhone SE, connecting to desktop, and SSH to VPS, in order to make a Robot Python script up running." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,122,976 |
net_rshares | 0 |
我这有药,支持sbd steem 付款。 啊哈哈
author | jubi |
---|---|
permlink | re-justyy-re-tumutanzi-re-justyy-teamviewer-vps-steemit-the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a-20170917t095721333z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-17 09:58:33 |
last_update | 2017-09-17 09:58:33 |
depth | 3 |
children | 1 |
last_payout | 2017-09-24 09:58:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 82,406,494,254,467 |
root_title | "记一次通过手机TeamViewer远程登陆家里服务器再远程登陆VPS敲命令在STEEMIT上发贴的经历 - The experience of using Teamviewer on iPhone SE, connecting to desktop, and SSH to VPS, in order to make a Robot Python script up running." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,123,187 |
net_rshares | 0 |
执着的技术牛
author | wlcpu |
---|---|
permlink | re-justyy-teamviewer-vps-steemit-the-experience-of-using-teamviewer-on-iphone-se-connecting-to-desktop-and-ssh-to-vps-in-order-to-make-a-20170917t102109442z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-17 10:21:15 |
last_update | 2017-09-17 10:21:15 |
depth | 1 |
children | 0 |
last_payout | 2017-09-24 10:21:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
author_reputation | 105,423,493,318 |
root_title | "记一次通过手机TeamViewer远程登陆家里服务器再远程登陆VPS敲命令在STEEMIT上发贴的经历 - The experience of using Teamviewer on iPhone SE, connecting to desktop, and SSH to VPS, in order to make a Robot Python script up running." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,124,557 |
net_rshares | 0 |