Christian Stadelmann
Christian Stadelmann
@hunatae : No. The issue you are running into is caused by the fact that you ran `make` as root. Please never ever do that. You might have broken your...
> i'm running live with persistence I don't know what that should be. > how and where would i run the commands from readme.md? In a terminal, as ordinary user,...
I guess running make as root f***ed up your filesystem. Try removing the `Netgear-A6210` folder and start over (see `README.md` for a guide how to start). `make` really should not...
From the two lines of code you quoted (use Code syntax, if you want anyone to read it, please), there is nothing that indicates a write operation to that folder....
@hunatae : The maintainer of this repository is @jurobystricky, but I haven't heard from him in a while. If you have technical questions, you should post them here. If there...
> it's just that you're not giving any answers, rather saying i'm posting wrong and i broke my linux. Hey, I'm trying. And I'm mostly out of ideas. And yes,...
Again, please use code blocks for readability. This is the least you could do. Your dpkg sources configuration is broken. Instead of `http://http.kali.org/kali/pool/main[…]` it should be `https://http.kali.org/pool/main[…]`, i.e. without `kali/`...
> this is a fresh install of linux.... It may have been, about 2 years ago. > anyways, what you just said was it's trying to fetch from an older...
> also, when you ask for code blocks, what does that mean? Click on the link below the comment field, "Styling with Markdown is supported", which documents how the website...
@austynwolfe: Try having a look in the syslog using `dmesg` and `journalctl -b`. In case you want to upload them, please upload them into a [gist](https://gist.github.com/), because they are quite...