Search found 837 matches
- Wed Apr 14, 2021 10:05 pm
- Forum: Tutorials
- Topic: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
- Replies: 8
- Views: 2576
Re: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
>> PLACEHOLDER <<
- Wed Apr 14, 2021 10:05 pm
- Forum: Tutorials
- Topic: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
- Replies: 8
- Views: 2576
Re: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
>> PLACEHOLDER <<
- Wed Apr 14, 2021 10:04 pm
- Forum: Tutorials
- Topic: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
- Replies: 8
- Views: 2576
Re: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
>> PLACEHOLDER <<
- Wed Apr 14, 2021 10:04 pm
- Forum: Tutorials
- Topic: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
- Replies: 8
- Views: 2576
Re: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
>> PLACEHOLDER <<
- Wed Apr 14, 2021 10:04 pm
- Forum: Tutorials
- Topic: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
- Replies: 8
- Views: 2576
Re: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
>> PLACEHOLDER <<
- Wed Apr 14, 2021 10:04 pm
- Forum: Tutorials
- Topic: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
- Replies: 8
- Views: 2576
Re: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
>> PLACEHOLDER <<
- Wed Apr 14, 2021 10:04 pm
- Forum: Tutorials
- Topic: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
- Replies: 8
- Views: 2576
Re: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
>> PLACEHOLDER <<
- Wed Apr 14, 2021 10:04 pm
- Forum: Tutorials
- Topic: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
- Replies: 8
- Views: 2576
Re: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
>> PLACEHOLDER <<
- Wed Apr 14, 2021 10:04 pm
- Forum: Tutorials
- Topic: How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
- Replies: 8
- Views: 2576
How to Install Ark: Survival Evolved on Ubuntu Server 20.04 LTS
Overview - Cluster - Folder structure - Ports - Script automation OS Install OS Firewall OS Credentials SteamCMD Download Ark to Template Download Workshop Mods to Template Server Cluster Deploy Ark from Template - TheIsland - Ragnarok Script - Configuration Script - Fix Permissions Script - Start A...
- Wed Apr 07, 2021 2:18 pm
- Forum: Tutorials
- Topic: Test Bandwidth Between Two Machines
- Replies: 0
- Views: 700
Test Bandwidth Between Two Machines
Utilities such as speedtest.net are great if you want to test the bandwidth / latency from your PC to a location on the Internet. However, if you want to test between 2 machines on your LAN or WAN, those types of sites will not be helpful. For Linux machines, you can install and use a utility called...
- Fri Feb 26, 2021 11:24 am
- Forum: Miscellaneous
- Topic: Knowledge Archive Program (Research)
- Replies: 0
- Views: 965
- Tue Nov 24, 2020 2:17 pm
- Forum: Tutorials
- Topic: How to install MoinMoin 1.9.11 on Ubuntu Server 18.04 LTS
- Replies: 1
- Views: 3589
Prerequisites
Add Non-SSL Apache Site Configuration Refer to this tutorial but substitute the example domain name and path for your domain. Add SSL Apache Site Configuration Please refer to this tutorial but substitute the example domain name and path for your domain. MoinMoin Prerequisites EDIT: ah crap, MoinMo...
- Tue Nov 24, 2020 11:43 am
- Forum: Tutorials
- Topic: How to install MoinMoin 1.9.11 on Ubuntu Server 18.04 LTS
- Replies: 1
- Views: 3589
How to install MoinMoin 1.9.11 on Ubuntu Server 18.04 LTS
WORK-IN-PROGRESS --------- WORK-IN-PROGRESS Greetings and salutations, I hope this thread will be helpful to those who follow in my foot steps as well as getting any advice based on what I have done / documented. To discuss this thread, please participate here: Ubuntu Forums High-level overview Thi...
- Fri Nov 06, 2020 1:33 pm
- Forum: Tutorials
- Topic: How to install CumulusClips on Ubuntu Server 20.04 LTS
- Replies: 10
- Views: 12667
Orphaned Files
Orphaned Files Failures happen for various reasons and sometimes the files under "uploads" are no longer attached to an upload entry...and thus cannot be deleted from the web interface. There are a few ways to find such files. On the database server you can run the following SQL command to identify...
- Thu Nov 05, 2020 4:10 pm
- Forum: Tutorials
- Topic: How to install CumulusClips on Ubuntu Server 20.04 LTS
- Replies: 10
- Views: 12667
Video Compression Settings
Here are the default video compression/conversion settings when uploading a video: H.264 Settings: -vcodec libx264 -vf "scale=min(640\,iw):trunc(ow/a/2)*2" -vb 800k -acodec aac -ab 96k -ar 44100 -f mp4 WebM Settings: -vcodec libvpx -vf "scale=min(640\,iw):trunc(ow/a/2)*2" -vb 800k -acodec libvorbis ...
- Wed Nov 04, 2020 9:27 am
- Forum: Tutorials
- Topic: How to Setup a Compiler for Ubuntu Server 20.04 LTS
- Replies: 1
- Views: 2702
Software Installation
Software Installation Each program will likely need it's own set of required software for compiling so you will need to adjust as needed. These steps are intended to get the most-commonly used software installed and you only need to add whatever is specific to the program you need. sudo apt install...
- Wed Nov 04, 2020 9:21 am
- Forum: Tutorials
- Topic: How to Setup a Compiler for Ubuntu Server 20.04 LTS
- Replies: 1
- Views: 2702
How to Setup a Compiler for Ubuntu Server 20.04 LTS
------------ IN PROGRESS ------------ Greetings and salutations, I hope this thread will be helpful to those who follow in my foot steps as well as getting any advice based on what I have done / documented. To discuss this thread, please participate here: Ubuntu Forums High-level overview This thre...
- Tue Nov 03, 2020 10:12 am
- Forum: Tutorials
- Topic: How to compile Orthanc from source code on Ubuntu Server 20.04 LTS
- Replies: 4
- Views: 5452
Upgrade Procedure Using .DEB Package
Upgrade Procedure Using .DEB Package Stop the service: sudo systemctl stop orthanc Uninstall the package: sudo apt remove orthanc-loc Install the new package: sudo dpkg -i /tmp/orthanc-loc_1.8.1-SNAPSHOT_amd64.deb NOTE: If the requirements changed, you might need to run this command to install the ...
- Wed Sep 23, 2020 8:40 am
- Forum: Tutorials
- Topic: How to install CumulusClips on Ubuntu Server 20.04 LTS
- Replies: 10
- Views: 12667
Email Support Using Mail Relay Server
Email Overview CumulusClips utilizes PHP's built-in "mail" function which means we need to configure php.ini to use a mail client that will send email. It seems like an industry standard to use "sendmail" based on all the tutorials out there but sendmail is a mail server itself which can receive ma...
- Wed Sep 23, 2020 8:30 am
- Forum: Tutorials
- Topic: How to install CumulusClips on Ubuntu Server 20.04 LTS
- Replies: 10
- Views: 12667
Customize
Logo Locations Images related to the admin panel "CumulusClips Admin Panel" text on top of admin panel page. (374x27) cc-admin/images/admin-logo.png Small greyscale version of the main screen logo at the bottom of the admin panel (79x32) cc-admin/images/footer-logo.png Images related to the default...