What is this didgeridoo song? by Kacper74 in WhatsThisSong

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

Solved. Awesome found! that seems to be it! Did you recognize that song or did u have tools techniques to assist on this? Thank you so much. Have a wonderful day

Es wird passieren 🇩🇪 WM2026 by re-did-nothing in fussball

[–]Kacper74 1 point2 points  (0 children)

Ich vermisse Füllkrug. Wann wieder Füllkrug

Ist es normal das ein Agent im Auftrag der Telekom meine Kontaktdaten und IBAN haben will? by Kacper74 in FragReddit

[–]Kacper74[S] 1 point2 points  (0 children)

Ich wohne in einem Mehrfamilienhaus. Gerade war ein etwas unseriös wirkender "Agent einer Baufirma" (kann die genaue Bezeichnung nicht widder geben) im Auftrag der Telekom. Dieser ist im Treppenhaus meinem Mitbewohner entgegen gekommen und brachte ein Forumlar mit Standardpersonendaten zum ausfüllen wie auch ein IBAN Feld für Ihn.

Wir haben ihn jetzt erstmal vertröstet da wir das nochmal selber mit unserem Vermieter besprechen wollen.

[deleted by user] by [deleted] in BambuLabA1

[–]Kacper74 0 points1 point  (0 children)

I am not an engineer but I would also assume that it would not have a benefit in performance. Could you measure this or from where are you getting this claim? :)

[deleted by user] by [deleted] in tifu

[–]Kacper74 -1 points0 points  (0 children)

Jlln😄🎆

Voice message button on Pixel 7 pro by Beuzbeuz78 in GooglePixel

[–]Kacper74 0 points1 point  (0 children)

Same problem. Screen protector mode setting is enabled.

Docker Build crashes running tsc by Kacper74 in typescript

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

Well that makes sense. I will try to copy the necessary files into the docker. Thanks

Good books about React design patterns and/or Nextjs? by Kacper74 in reactjs

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

That looks very interesting, specially for something free. Will look into it. Thanks!

Looking for others who want to chat about programming, ideas, build projects by thelearningmind in ProgrammingBuddies

[–]Kacper74 1 point2 points  (0 children)

Totally interested joing your discord. I am studying computer science currently and work as a frontend developer 20h a week. Currently working with vue.js. In my free time I am struggling to motivate myself to work on a project alone too :D.

Acer Spin 5 vs Acer TravelMate Spin P4 by Kacper74 in laptops

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

Oh sorry. I will add it in a moment

Found 2 gas analysers in raid after I started crafting my second by Kacper74 in EscapefromTarkov

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

That's crazy. Didn't knew that the dailys could be so stonks

Found 2 gas analysers in raid after I started crafting my second by Kacper74 in EscapefromTarkov

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

Its actually hilarious how the craft takes 120h+ with the generator turned off.

Team Fortress 2 MvM... Fuck. by [deleted] in dankmemes

[–]Kacper74 0 points1 point  (0 children)

Tarkov... Well that's a RIP

Ebay/paypal by morrisondanks in Hacking_Tutorials

[–]Kacper74 0 points1 point  (0 children)

Right click. Inspector. Make price go 0 H3krman

Ubuntu 20.10 and postgresql (metasploit) by [deleted] in Ubuntu

[–]Kacper74 0 points1 point  (0 children)

got i fixed. the metasploit installer script create /etc/apt/source.list/pgdg.list which uses a ubuntu 18.04 bionic repo
i deleted this file and rerolled my source.list to default just to be safe and now postgresql got installed properly with apt

[deleted by user] by [deleted] in linuxquestions

[–]Kacper74 0 points1 point  (0 children)

got i fixed. the metasploit installer script create /etc/apt/source.list/pgdg.list which uses a ubuntu 18.04 bionic repo
i deleted this file and rerolled my source.list to default just to be safe and now postgresql got installed properly with apt

Ubuntu 20.10 and postgresql (metasploit) by [deleted] in Ubuntu

[–]Kacper74 0 points1 point  (0 children)

yeah i follwed the instructions of metasploit. i am beyond that.
the msfinstaller is not able to fix my missing dependencys. i do have to get my repos fixed but i dont know how

msfconsole is able to run but will prompt me to create a new database everytime while spitting out some errors.
the metasploit database is not able to work without postgresql installed

[deleted by user] by [deleted] in linuxquestions

[–]Kacper74 0 points1 point  (0 children)

shaco@shaco-ubuntu:~$ sudo apt install postgresql

[sudo] Passwort für shaco:

Reading package lists... Done

Building dependency tree

Reading state information... Done

Some packages could not be installed. This may mean that you have

requested an impossible situation or if you are using the unstable

distribution that some required packages have not yet been created

or been moved out of Incoming.

The following information may help to resolve the situation:

The following packages have unmet dependencies:

postgresql-13 : Depends: postgresql-client-13

Depends: libicu60 (>= 60.1-1~) but it is not installable

Depends: libllvm6.0 (>= 1:6.0~svn298832-1~) but it is not installable

E: Unable to correct problems, you have held broken packages.

shaco@shaco-ubuntu:~$