Архивы блога

How To Use Git Effectively

Tutorial Series This tutorial is part 2 of 3 in the series: Introduction to Git: Installation, Usage, and Branches This article assumes that you have git installed and that your global configuration settings (namely username and email) are properly set.

Опубликовано в git

How To Set Up a Private Git Server on a VPS

Introduction This tutorial will show you how to set up a fully fledged Git server using SSH keys for authentication. It will not have a web interface, this will just cover getting Git installed and your access to it set

Опубликовано в git

Creating a Chroot Jail for SSH Access

I wanted to setup a way to allow SSH access to my machine but limit their abilities heavily. To do that I figured a chroot jail was the best way. In this example I’m using ArchLinux and OpenSSH 5.1p1. It

Опубликовано в Linux, ssh

Установка и настройка OpenVPN Server на CentOS 6

Эта статья поможет вам установить и настроить OpenVPN Server на CentOS 6 x64. А также подключить к серверу Windows, OS X и Linux клиентов. Но перед тем как начать, – вам необходимо подключить EPEL-репозиторий. Именно этом репозитории хранятся пакеты для

Опубликовано в Linux, openVPN

Установка устаревшего модуля sqlite на php-5.4.x

В новой версии php-5.4.0 экстеншен ext/sqlite был убран из дистрибутива. Однако iChat, требует именно его. Сборка с исходников выдавала кучу ошибок. Решение нашёл на форуме сайта phpclub.ru. Для установки sqlite скачиваем текущую версию с помощью subversion и устанавливаем: svn co

Опубликовано в Linux, PHP, Установка/Настройка ПО

Рубрики