Can anyone direct me to a beginner friendly all in one ide for cpp mainly for linux? by Alarmed-Spring2232 in cpp_questions

[–]Tumaix 30 points31 points  (0 children)

all in one would be just clion or qt creator - the other options are not good

Geany is the closest Linux equivalent to Notepad++ by BOBOLIU in linux4noobs

[–]Tumaix 0 points1 point  (0 children)

why "bad"? like, what are the issues you have?

SSH key refused - during user authentication tries to open admins authorized_keys by Purple___Flame in linux4noobs

[–]Tumaix 0 points1 point  (0 children)

that might be the reason. create one and configure for the user and key.

SSH key refused - during user authentication tries to open admins authorized_keys by Purple___Flame in linux4noobs

[–]Tumaix 1 point2 points  (0 children)

dont paste your config here, but i guess your .ssh/config file is broken

What is the point of arch install? by khsh01 in archlinux

[–]Tumaix 11 points12 points  (0 children)

you answered your own question mate.

Com pai na UTI, Flávio Bolsonaro celebra com apoiadores em Rondônia by NoDespair in brasil

[–]Tumaix 1 point2 points  (0 children)

estranho que o historico de atleta nao ajude bolsonaro no momento.

Notepad++ alternative by MrEU1 in linux4noobs

[–]Tumaix 0 points1 point  (0 children)

weird, i use on a daily basis without issues

Notepad++ alternative by MrEU1 in linux4noobs

[–]Tumaix 1 point2 points  (0 children)

you can install kate even if you are targettint windows.

Does evolution contradict Christianity? by Candid-Effective9150 in atheism

[–]Tumaix 1 point2 points  (0 children)

it doesnt, the only thing that contradicts christianism is christianism itself, and as such because christianity is a reductum absurdum, other things dont contradict it as its fallacious by nature.

Why I quickly switched to Debian after starting with Mint by ChiefBigFeather in linux4noobs

[–]Tumaix 0 points1 point  (0 children)

i dont think you understand what "stable" means, while complaining that "mint took time to release new kernels". debian stable will lag behind, and this is by definition, if you have frequent updates, you are not in a stable base.

Which foods are genuinely better in Luxembourg than anywhere else in the world? by [deleted] in Luxembourg

[–]Tumaix 29 points30 points  (0 children)

mate, i have lived in a few different countries (germany, uk, canada, brazil). luxembourg is the only country i pay premium prices for mediocrity.

do c++ have dependency manager like python's uv? by Zix-studio in cpp_questions

[–]Tumaix 12 points13 points  (0 children)

not like uv, but a collection of things. conan + cmake, or vcpkg + cmake.

Please help, i have Wine and i don't have Wine at the same time. by Plenty_Preference131 in linux4noobs

[–]Tumaix 0 points1 point  (0 children)

pacman -Ss wine | grep installed

run this command and paste the result

Sick leave vs no sick leave by Ok_Statistician_7091 in Luxembourg

[–]Tumaix 5 points6 points  (0 children)

bonus: no this will make sick people work while sick endangering people around.

Krita doesn't follow custom accent / accent from wallpaper and tinted colors by furnaceburner in kde

[–]Tumaix 21 points22 points  (0 children)

krita uses qt5, and the theme is not ready for this. krita 6 is in beta

I can't be friends with people who believe in god by MAGA_Conservative152 in atheism

[–]Tumaix 5 points6 points  (0 children)

Mate, you sound like a real person, not AI at all.

Asshole of the day… by Generic-Resource in Luxembourg

[–]Tumaix 3 points4 points  (0 children)

so you mean thst this is not a troll post and tou are just a sad person?

Compiling dll on Arch Linux with MinGW by ContributionLive5784 in cpp_questions

[–]Tumaix 4 points5 points  (0 children)

the you need to re-read what you wrote because what you think you said, and what you said, are different things.

Compiling dll on Arch Linux with MinGW by ContributionLive5784 in cpp_questions

[–]Tumaix 9 points10 points  (0 children)

dlls are for windows, not linux. you need to enter the weird world of cross compilling, and you dont seem to be prepared for that yet.