
legendary
legendary
About
- Username
- legendary
- Joined
- Visits
- 2,253
- Last Active
- Roles
- Member
- Thanked
- 410
- About Me:
- Searching for epic deals, participating and fueling dramas. I'am the one, I'am the legend.
Comments
-
Yep, probably offloading paid work on community. I observe Oles a lot. Both on OGF and here. He degrading slowly, undeniably. I should write philosophical treatise about him. There is a void, deep inside.
-
(Quote) Yes, the name similarity. Why fossbilling? Few alternatives: Freebilling OSbilling OpenBilling
-
BTW, did you knew that FOSSBilling looks similar to https://fosshost.org/ , which is going belly up in a drama (?): https://news.ycombinator.com/item?id=33848529
-
Solid company. I love their car, mine is the same :) https://www.google.com/maps/uv?pb=!1s0x4cc8b5f8b571f01d%3A0xefd2dde82d260d77!3m1!7e115!4shttps%3A%2F%2Flh5.googleusercontent.com%2Fp%2FAF1QipOy2O8eBANP8iDTuVp6CDeQexRlkNdjLuLo9uY%3Dw213-h160-k-no…
-
(Quote) Open source collectives lacks drive and centralization. Which is abundant in corporations. Money alone, without proper guidance, will lead to corruption and eventually exit scam. So, first let the idea mature like a 40+ woman. Than spread it…
-
This line: (Quote) Indicates that project will be stripped as much as possible and paid addons to make it usable in true production environment will be sold. I have very little hope that this gonna be good.
-
Fastestvpn seems is the best deal. 20 USD lifetime. https://fastestvpn.com/lifetime
-
(Quote) Pubic hair trackers allowed everywhere.
-
(Quote) And 5 times you got virmached. Quite an achievement.
-
(Quote) TH now feeds from EPIK hand, so Europe problems should not impact so heavily, amortization is here. What bothers me, that EPIK will decide to push hard on ROI. Than that 10% increase will become yearly event for next 5 years until imminent c…
-
All urls returns error 404.
-
"simplistic credit system" :D this has some drama potential. I hope.
-
This deal could look fragrant if: * Proper, clickable URL provided to order page; * Less irrelevant text. WoT with FAQ. Tafak? * Less cumbersome billing. Credits? What else, manual service provisioning? Overall: improve your advertisement and be m…
-
Cunks accent is like honey for my soul. It soooo good. Especially when she talks silently. Wondering is there any type of fetish for the woman voice in british accent?
-
Black pudding if I may suggest.
-
(Quote) How her surname pronounces? Kunk or Cunk? Outstanding British accent. "Disgosting" what a pearl.
-
(Quote) I would gladly pay even more (~1.99/mo.) for the sake of good quality drama. Majority of us would do the same. When your are in a castle, you need clowns, otherwise it gets boring.
-
I personally add category "Laughter And Fun". Dump all cest pit into it.
-
Could you please describe how do you manage load balance that ADSL and 5g? Genuinly interested.
-
This beauty made my life a lot easier when it comes to disk space debug: du -k ./* | sort -nr | cut -f2 | xargs -d '\n' du -sh | less
-
Does your WP blog worth to optimize? It is already in a not bad shape as a wordpress site: https://gtmetrix.com/reports/io.bikegremlin.com/td57S7P1/ Expires headers and gzip would be a nice addition. OLS in your case is a useless waste of time/mon…
-
IP decom price would be interesting case :) . Will it reduce spammers and does it delivers clean subnets?
-
Holy F, this line is pure magic: return "\n".join(lines[0:pos1]) + start + to_replace + end + "\n".join(lines[pos2 + 1:len(lines)])
-
No one torrenting, just shy iso'ing.
-
Guys, I need some thoughts how to achieve desired functionality. * Class has X methods, methods run like this: if __name__ == "__main__":pid = str(os.getpid())pidfile = "/tmp/create.pid"if os.path.isfile(pidfile): print('{} …
-
OGF removed "host rep" tag from @c1vhosting due to ignorance for service issues. I suggest mods take a look at this member with grain of salt.
-
(Quote) Yes! This is it. But it is so strange. I thought that subprocess looking for file or directory with such name. Thank you my beautiful man.
-
Guys, I know that there is python guru's out here. Please help, because I'am in a corner: #!/usr/bin/env python3from pwd import getpwnamimport subprocess as spimport shleximport argparseimport jsonfrom configparser import ConfigParserfrom pathlib i…
-
(Quote) Yes, PHP I understand and syntax is human readable. Thank you for suggestion.
-
NVM, resolved with this: url = args.url[0] But for me this is insane... I need to look for another tool.
-
Ok... Trying to convert bash script into python. Immediately faced the fact how python is disgusting for me. Any suggestions how to solve this? #!/usr/bin/env python3import subprocess as spimport shleximport argparseimport jsonfrom configparser imp…
-
(Quote) They are those guys who said that customers ahould write to hivelocity to stop exodus. Not serious, at best.
-
(Quote) Ou, just start using some awk magic with more advanced syntax. I can spend 8 hours straight mangling and searching for awk goodness. I guess depends on level of masochizm - you enjoy the process.
-
(Quote) Digging grave for his excelence Xi. Probably.
-
I just presented output from php :) . Json is really valid. Have some mumbo jumbo in bash wich send info to php backend api. I guess it is more doable in php side...