- Install MacPorts for High Sierra (10.3)
- Install Xcode 9.2
- Install Command line tools for MacOSX 10.3 and Xcode 9.2
Archiv der Kategorie: Tutorials
teamviewer auf Linux Server (unattended)
Grundsätzlich hielt ich es für ausreichend, Linuxserver headless aufzusetzen. Tatsächlich kann man damit auch (fast) alles erschlagen, z.B. Webserver, Docker, ssh etc… Und selbst den Zugriff über ssh auf grafische Tools habe ich vom Mac aus über ssh -X user@bla.blubb hinbekommen.
SSD unter MacOSX nicht erkannt
MacBooks sind teuer. Und nicht immer erscheint ein Neukauf lohnenswert. Um dennoch in den Genuss eines schnelleren Systems zu kommen sind RAM- und Festplattenupgrades eine echte Alternative*.
Massdownloading mp3 from Youtube
I wanted to download videos (or more precisely I was only interested in the audio) from youtube. Unfortunately, some videos had more intro and outro than just the music I wanted. Fortunately ffmpeg in combination with youtube-dl and some shell scripting is the key to solve the problem: Massdownloading mp3 from Youtube weiterlesen
USB-Sticks partitionieren
Manchmal ist es nicht möglich, über die „Festplattenverwaltung“ Festplatten oder USB-Sticks zu repartitionieren. Die Option ist ausgebaut und von daher nicht nutzbar.
bootstrap tutorial
Wer mal eben schnell eine coole Webseite benötigt, aber die Installation eines komplexen CMS scheut, dem sei bootstrap ans Herz gelegt. Schnell und einfach in Betrieb genommen!! Responsive, mobile first design, Boxes, einfache Navigation, kurzum: einfach „nice“!!! bootstrap tutorial weiterlesen
How to export files from SVN-dump
In order to easily export files from a SVN-dump you need subversion installed and then proceed the following commands to
How to export files from SVN-dump weiterlesen
Benutzerverwaltung in Linux
Einleitung
Eine der Stärken von Linux liegt in der Mehrbenutzerfähigkeit. In dieser Anleitung wird beschrieben, wie dem neuen Benutzer sinnvolle Einstellungen etc. mitgegeben werden können. Benutzerverwaltung in Linux weiterlesen
Linux (als) Terminalserver
Einleitung
How to forensically mount/image a (Time Capsule) Sparsebundle
Quick walkthrough to backup, mount and image a TC sparse bundle forensically
- Connect to the TC using AirportUtility
- Backup the internal volume to an external USB-Drive
(HDD has to be min. same size) - Mount the created sparse bundles
hdiutil attach –readonly –nomount ComputerName.sparsebundle/ - Create the forensic image
using MacOSForensicImager
How to forensically mount/image a (Time Capsule) Sparsebundle weiterlesen