Install Ioncube Loader For All PHP Modes (CLI, CGI, FCGI And FPM) On Debian Wheezy

Install Ioncube Loader For All PHP Modes (CLI, CGI, FCGI And FPM) On Debian Wheezy

Install Ioncube Loader For All PHP Modes (CLI, CGI, FCGI And FPM) On Debian WheezyIn this tutorial, I will explain the installation of Ioncube Loader on Debian Wheezy so that it can be used in all PHP Modes. If one of the php.ini files does not exist on your server, then this php mode is not installed and you can skip that php.ini file.Download the latest ioncube loaders with wget and unpack the archive:cd /tmpwget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gztar xfz ioncube_loaders_lin_x86-64.tar.gzMove the loaders to /usr/local/ and clean up the /tmp direct

Read More »

Install Bittorrent Sync on Debian / Ubuntu

Install Bittorrent Sync on Debian / UbuntuAuthor: Stephan JauRevision: v1.0Last Change: December 30, 2013IntroductionBitTorrent Sync is a new piece of software by BitTorrent Inc. – the original creator of the BitTorrent protocol. While most might be familiar with BitTorrent, only a few know of BitTorrent Sync. Normal .torrent files are static and once created they can’t be altered anymore. BitTorrent Sync however allows updates to the data and syncs them to the peers. BitTorrent Sync is also available cross-plattform (Linux, Android, Windows, Mac OSX, iOS) and it has two distinctive operation

Read More »
Installing Guest Additions And Mounting Shared Folders In Virtualbox Virtual Machines In PHPVirtualbox

Installing Guest Additions And Mounting Shared Folders In Virtualbox Virtual Machines In PHPVirtualbox

Installing Guest Additions And Mounting Shared Folders In Virtualbox Virtual Machines In PHPVirtualbox    Version 1.0Author: Srijan KishoreIn this tutorial I will introduce some tips & tricks while using the phpvirtualbox. These tricks make phpvirtualbox functionality better & much more fruitful.I do not issue any guarantee that this will work for you!1 Preliminary NoteI assume that you have a pre-installed phpvirtualbox, in my case I do have installed phpvirtualbox on ubuntu14.04 as I mentioned in my previous tutorials.Reference http://www.howtoforge.com/vboxheadless-running-virtual-machines-

Read More »
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 14.04LTS (LAMP)

Installing Apache2 With PHP5 And MySQL Support On Ubuntu 14.04LTS (LAMP)

Installing Apache2 With PHP5 And MySQL Support On Ubuntu 14.04LTS (LAMP)LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on anUbuntu 13.04 server with PHP5 support (mod_php) and MySQL support. I do not issue any guarantee that this will work for you! 1 Preliminary NoteIn this tutorial I use the hostname server1.example.com with the IP address 192.168.0.100. These settings might differ for you, so you have to replace them where appropriate.I’m running all the steps in this tutorial with root privileges, so make sure you’re logged in as ro

Read More »
Howto add two factor authentication to OTRS with privacyIDEA

Howto add two factor authentication to OTRS with privacyIDEA

Howto add two factor authentication to OTRS with privacyIDEAIn this howto we will show, how easy it is to add two factor authentication with OTP token to OTRS. This is done for the support agents to protect support cases and customer data against attackers and misuse. Nevertheless this can be done for the customers in the very same way. Authentication will not be verified by OTRS anymore, but by privacyIDEA. The users are still taken from the OTRS database. Also the same static password is used that the used was using before. PrerequisitesWe assume that you have a running installation of OTRS

Read More »

Configure Linux to use NTLM authentication proxy (ISA Server) using CNTLM

Configure Linux to use NTLM authentication proxy (ISA Server) using CNTLM About Cntlm proxyQuoted from the official ctnlm sourceforge.net Website: “Cntlm is an NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy intended to help you break free from the chains of Microsoft proprietary world. You can use a free OS and honor our noble idea, but you can’t hide. Once you’re behind those cold steel bars of a corporate proxy server requiring NTLM authentication, you’re done with. The same even applies to 3rd party Windows applications, which don’t support NTLM natively.Here comes Cntlm. I

Read More »
The Perfect Desktop – Xubuntu 14.04 LTS (Trusty Tahr)

The Perfect Desktop – Xubuntu 14.04 LTS (Trusty Tahr)

The Perfect Desktop – Xubuntu 14.04 LTS (Trusty Tahr)This tutorial shows how you can set up a Xubuntu 14.04 desktop that is a full-fledged replacement for a Windows desktop, i.e.that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. Xubuntu uses the lightweight XFCE desktop environment. The software I propose as default is the one I found easiest to use and best in their functionality – this

Read More »
Samba Server Configuration in OpenSuSe 13.1

Samba Server Configuration in OpenSuSe 13.1

Samba Server Configuration in OpenSuSe 13.1Version 1.0Author: Srijan KishoreThis guide explains how to configure samba server in Opensuse 13.1 with anonymous & secured samba servers. Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Samba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.I do not issue any guarantee that this will work for you!1 Preliminary NoteI have fresh installed Opensuse 13.1 server, on which I am going to install the

Read More »

Using mount –bind To Move The Website And Email Directory Of a ISPConfig 3 Server To a New Directory

Use mount –bind To Move The Website And Email Directory Of a ISPConfig 3 Server To a New DirectoryIn the following guide, I will explain the procedure on how to move the email and website directory of a ISPConfig 3 installation to a new partition. This might become handy when your current partition runs out of space. I will use a bind mount for this, a symlink will not work here as ISPConfig checks path for symlink attacks, so if the website or email path contains a symlink, ISPConfig will reject to write to that directory. In this example, I will move the www and email directory to the /home

Read More »

How To Install Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.5

How To Install Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.5Version 1.0Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a CentOS 6.5 server with PHP5 support (through PHP-FPM) and MySQL support. I do not issue any guarantee that this will work for you! 1 Preliminary NoteIn this tutorial I use the hostname server1.example.com with the IP address 192.168.0.100. These settings might differ for yo

Read More »