Windows 11 – Zugriff auf SAMBA-Freigaben erlauben
Set-SmbClientConfiguration -RequireSecuritySignature $falseSet-SmbClientConfiguration -EnableInsecureGuestLogons $true -Force
Windows 11 – Zugriff auf SAMBA-Freigaben erlauben Weiterlesen »
Nerdzeug, Computer, Technik, Rocket Science
Set-SmbClientConfiguration -RequireSecuritySignature $falseSet-SmbClientConfiguration -EnableInsecureGuestLogons $true -Force
Windows 11 – Zugriff auf SAMBA-Freigaben erlauben Weiterlesen »
Here are the relevant hints: Installing Windows 10 on iMac 2011 and Fixing No Audio Issue: https://youtu.be/6foOrPapEFg Link to gpt disk / gdisk: https://sourceforge.net/projects/gptfdisk/ Fix MacBook Pro 2011 Windows 10 64 Bit No Sound: https://youtu.be/LbmLVOUpVOA Used forum article: https://egpu.io/forums/pc-setup/fix-dsdt-override-to-correct-error-12/ Bonus Info: If you want to always enter the bootmenu, set sudo nvram manufacturing-enter-picker=true Bonus Info:
Installing Windows 10 / BootCamp on A1312 / Mid-2011 iMac Weiterlesen »
edit /etc/Upower/Upowerc.conf and set UsePercentageForPolicy=truePercentageLow=20PercentageCritical=8PercentageAction=5CriticalPowerAction=Hibernate Now, restart the upower systemd unit: systemctl restart upower
Ubuntu 22.04: hibernate laptop on critically low battery level Weiterlesen »
gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-battery-timeout 0 gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0 gsettings set org.gnome.desktop.screensaver idle-activation-enabled false gsettings set org.gnome.settings-daemon.plugins.power idle-brightness 100
my crontab: # start recording on boot @reboot sleep 10; /usr/local/bin/startrecord.sh &> /dev/null # restart every 10 minutes to create a new file */10 * * * * killall ffmpeg ; sleep 5 ; /usr/local/bin/startrecord.sh &> /dev/null # purge old recordings 0 */6 * * * find /data/office-kamera -type f -mtime +12 -delete /usr/local/bin/startrecord.sh #!/bin/bash
We have a 4 core Intel i3 machine running ubuntu set up in our office, responsible for two jobs: recording 5 security cameras to disk (ffmpeg) being a general purpose fileserver. The machine has a single, 3TB SATA disk and no RAID. The data on the machine doesn’t matter, and doesn’t need to be 100%
Reducing SAMBA Server / smbd load when transferring large files Weiterlesen »
There is no .deb package in the github Project, and generally all .deb packages for Synergy are quite old, so i rolled my own. Download it here:
synergy 1.11.1 Package for Ubunu 20.04 „Focal Fossa“ Weiterlesen »
schtasks /create /tn „reboot for updates“ /tr „shutdown /r /t 0“ /sc once /st 21:59:00 /sd 21.02.2020 /ru „System“ …oder ohne Angabe des Tages, einfach „heute“: schtasks /create /tn „reboot for updates“ /tr „shutdown /r /t 0“ /sc once /st 21:59:00 /ru „System“
Windows Server 2019: Einmaligen Neustart planen Weiterlesen »
If you ever find yourself confronted with a Plesk system that is running out of disk space, and you just want to get rid off all the misconfigured „keep forever“ backups, here’s how to remove them all from the command line: # remove all stored backups/usr/local/psa/admin/bin/pmm-ras –get-dump-list | egrep „name=\“.*.xml“ | awk -F ‚“‚ ‚{
First, boot a Windows 10 or Windows Server 2019 rescue CD and enter the command prompt. Step 1a: If you have the 128MB + 100MB partitions and they are broken for some reason diskpart list disk select disk list part # visually check you are about # to do the right thing select part 1
Windows 10/11: Creating boot partitions from scratch Weiterlesen »
My Xiaomi Robot (V1) just sporadically shut down after around 20 Minutes of cleaning, stating „Error 14“. I looked it up, and Error 14 stands for battery malfunction. Since i own a lot of 18650 battery packs I’m able to build my own battery from old laptop battery 18650s, so I decided to upload the
Xiaomi Robot Vacuum 4S2P DIY Battery Pack Repair Weiterlesen »
It took about 6 months of work, and it’s done: gentoo/octane 1.0 has been released. Grab your copy here: gentoo-octane-v1.0-by-rephlex.tar.xz It’s basically a complete tarball of the system. So: attach scsi disk to any machine or netboot the octane using root=/dev/nfs nfsroot=a.b.c.d/path/to/filesystem (if you’re a tough guy) prepare the octanes local disks add tarball set
gentoo/octane – A modern GNU/Linux system for the SGI Octane Workstation Weiterlesen »
Yesterday I encountered a customers iMac which ran crazy hot on the backside. Macs Fan Control indicated that the PSU was running on 70°C and more, and something made a buzzing sound (like a wire dangling inside a fan, which was not the case). So I decided to set up the fans manually, the Mac