Den Usernamen kann man hier herausfinden (sofern einer bereits erstellt oder ausgewählt wurde).
Computer
DynDNS mit OVH / Eigener Domäne
Einen eigenen dynDNS Dienst zu betreiben ist nicht kompliziert. Es reicht eine Domäne bei einem Provider (OVH z.B.) und eine Linux Kiste (sollte aber auch mit Windows gehen).
Zuerst wird seitens Provider die Subdomain und der dynHOST Identifier eingerichtet.
Korrekte Domäne auswählen. Shared Hosting -> Domain & DNS -> DNS Zone
NAS4Free – SabNZBd im Jail
Jail erstellen (mit The Brig)
|
1 2 3 4 5 6 |
mkdir /mnt/Data/Download mkdir /mnt/Data/Download/Backup mkdir /mnt/Data/Download/Complete mkdir /mnt/Data/Download/Conf mkdir /mnt/Data/Download/Incomplete mkdir /mnt/Data/Download/Scripts |
Security
http://threema.ch/de/
DIY Seiten
www.ifixit.com
www.murks-nein-danke.de
www.offene-werkstaetten.org
repaircafe.nl
Empty all recycle bins
- For Windows 7 or Server 2008 run this command from the command prompt:
rd /s c:$Recycle.Bin
- For Windows XP or Server 2003 run this command from the command prompt:
rd /s c:recycler
Usefull Batchfile:
|
1 2 3 4 5 6 |
@echo off rd /s /q C:$Recycle.bin rd /s /q D:$Recycle.bin rd /s /q E:$Recycle.bin rd /s /q F:$Recycle.bin rd /s /q G:$Recycle.bin |
|
1 2 3 |
echo Thanks Job done echo press any key to exit pause |
|
1 |
rem No pipe necessary the /q parameter (quiet) |
|
1 |
— |
|
1 |
RD command |
|
1 2 3 4 5 |
Delete folder(s) Syntax RD pathname RD /S pathname RD /S /Q pathname |
|
1 2 3 4 |
Key /S : Delete all files and subfolders in addition to the folder itself. Use this to remove an entire folder tree. |
|
1 |
/Q : Quiet – do not display YN confirmation |


