• 2 Posts
  • 269 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle
  • Kein scheiß, bin mir manchmal ned sicher ob ich mich über zu viele meetings beschweren soll ^^

    Auch wenn ich darin immer fast einpenn sind sie in Flaute-Zeiten ein kleiner rettungsschirm auf den man wenigstens irgendwas buchen kann und bei bedarf nach aufgaben betteln kann, damit man was zum buchen hat.


  • Juuppp, genau das gleiche feeling hatte ich auch immer.

    Komplett banane, 40h produktiv zu sein.

    An guten tagen ist ein mensch nach 6h konzentration komplettt erschöpft und liefert ab da im prinzip gülle ab.

    Wenn ich von morgens bis abends versuchen würd so durchzuballern würd ich innerhalb zwei monate mim burnout aussteigen müssen.

    Das schlimmste isses, wenn die firma sowieso nur intern arbeitet. Also interne IT oder so.

    Also komplett ohne nutzen den scheiß zu tracken. Wird ja eh niemandem in rechnung gestellt.

    Boaaahhh ich reg mich schon wieder drüber auf ^^


  • Boyyy zeiten buchen… und dann auchnoch in SAP. Mein Beileid. Ich kenne den schmerz.

    Müsst ihr auch inaktive Zeiten buchen?

    Also Bürozeit/Hotlinebereitschaft/AndereKreativeBeschreibungenFürFlaute ?

    In der letzten bude mussten wir das. Kam einem vor als ob sie einem damit ein schlechtes gewissen machen wollten.

    Argumentiert haben sie es mit “das ist die gesetzlich erzwungene arbeitszeiterfassung. Wir haben ja keine stechuhr, anders gehts also nicht”

    So ein bullshit gewesen.



  • Try

    • scenenzbs(dot)com
    • or
    • drunkenslug

    (First one is better.) To get .nzb files. Then use a Usenet Access Provider. Those save all files shared via usenet over a predefined time period. – though some archive different usenet publications than others. Simply differs by what servers they connect to afaik.

    Not entirely sure on the architectural work here but thats the best you’ll get from me in a minuite.

    Search for diffetent providers. Check the link for them. Maybe the available payment methods might be worth a look.

    Eweka supports paypal i think, but not sure on this one.

    For automation you will need an api access to the sites from the bulletpoints above – the free access gives very limited access via api. Which is why automation tools fail on a free account to automatically download new episodes .nzb files from them.








  • Currently I simply dont.

    On Xenn you should be capable with the correct drivers to put a couple of virtual GPU Profiles on your VMs to use.

    On Hyper-V there is a command out there, but I don’t know if its a dedicated access or if you are capable of sharing it across multiple instances.

    On Proxmox though? Not sure but i think it was possible to forward it to a VM but thats all. Just dedicated acces afaik.



  • Just for the sake of testing maybe try it with a oneliner:

    sudo mount -t cifs -o user=testuser,domain=testdomain //192.168.1.100/share /mnt

    Either way using the logs is the best way to check for discepancies. Also check in on the logs on the fileserver. Though idk what to advice to trace the logon stuff and trace whats making it fail.

    Just for the case that you dont know where to look in windows: eventviewer is the place to go. Which predifined filter though - simply google that.

    Wishing ya the best of luck mate!



  • Wild. Ich hätte jetz irgendwie erwartet dass der typ asozial viel verdient…

    Bei 90 Tagessätzen bist du bei: 18000€ ÷ 90 Tage = 200€ pro Tag, die er Brutto verdient.

    Auf 8h: 200€ ÷ 8h = 25€ Stundenlohn brutto

    Auf ein 40h monatsgehalt hochgerechnet mit dem teil von nettolohn(dot)de komm ich auf: 4.333,33 € Monatsvergütung bei einer 40h Arbeitswoche.

    Versteht mich nicht falsch, das ist jetz nicht nichts, aber weeiiit unter dem was ich angenommen hätte.

    Bei so einem Gehalt schallert so ne 18.000€ Strafzahlung schon ganzschön heftig ins bankkonto.

    Disclaimer: ich hab keine ahnung was für menschenverachtende/hetzerische sachen det typ geäußert hat. Hab nur die zahlen bisher durchgerechnet. Soweit hört sich das nach ner Strafe an, die Ordentlich sitzen wird.




  • In FSTAB:

    //192.168.188.52/media /home/shareuser/shared/ cifs vers=3.0,credentials=/home/shareuser/.smbcred,uid=1000,gid=1000,iocharset=utf8 0 0
    

    In .smbcred are the credentials. The content of the file:

    username=shareuser
    password=shicjwvfiak                        domain=192.168.188.52
    

    Should work.

    Instead of the IP put the FQDN of your Share holding Server and make sure DNS is properly working.