Archiv der Kategorie: Linux

Ubuntu 13.04 (Raring Ringtail) is released

You can download the new Ubuntu 13.04 from here: http://releases.ubuntu.com/13.04/.

Veröffentlicht unter 13.04, Ubuntu | Hinterlasse einen Kommentar

fix Ubuntu “apt-get update” “GPG error” “public key is not available”

After installing a fresh Ubuntu system, there may be a problem when running sudo apt-get update. In my case it was after I enabled the extras.ubuntu.com repository in Ubuntu 12.04 LTS. To fix this, You have to import the offending … Weiterlesen

Veröffentlicht unter 12.04 LTS, 12.10, Ubuntu | Hinterlasse einen Kommentar

Installing Erlang/OTP R16A from source on Ubuntu 12.10

Note: This is a very brief and quick setup guide. Use with care! Update all dependencies on the system: Setup the buid evironment: Configure, build, install, build docs, and install docs: Run a small test:

Veröffentlicht unter 12.10, Erlang/OTP, Install from source, R16A, Ubuntu | Hinterlasse einen Kommentar

Bootstrapping SBCL (1.1.4) on Ubuntu (12.04 LTS, 12.10)

Note: Consider this article as a draft version! The “tee log-*” commands aren’t here just to fill the harddisk, but also get hints if something doesn’t work as told in this guide. This is not just about installing SBCL (Steel … Weiterlesen

Veröffentlicht unter 1.1.4, 12.04 LTS, 12.04.1 LTS, 12.04.2 LTS, 12.10, Common Lisp, LISP, SBCL, Ubuntu | Hinterlasse einen Kommentar

Ubuntu 12.04.1 LTS 64-Bit Server Installation Guide

Notes: This is still a draft! Just after the installation, after an sudo apt-get update, sudo apt-get upgrade and sudo apt-get dist-upgrade, this system is now a 12.04.2 release. This is an installation guide to setup an Ubuntu 12.04 LTS … Weiterlesen

Veröffentlicht unter 12.04 LTS, 12.04.1 LTS, 12.04.2 LTS, Ubuntu | Hinterlasse einen Kommentar

OpenGL SuperBible 5th Edition – Samples – Linux Version

I added a new GitHub project: OpenGL SuperBible 5th Edition – Samples – Linux Version. It is an import of the source code of the book OpenGL SuperBible (5th Edition), but stripped off all the non-linux and unnecessary stuff and … Weiterlesen

Veröffentlicht unter 12.04 LTS, 5th Edition, C, C++, OpenGL, Programming Language, SuperBible, Ubuntu | Hinterlasse einen Kommentar

Ubuntu + C++11 + Threads: some hints

When You try Your 1st threading examples with C++11 on a Ubuntu (12.04 LTS) system using g++ (4.6.3), You should forget thoe following two important things: compiling: add “-std=c++0x” (or “-std=gnu++0x“) to g++ linking: add “-lpthread” Something like the following … Weiterlesen

Veröffentlicht unter 12.04 LTS, C++, C++11, GNU gcc/g++, Ubuntu | Hinterlasse einen Kommentar

Ubuntu 12.04 LTS 64 Bit und “Mein CEWE FOTOBUCH” Software Version 4.8

Ein paar Bemerkungen zur Installation von “Mein CEWE FOTOBUCH” auf Ubuntu 12.04 LTS Desktop 64 Bit Systemen: Das Mein CEWE FOTOBUCH ist eine “nette” Applikation um Fotobücher zu erstellen. Nur hatte ich nach ein paar Updates, bei denen auch ein … Weiterlesen

Veröffentlicht unter 12.04 LTS, Mein CEWE FOTOBUCH | Hinterlasse einen Kommentar

Using “-Wl,–rpath” for non-default locations

I often compile “packages” for development from source and put them into their own location (within the “/opt” directory) to not break the base system. For shared libraries this often leads to a problem: the system doesn’t find those special … Weiterlesen

Veröffentlicht unter 12.04 LTS, 2.8.12, 2.9.4, 3.3, 3.3.0, Linux, Python, wxWidgets | Hinterlasse einen Kommentar

Ubuntu 12.04 prerequisites for installing Ruby 1.9.3 gems

Note: You may need to prefix the shell/bash statements with “sudo“! PostgreSQL Note: No server components are installed… just the libraries for interfacing a server! curl / curb MySQL Note: No server components are installed… just the libraries for interfacing … Weiterlesen

Veröffentlicht unter 1.9.3, 12.04 LTS, 12.04.1 LTS, Gems, p194, Programming Language, Ruby | Hinterlasse einen Kommentar