How to build SVN server, Step by step

There are many configurations for svn, here a some short instuctions to get a basic svn repository available over http. Install required packages: apt-get install subversion apache2 libapache2-svn Create an Directory-Structure: mkdir -p /var/svn/repos/ Create a Repository: cd /var/svn/repos/ svnadmin

How to remove user from being sudoer user in linux

How to remove user from being sudoer user in linux Find out user group identity $ #Syntax: id -nG {user-name} $ id -nG foo $ #OUTPUT: admin foo printer audio by default admin and sudo groups are allowed to use

Install Nginx, PHP-FPM, MySQL and phpMyAdmin on OS X Mavericks or Yosemite

Recently I’ve got a new MacBook Pro and decided to set it up from scratch, because I use the same Time Machine backup to migrate from since about four years. Perfect time to get rid of the web server/LAMP (Linux

How To Install Linux, nginx, MySQL, PHP (LEMP) stack on Ubuntu 12.04

About Lemp LEMP stack is a group of open source software to get web servers up and running. The acronym stands for Linux, nginx (pronounced Engine x), MySQL, and PHP. Since the server is already running Ubuntu, the linux part