<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>BitPrison</title>
  <subtitle>Makes developing websites simple.</subtitle>
  <id></id>
  <link href="/"/>
  <link href="/feed.xml" rel="self"/>
  <updated>2015-09-04T02:00:00+02:00</updated>
  <author>
    <name>Jozsef</name>
  </author>
  <entry>
    <title>How to repair raid array</title>
    <link rel="alternate" href="/content/how-to-repair-degraded-raid-array/"/>
    <id>/content/how-to-repair-degraded-raid-array/</id>
    <published>2015-09-04T02:00:00+02:00</published>
    <updated>2023-07-19T05:40:36+02:00</updated>
    <author>
      <name>Jozsef</name>
    </author>
    <summary type="html">This guide shows how to repair your MD RAID1 array on Ubuntu server. Not sure but I assume all linux work this way. So this solution must work on other distributions.

</summary>
  </entry>
  <entry>
    <title>How to install phusion passenger and Nginx from source</title>
    <link rel="alternate" href="/content/install-phusion-passenger-and-nginx-from-source/"/>
    <id>/content/install-phusion-passenger-and-nginx-from-source/</id>
    <published>2015-07-29T02:00:00+02:00</published>
    <updated>2015-10-02T00:26:00+02:00</updated>
    <author>
      <name>Jozsef</name>
    </author>
    <summary type="html">I have a script that compiles latest nginx and now I will extend this script to compile passenger into nginx binary.

</summary>
  </entry>
  <entry>
    <title>How to extract original kexts from OS X install image</title>
    <link rel="alternate" href="/content/how-to-extract-original-kexts-from-os-x-install-image/"/>
    <id>/content/how-to-extract-original-kexts-from-os-x-install-image/</id>
    <published>2014-09-16T02:00:00+02:00</published>
    <updated>2015-06-26T15:44:29+02:00</updated>
    <author>
      <name>Jozsef</name>
    </author>
    <summary type="html">If you accidentally delete or modify a kext this method will help you restore it. The easiest way is restore from TimeMachine backup.
If you do not have any backup…


Download the Mavericks image from App Store
Install Pacifist from CharlesSoft
Open with
</summary>
  </entry>
  <entry>
    <title>Install Postgresql on Mac OS X</title>
    <link rel="alternate" href="/content/install-postgresql-on-mac-os-x/"/>
    <id>/content/install-postgresql-on-mac-os-x/</id>
    <published>2014-09-05T02:00:00+02:00</published>
    <updated>2015-06-26T15:44:29+02:00</updated>
    <author>
      <name>Jozsef</name>
    </author>
    <summary type="html">Here is the steps how you can install postgresql on Mac OS X:


install homebrew

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

install postgresql

brew install postgresql

set automatic start

ln -sfv /usr/local/opt/postgresql
</summary>
  </entry>
  <entry>
    <title>Change you uid bellow 1000 on Ubuntu 14.04</title>
    <link rel="alternate" href="/content/change-you-uid-bellow-1000-on-ubuntu-14-04/"/>
    <id>/content/change-you-uid-bellow-1000-on-ubuntu-14-04/</id>
    <published>2014-09-05T02:00:00+02:00</published>
    <updated>2015-11-03T22:19:20+01:00</updated>
    <author>
      <name>Jozsef</name>
    </author>
    <summary type="html">You need to login as root first in command line mode (CTRL+ALT+F1). If the root user has no password, use sudo passwd root to set new password.

This command chnages uid of youruser to 501:
usermod -u 501 youruser


This changes gid of youruser group</summary>
  </entry>
  <entry>
    <title>How to switch to Clover UEFI bootloader on hackintosh</title>
    <link rel="alternate" href="/content/how-to-switch-to-clover-uefi-bootloader-on-hackintosh/"/>
    <id>/content/how-to-switch-to-clover-uefi-bootloader-on-hackintosh/</id>
    <published>2014-08-29T02:00:00+02:00</published>
    <updated>2015-06-26T15:44:29+02:00</updated>
    <author>
      <name>Jozsef</name>
    </author>
    <summary type="html">Today, I will share you how can you install an UEFI bootloader to your hackintosh. I used my Mavericks during the process that was already installed before.


Downloading of the latest version of Clover Boot loader
Install it to your current mac, and
</summary>
  </entry>
</feed>