Linux Tutorials on the topic “debian”
-
Running SilverStripe On Nginx (LEMP) On Debian Wheezy/Ubuntu 13.04
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 2
This tutorial shows how you can install and run SilverStripe on a Debian Wheezy or Ubuntu 13.04 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.
-
Running CS-Cart On Nginx (LEMP) On Debian Wheezy/Ubuntu 13.04
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 2
This tutorial shows how you can install and run CS-Cart on a Debian Wheezy or Ubuntu 13.04 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.
-
Update To openQRM 5.1 On Debian Wheezy
Author: openQRM • Tags: debian, virtualization • Comments: 0
Update To openQRM 5.1 On Debian Wheezy This HowTo is about how to update an existing openQRM environment version 4.9 or 5.0 to the latest openQRM 5.1 on Debian 7 aka Wheezy.
-
-
High-Availability Storage With GlusterFS 3.2.x On Debian Wheezy - Automatic File Replication (Mirror) Across Two Storage Servers
Author: Falko Timme • Tags: debian, high-availability, storage • Comments: 4
This tutorial shows how to set up a high-availability storage with two storage servers (Debian Wheezy) that use GlusterFS. Each storage server will be a mirror of the other storage server, and files will be replicated automatically across both storage servers. The client system (Debian Wheezy as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.
-
Creating An NFS-Like Standalone Storage Server With GlusterFS 3.2.x On Debian Wheezy
Author: Falko Timme • Tags: debian, storage • Comments: 1
This tutorial shows how to set up a standalone storage server on Debian Wheezy. Instead of NFS, I will use GlusterFS here. The client system will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.
-
Running ProcessWire On Nginx (LEMP) On Debian Wheezy/Ubuntu 13.04
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 2
This tutorial shows how you can install and run ProcessWire on a Debian Wheezy or Ubuntu 13.04 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.
-
Virtualization With KVM And openQRM 5.1 On Debian Wheezy
Author: openQRM • Tags: debian, kvm, virtualization • Comments: 0
Virtualization With KVM And openQRM 5.1 On Debian Wheezy This HowTo is about how to create and manage KVM Virtual Machines on Debian 7 aka Wheezy with openQRM 5.1.
-
Encrypt Your Data With EncFS on Debian 7 (Wheezy)
Author: Falko Timme • Tags: debian, security • Comments: 2
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 Debian Wheezy to encrypt your data.
-
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Debian Wheezy
Author: Falko Timme • Tags: debian, lighttpd, web server • Comments: 6
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Debian Wheezy Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Debian Wheezy 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.
-
Installing Debian Squeeze On Pogoplug v3/Oxnas Cleanly
Author: kuleszdl • Tags: debian • Comments: 15
Installing Debian Squeeze On Pogoplug v3/Oxnas CleanlyArchLinux ARM ("ALARM") has officially dropped support for the PogoPlug v3/Oxnas in June 2013. Actually, the Oxnas port was already broken before due to ArchLinux' cutting edge philosophy and causing users many troubles, although it was working fine somewhen in 2012. The main purpose of this tutorial is to provide instructions on how to build and install a Debian rootfs from scratch on the Pogoplug v3/Oxnas, using only official binaries from Debian and ALARM.