Kategorie: Software

Installation von VirtualBox unter High Sierra oder neuer

Seit macOS High Sierra (Version 10.13) schlägt die Installation von VirtualBox fehl. Die Fehlermeldung vom Installer ist nicht sonderlich aussagekräftig und nur ein Blick ins Internet löst das Problem.

Zur Lösung:

  • Nachdem die Installation fehlgeschlagen ist, gehe bitte in die Systemeinstellungen > Sicherheit und in der Registerkarte Allgemein solltest Du einen Hinweis finden, dass Systemsoftware von Oracle America, Inc. blockiert wurde.
  • Klicke auf die Schaltfläche „erlauben“ und installiere erneut.
  • Die Installation wird nun reibungslos durchlaufen.

Use of LocalWP Installation on two Macs

What did I do ?
I installed LocalWP on my Mac Mini, built a website, exported it. Then I installed LocalWP on my MacBook and imported the site.

Now I sync both folders
/Users/Username/Library/Application Support/Local
and
path/to/local/website

using Resilio Sync, which runs automatically in the background.
It is important to run only one Installation at a time ( either Mac Mini or MacBook ) and you have to wait for syncing being completed, before starting LocalWP on the other machine.
With this set up I work for several month now without any problems.

VMWare tools installieren

Unter Linux:

    1. VMWare tools herunterladen -> Menue Virtuelle Maschine -> VmWare Tools installieren
    2. Den Ordner VMWare-Tools auf den Schreibtisch entpacken
    3. Eine Terminal-Sitzung öffnen:
      - cd Schreibtisch
      - cd vmware-tools-distrib
      - sudo apt install net-tools   -> installiert ifconfig
      - sudo ./vmware-install.pl
    4. alles mit ja bzw Enter beantworten
    5. mit Exit das Terminal wieder verlassen
    6. die VM neu starten

Age of Empires / Sim City

Age of Empires

Leider gibt es bei Age of Empires nur drei Auflösungen:

  • 640*480,
  • 800*600 und
  • 1024*768.

Bei Age of Empires 2 stehen

  • 800*600,
  • 1024*768 und
  • 1280*1024

zur Verfügung. Mehr geht nicht.

SimCity 3000 in a window

"You can optionally run SimCity 3000 in a Window rather than full screen.

Here's how:

Make sure your Windows video display is in 16-bit mode (Control Panel...Display properties).
Right-click the shortcut icon you use to launch the game and select Properties from the pop-up window (if you launch the game from the start menu, you'll have to locate the shortcut via Windows Explorer).
On the properties screen, select the Shortcut tab.
In the target field, add the following line at the end of the shortcut (after the ending quote):
-w -r640x480
where the "640x480" can be whatever your desired screen resolution is.
For example, to run the game in an 800x600 window, your target might look something like this:
"H:\Program Files\Maxis\SimCity 3000\Game\SC3.EXE" -w -r800x600

Valid resolutions include, but may not be limited to: 640x480, 800x600, 1024x768, 1280x1024.

Notes: If Windows isn't running in 16-bit color, the game will switch to full screen regardless of what you add to the target. In addition, on Windows NT (and possibly 95 and 98), SimCity 3000 will soak up all your CPU cycles even if it is minimized."

gefunden auf:

http://www.ocf.berkeley.edu/~gordeon/sc3_kwindow.html