baumi's blog

baumi's personal blog … Linux, OS X, Windows, Random things, …

News

iCal Feiertage und Wochennummern via Google Calendar

Einfach im iCal Menü Kalender -> Abonnieren … Kalenderwochen: https://www.google.com/calendar/ical/e_2_en%23weeknum%40group.v.calendar.google.com/public/basic.ics Feiertage Österreich: https://www.google.com/calendar/ical/de.austrian%23holiday%40group.v.calendar.google.com/public/basic.ics

Windows 8 Consumer Preview im Test

Windows 8 Consumer Preview: Kein Kommentar. 🙂 viStart: Startmenü für Windows 8 (Consumer Preview) http://code-bude.net/2012/03/05/klassisches-startmenu-in-der-windows-8-consumer-preview-aktivieren/ Metro deaktivieren: http://www.chip.de/news/Windows-8-Hack-Metro-Startscreen-deaktivieren_55248468.html

SSL Zertifikate: CSR für Apache/Mod_SSL erzeugen …

#private key erstellen: openssl genrsa -out www.demo.com.key 2048 #CSR (Zertifikatsrequest) erstellen: #common name = domain name, zB www.test.com openssl req -new -key www.demo.com.key -out www.demo.com.csr Beispiele zu den jeweiligen abgefragten Attributen: Country Name (2 letter code) [AU]: DE State or Province Name (full name) [Some-State]: Bayern Locality Name (eg, city) []: Ingolstadt Organization Name (eg, […]

SSD Upgrade for Mac Pro 2008 (upgrade to 6 GBit/s!)

ALTERNATIVE FOR MAC PRO 2009 and 2010: http://www.apricorn.com/products/desktop-ssd-hdd-upgrade-kits/velocity-solo-mac.html 1) Even though the mainboard of Mac Pro 2008 offers two unused SATA ports on the mainboard (hidden behind the big fan on the bottom front), those are still SATA II ports, so you’re not wanting to put a fast expensive SSD on those, because they will slow […]

How to spoof MAC address on Mac OSX

http://osxdaily.com/2008/01/17/how-to-spoof-your-mac-address-in-mac-os-x/ #!/bin/bash echo “changing mac to 11:22:33:44:55:66” #LAN #sudo ifconfig en0 ether 11:22:33:44:55:66 #Wifi #sudo airport -z sudo ifconfig en1 ether 11:22:33:44:55:66 # check ifconfig | grep en0

Make bootable USB disk (or USB stick) on OSX

Update: hdiutil convert -format UDRW -o linuxmint-14.1-cinnamon-dvd-32bit.dmg linuxmint-14.1-cinnamon-dvd-32bit.iso diskutil list sudo dd if=linuxmint-14.1-cinnamon-dvd-32bit.dmg of=/dev/rdisk8 bs=1m If you get an error “device busy” go to disk util (GUI), select the partition on the USB drive and click “deactivate” …  after this it should be working … —— 1) Download the ISO image of the bootdisk (available […]

Qnap creating custom shares on external eSATA drive

When adding external eSATA drives to your qnap device, by default only one global share of the eSATA device is possible.  You may want to add multiple shares into subfolders on the external drive.  For this, simply edit /etc/smb.conf and change the path. The problem is that the admin tool will always create a samba […]

Previous Posts Next posts