サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
衆院選
www.howtoforge.com
This tutorial exists for these OS versionsCentOS 8CentOS 7On this pageWhat we will doPrerequisitesStep 1 - Install packagesStep 2 - Install GitLabStep 3 - Configure GitLab URLStep 4 - Generate SSL Let's encrypt and DHPARAM certificateStep 5 - Enable Nginx HTTPS for GitLabStep 6 - Configure FirewalldStep 7 - Perform installationReset GitLab root passwordChange profile and UsernameAdd SSH KeySign up
Oracle Database is an object-relational database management system (RDBMS) developed by Oracle Corporation. The Oracle Database is available under a Proprietary and OTN Standard License. The supported operating systems are Redhat Enterprise Linux (x86-64), SUSE and Oracle Linux, Microsoft Windows x86-64 and IBM Linux. In this tutorial, I will show you step-by-step how to install Oracle 12c on a Ce
Linux is not famous for its gaming abilities and possibilities, and it is only natural that there aren't many GPU benchmarking tools available with which users can test their graphics hardware. There are however some benchmarking suites that can help you determine the various aspects of your GPU performance with precision. These are very important for the drawing of solid conclusions, technical an
If you have a Gmail account, you can configure your MTA to relay outgoing mail through Gmail. This gives you the benefit of Gmail's reliability and robust infrastructure, and provides you with a simple means of sending email from the command line. In this tutorial, we will use Postfix as our MTA. Postfix is a free, open-source, actively maintained, and highly secure mail transfer agent. At each st
This tutorial exists for these OS versionsUbuntu 22.04 (Jammy Jellyfish)Ubuntu 16.04 (Xenial Xerus)Ubuntu 15.04 (Vivid Vervet)On this pagePrerequisites2. Install the build dependencies3. Download ModSecurity and Nginx4. Install ModSecurity and Nginx5. Configure Nginx6. Configure ModSecurity7. Configure OWASP Core Rule Set (CRS)8. TestingConclusionReference ModSecurity is an open-source Web Applica
This tutorial exists for these OS versionsUbuntu 22.04 (Jammy Jellyfish)Ubuntu 16.04 (Xenial Xerus)Ubuntu 15.04 (Vivid Vervet)On this pageIntroductionPrerequisitesInstall NginxInstall and Configure MariaDBInstall and Configure HHVMInstalling WordpressConclusion How to Install Wordpress with Nginx, MariaDB and HHVM in Ubuntu 15.04IntroductionHHVM (Hip Hop Virtual Machine) is a just-in-time compiler
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 14.04 LTS Nginx (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 an Ubuntu 14.04 server with PHP5 support (through PHP-FPM) and MySQL support
Configuring Your LEMP System (Linux, nginx, MySQL, PHP-FPM) For Maximum PerformanceVersion 1.0 Author: Falko Timme Follow me on Twitter If you are using nginx as your webserver, you are looking for a performance boost and better speed. nginx is fast by default, but you can optimize its performance and the performance of all parts (like PHP and MySQL) that work together with nginx. Here is a small,
This tutorial explains how you can configure nginx to set the Expires HTTP header and the max-age directive of the Cache-Control HTTP header of static files (such as images, CSS and Javascript files) to a date in the future so that these files will be cached by your visitors' browsers. This saves bandwidth and makes your web site appear faster (if a user visits your site for a second time, static
A Beginner's Guide To btrfsVersion 1.0 Author: Falko Timme Follow me on Twitter This guide shows how to work with the btrfs file system on Linux. It covers creating and mounting btrfs file systems, resizing btrfs file systems online, adding and removing devices, changing RAID levels, creating subvolumes and snapshots, using compression and other things. btrfs is still marked as experimental, but a
This tutorial exists for these OS versionsUbuntu 16.04 (Xenial Xerus)Ubuntu 12.04 LTS (Precise Pangolin)Ubuntu 14.04 LTS (Trusty Tahr)On this pageManaging A Headless VirtualBox Installation With phpvirtualbox (Ubuntu 12.04)1 Preliminary Note2 Installing phpvirtualbox3 Links Managing A Headless VirtualBox Installation With phpvirtualbox (Ubuntu 12.04)Version 1.0 Author: Falko Timme Follow me on Twi
How To Set Up SSL Vhosts Under Nginx + SNI Support (Ubuntu 11.04/Debian Squeeze)Version 1.0 Author: Falko Timme Follow me on Twitter This article explains how you can set up SSL vhosts under nginx on Ubuntu 11.04 and Debian Squeeze so that you can access the vhost over HTTPS (port 443). SSL is short for Secure Sockets Layer and is a cryptographic protocol that provides security for communications
This tutorial exists for these OS versionsDebian 12 (Bookworm)Debian 11 (Bullseye)Debian 9 (Stretch)Debian 8 (Jessie)Debian 6 (Squeeze)Debian 5 (Lenny)On this pageInstalling Nginx With PHP5 And MySQL Support On Debian Squeeze1 Preliminary Note2 Installing MySQL 53 Installing Nginx4 Installing PHP55 Configuring nginx6 LinksAbout The Author Installing Nginx With PHP5 And MySQL Support On Debian Sque
3 Using FcgiwrapFcgiwrap is a CGI wrapper that can be used for shared hosting environments because it allows each vhost to use its own cgi-bin directory. As there's no fcgiwrap package for CentOS 6.0, we must build it ourselves. First we install some prerequisites: yum groupinstall 'Development Tools' yum install fcgi-develNow we can build fcgiwrap as follows: cd /usr/local/src/ git clone git://gi
Running WordPress On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04Version 1.0 Author: Falko Timme Follow me on Twitter This tutorial shows how you can install and run a WordPress blog on a Debian Squeeze or Ubuntu 11.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). In addition to that I will also show you how you can use the WordPress
How To Install Tomcat6 With SUN-Java And Apache2 Integration On Ubuntu 10.04 [Lucid Lynx] With Virtual HostsAuthor: Jaac Last edited: 25-01-2011 Apache Tomcat (or Jakarta Tomcat or simply Tomcat) is an open source servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides
How To Install VMware Server 2 On Ubuntu 10.10 (Kernel 2.6.35) - Page 2 Then go to the location where you saved the VMware Server .tar.gz file, e.g. /home/falko/Downloads (replace falko with your own username!): cd /home/falko/DownloadsTake a look at the contents of the directory: ls -lfalko@falko-virtual-machine:~/Downloads$ ls -l total 463304 -rw-r--r-- 1 falko falko 474415801 2010-12-17 13:56 V
Disk Based Backups With Amanda On Debian EtchVersion 1.0 Author: Oliver Meyer <o [dot] meyer [at] projektfarm [dot] de> This document describes how to set up Amanda (The Advanced Maryland Automatic Network Disk Archiver) on Debian Etch. For this tutorial I chose Ubuntu v7.04 as a backup-client. The resulting system provides a flexible backup-system with many features. It will be able to back up mu
Virtualization With KVM On Ubuntu 10.10Version 1.0 Author: Falko Timme Follow me on Twitter This guide explains how you can install and use KVM for creating and running virtual machines on an Ubuntu 10.10 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 v
Installing PHP 5.3, Nginx And PHP-fpm On Ubuntu/DebianVersion 1.1 Follow me on Twitter Since Apache is most of the time a memory hungy process, people started to look for different ways to host their website. Apache is clearly not the only webserver available. A few good examples are lighttpd and nginx. In this tutorial I will show you how to install it on your Ubuntu server. This tutorial also ap
This tutorial exists for these OS versionsDebian 12 (Bookworm)Debian 11 (Bullseye)Debian 9 (Stretch)Debian 8 (Jessie)Debian 6 (Squeeze)Debian 5 (Lenny)On this pageInstalling Nginx With PHP5 And MySQL Support On Debian Lenny1 Preliminary Note2 Installing MySQL 5.03 Installing Nginx4 Installing PHP55 Configuring nginx6 Links Installing Nginx With PHP5 And MySQL Support On Debian LennyVersion 1.0 Aut
Disk Backup With Amanda On Debian Lenny1. IntroductionAmanda is an open source client/server solution to back up filesystems. Backups are triggered by the backup server, backup definitions are located on the servers but exclusion lists are located on the client. Amanda is not yet to the level of backup solutions like IBM TSM/TDP or Legato Networker but it is the best open source solution I found s
How To Compile A Kernel - The CentOS WayVersion 1.0 Author: Falko Timme Each distribution has some specific tools to build a custom kernel from the sources. This article is about compiling a kernel on CentOS systems. It describes how to build a custom kernel using the latest unmodified kernel sources from www.kernel.org (vanilla kernel) so that you are independent from the kernels supplied by your
How To Install VMware Server 1.0.x On A Debian Lenny DesktopVersion 1.0 Author: Falko Timme This tutorial provides step-by-step instructions on how to install VMware Server 1.0.x (1.0.8 at the time of this writing) on a Debian Lenny desktop system. This is for those who prefer VMware Server 1.0.x over VMware Server 2. With VMware Server you can create and run guest operating systems ("virtual mach
High-Availability Storage With GlusterFS On Ubuntu 9.10 - Automatic File Replication (Mirror) Across Two Storage ServersVersion 1.0 Author: Falko Timme Follow me on Twitter This tutorial shows how to set up a high-availability storage with two storage servers (Ubuntu 9.10) that use GlusterFS. Each storage server will be a mirror of the other storage server, and files will be replicated automatical
Install And Configure OpenLDAP On Ubuntu Karmic KoalaThe configuration of OpenLDAP got a bit (more) complicated. cn=config is still used, but when installing the packages from the repositories only a skeleton configuration of openldap is installed. You're not asked anymore to provide a password when the package is installed and issuing the "dpkg-reconfigure slapd" only resets openldap to the skele
Installing MySQL And phpMyAdmin On FreeNAS This howto was written when I needed to run some php based web applications and the only system around was FreeNAS. Although many people are using php and MySQL on a FreeNAS box successfully I couldn't find any simple tutorial for the purpose, so I wrote one in case anyone needs it. For this howto the following software and configurations were used: FreeN
次のページ
このページを最初にブックマークしてみませんか?
『HowtoForge - Linux Howtos and Tutorials | The Open Source Howto Development W...』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く