<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>天堂2开源中文论坛 - Linux架设专区 - L2J In Linux</title>
    <link>https://l2fater.cn/forum-105-1.html</link>
    <description>Latest 20 threads of Linux架设专区 - L2J In Linux</description>
    <copyright>Copyright(C) 天堂2开源中文论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 31 Jul 2026 03:08:27 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://l2fater.cn/static/image/common/logo_88_31.gif</url>
      <title>天堂2开源中文论坛</title>
      <link>https://l2fater.cn/</link>
    </image>
    <item>
      <title>L2j Server Docker 镜像 Alpine Linux</title>
      <link>https://l2fater.cn/thread-9888-1-1.html</link>
      <description><![CDATA[搭建环境： docker-compose
 系统：Alpine Linux
数据库：MariaDB v10.4.13





要求视窗 
 安装适用于 Windows 的 Docker 桌面 

 Linux 

 为 Centos 安装 docker
 为 Debian 安装 docker 
 然后启动linux服务 

systemctl status docker.service


 苹果 

 安装适 ...]]></description>
      <category>Linux架设专区 - L2J In Linux</category>
      <author>l2fater</author>
      <pubDate>Thu, 16 Jul 2026 05:32:03 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 24.04 LTS 上安装 MariaDB</title>
      <link>https://l2fater.cn/thread-10095-1-1.html</link>
      <description><![CDATA[第 1 步：准备工作在开始安装 MariaDB 之前，我们需要做好一些准备工作：1.1 更新 Ubuntu首先，更新 Ubuntu 系统。确保所有软件包都是最新版本，以避免潜在的软件冲突。打开「终端」，执行以下命令：
1.2 安装依赖接下来，安装 MariaDB 运行所需的依赖包，这是确保数据 ...]]></description>
      <category>Linux架设专区 - L2J In Linux</category>
      <author>l2fater</author>
      <pubDate>Wed, 18 Dec 2024 03:28:11 +0000</pubDate>
    </item>
    <item>
      <title>防火墙Mod-Linux（实验性）</title>
      <link>https://l2fater.cn/thread-10044-1-1.html</link>
      <description><![CDATA[作者：LordPanic
操作系统：Linux-Debian 12



简介(作者原文简译)：






代码网盘免费下载
https://l2fater.lanzouj.com/iRD2n2a6mxcb]]></description>
      <category>Linux架设专区 - L2J In Linux</category>
      <author>l2fater</author>
      <pubDate>Tue, 17 Sep 2024 10:31:12 +0000</pubDate>
    </item>
    <item>
      <title>求助-游戏中右键初始化视角失灵。芙蕾雅 发错版块了求移除</title>
      <link>https://l2fater.cn/thread-10014-1-1.html</link>
      <description><![CDATA[游戏中单击右键初始化视角的功能失灵了，不知道修改system中哪个文件，求大神指点。

芙蕾雅 CT2.6  登陆器协议273

求助-游戏中右键初始化视角失灵，请问修改登陆器中哪个文件？芙蕾雅 ...]]></description>
      <category>Linux架设专区 - L2J In Linux</category>
      <author>有路子</author>
      <pubDate>Sat, 22 Jun 2024 12:44:46 +0000</pubDate>
    </item>
    <item>
      <title>Debian 9 搭建天堂2教程</title>
      <link>https://l2fater.cn/thread-9968-1-1.html</link>
      <description><![CDATA[源作者：Красная Королева
杀气丶简译
(蓝色粗体为重要步骤，红色字体为所需输入代码，灰色为注释)
作者以JDK10来搭建L2JMOBIUS，我们可以根据自身版本需求对应调整JDK版本

从tar存档安装Java
mkdir /usr/java
转到刚才创建的JDK文件夹：
cd/usr/jav ...]]></description>
      <category>Linux架设专区 - L2J In Linux</category>
      <author>l2fater</author>
      <pubDate>Sun, 25 Feb 2024 05:17:43 +0000</pubDate>
    </item>
    <item>
      <title>常用定时规则cron表达式​</title>
      <link>https://l2fater.cn/thread-9877-1-1.html</link>
      <description><![CDATA[常用定时规则cron表达式]]></description>
      <category>Linux架设专区 - L2J In Linux</category>
      <author>l2fater</author>
      <pubDate>Tue, 17 Oct 2023 13:59:57 +0000</pubDate>
    </item>
    <item>
      <title>alpine linux 国内镜像源</title>
      <link>https://l2fater.cn/thread-9874-1-1.html</link>
      <description><![CDATA[配置文件Alpine的源文件为：/etc/apk/repositories默认的源地址为：http://dl-cdn.alpinelinux.org/，修改地址可以编辑源文件 /etc/apk/repositories。[hr]国内镜像及修改方法
采用国内阿里云的源，文件内容为：https://mirrors.aliyun.com/alpine/v3.6/main/https://mi ...]]></description>
      <category>Linux架设专区 - L2J In Linux</category>
      <author>l2fater</author>
      <pubDate>Mon, 16 Oct 2023 03:03:17 +0000</pubDate>
    </item>
    <item>
      <title>Linux下MariaDB远程权限授权</title>
      <link>https://l2fater.cn/thread-9842-1-1.html</link>
      <description><![CDATA[GRANT ALL PRIVILEGES ON *.* TO \'root\'@\'%\' IDENTIFIED BY \'mypassword\' WITH GRANT OPTION;

输入命令FLUSH PRIVILEGES; 回车使刚才的修改生效，再次远程连接数据库成功。注意：别忘记最后的FLUSH PRIVILEGES; 刷新先前的修改。
Linux下MariaDB远程权限授权-血玫瑰资 ...]]></description>
      <category>Linux架设专区 - L2J In Linux</category>
      <author>l2fater</author>
      <pubDate>Tue, 25 Jul 2023 05:17:47 +0000</pubDate>
    </item>
    <item>
      <title>L2jDev Linux Ubuntu 22.04</title>
      <link>https://l2fater.cn/thread-9810-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>Linux架设专区 - L2J In Linux</category>
      <author>l2fater</author>
      <pubDate>Thu, 02 Mar 2023 03:36:26 +0000</pubDate>
    </item>
    <item>
      <title>Debian 10 安装JDK-14 教程</title>
      <link>https://l2fater.cn/thread-9798-1-1.html</link>
      <description><![CDATA[第一步：创建一个java文件夹

mkdir java

第二步：打开java文件夹

 cd java

第三步：下载Linux版本的JDK（OpenJDK14U-jdk_x64_linux_hotspot_14.0.2_12.tar.gz   必须下载.tar.gz版本的 


杀气温馨提示：根据自身linux系统版本选择合适的版本下载，如32位下载32位jd ...]]></description>
      <category>Linux架设专区 - L2J In Linux</category>
      <author>l2fater</author>
      <pubDate>Thu, 16 Feb 2023 04:09:12 +0000</pubDate>
    </item>
    <item>
      <title>重新安装 wget</title>
      <link>https://l2fater.cn/thread-9796-1-1.html</link>
      <description><![CDATA[yum -y install wget

yum remove wget]]></description>
      <category>Linux架设专区 - L2J In Linux</category>
      <author>l2fater</author>
      <pubDate>Thu, 16 Feb 2023 03:10:50 +0000</pubDate>
    </item>
    <item>
      <title>Debian 安装 yum</title>
      <link>https://l2fater.cn/thread-9795-1-1.html</link>
      <description><![CDATA[debian安装yum
sudo apt-get update

sudo apt-get install build-essential

sudo apt-get install yum]]></description>
      <category>Linux架设专区 - L2J In Linux</category>
      <author>l2fater</author>
      <pubDate>Thu, 16 Feb 2023 03:09:00 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu系统内安装天堂2</title>
      <link>https://l2fater.cn/thread-9774-1-1.html</link>
      <description><![CDATA[假设您已经安装了 ubuntu？互联网设置。Internet 上的大量安装手册。让我们开始安装 Lineage。



1. 安装 WINE，为此我们访问站点： http: //www.winehq.org/，在下载部分，选择分发包，在我们的例子中是 ubuntu

，打开终端，键入并将行复制到它：


引用：

然后输入 ...]]></description>
      <category>Linux架设专区 - L2J In Linux</category>
      <author>l2fater</author>
      <pubDate>Tue, 10 Jan 2023 05:18:37 +0000</pubDate>
    </item>
    <item>
      <title>UBUNTU中如何获得root权限</title>
      <link>https://l2fater.cn/thread-9514-1-1.html</link>
      <description><![CDATA[方法1：

在终端输入：sudo su
点击回车会提示你输入密码，即可登录root用户
想要退出时，使用exit命令即可
或者是su -username(username即你想切换的用户名)

注意：切换用户身份的两种情况: su username 和 su - username.下面就来说说它们的区别
su - username 实现 ...]]></description>
      <category>Linux架设专区 - L2J In Linux</category>
      <author>l2fater</author>
      <pubDate>Sat, 30 Apr 2022 21:05:29 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 安装 JDK8的两种方式</title>
      <link>https://l2fater.cn/thread-9513-1-1.html</link>
      <description><![CDATA[1.oracle官网下载压缩包

点击链接

Ubuntu之jdk安装Ubuntu之jdk安装

2.解压

 tar -zxvf jdk-8u171-linux-x64.tar.gz

Ubuntu之jdk安装Ubuntu之jdk安装

3.移动到制定目录

##将文件从下载目录 挪到/usr/local下

sudo mv jdk1.8.0_171  /usr/local/jdk1.8

Ubuntu之j ...]]></description>
      <category>Linux架设专区 - L2J In Linux</category>
      <author>l2fater</author>
      <pubDate>Sat, 30 Apr 2022 20:14:24 +0000</pubDate>
    </item>
  </channel>
</rss>