<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.condrau.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.condrau.com/feed.php">
        <title>Bernard&#039;s Wiki - phps</title>
        <description></description>
        <link>https://wiki.condrau.com/</link>
        <image rdf:resource="https://wiki.condrau.com/_media/wiki:favicon.ico" />
       <dc:date>2026-05-13T13:21:30+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.condrau.com/phps:backup?rev=1439285186&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.condrau.com/phps:config?rev=1492092130&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.condrau.com/phps:kernel?rev=1470024844&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.condrau.com/phps:lamp?rev=1439192324&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.condrau.com/phps:restore?rev=1439268224&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.condrau.com/phps:ssh?rev=1439179810&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.condrau.com/phps:tahrinst?rev=1492091813&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.condrau.com/phps:ub1604?rev=1510337759&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.condrau.com/phps:utils?rev=1441947408&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.condrau.com/_media/wiki:favicon.ico">
        <title>Bernard's Wiki</title>
        <link>https://wiki.condrau.com/</link>
        <url>https://wiki.condrau.com/_media/wiki:favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.condrau.com/phps:backup?rev=1439285186&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-08-11T09:26:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>backup</title>
        <link>https://wiki.condrau.com/phps:backup?rev=1439285186&amp;do=diff</link>
        <description>Backups

Enable the Akeeba front-end backup in the settings of Akeeba in the back-end.

Establish a cron-job with the following entries:

The FTP command input looks like this:
# ftp -n myserver &lt; ftpcommands
# vim ftpcommands
user &lt;user&gt; &lt;password&gt;
cd &lt;dir&gt;
put site-www.myserver*.tld
bye</description>
    </item>
    <item rdf:about="https://wiki.condrau.com/phps:config?rev=1492092130&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-13T14:02:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>config</title>
        <link>https://wiki.condrau.com/phps:config?rev=1492092130&amp;do=diff</link>
        <description>Configuration

Locale settings

Check the current locale settings and update to a new locale:
locale -a
update-locale LANG=en_US.UTF-8
Remove the Korean language upgrade message:

	*  /etc/update-manager/release-upgrades controls what updates you&#039;ll be notified about</description>
    </item>
    <item rdf:about="https://wiki.condrau.com/phps:kernel?rev=1470024844&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-08-01T04:14:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>kernel</title>
        <link>https://wiki.condrau.com/phps:kernel?rev=1470024844&amp;do=diff</link>
        <description>Remove old kernels

Kernel headers

First, run the following command to remove outdated linux headers:
# apt-get autoremove
Kernel images

Do not remove the current kernel, which you identify with:
$ uname -r 
List all installed kernels on your system:</description>
    </item>
    <item rdf:about="https://wiki.condrau.com/phps:lamp?rev=1439192324&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-08-10T07:38:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lamp</title>
        <link>https://wiki.condrau.com/phps:lamp?rev=1439192324&amp;do=diff</link>
        <description>Install Apache web server, PHP5, and MySQL

Install and Configure Apache2
# apt-get update
# apt-get install apache2 apache2-utils
Add ServerName &lt;mymachinename&gt; to /etc/apache2/apache2.conf

Note that sites-enabled now expects files with the extension .conf to load</description>
    </item>
    <item rdf:about="https://wiki.condrau.com/phps:restore?rev=1439268224&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-08-11T04:43:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>restore</title>
        <link>https://wiki.condrau.com/phps:restore?rev=1439268224&amp;do=diff</link>
        <description>Restore directories

Restore the following directories:
~/batch
~/scripts
~/logs
~/.ssh
~/.ftp
Create the .htpasswd file for protecting the back-end:
htpasswd -c -b /var/www/.htpasswd ipl dummy
Then run the command to establish back-end first level access control:</description>
    </item>
    <item rdf:about="https://wiki.condrau.com/phps:ssh?rev=1439179810&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-08-10T04:10:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ssh</title>
        <link>https://wiki.condrau.com/phps:ssh?rev=1439179810&amp;do=diff</link>
        <description>SSH server settings

Modify /etc/ssh/sshd_config:
PermitRootLogin=without-password
UsePAM=no</description>
    </item>
    <item rdf:about="https://wiki.condrau.com/phps:tahrinst?rev=1492091813&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-13T13:56:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tahrinst</title>
        <link>https://wiki.condrau.com/phps:tahrinst?rev=1492091813&amp;do=diff</link>
        <description>Ubuntu 14.04 LTS Web Server (Hydra)

This guide explains the installation of Ubuntu 14.04 LTS Server on a VPS hosted by PHPS.kr. As of 2015-08-10, the latest OS available for the VPS is Ubuntu 12.04 LTS (64 Bit). We are going to first install proper SSH access, then upgrade to the latest Ubuntu LTS, and then install LAMP and other settings needed to run the webserver.</description>
    </item>
    <item rdf:about="https://wiki.condrau.com/phps:ub1604?rev=1510337759&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-11-10T18:15:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ub1604</title>
        <link>https://wiki.condrau.com/phps:ub1604?rev=1510337759&amp;do=diff</link>
        <description>Ubuntu 16.04 LTS on web server (Hydra)

Install Ubuntu 16.04 LTS on a web server hosted by PHPs in Korea.

	*  Configuration
	*  Install Utilities
	*  Install Apache web server, PHP5, and MySQL</description>
    </item>
    <item rdf:about="https://wiki.condrau.com/phps:utils?rev=1441947408&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-09-11T04:56:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>utils</title>
        <link>https://wiki.condrau.com/phps:utils?rev=1441947408&amp;do=diff</link>
        <description>Install utilities

zip
# apt-get update
# apt-get install zip
ntp

Install synchronization to Network Time Protocol servers:
# apt-get install ntp
Configuration is in file /etc/ntp.conf

After changing the config file you have to reload the ntpd:
# service ntp reload</description>
    </item>
</rdf:RDF>
