 # <center> Five Linux tips to save you time! </center> # #### What will I learn? Below you will find five time-saving tips for navigating the Linux operating system more efficiently. #### Requirements You are expected to have some experience using Linux. #### Difficulty Basic # Let's go! # 1) History Expansion While `history expansion` can easily be its own article, I am going to show a few examples. #### Run the last command that started with... Say you used the command `vim .bashrc` and then did a few other things. If you know that was the last file you edited, you can type `!vim` to execute the last command that started with `vim`. #### Forget to use sudo? How many times have you tried to run a command that required escalation but you forgot to use `sudo`? Probably not as often as you should, because you are likely using root (shame on you!). `apt update` ``` Reading package lists... Done W: chmod 0700 of directory /var/lib/apt/lists/partial failed - SetupAPTPartialDirectory (1: Operation not permitted) E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied) E: Unable to lock directory /var/lib/apt/lists/ W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied) W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied) ``` Oops, this is where `!!` comes in handy, it will allow you to prefix your last command run. `sudo !!` will be replaced with `sudo apt get` #### Execute the last command that *contains* a string Similar to the `!vim` command, there is also a search command if you just want to run something that contained a string but did not have to start with it. `vim /etc/nginx/nginx.conf`<br/> `!?nginx` will execute the following command again: `vim /etc/nginx/nginx.conf` These exclamation point commands will save you a lot of time while using Linux. # 2) Kill a process by name Most everyone is familiar with the ability to kill a process by **pid**. Did you know you can kill a process by name using `killall`? Is a process hung or you want to abort it? Without using `ps` to find its *pid* you can use the following command to kill all instances of a process and it's child processes. `killall mysql` You can also use `SIGKILL` which is more successful for stubborn processes. `killall -SIGKILL mysql` # 3) Reset your terminal This one is easy but is super helpful. Have you ever used a curses program that exits and leaves your terminal all funky looking? You likely just exit SSH and reconnect when this happens right? Well now you will know to just type `reset` and your terminal will be as good as new. # 4) Aliases I love this trick, do you have a command you type often but it is a syntactical nightmare or you just want a shortcut? In your `.bashrc` file, you can specify aliases that will be available to you when you are logged in. The syntax is `alias [alias name]='[command]'` Some good examples. `alias untar='tar -zxvf '` `alias wget='wget -c '` `alias ls='ls --color=auto'` and my favorite `alias yolo='git commit -am "DEAL WITH IT" && git push -f origin master'` These can be big time savers but they also can cause you to forget the real syntax of commands you use often. Keep that in mind and review them from time to time. # 5) Get suggestions and tips for your shell scripts. This is an amazing tip, there is a tool called `shellcheck` by Koalaman that will lint your shell scripts and give you feedback on how you can clean them up. If you are particularly weak at creating shell scripts, this will be your best friend. ##### Install shellcheck `sudo apt update && sudo apt install shellcheck` Once installed, all you need to do is type `shellcheck <your script>` and it will analyze your script and give you suggestions on how to clean it up. It will detect portability issues, beginner mistakes, style issues, data errors, and more. <center></center> <sub>[Source](https://github.com/koalaman/shellcheck/blob/master/doc/terminal.png)</sub> If you don't write shell scripts all day, this tool will become your best friend when the time comes to write one. Hopefully, you found these helpful and they will save you some time. Let me know if you want to see more Linux tips or my previous Python Tips series.
author | themarkymark |
---|---|
permlink | five-linux-tips-to-save-you-time |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io","tutorials","linux","linuxadmin","busy"],"users":[],"links":["https://github.com/koalaman/shellcheck/blob/master/doc/terminal.png"],"image":["https://ipfs.busy.org/ipfs/Qmdt62SsqgHDpvwHbkWQ6f4Dk25rUFxfdQd7rcJ7tSZjMG","https://ipfs.busy.org/ipfs/QmXZpb12QyXSBmTcPUmbjcvq2FXiF2aKYTxg9PPFymwCry"]} |
created | 2018-11-18 15:41:45 |
last_update | 2018-11-18 15:41:45 |
depth | 0 |
children | 13 |
last_payout | 2018-11-25 15:41:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 10.288 HBD |
curator_payout_value | 3.107 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,520 |
author_reputation | 1,772,918,693,450,156 |
root_title | "Five Linux tips to save you time!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,502,890 |
net_rshares | 21,526,392,946,671 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
patrice | 0 | 66,326,037,750 | 75% | ||
germanaure | 0 | 4,637,771,239 | 100% | ||
cryptogee | 0 | 42,403,892,931 | 100% | ||
teamsteem | 0 | 17,312,915,053 | 10% | ||
ericvancewalton | 0 | 172,219,577,133 | 100% | ||
daan | 0 | 50,346,438,966 | 60% | ||
quigua | 0 | 79,457,364 | 100% | ||
yoshiko | 0 | 8,683,007,310 | 1% | ||
stevescoins | 0 | 23,187,877,723 | 33% | ||
cryptomancer | 0 | 472,065,047,503 | 15% | ||
steevc | 0 | 29,750,073,988 | 21% | ||
patrickulrich | 0 | 1,157,891,816 | 0.35% | ||
votehumanity | 0 | 265,533,779 | 100% | ||
freebornangel | 0 | 5,770,619,493 | 10% | ||
luup | 0 | 6,868,411,216 | 100% | ||
busy.pay | 0 | 1,751,107,076,323 | 8.48% | ||
techslut | 0 | 69,832,590,605 | 20% | ||
blhz | 0 | 22,159,095,836 | 100% | ||
samuelhull | 0 | 7,309,083,929 | 100% | ||
demartini | 0 | 1,737,057,295 | 100% | ||
anthonyadavisii | 0 | 21,941,196,402 | 37.5% | ||
eservicesplus | 0 | 2,129,021,329 | 100% | ||
steemcenterwiki | 0 | 919,749,352 | 5% | ||
playfulfoodie | 0 | 60,419,979,508 | 20% | ||
da-dawn | 0 | 45,137,696,496 | 100% | ||
cpol | 0 | 1,596,961,773 | 100% | ||
lovenfreedom | 0 | 39,786,360,712 | 100% | ||
diggndeeper.com | 0 | 502,645,814,426 | 100% | ||
danielsaori | 0 | 72,923,187,057 | 100% | ||
freebornsociety | 0 | 429,946,759 | 1% | ||
dickturpin | 0 | 20,362,295,397 | 100% | ||
nicnas | 0 | 29,148,207,869 | 100% | ||
passion-fruit | 0 | 2,480,950,380 | 30% | ||
fortune-master | 0 | 2,529,917,216 | 30% | ||
guiltyparties | 0 | 2,232,350,664 | 4% | ||
lazzelazer | 0 | 7,560,946,800 | 100% | ||
necio | 0 | 11,933,924,749 | 100% | ||
anfitriones | 0 | 10,057,115 | 100% | ||
epixar | 0 | 557,679,819 | 100% | ||
kayoko | 0 | 538,440,641 | 1% | ||
warfeed | 0 | 88,748,205 | 16.5% | ||
jacekw | 0 | 38,252,262,233 | 20% | ||
sanja-cash | 0 | 1,493,351,125 | 50% | ||
vibvir | 0 | 1,562,025,666 | 100% | ||
codingdefined | 0 | 7,651,556,292 | 7.5% | ||
fivefiveeleven | 0 | 13,654,053,800 | 50% | ||
msp-lovebot | 0 | 189,112,519,273 | 30% | ||
marlon6 | 0 | 60,890,575,084 | 17% | ||
faustofraser | 0 | 316,008,390 | 27% | ||
ffodie | 0 | 241,061,173 | 50% | ||
yakuza | 0 | 2,583,114,377 | 100% | ||
torico | 0 | 2,884,858,664 | 10% | ||
hairshares | 0 | 226,033,335,607 | 100% | ||
joshman | 0 | 17,734,407,166 | 100% | ||
magnat | 0 | 14,025,599,225 | 13% | ||
joe.public | 0 | 6,134,923,943 | 100% | ||
espoem | 0 | 8,395,943,846 | 5% | ||
filipino | 0 | 601,183,280 | 10% | ||
thedarkhorse | 0 | 4,569,364,227 | 6% | ||
yabapmatt | 0 | 3,564,368,075,682 | 100% | ||
mcfarhat | 0 | 4,804,814,205 | 6.6% | ||
makerhacks | 0 | 14,323,762,267 | 20% | ||
meno | 0 | 132,169,116,432 | 38% | ||
isnochys | 0 | 5,154,456,383 | 10% | ||
gringo211985 | 0 | 1,825,755,205 | 100% | ||
loshcat | 0 | 3,057,427,783 | 100% | ||
shahab3211 | 0 | 557,291,017 | 100% | ||
utopian-io | 0 | 11,360,894,119,720 | 9.07% | ||
mike-nascar | 0 | 1,059,145,008 | 100% | ||
cryptonik | 0 | 537,001,178 | 37.5% | ||
emrebeyler | 0 | 47,346,764,981 | 3% | ||
yulem | 0 | 3,330,907,903 | 100% | ||
potplucker | 0 | 1,729,666,399 | 20% | ||
jrvacation | 0 | 38,594,119,755 | 40% | ||
newsrx | 0 | 1,330,573,288 | 100% | ||
mytechtrail | 0 | 540,921,690 | 50% | ||
scipio | 0 | 118,333,013,194 | 50% | ||
drmincu | 0 | 3,792,591,338 | 100% | ||
steemusa | 0 | 1,681,173,162 | 13% | ||
andyblack | 0 | 12,235,213,296 | 50% | ||
cryptogem | 0 | 1,640,463,611 | 100% | ||
dieterhubert | 0 | 547,382,694 | 100% | ||
voaputra | 0 | 702,106,681 | 100% | ||
amos811 | 0 | 3,496,166,827 | 100% | ||
badcontent | 0 | 43,045,615,292 | 100% | ||
alexanderfluke | 0 | 10,982,716,960 | 7% | ||
doverun | 0 | 446,159,436 | 100% | ||
amosbastian | 0 | 34,074,047,594 | 16.5% | ||
grzesiekb | 0 | 142,224,097,656 | 100% | ||
leslierevales | 0 | 401,160,891 | 50% | ||
legato | 0 | 8,978,348,148 | 100% | ||
steemernoob | 0 | 315,652,188 | 100% | ||
thecreativerebel | 0 | 1,326,186,918 | 100% | ||
saqibnazir | 0 | 254,050,084 | 100% | ||
eyemon1 | 0 | 0 | 26% | ||
investfourmore | 0 | 36,046,458,868 | 20% | ||
nilfanif | 0 | 19,253,376,188 | 100% | ||
didic | 0 | 16,780,039,772 | 20% | ||
peeyush | 0 | 439,233,559 | 100% | ||
cyber-smiley | 0 | 556,281,531 | 100% | ||
solascriptura | 0 | 544,988,645 | 100% | ||
condeas | 0 | 11,518,465,616 | 50.4% | ||
tuts | 0 | 556,826,342 | 100% | ||
erarnitox | 0 | 482,905,596 | 100% | ||
barge | 0 | 39,609,373,612 | 100% | ||
ipromote | 0 | 70,773,573,417 | 100% | ||
bozz | 0 | 21,201,196,075 | 30% | ||
jbrrd | 0 | 200,961,898 | 20% | ||
watchlist | 0 | 18,946,097,662 | 5% | ||
mohsen63 | 0 | 21,128,823,585 | 100% | ||
kryptik.tigrrr3d | 0 | 1,777,858,993 | 100% | ||
natsch | 0 | 560,231,594 | 100% | ||
shela | 0 | 34,034,165,704 | 50% | ||
spederson | 0 | 3,458,250,531 | 100% | ||
iamstan | 0 | 35,638,855,250 | 100% | ||
luli1 | 0 | 175,892,631 | 100% | ||
gtmatze | 0 | 1,471,606,887 | 100% | ||
jvhteach | 0 | 4,392,013,361 | 100% | ||
kessielynbote | 0 | 255,281,405 | 100% | ||
tadstrange | 0 | 5,506,878,592 | 100% | ||
beekerst | 0 | 2,416,997,309 | 100% | ||
blerdrage | 0 | 5,018,472,866 | 100% | ||
jplaughing | 0 | 4,280,117,459 | 22.5% | ||
suntree | 0 | 4,057,796,997 | 100% | ||
tiket | 0 | 7,325,913,091 | 50% | ||
tsunited | 0 | 75,497,566 | 50% | ||
qurator-tier-0 | 0 | 4,428,834,147 | 3% | ||
thethor1122 | 0 | 982,468,361 | 50% | ||
jena1997 | 0 | 850,646,612 | 50% | ||
kelvo | 0 | 160,640,858 | 35% | ||
wirednkod | 0 | 210,822,603 | 50% | ||
journeyfreedom | 0 | 1,544,928,403 | 100% | ||
andreasgrubhofer | 0 | 567,094,681 | 1% | ||
flagawhale | 0 | 16,289,728,110 | 37.5% | ||
gbg | 0 | 545,278,349 | 100% | ||
arcanebinder | 0 | 247,449,518 | 100% | ||
luegenbaron | 0 | 10,447,321,817 | 55% | ||
kryptogermany | 0 | 1,525,595,842 | 100% | ||
diabonua | 0 | 8,511,750,561 | 100% | ||
abbasi1986 | 0 | 181,725,099 | 50% | ||
enforcer48 | 0 | 11,455,674,226 | 30% | ||
neutralizer | 0 | 1,119,720,262 | 37.5% | ||
randohealer | 0 | 1,432,644,610 | 37.5% | ||
rogz06 | 0 | 1,451,717,458 | 50% | ||
vn-steemit | 0 | 86,540,076 | 50% | ||
steemit-vn | 0 | 281,488,266 | 50% | ||
prlndra | 0 | 683,420,049 | 100% | ||
tutchpa | 0 | 137,339,995 | 100% | ||
icanfly1296 | 0 | 79,595,909 | 50% | ||
langtubk9x | 0 | 92,349,883 | 50% | ||
baanggal | 0 | 250,330,843 | 50% | ||
smartmeme | 0 | 664,588,070 | 37.5% | ||
clearbluecrypto | 0 | 20,871,323,346 | 50% | ||
findingcash | 0 | 465,343,913 | 10% | ||
algo.coder | 0 | 6,613,922,067 | 10% | ||
donnjoez | 0 | 515,150,838 | 100% | ||
lhuan874 | 0 | 214,415,958 | 50% | ||
kafupraise | 0 | 48,554,064 | 35% | ||
unmesh | 0 | 383,479,616 | 100% | ||
kostybrat | 0 | 1,368,627,592 | 5% | ||
ducnguyenbboy | 0 | 184,070,024 | 50% | ||
liesizigfa | 0 | 475,324,779 | 100% | ||
renulia | 0 | 550,642,266 | 100% | ||
spbeckman | 0 | 4,091,088,122 | 100% | ||
doneliseo | 0 | 67,138,921 | 75% | ||
steemready | 0 | 522,497,202 | 100% | ||
honghanh | 0 | 66,612,128 | 50% | ||
rustthincoti | 0 | 466,040,822 | 100% | ||
ngoikhoctrencay | 0 | 248,110,750 | 50% | ||
laviem | 0 | 205,083,935 | 50% | ||
froscucagop | 0 | 491,943,374 | 100% | ||
lasliladust | 0 | 491,476,812 | 100% | ||
piretide | 0 | 507,881,324 | 100% | ||
allcultures | 0 | 556,581,176 | 100% | ||
dungga | 0 | 272,765,085 | 50% | ||
steemchoose | 0 | 58,574,582,940 | 3.5% | ||
wglenz | 0 | 10,520,747,865 | 100% | ||
youngu | 0 | 162,523,572 | 50% | ||
luckyy | 0 | 288,505,919 | 50% | ||
bigsweetbun | 0 | 370,357,372 | 100% | ||
drkcyd | 0 | 110,238,909 | 77% | ||
hunter767 | 0 | 104,609,740 | 50% | ||
ntn-vlogs | 0 | 178,086,717 | 50% | ||
blogger-vn | 0 | 143,903,174 | 50% | ||
jokinmenipieleen | 0 | 277,173,445 | 50% | ||
gamegiveaways | 0 | 732,202,863 | 2% | ||
alaka | 0 | 132,378,332 | 50% | ||
aicurator | 0 | 313,237,436,987 | 35% | ||
jacekw.dev | 0 | 2,580,547,134 | 40% | ||
rgirgin | 0 | 956,294,482 | 100% | ||
sweetcuriosity | 0 | 370,971,642 | 100% | ||
duyduc | 0 | 218,108,012 | 50% | ||
sbi8 | 0 | 6,499,867,845 | 3% | ||
sumantakumar | 0 | 564,695,331 | 100% | ||
bichngoc | 0 | 97,062,717 | 50% | ||
allinbox | 0 | 322,340,275 | 100% | ||
zeronight | 0 | 247,523,669 | 50% | ||
thanhnga1999 | 0 | 248,437,868 | 50% | ||
merlin7 | 0 | 312,168,605,360 | 14% | ||
deadpresidents | 0 | 455,509,914 | 100% | ||
steem-ua | 0 | 488,833,036,048 | 3.78% | ||
kaczynski | 0 | 65,720,737 | 100% | ||
sameguy123 | 0 | 560,713,620 | 100% | ||
themightysquid | 0 | 335,673,263 | 100% | ||
etheryum | 0 | 7,691,679,776 | 35% | ||
swampysongs | 0 | 253,456,880 | 50% | ||
paparex | 0 | 113,256,573 | 30% | ||
dismayedworld | 0 | 406,038,622 | 100% | ||
layneebug | 0 | 870,091,661 | 25% | ||
anton-r | 0 | 9,275,985,997 | 100% | ||
antiabuse | 0 | 21,469,266,564 | 75% | ||
avalonprosky | 0 | 141,431,608 | 75% | ||
bluesniper | 0 | 41,533,618,692 | 4% | ||
chrisho | 0 | 552,709,509 | 100% | ||
i-c-e | 0 | 9,854,150,215 | 75% | ||
rabbitbot | 0 | 21,652,105,340 | 50% |
Good suggestions. > 2) Kill a process by name I use pkill for that.
author | emrebeyler |
---|---|
permlink | re-themarkymark-five-linux-tips-to-save-you-time-20181118t155309391z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-11-18 15:53:42 |
last_update | 2018-11-18 15:53:42 |
depth | 1 |
children | 3 |
last_payout | 2018-11-25 15:53:42 |
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 | 69 |
author_reputation | 448,528,959,341,273 |
root_title | "Five Linux tips to save you time!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,503,544 |
net_rshares | 0 |
`killall` is a bit safer than pkill because it will require an exact match of process name and has a few more options.
author | themarkymark |
---|---|
permlink | re-emrebeyler-re-themarkymark-five-linux-tips-to-save-you-time-20181118t161406249z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-11-18 16:14:03 |
last_update | 2018-11-18 16:14:30 |
depth | 2 |
children | 2 |
last_payout | 2018-11-25 16:14:03 |
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 | 118 |
author_reputation | 1,772,918,693,450,156 |
root_title | "Five Linux tips to save you time!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,504,573 |
net_rshares | 678,562,152 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheneats | 0 | 323,217,452 | 3% | ||
penghuren | 0 | 355,344,700 | 40% |
i was about to ask this question... because i also use pkill... hahahah
author | meno |
---|---|
permlink | re-themarkymark-re-emrebeyler-re-themarkymark-five-linux-tips-to-save-you-time-20181118t164901633z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-11-18 16:49:00 |
last_update | 2018-11-18 16:49:00 |
depth | 3 |
children | 1 |
last_payout | 2018-11-25 16:49:00 |
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 | 71 |
author_reputation | 506,019,210,353,854 |
root_title | "Five Linux tips to save you time!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,506,251 |
net_rshares | 0 |
I think this is advices for advanced. There is no help for untar "man untar" and etc ..
author | grzesiekb |
---|---|
permlink | re-themarkymark-five-linux-tips-to-save-you-time-20181118t181353246z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-11-18 19:13:54 |
last_update | 2018-11-18 19:13:54 |
depth | 1 |
children | 1 |
last_payout | 2018-11-25 19:13:54 |
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 | 87 |
author_reputation | 2,800,305,353,550 |
root_title | "Five Linux tips to save you time!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,513,027 |
net_rshares | 0 |
untar is not a command, it is an alias being created to represent the tar function. You can find more information about tar by looking at βman tarβ
author | themarkymark |
---|---|
permlink | re-grzesiekb-re-themarkymark-five-linux-tips-to-save-you-time-20181118t200853691z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-11-18 20:08:54 |
last_update | 2018-11-18 20:08:54 |
depth | 2 |
children | 0 |
last_payout | 2018-11-25 20:08:54 |
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 | 148 |
author_reputation | 1,772,918,693,450,156 |
root_title | "Five Linux tips to save you time!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,515,244 |
net_rshares | 784,026,942 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mys | 0 | 460,220,449 | 0.4% | ||
cheneats | 0 | 323,806,493 | 3% |
Thanks a lot! This one's bookmarked now. I especially liked history expansion (starts with and contains). I can't count how many times I run a command and it needs to be run with sudo. Although I just use the arrow up key to go through the command history and type sudo if need be. But this is a time saver for sure so I don't have to go through all my history and wear out the ink on the arrow up key. Next favorite is the alias for convenience and so appreciate the warning :)
author | lovenfreedom |
---|---|
permlink | re-themarkymark-five-linux-tips-to-save-you-time-20181118t182018449z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"steempeak","app":"steempeak"} |
created | 2018-11-18 18:20:30 |
last_update | 2018-11-18 18:20:30 |
depth | 1 |
children | 0 |
last_payout | 2018-11-25 18:20: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 | 482 |
author_reputation | 25,335,591,446,309 |
root_title | "Five Linux tips to save you time!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,510,586 |
net_rshares | 533,434,366 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
largeadultson | 0 | 533,434,366 | 3.5% |
Damn, I have definetely not enough experience for these tips. Favorited your article to read him again in some time :) Posted using [Partiko Android](https://steemit.com/@partiko-android)
author | luegenbaron |
---|---|
permlink | luegenbaron-re-themarkymark-five-linux-tips-to-save-you-time-20181118t154843211z |
category | utopian-io |
json_metadata | {"app":"partiko"} |
created | 2018-11-18 15:48:42 |
last_update | 2018-11-18 15:48:42 |
depth | 1 |
children | 0 |
last_payout | 2018-11-25 15:48:42 |
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 | 188 |
author_reputation | 27,465,249,085,978 |
root_title | "Five Linux tips to save you time!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,503,274 |
net_rshares | 0 |
Thank you for your contribution @themarkymark. After analyzing your tutorial we suggest the following points: - We suggest you make your tutorial more detailed. Explaining a little theory for users to perceive perfectly, especially the most basic users. Thank you for your work in developing this tutorial. Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category. To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/8/21433324). ---- Need help? Write a ticket on https://support.utopian.io/. Chat with us on [Discord](https://discord.gg/uTyJkNm). [[utopian-moderator]](https://join.utopian.io/)
author | portugalcoin |
---|---|
permlink | re-themarkymark-five-linux-tips-to-save-you-time-20181118t211337608z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["themarkymark"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/8/21433324","https://support.utopian.io/","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"} |
created | 2018-11-18 21:13:36 |
last_update | 2018-11-18 21:13:36 |
depth | 1 |
children | 1 |
last_payout | 2018-11-25 21:13:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.514 HBD |
curator_payout_value | 1.453 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 800 |
author_reputation | 598,828,312,571,988 |
root_title | "Five Linux tips to save you time!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,517,714 |
net_rshares | 9,541,562,615,953 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
codingdefined | 0 | 7,651,733,178 | 7.5% | ||
utopian-io | 0 | 9,435,753,436,398 | 6.66% | ||
emrebeyler | 0 | 102,298,628 | 0.01% | ||
amosbastian | 0 | 23,795,088,763 | 11.55% | ||
organicgardener | 0 | 4,770,714,010 | 25% | ||
reazuliqbal | 0 | 9,290,874,339 | 8% | ||
statsexpert | 0 | 6,824,823,410 | 100% | ||
mightypanda | 0 | 52,205,425,804 | 35% | ||
fastandcurious | 0 | 1,168,221,423 | 30% |
Thank you for your review, @portugalcoin! Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-themarkymark-five-linux-tips-to-save-you-time-20181118t211337608z-20181121t021819z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.9"}" |
created | 2018-11-21 02:18:21 |
last_update | 2018-11-21 02:18:21 |
depth | 2 |
children | 0 |
last_payout | 2018-11-28 02:18:21 |
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 | 64 |
author_reputation | 152,955,367,999,756 |
root_title | "Five Linux tips to save you time!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,650,131 |
net_rshares | 0 |
Posts like these are awesome to see. And it reminds me that I've gotten a bit lax in my knowledge base and experience building. Lately, I do just what I need to at work and focus on expanding that information base where I can. But I've let me experience that I got from useful classes at school lapse. I guess I'll have to come up with a way to correct that issue. This is some great info, thank you!
author | prlndra |
---|---|
permlink | re-themarkymark-five-linux-tips-to-save-you-time-20181119t163338744z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-11-19 16:33:36 |
last_update | 2018-11-19 16:33:36 |
depth | 1 |
children | 0 |
last_payout | 2018-11-26 16:33:36 |
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 | 401 |
author_reputation | 131,224,886,868 |
root_title | "Five Linux tips to save you time!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,564,861 |
net_rshares | 0 |
#### Hi @themarkymark! Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation! Your post is eligible for our upvote, thanks to our collaboration with @utopian-io! **Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
author | steem-ua |
---|---|
permlink | re-five-linux-tips-to-save-you-time-20181118t212003z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.9"}" |
created | 2018-11-18 21:20:03 |
last_update | 2018-11-18 21:20:03 |
depth | 1 |
children | 0 |
last_payout | 2018-11-25 21:20:03 |
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 | 291 |
author_reputation | 23,214,230,978,060 |
root_title | "Five Linux tips to save you time!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,517,951 |
net_rshares | 0 |
Hey, @themarkymark! **Thanks for contributing on Utopian**. Weβre already looking forward to your next contribution! **Get higher incentives and support Utopian.io!** Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)). **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | re-five-linux-tips-to-save-you-time-20181118t235740z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.9"}" |
created | 2018-11-18 23:57:42 |
last_update | 2018-11-18 23:57:42 |
depth | 1 |
children | 0 |
last_payout | 2018-11-25 23:57:42 |
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 | 594 |
author_reputation | 152,955,367,999,756 |
root_title | "Five Linux tips to save you time!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,523,765 |
net_rshares | 0 |