
somik
somik
About
- Username
- somik
- Joined
- Visits
- 1,181
- Last Active
- Roles
- Member, OG
- Thanked
- 982
- About Me:
- Got my head in the clouds... Bare metal not bad either.
Comments
-
@schism do note that you can send the info to @Not_Oles privately through PM or by his email (from his profile) if you rather not share the info in a open forum.
-
(Quote) That isn't passive heatsink. That's a server heatsink where the fan isn't directly on the heatsink, but goes in front of the case, just behind the drive bays and blows from front to back over the drives, heatsinks and all.
-
Congrats on getting the server back online and open for "neighbors".
-
(Quote) Can't say I have watched this movie... Maybe i'll pick it up.
-
(Quote) The movie? (Image)
-
(Quote) Invoice number 1906 There seems to be a 9 missing from my invoice number... too bad! (Image)
-
(Quote) Nice! :lol:
-
(Quote) Old man style font size :lol:
-
(Quote) Ah, yes, but flagship android phones seems to be somewhat competent at encoding/decoding video streams. They still will need a lot more optimizations but since ffmpeg seems to have support for arm64, i think it should run nicely on a proper …
-
(Quote) make a ready to deploy docker container with required configurations and web ui? :lol:
-
(Quote) Ya, found that AFTER i posted the comment... Thanks! So basically Nix hypervisor os is a "text based" container creator while proxmox is a gui based. So you can run NixOS inside proxmox KVMs, and even in docker/lxc containers... B…
-
(Quote) Whats the benefit of NixOS over proxmox's KVM/LXC? I found that you can create containers for proxmox using NixOS, but I did not find any comparisons showing why it is better.
-
(Quote) If he really did that, then I hope he or his support team would be more active in the forums.
-
(Quote) I get latency that's fluctuating all the time. So best to avoid latency.
-
(Quote) Yes, I know they have monitors in place, but it just says what is down, not why it is down or if anyone is working on it or even when they can expect it to be back online. Little things like that help reduce tickets. Ofcourse I understand th…
-
(Quote) Would you rather have someone incompetent answer your ticket just for the sake of answering or someone from their technical staff look into the issue and deal with the ticket? If you just want to hear "your call/ticket is important to u…
-
(Quote) The more the staff, the more the operating costs. So they cannot offer dirt cheap prices like they do if they hire more people or relocate to better datacenters. In short, you get what you paid for. If you want better service, it's best to a…
-
(Quote) x86 and x64 is said to have a lot of instruction overhead that they need to support instruction sets from all the way back to the 80s. ARM doesn't have it so it processes instructions faster. However as it is designed to be more energy effic…
-
(Quote) I have used both Oracle's ARM offering as well as cheap x86 CPUs like atom. ARM definitely wins there. If you compare Raspberry Pi, which runs on ARM with a Celeron x86 CPU, of course x86 wins there. So it comes down to exact CPU models &a…
-
(Quote) Yes, seems like the DB i am using also identifies your IP as mexico: https://ip2c.ziox.us/?ip=187.189.238.1 The source code is located here: https://github.com/somik123/IP-to-Country I am currently using the "lite" database from …
-
(Quote) That's what I did as well, just with PHP. Process the data before importing it into DB to make subsequent queries faster.
-
(Quote) Btw, i did it other way around. Guess should not be browsing LES first thing after waking up: WHERE startingIPLong <= searchIP AND endingIPLong >= searchIP
-
(Quote) Hope so! And hope they figure out it's a bug and not an abuse...
-
(Quote) LowEndBox's top provider? Sounds legit :lol: I mean anyone who has been on LES/LET has been burnt by LEB at least once!
-
(Quote) Convert the IP/subnet (CIDR) to a IP range containing the starting and ending IP. Convert the starting and ending IP to a "long" number. For PHP, you can use: function ipRange($cidr) { $range = array(); $cidr = explode('/',…
-
(Quote) It was done to reduce the number of abusers who, once banned, just creates a new account to get access again. It does cause problems for new members of the forum, but it is a necessary evil to ensure the service is not abused.
-
(Quote) @terrorgen NAME AND SHAME! The email you received is a very common one for two types of providers: 1. They are fishing for people who are willing to "pay" more to keep their services by saying "since you are abusing, pay up&q…