Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
TheOct039316yYes, I reposted this question because I hadn't made my point clear and couldn't edit it anymore :(
-
Jifuna37406yIf you only need a webserver I think a pi zero is more than enough except if you expect a lot of traffic or database operations on it. Like the 3b+ is like 30 bucks more.
-
TheOct039316y@Jifuna The traffic would be pretty much just me and the scripts I make (running on themselves, not many interactions). Do you think a zero is suitable?
-
Jifuna37406y@TheOct0 I think the zero is more than capable enough to do that. Only thing you need to know is that it only has 512mb of ram so if you gonna use for example mysql a lot it can be tricky. (My server is using 1gb on this moment with a few database operations every 15 minutes)
-
TheOct039316y@Alice That's a great idea actually. Or at least, a good one. Too sad I don't have the required electronics skills... Or a RasPi, for that matter. Me being me though, I would 100% go for it if I had the means :)
-
TheOct039316y@Alice Or you could host a mainstream website on your card and use the overheating to toast things. That's killing two bread slices with one stone.
-
Jifuna37406y@TheOct0 For example mysql on my server is using 1gig on this moment, its on for a week and got like 500 requests (most of them the last 24h). So if you gonna use mysql you will be better of using a more expensive model I guess. For a static site its completely okay.
-
Jifuna37406y@TheOct0 I don't know the price difference in your country but pi 2 model b or pi 3 model b. Both have 1gig ram.
-
Get an orange pi, half the price and double the performance. The gpio drivers are shit, but you dont need that for a webserver
-
TheOct039316y
-
TheOct039316y@snaz Would you trust the Orange Pi that was mentioned above or would you recommend sticking to this one? The Orange on seems very good specs-wise, but... The seller, the whole AliExpress thing, and overall quality of the product are concerning me a little.
-
TheOct039316y@snaz It would mainly be used as a personal VPS, for things I make. I'll expand on it at the end of this comment if you're interested.
And also, the Orange Pi is cheaper than the 3B+ but seems better, so that's why I'm asking for your opinion.
-----
A list of things I'd use this for:
- MySQL server for personal project under development
- Maybe a personal website
- 24/7 running scripts
- Maybe a PiHole
- Overall, nothing heavily public, but still requiring to be able to endure some workload. -
TheOct039316y@snaz And as far as trusting an unknown competitor to Raspberry selling their product on AliExpress for 2x cheaper than them? That's the part I'm worried about
EDIT: What Pi do you own? -
I have 3 different oranges and a bunch of pi zeroes, they all work well. Aliexpress is fine but you can get them on ebay if u wanna use paypal
-
They sell it cheaper bc the schemtaics for the raspberry are (were) open source and its way cheaper to get parts in china
-
TheOct039316y@sharktits Thanks man. I'll keep the 3B+ and the Orange pi in mind and choose from there :)
I wanna buy a RasPi, what's your advice as to what model I should get?
Its purpose would be being a web server, mainly. Also, if you have any suggestions for addons or additional stuff, please let me know :)
question