comi
comi
About
- Username
- comi
- Joined
- Visits
- 1,018
- Last Active
- Roles
- Member, OG
- Karma
- 109
Comments
-
https://youtu.be/Q4vryZTr6MA?t=32
-
(Quote) I knew you did it on purpose! =D
-
(Quote) therefore there is no need/want for application templates in lowend market since it is not sustainable according to me anyway
-
(Quote) mm.. yeah, that's why I said (Quote) "managed" implies x10 price, no? only for me?
-
I tried to toy with this idea, but it doesn't seem to work. Templates solve installing the application which is the easiest part. The more difficult part of customizing install for specific needs isn't solved by templates and it creates a …
-
(Quote) not quite my tempo...
-
(Quote) ipam.txt ;-) or you could do $ mkdir -p 192/168/0$ > 192/168/0/1 it'll be fun, trust me B)
-
I wouldn't be interested because of raid 5
-
see also: (Quote) https://en.wikipedia.org/wiki/SATA_Express
-
For the sake of this discussion ssd and nvme only differ in the way they connect to the system: sas/sata vs pci. This means if you are not reaching the limits of sata you won't see the difference.
-
(Quote) all your queries are belong to 8.8.8.8
-
absolutely not, bots just brute force ip addresses, so eventually it will be indexed by search engines
-
If you do not need files to be able to diverge later, then yes it would work - relatively straightforward, see above. Otherwise you need some pro dedup tool (or filesystem).
-
I also want to point out that if CDN didn't serve a request from cache it actually made it worse for that request because it leads to two requests instead of one, which increase amount of round trips establishing tcp sessions before any content…
-
CF free offering is hard to beat simply because it's free. It isn't actually a killer offering by itself. For instance, they do not cache everything for you, I have no proof, but I strongly suspect they serve free tier from cache on a best…
-
Main storage box set up with snapshots sitting in private network pulls, usually with rsync over ssh, from all the public stuff. That way it is vulnerable pretty much only to fire, which you can solve by uploading selected files, encrypted of cours…
-
(Quote) I almost always look for KVM because I pay yearly and I don't know in advance what I will be using it for. Maybe I will need it maybe I won't. Just imagine debugging a script which works fine on your computer, but not on your cust…
-
(Quote) subscribed!
-
(Quote) let's not get carried away, SMR is not "inapropriate tech" not mentioning anywhere a drive is using SMR is inapropriate EDIT: sorry, now I know the word "to submarine" exists Someone else posted, not sure here or s…
-
(Quote) Superior to what? Superior to 4TB of ext4 and luks volumes? As far as I know not really, because disk controller doesn't care what filesystem claimed to be it's real estate. The story is different with SSDs where OS actually tells…
-
Well basics of BGP are brutally simple. Add list of subnet you have inside your AS, add peer; do the same on the other side. That's freaking it. That of course is a lie that creates false sense of security. I would suggest researching BGP fil…
-
(Quote) yep, everything that wants different ports is just fine - just install and let through firewall everything that wants 80/443 is traditionally solved by "virtual hosts" - every major webserver software like nginx supports them or y…
-
(Quote) I know, but it looks like the worst case scenario didn't happen with aquisition, and they still are the best. That being said I don't know, maybe it simply hasn't been discovered that they use SMR. And of course everything can…
-
* experiments * proxys * DMZ storage * demonstrating products - so I can get paid before deploying to client's servers.
-
HGST stands tall... I guess...
-
(Quote) LOL =] Sometimes I am cool under pressure, such "like a boss" I envy myself how cool I am. Sometimes I overreact to silly things and can't sleep even if I realise the issue is not worth it. I mean why focus on whether anyone…
-
(Quote) we all shouldn't do a lot of things that we do such are humans what a silly design
-
Hi @gwndilshan1989 ! Please Please Please Please Please don't take offence from comments on this thread and mine. It's just everyone seem to feel there is something wrong with your offer. I have thought about this before so if you'd j…
-
(Quote) period ;-) @gwndilshan1989 "UNIX & Linux System Administration Handbook" This is IMO the book. It has had many editions over the years. But as with any book in a fast changing field it's already old when it's printe…
-
(Quote) Sorry, my bad, you can just as well terminate everything at haproxy, and setup the forward header. But everything behind haproxy need to read the header. If it can't you need to apply some jutsu for transparency. So yeah, basically wha…
-
@AlwaysSkint okay, got you. I believe you need nginx here - much more natural to terminate all https on nginx and forward to whatevs. Things that are not http/s can be just dnatted since you don't need load balancing or smth I suppose.
-
(Quote) Okay, so I misunderstood, I assumed the header must come from somewhere before it hits haproxy. (Quote) Why not use destination nat with default ports? Are there multiple instances of same service? Can you use haproxy in http mode?