hi, maybe someone can help me... i basically migrated someones laptop (Fujitsu Esprimo Mobile D9510) from windows xp to linux, everything is working fine and he has little pro...
i tried using the cmd module from the stdlib as simple configurable shell, but it somehow doesn't always use the stream i give it... the commands and the 'default' function so...
if i have an old project from someone who licensed it under GNU GPL 2 & 3 and want to extend and port it. can i use Qt with it, wich is using LGPL? i think yes... but i want t...
hey do you guys know if it is possible to share content between different libreoffice documents, like drawings inside a Draw document and a normal Writer document? it would be...
so... i had a question... i made a small ssh server with paramiko and have no problem with that, but i want to simulate some quirks of a bunch of devices for testing and need ...
wait... why do we even programm computers? aren't we just constantly telling them what to do? that's rasist! computers should have the right to not follow commands!
what options are there to pretty much install many similar linux computers (physical, not vm/container) without doing all manually? like some sort of script which is in the is...
i didn't choose to work with ubuntu, but which should i use? Upstart, systemd or SysVinit/System V Init? i read, that upstart is getting replaced and i heared, that many also...
might seem like a stupid question, but is qt creator a good choice for developing with qt? why is qt (and qt creator) partly proprietary and do i have to regard something whe...
i need a small amqp client with low memory footprint... how does it not affect me if the c++ dependencies take of double or more the ram than the same small c client?!?!
wtf? now i added set -g pane-border-format "#{pane_index} #{pane_current_command}" to the ~/.tmux.conf and when i just create a window (prefix+c) i still have the anoying long...
i think you have to create two folders for each user in order to set the permissions it would atleast be the simplest way i see no point in having one folder used by both user...
do you want nudes of yourself in the internet? nude pictures which will never be forgotten, never deleted? pictures for which you might get bullied and rejected by your social...
hi my computer/laptop has some problem when i wake it from suspend and a particular mouse is plugged in... it basically doesn't start... i'using fedora... how could i check/in...
what about camel_Case_Underscore?
this maybe @machiavelee ? def is_prime(num): if num > 1: return False for i in range(2, num): if num % i == 0 and not num == i: return Fals...
how does one choose a open source licence? is ist mostly personal preferences or how do most devs/projects choose their licence?
like everything?
if list[0:len(header)] == header: return True return False or return list[0:len(header)] == header which is better? or is there an even better way?
can bitwarden be trusted if i don't host my own server?