Feed aggregator

Red Hat: 2013:0771-01: curl: Moderate Advisory

Advisories - Wed, 04/24/2013 - 08:49
LinuxSecurity.com: Updated curl packages that fix one security issue are now available for Red Hat Enterprise Linux 5 and 6. The Red Hat Security Response Team has rated this update as having moderate [More...]
Categories: Advisories

Using PHP5-FPM With Apache2 On OpenSUSE 12.3

HowtoForge - Tue, 04/23/2013 - 11:11

Using PHP5-FPM With Apache2 On OpenSUSE 12.3

This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.

Categories: HowtoForge

Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Ubuntu 12.10

HowtoForge - Mon, 04/22/2013 - 09:48

Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Ubuntu 12.10

This document describes how to install a Proftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota with this setup. This tutorial is based on Ubuntu 12.10.

Categories: HowtoForge

Monitoring VMware ESX/vSphere With Opsview

HowtoForge - Fri, 04/19/2013 - 11:21

Monitoring VMware ESX/vSphere With Opsview

Opsview offers a powerful, flexible way to monitor virtualized devices. In this post we'll show you howto monitor VMware ESX and VM’s running on ESX, using Opsview.

Categories: HowtoForge

PC-BSD announces pkgng Package Repository for PC-BSD and FreeBSD 9.1

FreeBSD News - Thu, 04/18/2013 - 14:58
The PC-BSD Project has announced the details on how to access their new PKGNG repository, for PC-BSD and FreeBSD 9.1-Release systems. “This package repository is frequently updated, usually bi-weekly, with the latest and greatest from the FreeBSD ports tree. We … Continue reading →

Categories: FreeBSD News

New biannual (Free)BSD Conference: vBSDCon

FreeBSD News - Thu, 04/18/2013 - 14:51
Verisign has announced that they will be organising and hosting a new, biannual BSD Conference at the Hyatt in Dulles, Virginia (25-27 Oct 2013). The conference will include BSD speakers from across the globe,  an expo area, and the BSDA certification … Continue reading →

Categories: FreeBSD News

FreeBSD Foundation to spend $1,000,000 on FreeBSD development and promotions

FreeBSD News - Thu, 04/18/2013 - 14:37
The FreeBSD Foundation has announced it will invest $1,000,000 this year to fund FreeBSD development and the promotion of it. FreeBSD is internationally recognized as an innovative leader in providing a high-performance, secure, and stable operating system. Our mission is … Continue reading →

Categories: FreeBSD News

Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP)

HowtoForge - Thu, 04/18/2013 - 10:21

Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP)

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 support (mod_php) and MySQL support.

Categories: HowtoForge

Install Piwigo Gallery On Nginx With Debian Wheezy

HowtoForge - Wed, 04/17/2013 - 11:51

Install Piwigo Gallery On Nginx With Debian Wheezy

This tutorial shows how you can install and run a piwigo gallery site with nginx, configured for vhosts, on a Debian Wheezy system. Piwigo is a gallery-website with many plugins. In this sample we configure the vhost "gallery.domain.tld".

Categories: HowtoForge

FreeBSD 8.4-RC1 available

FreeBSD News - Tue, 04/16/2013 - 14:53
The first RC build for the FreeBSD-8.4 release cycle is now available. ISO images for the amd64, i386 and pc98 architectures are available: Full announcement: FreeBSD 8.4-RC1 Now Available

Categories: FreeBSD News

pfSense 2.0.3 available

FreeBSD News - Tue, 04/16/2013 - 14:47
Chris Buechler announced version 2.0.3 of pfSense today. I’m happy to announce the release of pfSense 2.0.3. This is a maintenance release with some bug and security fixes since 2.0.2 release. You can upgrade from any previous release to 2.0.3. Check … Continue reading →

Categories: FreeBSD News

FreeBSD Foundation Announces Capsicum Framework Project

FreeBSD News - Tue, 04/16/2013 - 14:41
The FreeBSD Foundation has announced that Pawel Jakub Dawidek has been awarded a development grant to further improve the Capsicum framework. The grant is jointly funded by Google’s Open Source Programs Office. The project includes the integration of previous work, … Continue reading →

Categories: FreeBSD News

Virtualization With KVM On A CentOS 6.4 Server

HowtoForge - Tue, 04/16/2013 - 06:54

Virtualization With KVM On A CentOS 6.4 Server

This guide explains how you can install and use KVM for creating and running virtual machines on a CentOS 6.4 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.

Categories: HowtoForge

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On CentOS 6.4

HowtoForge - Mon, 04/15/2013 - 10:32

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On CentOS 6.4

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Centos 6.4 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.

Categories: HowtoForge

Encrypt Your Data With EncFS (OpenSUSE 12.3)

HowtoForge - Fri, 04/12/2013 - 09:36

Encrypt Your Data With EncFS (OpenSUSE 12.3)

EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use EncFS on OpenSUSE 12.3 to encrypt your data.

Categories: HowtoForge

Running ActiveCollab 3 On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10

HowtoForge - Thu, 04/11/2013 - 11:31

Running ActiveCollab 3 On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10

This tutorial shows how you can install and run activeCollab 3 on a Debian Wheezy or Ubuntu 12.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

Categories: HowtoForge

Nagios 3.x.x/Icinga 1.x.x Server Integration For SMS Alerts Via FoxBox Devices On Debian Squeeze

HowtoForge - Wed, 04/10/2013 - 11:55

Nagios 3.x.x/Icinga 1.x.x Server Integration For SMS Alerts Via FoxBox Devices On Debian Squeeze

This tutorial explains how to integrate a standard Nagios (or Icinga) monitoring server with an SMS notification external device, the FoxBox.

Categories: HowtoForge

Add Updates to an Offline VHD or WIM File

Windows News - Mon, 04/08/2013 - 09:23
John Savill Various solutions help in the automated updating of a VHD file from Windows Update Services or Configuration Manager, but you can also manually inject updates. Here's what to do.

read more

Categories: Windows News

Rod Trent and myITforum.com Join the Windows IT Pro Family

Windows News - Mon, 04/08/2013 - 08:23
Rod Trent joins Windows IT Pro as IT Community Manager. myITforum.com will also become part of the Windows IT Pro family of technology sites.

read more

Categories: Windows News

Announcing the 2013 Best of TechEd Awards!

Windows News - Fri, 04/05/2013 - 12:26
Nominations start now! The 2013 Best of TechEd awards program has begun! The Microsoft TechEd show will take place in New Orleans, Louisiana, from June 3 to June 6. Our annual awards program, in partnership with Microsoft, recognizes the best and most promising products at the show.

read more

Categories: Windows News

Facebook Fans