当前位置: 首页 > news >正文

翼星求生服务器搭建【Icarus Dedicated Server For Linux】

Icarus

一、前言

  本次搭建的服务器为Steam平台一款名为Icarus的沙盒、生存、建造游戏,由于官方只提供了Windows版本服务器导致很多热爱Linux的小伙伴无法释怀,众所周知Linux才是专业服务器的唯一准则。虽然Github上已经有大佬制作了容器版本但是容终究不够完美,毕竟容器无法与原生Linux环境性能比较。因此小编将Icarus服务器移植到了CentOS7 Linux原生系统,本文将带领大家一步一步搭建属于自己的Icarus Dedicated Server For Linux

二、安装包&系统环境

  • DirectX 9             【运行环境】
  • .NET 4.5              【运行环境】
  • C++ 运行库            【运行环境】
  • Wine 7.0              【Windows模拟器】
  • Steamcommunity_302_V12.1.28  【SteamNetDiviceCDN】
  • SteamCMD            【Steam控制台】
[root@localhost ~]# screenfetch && cat /etc/redhat-release

在这里插入图片描述

三、依赖环境搭建

1.更换国产yum源

说明:由于CentOS已经停止维护因此官方源已不可用!

[root@localhost ~]# mkdir /etc/yum.repos.d/bak && cd /etc/yum.repos.d && mv *.repo ./bak
[root@localhost yum.repos.d]# cat CentOS-Base.repo 
# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client.  You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the 
# remarked out baseurl= line instead.
#
#[base]
name=CentOS-$releasever - Base - mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/$releasever/os/$basearch/http://mirrors.aliyuncs.com/centos/$releasever/os/$basearch/http://mirrors.cloud.aliyuncs.com/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7#released updates 
[updates]
name=CentOS-$releasever - Updates - mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/$releasever/updates/$basearch/http://mirrors.aliyuncs.com/centos/$releasever/updates/$basearch/http://mirrors.cloud.aliyuncs.com/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras - mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/$releasever/extras/$basearch/http://mirrors.aliyuncs.com/centos/$releasever/extras/$basearch/http://mirrors.cloud.aliyuncs.com/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus - mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/$releasever/centosplus/$basearch/http://mirrors.aliyuncs.com/centos/$releasever/centosplus/$basearch/http://mirrors.cloud.aliyuncs.com/centos/$releasever/centosplus/$basearch/
gpgcheck
http://www.lryc.cn/news/529413.html

相关文章:

  • ZZNUOJ(C/C++)基础练习1011——1020(详解版)
  • 论文阅读:Realistic Noise Synthesis with Diffusion Models
  • 复杂场景使用xpath定位元素
  • 算法基础——存储
  • 动态规划 (环形)
  • 信号模块--simulink操作
  • Streamlit入门
  • 列表(列表是什么)
  • 笔记本搭配显示器
  • 基于排队理论的物联网发布/订阅通信系统建模与优化
  • 指针(C语言)从0到1掌握指针,为后续学习c++打下基础
  • 实验八 JSP访问数据库
  • Day31-【AI思考】-关键支点识别与战略聚焦框架
  • DeepSeek与其他大模型相比
  • 在深度Linux (Deepin) 20中安装Nvidia驱动
  • “LoRA技术中参数初始化策略:为何A参数采用正态分布而B参数初始化为0”
  • C语言初阶力扣刷题——349. 两个数组的交集【难度:简单】
  • 理解动手学深度学习的自编包d2l
  • RK3568使用opencv(使用摄像头捕获图像数据显示)
  • OpenEuler学习笔记(十六):搭建postgresql高可用数据库环境
  • 数学平均数应用
  • 元旦和春节取名的历史变迁
  • USB鼠标的数据格式
  • 【Numpy核心编程攻略:Python数据处理、分析详解与科学计算】1.27 线性代数王国:矩阵分解实战指南
  • Kafka常见问题之 java.io.IOException: Disk error when trying to write to log
  • libOnvif通过组播不能发现相机
  • Flink (十二) :Table API SQL (一) 概览
  • FFmpeg(7.1版本)的基本组成
  • 基于微信小程序的辅助教学系统的设计与实现
  • 单片机基础模块学习——超声波传感器