サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ノーベル賞
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
The Linux lsof command shows in its output information about files that are opened by a process. In this article, we will discuss the Linux lsof tool using 15 easy-to-understand examples. Please note that all examples mentioned in this tutorial have been tested on Ubuntu 22.04 LTS, but they will work on other Linux distributions too like Debian, Fedora, and CentOS. About lsof CommandIf you want to
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 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 developed by Facebook to run
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
Virtualization With Xen On CentOS 6.2 (x86_64) (Paravirtualization & Hardware Virtualization)Version 1.0 Author: Falko Timme Follow me on Twitter This tutorial provides step-by-step instructions on how to install Xen (version 4.1.2) on a CentOS 6.2 (x86_64) system. Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called "virtual machines" or domUs, un
VBoxHeadless - Running Virtual Machines With VirtualBox 4.1 On A Headless Ubuntu 11.10 ServerVersion 1.0 Author: Falko Timme Follow me on Twitter This guide explains how you can run virtual machines with VirtualBox 4.1 on a headless Ubuntu 11.10 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox com
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 Set Up WebDAV With Apache2 On CentOS 5.5Version 1.0 Author: Falko Timme Follow me on Twitter This guide explains how to set up WebDAV with Apache2 on a CentOS 5.5 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/upload
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
Clean djbDNS DNS Server On CentOS - dnscache And tinydns - A To ZWhat is djbDNS? And why do we use djbDNS? There is a new point of view to serve the dns service - each of the dns server functionalities is a separate service, like authority, cache, forward and so on. The other difference is the daemon-tools which will rapidly restart services to prevent zombies. Requirements:CentOS 5.4 clean instal
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
Sphinx As MySQL Storage Engine (SphinxSE)By Nedim Hadzimahmutovic <[email protected]> Version: v1.0 Last Change: May 9, 2010 SphinX is a great full-text search engine for MySQL. Installing the Sphinx daemon was straightforward as you can compile it from the source or use a .DEB/.RPM package but SphinxSE was a little bit tricky since it needed to be installed as a plugin on a running MySQL server.
次のページ
このページを最初にブックマークしてみませんか?
『HowtoForge - Linux Howtos and Tutorials | The Open Source Howto Development W...』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く