#general
1 messages · Page 268 of 1
ok see now that not the db creator XD only a connection manager wtf
MariaDB is MySQL, well a fork of it. You can run any MySQL application on MariaDB just fine, the differences are just very minimal
yeah but how i can create the db
Open the MySQL client and type:
CREATE DATABASE IF NOT EXISTS <database name>;
CREATE USER <username>@'<Connecting IP, in most cases 127.0.0.1>' IDENTIFIED BY '<password>';
GRANT ALL PRIVILEGES ON <database name>.* TO <username>@'<Connecting IP>';
IF NOT EXISTS with that? XD
Yes, prevents a SQL exception if a database already exists by that name
ok
@vocal rivet dashyy
Hey ThrasiliasTM! Please don't tag helpful/staff members directly.
very easily, follow the manual and literally copy and paste XD
thats what i did last time
so i get a successful message?
and broke the entire server
You should
only get Query OK all time
Query OK means success <.<
0 rows affected thats sounds wrong?
ah ok for that is the connection mamager XD i set alltime database name in user name now im logged in and see list with all db
- Install Docker
- Install a webserver or your ISP panel you use for your webserver ( e.g. ISPConfig, Plesk cPanel ) and setup a webspace for Pterodactyl
- Install php7.4 with extensions, redis and mariadb
- Install compower
Yes, the panel should work fine on WSL, you can even install Wings into WSL
conna continue in DM
just install docker-compose and fill out the stuff and docker-compose up lol
also a possibility since they have official docker containers for Wings and the Panel
so try now wp connect to sql 😄
so when i get my website on same as mc machine then i can use dynmap on the website right?
Is /rl confirm bad for either luckperms or essentials?
no time use rl 😄 only clean restart
It's fine for some plugins though
some
'fine'
when i tried use rl then my server crashes
Aight, thanks guys
compower?
i should get a network expert XD
so back with food
Hey guys is there anyway i can make it so i can add a feature to change your + color like on hypixel
like when your mvp+ on hypixel you can do /rankcolor and change your + color
!hastebin
Sorry! I do not understand the command !hastebin
Type !help for a list of commands.
is there any way i can do that?
!help
!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!bungeecheck
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!cookbook
!default
!downloads
!editor
!editorsafety
!errors
!essentials
!extensions
!extracontexts
!faq
!formatting
!helpchat
!inheritance
!install
!libsdir
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!testingperms
!tracks
!translations
!upgrade
!usage
!userinfo
!verbose
!weight
!whyluckperms
!wiki
....
like when your mvp+ on hypixel you can do /rankcolor and change your + color is there any way i can do that?
!pasteit
Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ for easy pasting!
Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!
Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!
Does someone here have experience with Windows FTP?
I made a FTP server for hosting a minecraft server but when I type FTP://(IP-Address) it asks for username and password but where do I get this?
windows server?
when your mvp+ on hypixel you can do /rankcolor and change your + color is there any way i can do that?
Yes
So I guess not?
how
Idk
..
Make a plugin that changes your prefix?
i dont code lol
then you're gonna have a tough time making that happen :P
cant i like make a gui for it and people can like change their ranks but its just the color that changes?
im guessing thats possible?
for a non coder
probably
hm
is there a way to check somethings inventory including armour?
can nucleus do it?
maybe with denizenscripts
ok ty
i own a bungeecord network so maybe leveling up
ok
Does someone know a good FTP that can share files even though I'm hosting the server locally?
And the other person is not on the same wifi
what are you using the FTP for, and what OS is it for
I'm using windows
And the FTP is just for storing basically the entire minecraft server
But I'm working with someone else so he needs access as well
And the server is hosted on my pc
i see
I tried with windows FTP but couldn't get it to work
And I heard it's not very safe
yeah
maybe need ftp server installed?
i don't deal much with windows servery stuff, so my advice to you will obviously be find a way to use linux
linux means your friend can simply ssh into the server
and do whatever he needs that way, securely
a linux... laptop?
you know you can install linux on any laptop right
you dont need to find a special linux one
Yes, didn't buy it because of linux. The price for the performance was just great
at least in my country
fair enough
So you don't know any good FTP's for windows?
There is such thing????
I know FileZilla but not sure it will work
Tuxedo aura 15, it can get windows though
there are but there's no real reason to choose them over any other laptop
other than the price
yeah
not that linux laptops will always be cheaper - the cost is mostly* independent of whatever os they have
i hope
yeah ofc, just saw this laptop and got great performance for 800 eur so
I'll just install windows myself
not really sure what that is but I know the cpu is good for the price xD
yeah that should be a very nice laptop cpu
smart
16 gigs of ram too, very nice
if that cost 800 euro that's quite the bargain
Yeah exactly
And it's in Denmark, and everything costs so much here lol
At least in computers
Ftp using IIS can be secured, but only if you know what you are doing. The same goes for any other software
you installed your server on windows server? so why not use multicraft they have automatic ftp in
There is a openssh server for windows server, and yes you can use sftp with it, but again it is just as insecure unless you know what you are doin
So openssh is not even safe when I just started using it?
Remember I'm only sharing this with one person
You need to secure it
Not sure how to secure it though
Basically, disable password authentication, setup publickey authentication and thats it already
ssh keys are sexy
Why disable passwords though?
Yes~
Because passwords can be bruteforced, with a ssh key they really can't and also the data between you and the server is encrypted
ssh keys are basically files containing very (comparatively) long keys that replace your regular password
Keypairs are awesome
Well, first problem. I installed OpenSSH server but I can't seem to find this folder
If there was a good reliable fail2ban solution for windoes I would also recommend that
It's not where they said it is
You are supposed to create it.
that folder might be auto generated once you ssh into something for the first time
omfg
i never had to make one for myself
I'm just getting too tired, thanks
Inside your user folder, example:
C:\Users\Administrator\.ssh
Nah, on winsows you need to create the folders manually xD
o.O i swear i've never made mine for myself
unless i'm going crazy
actually im gonna test that right now and remove mine >:)
Did you use the ssh package or installed it manually?
I installed it manually since the package was outdated as f
This makes no sense to me? Idk what ACL is and what kind of file is the keys file even? .exe or?
Well If installed manually it propably is different xD
yeah seems like thats the case
Access Control List
Yeah ik, but idk what that means
this is what your .ssh should look like eventually
The keys file does not have a file extension
So with the ACL permissions? How do I make these
By editing the folder permissions?
Created that myself and set it to another path xD
Nah, you can define the directors with the startup paramaters if sshd
huh
"Set the ACL so that only a respective Windows account have a write access to the folder and the file" A respective windows account?
The windoes account under which sshd is running
Someone know how i can change the Part when user upload img on my wordpress?
Current Path: C:\Bitnami\wordpress-5.6-0\apps\wordpress\htdocs\wp-content\uploads
That what i want: C:\Multicraft\data\servers\server1\plugins\Images
Mklink the folder
have tried with link but there give me error folder not exist
wait what is mklink?
i have created a normal create link on desktop and move this to the wp folder
These accounts got permission but I guess that they all need it right?
With mklink you can easily link entire folders and make it seem like the folder is at one location ehile in truth being somewhere elsr
Yes, I think so
ok like symlinks? thats what i found in google
Like the ln command on linux
im not a linux user ^^
So what does the guide mean? I don't have to change any permissions then
Normally you create a new user for sshd so it has its own user, in that case you also need to give it appropriate permissions
you definitely want to make a user account for your friend
and set up perms so they can only access the world directory
otherwise they can freely browse through your entire filesystem and find all of your 'homework' folders
haha
But then for "locations" Do I just choose my own pc?
can you send a link to the guide you're following
WinSCP is a free SFTP, SCP, Amazon S3, WebDAV, and FTP client for Windows.
where is it asking for locations
yeah leave it as your own computer
What a fun way to start your birthday:
- girlfriend had to cancel the long planned trip because of covid
- her grandma died two days ago and is still grieving
- had an on-call alert that took over 3h and that went past midnight so I couldn’t even have a call with her and was instead stuck fixing a broken machine
Thanks
Thank you
So I add his gmail to the account? When making the new account in windows
I.. I.. 
erm i'm fairly sure that adding the email is not enough - you need to make a separate account for him and add that
after all he's going to be using a windows account while sshing into the pc, not an email account
But I need a mail for creating a new windows account
you don't need one
there should be a small link that lets you make an account without an email
that sucks, sorry that that happened to everyone involved
so click 'add a user w/out a microsoft account'
omfg, sorry I'm too tired
it's oki lol
on aternos
ok
I swear my discord broke
No one has any coloured names
Restarted twice still the same
try just leaving it on for a few minutes
is there a way to have a default rank like member and they get that when they join the server
or just toss your computer and get a chicken frier
Bruh the colours just appeared lmao
xd
Did nothing but wait
!default
LuckPerms provides a group that every player is added to upon joining the server, called default. You can use multiple methods to change the default group or change the name of it.
ty
no problemo
Is vault compatible with lp?
It's like luckperms speaks ancient Greek, but all other plugins speak Spanish. Vault is a translator 
μου λέτε ότι δεν μπορώ να καταλάβω χωρίς αυτό;
What the
mmmmMmmmMMMmM
No

What the fuck
@onyx mason 🥺
Samosa! 
Hey Lord_Samosa! Please don't tag helpful/staff members directly.
😔
I see I won't be missed
That wasn't funny tho
I don't have helpful or staff role
So it's not relevent xd
@gilded nova
Hey aberdeener! Please don't tag helpful/staff members directly.
I see I won't be missed
it says it changed and stuff but the player still cant access commands, just i restart the server?
what says what changed
So when I edit it and paste it into Minecraft chat it says the data was successfully loaded or whatever but when the player tries to use commands they still don’t have access. Should I restart and then they’ll get commands?
It means
- You have contexts on the permission
- Wrong permissions given
!verbose use this @solar badge
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
wdym wrong permissions?
Use verbose
ok
Also this isn't support channel, use #support-1 or 2
Turbo I converted my friend who hates cats


aber regrets everything
could have been worse
Hey Lord_Samosa! Please don't tag helpful/staff members directly.
@outer vessel I wouldn't miss you

I don't have snapchat lol
Hell yea
mm mkay
I used to do streaks then got lazy
Same
I used to do streaks and then grew up 
Partially a rage quit cus I lost a bunch of three digit ones when I forgot one day
F
streaks are hella dumb
i really only use snapchat for groups anyway and streaks dont count there lol
luckperms123
Ilovesamosa123
fefofefofefofef
turuturuturutru
Fefo did you get it
hm?
what I'm not getting is the confirmation sms with the 6 digits code 🥲
and after 6 minutes here it is

out of the god knows how many sunglasses they have for the stupid avatar
they don't have mines
tsk
I'm disappointed
imagine wearing glasses
Fefo cut your sideburns 

maybe
woah its the laggy plugin person
tbh I should, I'm a mess rn lol
looooooooooool


one thing i hate on windows server, you can not delete a plugin when server running to update, must stop server replace plugin and start -.-
hows that stupid
on linux i can delete jar by running, upload the new and only restart
now must waiting server stops
Hello
Your problem is that you're using windows
Also tbh never ran into that issue while running servers on Windows
yeah i know im looking for new linux server but i dont know what is good enough
im interested to this because its same hoster of my webspace
but no hoster show what cpu and how fast
A VPS isnt very good for running Minecraft
You need all the compute power you can get
And preferably not shared with other users
Which graphic card do you recommend for this year?
im waiting for good price on amd rx6800xt 😄
but i have first time my 2070 super buyed last year and thats work good enough so new card has time
Tubo
what do you recommend to make a medium network like: 2 Hub, 12 Modality.
HOST vs VPS?
? vps is a host or what you mean
no i asking if you should buy 16 hostings (1 for Proxy, 1 for Login/Register, 2 lobby and 12 modality) or you should buy a power VPS
because lot of people said VPS are more secure that hostings, other said backword, Hostings are more secure than vps
I just fixed the npsvctrig reboot problem 😄 (Update your bios)
how this mklink works? i tried this but not work
mklink /j C:\Bitnami\wordpress-5.6-0\apps\wordpress\htdocs\wp-content\uploads C:\Multicraft\data\servers\server1\plugins\Images
he says everytime can not create an already exist file..
I have litterally been struggeling with vofitier for 2 days now please someone help me
i dont see the server in panel no access
?
yeah admin server list forbidden
1 sec
tfw i get this
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
delete enchantmenttable.yml

Does anyone know a plugin which can automatically upgrade players to a higher rank based on on economy, time player, no of votes or xps?
playtime yes
Link plz
The one stop marketplace for all the Minecraft plugins you will ever need.
timeismoney?
Link please
I searched alot but couldn't find any.
i find it first 😄
A plugin that allows players to "rank up" from one group to another, by satisfying certain requirements - such as experience, playtime, or money. Ranking up can give players extra permissions or run certain commands on the player. A plugin with these features, any idea?
advanced achievment?
mhm
No🤦
that do this what you want, track playtime, money and more
reach the achievment make a command like rankup
or develop self 
I think i have to do that
yeah
You cheating me?

Do you have vote cooldown?
yes
wtf
How long?
24h
Do you guys know why people cant enter portals or interact with chests etc in my worldguard region?
Is there a flag i have to add or?
use/interact
Okay i can use chest but i cannot enter multiverse portals?
multiverse.portal.access.* ?
Okay ty

How do i make it so they cannot put items in the chest?? xD
Read their docs 

Pro tip: taking screenshots of logs is bad, copy paste the text (preferably on a pastebin site) instead 👍
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Can you send a full log since start up (do a full restart if you can)
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Oh no it's one of those bukkit forge hybrids
This is the only useful thing I can do
!cauldron
Installing LuckPerms on a Cauldron, Thermos and any other Forge + Bukkit server software may require additional steps.
/lock and right click on chest when using lwcx plugin
It's just a command
and forge + bukkit hacks
The page probably still applies
This is my mod core, made of several and with removed bugs (Magma base)
Anyway my knowledge of forge is literally zero so I'm not very useful from here on 👋😂
ty!
you must more look in google and wiki this is basic command 
can i have permissions per world?
Yes
how?
!context
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
When setting up winSCP I need the private key file, is this the file inside .ssh in user folder?
Because that's just a file with no extension, and winSCP is looking for a specific file format
Now it asks for a password but not a key?
anyone used ItemsAdder plugin before ?
I'm kind off an idiot
Was wondering why my nexus repo url wasnt working
my nexus.domain was on the right port, but repo.domain wasnt
Nexus ew
what's better then?
Gitlab, they recently made their package registry implementations free
Screw discordSRV https://github.com/42wim/matterbridge 😄
Does that allow you to mirror other repos? Then group m all into 1
no it doesn't
then it sucks
Luck knows way too much
Hello
@wraith niche well you need to have a private key file in the first place
hello brain.

what a... unique name
^
wtf is that cancer of a name
what the fuck
why does discord allow that
thats fucked up mate (website)
what is it?
oh yikes
and goes fullscreen + ear rape
yeah i couldnt decide whether to @ mods about that
yeah in that case it probably would have been appropiate lol

bruh i get so braindead 

can we change brains need some new to work more XD
put it in rice for a few days
larry 
aber!!
gm!
good morning!
GroupManager 🤡
so lets go starts round 2 
first time i've seen this lol
yup it's a thing
I mean
JRE stands for
Java is a
Ram
Eater
Would this server be good enough for these purposes? Unsure if I'm going overboard or not going hard enough really. Lol
that's the kind of machine you could run an entire network on lol
albiet a small network
Well idk what I should use to run the MySQL for our LuckPerms and LiteBans and Cosmetic databases
I've got basically no idea :D
if you have / are getting a dedi, just run it on that
run out on a server on the other side of the world
when your sql db's ping is worse than your players' ping, you're gonna have a bad day
so $1 is the first parameter and $2 would be for ex the second arg?
yeah
/group Aberdeener admin
| |
$1 $2
thank you
We have several dedis. Wouldn't it lag if it were run on the same machine as them?
no?
Nah, that is yet to come
I don't believe RedHats promise when they murdered CentOS
Maybe a cheaper licence, possibly. But a free one? Only with very restricted licence terms that propably wont allow you to even breathe
I've seen a link making the rounds, lemme find it
ah _11 already sent a link
i'm blind xd
I don't trust them
i have faith >:)
they'd be silly to squander the community they have around centos right now
As someone that has a RHEL Developer Licence since 2 years now, Nah m8, I don't trust this at all
It still is a subscription service, ugh
I see here the main issue people also had with snaps, you essentially are laying the control if your system works or not at RedHat, so if they decide to update these licence terms and maybe prohibit production use, they can just remove the subscription of all servers that are not complying with it. And if you think they won't do that, they also promised to not make changes to CentOS ( they did ) they promised a EOL of 2029 for CentOS 8 ( that promise has also not been kept up ) I would rather suggest to wait for RockyLinux or the OSS version of CloudLinux instead of trusting RedHat or CentOS
well if they restrict it in the future i can switch over to a different distro then
As long as you don't consider OracleLinux shivers
i think i'll pass on anything related to oracle XD
Wise choice
oracle sql 
xd
Oracle has such a long history of buying projects, and then just ruining them with ridicolusly expensive licences
sounds a bit like microsoft
Poor Sun 
except they dont really buy stuff they just... ruin it
Yep XD
The worst companies 2020:
- IBM
- Oracle
- Microsoft
- Atlassian ( a holes be dropping the self-hosted support 😠 )
All these companies also have entered the contest for worst companies 2021, stay tuned 😎
i like making stuff on step by step how the guide and wiki show to get error 
alright, well I got the ppk and pub key from PuTTYgen but it says that it refuses the key
Do you know any fix for this?
so someone can fix this 
Ja, ganz einfach
jetzt send mir bitte net das mit den globalmodulen etc. XD
das hab ich jetzt schon 3 mal gemacht
Rainbat are you experienced with WinSCP?
Yes. Still using Windows Server?
yup
ja hab jetzt oft genug den gleichen stuff in die application config gepackt mit rewrite rule usw.
Okay so the string you see when the generation is complete ssh-key aaaaaa... you need that string
Yes I know
And that's in authorized keys file
But
This might help, I just don't really know what it means https://winscp.net/eng/docs/message_key_refused
WinSCP is a free SFTP, SCP, Amazon S3, WebDAV, and FTP client for Windows.
on your windows server, navigate to
C:\Users\%YourUsername%\ and create a directory ssh ( because windows dun like folders with a . in the begining of the folder name )
there you create the authorized_keys file ( no file extension ) and put that ssh-key string into it
now you need to edit your SSHD config and change the publickey folder path from .ssh/authorized_keys to ssh/authorized_keys.
If you did that, restart your OpenSSH server and open WinSCP, enter the connection details, leave password empty and under "Extended" -> SSH -> Authentication, select the file with your private key ( the .pkk file ) and now when you connect it should work fine
Wrong folder
?
In here C:\Users\Valdemar
I make a folder called "ssh" instead of ".ssh" ?
because rn it's called .ssh
if you were able to call it .ssh leave it at that
Where did you add the ssh-rsa xxxxx thing?
It ends with the ==
Doesn't matter
then yes, ssh-rsa ***
What file. Full path
You need to add it on your server...
Ach ja Windoof ist schon was feines 
I have...
No that's a local path
wait wait wait
oh wait wdym
ah, forget it. discord being silly when you do \.
You need to add the key in the authorized_keys file on the server
I only have one folder in the server though?
So?
Should I use an entire user for the server?
What?
Do you have any idea what you're doing?
Like do you know what you even want or are you just clicking buttons hoping that something "works" eventually?
I do, but I just thought I had to store the authorized keys file locally?
And not on the server
No?
Sounds like what i would do

So it would be best to setup a new user for the server folder?
What server folder?
?
Wut even is he doing if i may ask
Setting up FTP
For?
You need to put the ssh-rsa xxx part in the ~/.ssh/authorized_keys file on the server
~ being the home dir of the user you want the key to work for
SFTP = Shell File Transfer Protocol
FTP = File Transfer Protocol
FTPS = File Transfer Protocol Secure
- Works with SSH
- With a FTP Server
- With a FTP server and SSL
My brain rn:

But I have that? I want the user "Valdemar" to have access. Which is where the file is stored?
I know thats not caused by luckperms but what causes it? too less cpu? something with mysql database wrong?
The server is currently located on my desktop
!errors
Here's a page with some common storage system errors.
@cold elk ^
@drowsy quest So I make the ssh folder in the folder that's getting shared?
[Warning] Aborted connection 31176 to db: 'perms' user: 'perms' host: 'localhost' (Got an error reading communication packets)
in mysql conf. all databases the error.
that mean traffic was broken
?
OpenSSH is avaiable for Windows
It is
I also use it on my Public Windows Servers 😄
If you're running the SFTP server on Windows, I can't help you
rip...
Its basically the same as with linux, only with windows paths XD
No idea, would have to see for myself
Hey ValdemarF! Please don't tag helpful/staff members directly.
Sorry
Could you help?
Can you please explain this, is it not what I have done? I have the file in this path: "C:\Users\Valdemar.ssh"
If it's Windows, I'm out
It should be the same though
So if it was linux what did I do wrong
Don't really have the same steps for Linux vs Windows unfortunately.
Alright, this site explains it I think, but I can't make sense of it tbh https://winscp.net/eng/docs/message_key_refused
WinSCP is a free SFTP, SCP, Amazon S3, WebDAV, and FTP client for Windows.
I don't know a damn thing about Windows.
Probably file permissions. But hard to say exactly
Make sure to write the user name correctly
Permissions for then authorized keys file or what?
Look for the logs of the SFTP server
I enabled logging but it does not appear in the folder that it says
¯_(ツ)_/¯
oh found it
Want to see the logs?
Can I dm it though since idk if something in here would be dangerous to share
Try to look through them yourself
And if you need help post them here
I'm not your personal helper
I just had to uninstall Discord beta and install public ver oof
canary ftw
Was on Android
Hello
Helloooooooooo

Songoda emotes 
and?
im die today
this dns setting up fucked up 
is it possible to use a 1.16.4 forge server with bungeecord?
with spongeforge i'm sure you can?
it looked like it only worked up to 1.12.2

there are probably other solutions but i don't care for forge or any other type of modded MC 
I mostly just wanted to use Create lol
paperspigot is generally the best 
im generally a fabric user
You kbow, I just wondered if that also means that there is going to be a RHEL gor Raspberry Pi
That would be awesome
That way I wont have to switch to stream on my raspi
I don't think so, there was a fork of rhel for it but the support was dropped
is there an arm version of centos?
Yep
then yeah i feel like rhel should follow suit 🤔
I had a lot of troubles updating my pi to centos 8 tho, then 2 days later: "Yeah.. We gonna drop support for centos"
🥲
3 days of work 😓
was it that hard to install D;
i've only ever used raspbian on my pi so i guess i dont know the struggle of using a different os
Yes, because whenever I tried to use centos 8 directly it would just not work anymore after a reboot
ich bin jezt schon wieder so lang am arbeiten das ich halos sehe XD
Then I tried updating centos 7 to 8,but that also didn't work (because armfhp support has not yet been established)
irgendwie check ich das mit den proxys net
naja der host ist ne subdomain die mich aber trotzdem nach multicraft bringt
jetzt hab ich multicraft schon port 80 zu 8080 gemacht und halt die main domain als haupt eingestellt die mich aber auch zu multicraft bringt -.-
Then I found out that my pi technically also supports arm64v7, despite only having ine gig of ram, so I used that, updated to centos 8 and tada, it worked (despite some minor issues with the network at the beginning)
Du musst halt den reverse proxy von dem url rewrite module benutzen
Eh, just the 3b
Thought about getting the Pi4, but I gone with a Tiny PC with a x86 processor, works so much better and has so much more possibilities 😍
Screw everyone saying arm is the future, you guys are just idiots
hö das steht aber garnichts mit proxy XD
lots of people are hyping arm servers
Beim regel hinzufügen kannst du reverse proxy auswählen
which i think would be fun to see, but probably won't stick around long since that'd mean porting every application every company has to arm
101% cannot understand or support. Just because apple is doing it does not mean that its the future

i think the idea is nice but also not worth it right now
like arm is much more efficient per watt so from an environmental standpoint it'd be nice to switch
but unless companies show up with some massive improvements to the current lineups it's not gonna carry the server demand very far
I can already bet you, the gaming industry won't switch to arm
what about mobile gamers 😎
I think... I need to.. Yeah I deffinetly need to puke
xd
das ergibt doch mit einer IP gargeinen sinn oder 👀
i'm pretty excited about risk v though
i mean kp was da rein soll
Lets see lets see, but I don't see x86 leaving anytime within my lifetime
i feel like all it'd take is one big company dipping their toes into risk v for the general public
for it to start taking off
but yeah x86 is too mature to vanish

Oben, interne IP+port vom dienst
Unten, erste zeile wieder die interne Adresse und port, darunter die öffentliche web url
Quantum processors when?
also nicht die mit der leute z.b. in mc joinen?
decadessss
nein ich meine mit der ip
Du kannst nur das wevpanel dahinter legen
ist ja ne public
ich will einfach nur meine ganzen sachen die kack nummern mit ports los werden und sub domains haben XD
Oben fügst du die multicraft ip und port ein, unten das selbe unf ganz unten die öffentl8che url, Bsp: panel.example.com
I want my computer to real time decrypt encryption >:(
xd
i want my computer to be able to instantly give my fingers frostbite if i open it and touch something
I bet you, thats the first thing google is going to do with their wuantum computer
break encryption?
Break all encryption and read the entire internet in real-time
und die arr proxy wieder ausmachen?
i feel like they'd inevitably give people time to prepare for that before they can actually do anything
Well, AES-256 is like AES-128 to a quantum computer, so at least aes has some effect
😮
it's that slow to decrypt aes??
from what i read people were hyping them up to instantaneously break everything they came across
Nah, it cannot break aes that easily, but people are also looking for more advanced methods of encryption to outsmart quantum computers. Before they can actually use the quantum computer there is going to be an encryptuon method replacement
poor bitcoin 😢
Cloudflare for example has an actual true random number generator
Well if such a method is dropped, i am gonne switch out all encryption on my servers
German GDPR lawyers hate this trick 😎
Relatively, yes
coming soon to 2070: ASIQC for mining quantumDogeCoin
But cloudflares method of true random numbers is so fascinating and yet also so fucking funny
is it lava lamps ;3
Yes xD
i think i saw a youtube vid at some point walking through that
a freaking massive ultra high security room
guarding a few hundred lava lamps
Its so fucking funny to think about that cloudflare uses hundreds of lava lamps to generate random numbers Xd
And microsoft uses microphones, placed around the world
huh
I think they use a few hundred microphones, there is no way that the same sound combination occurs on all places at the same time
Another method I could rhibk of is lotsa live cameras
i think a live camera feed of some random thing is probably the most preferable way to get random numbers
because you can have anything you want be the source of the randomness
and standardize it into an X by X image
Imagine apple having some employe sitting down and just rhinking of random numbers all day Xd
5
2
3
0
1
👀
being paid to play on his computer while they collect his mouse movements
And then that one werid number you randomly think of 547.825.163.526
That is such a great idea xD
XD
hello rainbow 
oh god

I would take that job, as long as I can pay my basic bills with it xD
i think if companies were smart they'd just add that on as part of your regular job
"opt in to this mouse monitor -> random number generator tool for 3 extra vacation days!1!"
Would deffinetly do that
And then use vim or only co trol your computer with the keyboard xD
Haha xD
When its sleepy time but you can't sleep so you try to stay awake till the next time it is a good time to sleep
that's when you convince yourself that you're never going to go back to sleep and end up staying awake all night
only to fall asleep at 2 pm the next day
Or.. Or.. You are suddenly so tired and tell yourself "just one hour" and then you close your eyes and boom 8pm
I need good things to try with my pi :(
I thought about maybe making a code server on my pi
like a git repo?
Stay awake with me and watch wome star trek enterprise with me :D
Nah, I mean VSCode in a browser
oo
nono i'm gonna force myself to sleep at a good time for the next few days
i can't have myself all over the place once classes start
but maybe tomorrow :3
Google these two things, they are seperate things but essentially the same:
"Eclipse Theia"
"Code-Server"
Eclipse made so much browser based editors, but Theia is the best since it essentialls is vscode xD
ooh a cloud IDE?
Yep
that's actually super fancy
Other cloud ides:
Gitpod
Eclipse Che
Eclipse Orion
Gitpod even has a gitlab integration
are there any made by jetbrains
yeah that seems really convenient
But technically you could still achieve that with a rdp web app
like those that stream the desktop screen to you
nerds .
Kinda, only that Microsoft made it possible to open rdp within a browser. Just dont know how exactly that works, would need to figure that out
hmmm i feel like which one you'd want would vary depending on your usecase
rdp is nice if you don't want your client to do the work
Yes I am a nerd, I develop, watch Star Trek and Stargate and Star Wars, have a ton of PCs, server machines at home, own a few legit Windows Server licences etc
but rdp also means the host is gonna have to carry a lot more weight
True
but any cloud ides are the opposite, i imagine they can probably make the client carry the majority of the powa needed for whatever they're doing
so for you at least i dont think streaming intellij off your pi would cut it
xd
😮 what do you use
Mainly, php, Lua and JS. I also use eome others but not quiet as often
ooo
Oh yeah and SQL if you count that
and html then too 😉
Obviously, it is the supperuor programming language
TrumpScript
oho
Actual programming language
typescript for conservatives
Just look at it, it basically is a trump speech
Goodnight
Hello
olleh
Servus
deb ot og @steady tangle
I am in bed
peels ot og
Nop
Sleeeeeep
Why is x not working?
Can you be more specific?
I try to use X but it is not working
Every second error report xD
Specific = same sentence but 2 more words 🤡
Exactly
And then if you tell them exactly what information they need to provide, either one of two cases happen:
- Can I DM you, because I don't want others to see it
- Providing conpletely unrelated information that you didn't ask for
Can you send in your server logs?
Sure, here is a picture of my cat
Or the 3rd where they demand to call you and screenshare

Cause taking a screenshot is too difficult
Don't give me a !readthedocs, I enjoy wasting my and your time
Don't give me a !literallytheinfoyouneedbutyouwannabespoonfedlikeababy
Are there any errors on startup?
Yes, my birthday is at the 4th of July
Here's my mother's maiden name
!spoon when?
Sorry! I do not understand the command !spoon
Type !help for a list of commands.
Bet
"Our staff is not here to feed you every detail of information, we expect you to to the least and read the links they send you carefully and not just repeat" I zried that but it did not work" despite you not even having opened the url once"
"give a server owner a command and they work for a day. Teach them to read and they work forever"
Yis
"and there shall be light, so every single mfer can read what the LP staff team sends them - God" xD
Sorry! I do not understand the command !clippy
Type !help for a list of commands.
!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!bungeecheck
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!cookbook
!default
!downloads
!editor
!editorsafety
!errors
!essentials
!extensions
!extracontexts
!faq
!formatting
!helpchat
!inheritance
!install
!libsdir
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!testingperms
!tracks
!translations
!upgrade
!usage
!userinfo
!verbose
!weight
!whyluckperms
!wiki
Where's clippys github page
Thank
Dangit
Url is wrong uwu
It no work











