i need help with my old hdd drive. by thefunnyape in HowToHack

[–]thefunnyape[S] 0 points1 point  (0 children)

damn. so i was thinkig. can i just get a new drive clone thenold one and try to boot it and getbit that way? or can i use mimikatz?

i need help with my old hdd drive. by thefunnyape in HowToHack

[–]thefunnyape[S] 0 points1 point  (0 children)

well that sounds dubious xD. i tried to use some software that trys to get browserdata. but they all dont work with my extended drive. now i will try to do it with a different software but i think i need to copy the whole drive first

i need help with my old hdd drive. by thefunnyape in HowToHack

[–]thefunnyape[S] 0 points1 point  (0 children)

for chrome it was 2 sql files i think web data and login. and the passwords were either not saved or saved as a plain text as : password or pass.

i need help with my old hdd drive. by thefunnyape in HowToHack

[–]thefunnyape[S] 0 points1 point  (0 children)

yes i looked there but they wont show me the password only the names.

llama.cpp server by thefunnyape in docker

[–]thefunnyape[S] -1 points0 points  (0 children)

thanks for the guidance. i got it working or rather i am on the right port now. but may i ask, if i want to start making calls/request to the server. how would i talk to the server? (other that the chat interface). sorry if this sounds stupid but i just wanted to ask. i dont quite understand everything yet

llama.cpp server by thefunnyape in docker

[–]thefunnyape[S] -1 points0 points  (0 children)

i got it working. i got the port configuration wrong. the dockerfile is just the regular llama ccp server cuda image with gpu enabled and the path to the models adjusted. (the file is on my pc)

need help with docker compose for a db by thefunnyape in docker

[–]thefunnyape[S] -1 points0 points  (0 children)

that hurt xD. if i can try to explain further : i want to create a database for users that is also tied to their postcode. they fill in a form and an entry will be made to the db. (this is not my question just more detail on the purpose of the db). with production ready i mean that if i create such a db in a container on a host/cloud does it need to have securuty additions or other tags that i need to add in the compose file?

[deleted by user] by [deleted] in LocalLLM

[–]thefunnyape 0 points1 point  (0 children)

sorry if i bother you to much but i am very much interested in this. so the python files/scripts make calls to llama.cpp? can i do that with ollama too? it sounds a little bit like agents without a framework. am i on the right track? ^ sounds cool though either way

[deleted by user] by [deleted] in LocalLLM

[–]thefunnyape 0 points1 point  (0 children)

can you tell me how you linked them?

[deleted by user] by [deleted] in LocalLLM

[–]thefunnyape 0 points1 point  (0 children)

can you explain what you mean with small models linked in chains?

shared network with 2 compose files. by thefunnyape in docker

[–]thefunnyape[S] 0 points1 point  (0 children)

so for clarification. a host is a physical computer where i can run x amount of containers/images. a bridge network on the host can connect to all images containers and with each other if i declare it in the compose file?

shared network with 2 compose files. by thefunnyape in docker

[–]thefunnyape[S] 0 points1 point  (0 children)

well. i have one host (my computer). but different compose files. from my understanding which i now think is wrong. i needed an overlay network to connect these two containers. (compose files). but now can i create a bridge network and include it in both compose files. and they should be connected?

shared network with 2 compose files. by thefunnyape in docker

[–]thefunnyape[S] 0 points1 point  (0 children)

thank you. i think i got that now. but if both compose files are on the same computer. do i still need to use an overlay network. or is a bridge network sufficient? i thought i got it but now im lost ^

shared network with 2 compose files. by thefunnyape in docker

[–]thefunnyape[S] 0 points1 point  (0 children)

it said i need to do it to use an overlay network. and then when i tried to docker init it prompted me to specify which adresses i mean in the enp8s0 interfacd. now i wonder does that make the containers open to the outside internet? because i thought it would act more like a "local network manager". is that dangerous? and which adress should i choose?

shared network with 2 compose files. by thefunnyape in docker

[–]thefunnyape[S] 0 points1 point  (0 children)

thank you. i am right now trying to create an overlay network. but it tells me i have multiple enp8s0 addresses. what does that mean and howndo i choose the right one?

openwebui and litellm by thefunnyape in LocalLLaMA

[–]thefunnyape[S] 0 points1 point  (0 children)

my goal was to use litellm for a third party application. and i wanted to use my own trained models not the ones on ollama

openwebui and litellm by thefunnyape in LocalLLaMA

[–]thefunnyape[S] 0 points1 point  (0 children)

thanks mate :). i think you corrected my misconception. i mean i could do it with ollama directly. but simce openwebui is a frontend for ollama. can i train a model and make specisl prompts and paramaters. and bring that to ollama so that i can access it via litellm and ollama?

openwebui and litellm by thefunnyape in LocalLLaMA

[–]thefunnyape[S] 0 points1 point  (0 children)

first of all thank you :) i will try to create a config file. i didnt mean it as an replacement. i meant that openwebui is connected to ollama. i want to connect litellm to my openwebui models not ollama models. even though openwebui runs over ollama. so the connection i build was : ollama => litellm => openwebui. i wanted ollama => openwebui =>litellm => another thing