News
2 04 2012
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
31 03 2012
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
23 03 2012
#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, […]
3 02 2012
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 […]
20 01 2012
http://www.oxid-esales.com/ http://www.shopware.de/ http://www.jtl-software.de/produkte/jtl-shop3/
20 01 2012
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
24 12 2011
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 […]
9 11 2011
For a strange reason, some items cannot be removed like usual in the OSX Finder sidebar. – If you press Command (apple) key and drag the items out of finder, it works !
3 11 2011
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 […]
3 11 2011
http://www.derstappen-it.de/dokumentationen/debian-gnu-linux/gpg-error-bei-apt-get-update-abschalten