Archive for the 'Computer' Category
Monday, November 8th, 2010
via Peter Kuhm: Am Donnerstag, den 18. November 2010 finden um 18:30 Uhr die Vorträge * Internet und Recht – Stolpersteine und Wegmarken * Privatsphäre im Internet – Facebook, Xing, Twitter und Co statt. Wo: TU Graz, HS E, Kopernikusgasse 24/1, 8010 Graz. Vortragende: MMag. Dr. Albrecht HALLER, Rechtsanwalt, Wien Mag. Markus KLEMEN, Geschäftsführer SBA […]
Posted in Computer, Events, Links | Comments Off on Event: Vorträge “Internet und Recht” und “Privatsphäre im Internet” am 18.11. in Graz
Sunday, October 31st, 2010
Remember my LART of the day? It looked like: % cat foo.c int main() { return 0; } % gcc foo.c foo.c:1: fatal error: can’t open /tmp/ccxgyEhb.s for writing: Permission denied compilation terminated. Congratulations to sunckell and Bernd for guessing the right answer. Additionally to the blog comments (which I delayed through moderation to give […]
Posted in Computer, English | Comments Off on LART of the day – the solution
Friday, October 29th, 2010
Update: see LART of the day – the solution for the solution. % cat foo.c int main() { return 0; } % gcc foo.c foo.c:1: fatal error: can’t open /tmp/ccxgyEhb.s for writing: Permission denied compilation terminated. Uh?! Ok, does the file exist? Do I have write permissions? gcc ok? % pwd /tmp % ls -lad […]
Posted in Computer, English | 9 Comments »
Thursday, August 26th, 2010
Auf der FrOSCon (Free and Open Source Software Conference) habe ich am letzten Wochenende einen Vortrag mit dem Titel "Gute Open-Source-Projekte bestehen aus mehr als nur Code" gehalten. Das Videoteam war heuer schnell (danke!) und daher gibt es für Interessierte zu meinen Vortragsfolien (PDF, 10MB) auch bereits das Video zum Vortrag: h264-Format, 118MB theora-Format, 290MB
Posted in Computer, Debian-German, Events, Links, Open Source | 5 Comments »
Wednesday, August 18th, 2010
Finally I’m back from DebConf10 in New York. It was the first DebConf I attended and it was just great. Thanks a lot to all involved people for making DebConf such a great event. I had a big todo list for DebCamp and DebConf and managed to get a bunch of work done. Besides several […]
Posted in Computer, Debian, English, Events | Comments Off on DebConf10: done
Thursday, July 8th, 2010
Last weekend (2010-07-02 – 2010-07-04) nine people met at the FAI developer workshop at Linuxhotel in Essen/Germany. If you can’t remember: FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks to large-scale infrastructures and clusters. The […]
Posted in Computer, Debian, English, Events | Comments Off on Report from FAI developer workshop 07/2010
Tuesday, June 22nd, 2010
From 2nd to 4th of July 2010 the FAI developer workshop will take place at the Linuxhotel in Essen/Germany. FAI? FAI is the abbreviation for Fully Automatic Installation. It’s a non-interactive system to install, customize and manage Linux systems and software configurations on computers as well as virtual machines and chroot environments, from small networks […]
Posted in Computer, Debian, English, Events | 3 Comments »
Saturday, May 8th, 2010
Auf den Grazer Linuxtagen und den Linuxwochen Wien habe ich jeweils einen Vortrag über “Grml Live-Linux für Deployment und Desaster-Recovery” gehalten, die Folien zum Vortrag gibts online (PDF – 1,6MB).
Posted in Computer, Debian-German, Events, Links | Comments Off on Vortragsfolien zu “Grml Live-Linux für Deployment und Desaster-Recovery”
Wednesday, April 14th, 2010
I love EtherPad for online collaboration in real-time. By today (14th of April 2010) new pad creation will be disabled at EtherPad.com. Being aware of that in advance and as the EtherPad software was open sourced recently friends of mine and I were working on providing a dedicated EtherPad setup. TitanPad was born! Quoting our […]
Posted in Computer, Debian, English, Links, Open Source | 10 Comments »
Tuesday, April 6th, 2010
I’m working for a customer who’s using IBM blades. Remote access isn’t limited to e.g. SoL but also possible through a Remote Console feature using a Java applet. After migrating one of my 32bit systems to a fresh 64bit system I suddenly couldn’t use this Remote Console feature any longer. The error message was (leaving […]
Posted in Computer, Debian, English, Hardware | 4 Comments »
Tuesday, April 6th, 2010
void die_if_kernel(char *str, struct pt_regs *regs) { static int die_counter; int count = 0; /* Amuse the user. */ printk( ” \\|/ ____ \\|/\n” ” \”@’/ .. \\`@\”\n” ” /_| \\__/ |_\\\n” ” \\__U_/\n”); — arch/sparc/kernel/traps_64.c
Posted in Computer, English, Links, Open Source | Comments Off on Fun in the Linux kernel source
Saturday, April 3rd, 2010
Just booked my ticket for DebConf10. See you in New York.
Posted in Computer, Debian, English, Events | Comments Off on I am going to DebConf 10
Thursday, February 11th, 2010
Die Grazer Linuxtage (GLT) finden heuer am Samstag, dem 24. April 2010 auf der FH Joanneum statt. Wir – das Organisationsteam der GLT – suchen auch heuer wieder gute Vorträge. Vor Kurzem ist Call for Lectures online gegangen. Du willst deine Software unter die Leute bringen? Es gibt ein gutes Projekt das unbedingt vorgestellt gehört? […]
Posted in Computer, Debian-German, Events, Links, Open Source | Comments Off on Grazer Linuxtage 2010: Call for Lectures / Projects
Thursday, February 4th, 2010
If you ever notice a device like that on your Linux system: # fdisk -l Disk /dev/sda: 8 MB, 8388608 bytes 8 heads, 32 sectors/track, 64 cylinders Units = cylinders of 256 * 512 = 131072 bytes Disk /dev/sda doesn’t contain a valid partition table … then the scsi_debug kernel driver is present. To get […]
Posted in Computer, English | 1 Comment »
Monday, November 2nd, 2009
Distrowatch, Heise, Pro-Linux, Symlink, Golem & CO already have the news: a new version of the Debian based Live system for system administrators has been released: Grml 2009.10 – Codename ‘Hello-Wien‘. One visible new feature is the new bootsplash which should lead you through the most important boot options. The new release features kernel 2.6.31.5 […]
Posted in Computer, Debian, English, Links, Open Source | 3 Comments »
Friday, September 11th, 2009
Live-initramfs is a fork of Ubuntu’s casper for use within Debian. Nowadays several Debian based live systems are using live-initramfs to build an initramfs suited to boot live systems. Besides debian-live and all its users that’s at least Grml (and its derivates) and FAI. I’m maintaining live-initramfs for Grml – so I know the limitations […]
Posted in Computer, Debian, English | Comments Off on Debian: considerations regarding redesign of live-initramfs
Wednesday, September 9th, 2009
Wer: Adi Shamir (Faculty of Mathematics & Computer Science, The Weizmann Institute of Science) Wann: Mittwoch, 16. Sep., 11:00 s.t. Wo: TU Graz, Hörsaal I7, Inffeldgasse 25 D, 1. Stock. Title: Plumbing 101: How to Deal With a Small Cryptographic Leakage Abstract: In this talk I will formalize the notion of leakage attacks on iterated […]
Posted in Computer, Events | Comments Off on Event: Adi Shamir – das “S” in “RSA” – am 16.09.09 in Graz
Monday, July 13th, 2009
Update1 am 9. Juli: DebConf9, YAPC::EU::2009, UKUUG, OpenSourceWorld, Froscon, LinuxCon, Ohio LinuxFest, Kieler Linux Tage, Utah Open Source Conference und FSOSS09 hinzgefügt Update2 am 13. Juli: Linux-Kongress, OpenSolaris Developer Conference, OpenRheinRuhr, Brandenburger Linux-Infotag und Ubucon nach Hinweisen von Jens Link und Dirk Deimeke hinzugefügt Update3 am 26. Juli: Datum und Ort vom Linux-Kongress angepasst (Upstream-Change) […]
Posted in Computer, Events, Links, Open Source | Comments Off on Open-Source-nahe Veranstaltungen 2009 [Update4]
Monday, June 1st, 2009
Es ist wieder soweit: es gibt eine neue Release von grml, der Debian-basierten Linux Live-CD für Systemadministratoren und Texttool-User. Codename Lackdose-Allergie. Die letzte stabile Release von grml war Ende 2008. Warum hat es zur neuen Release so lange gedauert? Der größte Anteil geht an das Release von Debian/Lenny im Februar. Der an die Release anschließende […]
Posted in Computer, Debian-German, Links | 3 Comments »
Saturday, May 30th, 2009
Now being an official Debian developer I’ve the possibility to use $DEBEMAIL=mika@debian.org for my Debian packages. But whereas I want to use that for all my official Debian packages I still want to use $DEBEMAIL=mika@grml.org for my grml related packages. I’m a lazy sysadmin and don’t want to manually adjust my changelogs depending on the […]
Posted in Computer, Debian, English | 3 Comments »