In the webhosting environment I will use Nginx, PHP 5.5 FPM and MariaDB. For customer management Froxlor will be used. To successfully set up our hosting environment on Gentoo, we need to install a few packages beforehand. Afterwards we will use the configuration files provided by froxlor. USE Flags Before the packages for the base […]
Gentoo and Windows 8.1 secure boot setup
It’s been bugging me for a while, that I always have to choose my OS to boot via the EFI bootselector, if I could either use the Windows bootmanager or Grub2 to do this. Grub2 with the newest os-prober version does detect and create boot entries for Windows 8.1, but the Windows bootloader refuses to […]
Gentoo with systemd on a Hetzner Server (Part 3)
Now that the server is running let’s do a quick resumé on the installation process. Compared to a few years ago the installation process as a whole has become a lot easier and stable. Some systemd tools like hostnamectl, localectl etc. can not be used, but it is always possible to get the same effect […]
Gentoo with systemd on a Hetzner Server (Part 2)
Installing the base system After preparing the system’s disks the operating system can now be installed. The best resource for installing Gentoo is the Installation Handbook which I will follow as well. I will add explainations to the process and commands when nessesary for a better understanding. Mounting the disks mkdir /mnt/gentoo mount /dev/md1 /mnt/gentoo/ […]
Gentoo with systemd on a Hetzner Server
I got myself a new Server on which I’m going to install Gentoo with systemd. The Serverspecs are: CPU1: Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz (Cores 8) Memory: 15960 MB Disk /dev/sda: 3000 GB (=> 2794 GiB) doesn’t contain a valid partition table Disk /dev/sdb: 3000 GB (=> 2794 GiB) doesn’t contain a valid […]
Sunshine Live Radio Stream URLs als Playlist
Da ich sehr gerne elektronische Musik höre ist Sunshine Live Radio immer eine der ersten Anlaufstellen. Seit längerem kann man über die Webseite von Sunshine Live das Radio auch als Webstream genießen! <3 Jedoch ist der Webplayer nicht mit meinem Soundsetup zu vereinen. Primäre Soundkarte sind meine G35 und die sekundäre meine On-Board Soundkarte mit […]
VMWare Workstation could not sync disk
I’m a Windows user primarily, but lately I had to use Linux quite a lot for my master’s thesis. So i thought „Why not use the best of both worlds?“. So in installed VMWares excelent virtualization Tool VMWare Workstation. I then added the whole disk as SCSI drive for the VM, did a few kernel […]
Backup Windows
My personal strategy for backing up my data from Windows is to exlusively use the user folders (Documents, Downloads etc.) and just copy them to another harddrive when I need/want to reinstall Windows. Also most applications save their data to the hidden Folder AppData so this one has to be copied too. Bigger trouble is […]
Mythen über Arbeitsspeicher
Heute beim stöbern im Internet über folgenden Forenpost gestolpert, welcher sich mir einigen Mythen rund um Arbeitsspeicher befasst. http://extreme.pcgameshardware.de/mainboards-und-arbeitsspeicher/316914-ram-mythen-aufgeklaert-der-grosse-arbeitsspeicher-thread-inkl-langzeittest.html Keine verwandten Artikel gefunden.
Installing psycopg2 for Python 3.4 on Windows using pip
I did it! Thanks to various people on the internet! But how did I install psycopg2 for python 3.4 on Windows 8.1? Installation Process I will walk you trough the installation process in a close to step by step manner, but only comment in depth when I feel the urge it is nessesary. Also keep […]