Benutzer-Werkzeuge

Webseiten-Werkzeuge


diverses:fabian:start

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
diverses:fabian:start [2017-09-06 23:32] blast0rdiverses:fabian:start [2023-05-07 20:41] (aktuell) – [Fabians Handys ;-D] blast0r
Zeile 1: Zeile 1:
 ====== Fabians persönliche unordentliche Sammlung von Dingen ====== ====== Fabians persönliche unordentliche Sammlung von Dingen ======
  
 +===== Synology DSM6 enable ssh for non admin =====
 +Zitat aus: [[https://blog.emeidi.com/2017/11/25/normalen-benutzern-den-ssh-login-auf-synology-diskstations-erlauben/]] \\
 +<code>
 +sudo nano /volume1/homes/admin/enable-ssh-logins.sh
  
-Videos, die ich nicht mehr verlieren möchte+#/bin/bash 
 +/usr/bin/awk -i inplace -F: 'BEGIN{OFS=":"}/^dagobert\:/{gsub(/.*/,"/bin/sh",$7)}1' /etc/passwd 
 +exit 0 
 + 
 +</code> 
 + 
 +und dann über die Einstellungen->Aufgabenplaner-> neueAufgabe-> USer-Defined-Script die regelmässige ausführung einstellen 
 + 
 +===== Videos, die ich nicht mehr verlieren möchte =====
  
   * Vera F. Birkenbihl - Humor in Unserem Leben: https://youtu.be/luk8x1szxrE   * Vera F. Birkenbihl - Humor in Unserem Leben: https://youtu.be/luk8x1szxrE
Zeile 14: Zeile 26:
  
 Red (and blue in link) Circuit: https://www.reddit.com/r/factorio/comments/4tp1xy/simple_easily_expanded_red_circuit_production/ Red (and blue in link) Circuit: https://www.reddit.com/r/factorio/comments/4tp1xy/simple_easily_expanded_red_circuit_production/
 +
 +Circuit cook book: https://wiki.factorio.com/Tutorial:Circuit-network_Cookbook
 +
 +==== 0.17.66 ====
 +
 +  * science: https://factorioprints.com/view/-LZqEY3DcOLBx_kiyjim
 +  * Circuits? : https://factorioprints.com/view/-LZmLX4HKlNGfXI61od-
 +  * All The Inserters: https://factorioprints.com/view/-K_Me61B1oQ_Dmjbde9B
 +  * All the Belts: https://factorioprints.com/view/-KYpTULTDIvDOsJfgjeS
 +
 +===== VirtualBox =====
 +==== Problem mit Hyper-V ====
 +Virtualbox zeigt mir leider nur 32-bit OSes an. das liegt wohl daran, dass unter Windows "Hyper-V" aktiviert ist.
 +**Docker hat das Aktiviert und benötigt es selbst... also entweder virtualBox oder Docker!!**
 +Hier hab ich eine möglichkeit gefunden, das abzustellen: 
 +https://forums.virtualbox.org/viewtopic.php?f=6&t=41258#p236620
 +
 +<Zitat> 
 +You can disable Hyper-V without deinstalling it. Start a command prompt with administrator rights and execute the following command:
 +
 +  bcdedit /set hypervisorlaunchtype off
 +
 +Reboot windows. Hyper-V is disabled now. If you want to enable it, then run this command:
 +
 +  bcdedit /set hypervisorlaunchtype auto
 +
 +and reboot again.
 +
 +This solution still needs a reboot, but you don't mess up your registry and don't lose configuration settings.
 +
 +I think this issue will become a topic because Windows 8 Pro edition provides the Hyper-V feature.
 +
 +Best regards
 +Björn
 +</zitat>
 +
 +==== Fabians Handys ;-D ====
 +
 +  * Motorolla M3888??
 +  * Siemens C45i
 +  * Siemens ST55
 +  * Samsung SGH-U700
 +  * T-Mobile MDA Vario bzw HTC touch pro Diamond?
 +  * Apple iPhone 3GS
 +  * Google Nexus 5
 +  * OnePlus 5T
 +  * Apple iPhone 13
 +
  
  
diverses/fabian/start.1504733554.txt.gz · Zuletzt geändert: 2017-09-06 23:32 von blast0r