Kloxo is a free, open-source (AGPL v3) hosting control panel, formerly Lxadmin, installing on RHEL 8/9-family systems with about 130 one-click apps and switchable Apache/lighttpd and BIND/djbdns stacks, suited to budget virtual hosting.
Provider
1 results shownArticle
11 results shownWays to Check the CPU Model on CentOS 7
You can check the CPU model and core count on CentOS 7 with a single command. This article covers the /proc/cpuinfo pipeline and alternatives such as lscpu for server selection and performance assessment.
Setting a Static IP and DNS on CentOS
On CentOS, edit the ifcfg-eth0 network configuration file to set a static IP, netmask, and gateway, configure DNS in /etc/resolv.conf, then restart the network interface. This article provides a complete configuration example.
Mounting Samba Shares Between CentOS Servers (cifs)
Use mount -t cifs to mount a Samba share from one CentOS server onto another. This article covers anonymous mounts, authenticated mounts, auto-mount at boot, and mounting with a specific SMB version.
A Complete CentOS 7 Samba Share Configuration Guide
Installing and configuring Samba on CentOS 7 lets you share server directories with Windows or other Linux machines. This guide covers installation, smb.conf configuration, user setup, and a one-click configuration script.
Complete Steps to Mount a Disk (Under 4T) on CentOS
Disks under 4T can be partitioned with fdisk on CentOS, formatted with mkfs.ext4, and mounted to a target directory. This article covers the full flow from listing disks, formatting, partitioning, mounting, to writing fstab.
Mounting a New 4T Disk to /www on CentOS 7
Disks larger than 2T cannot be partitioned with fdisk; you must use parted to create a GPT partition table. This article walks through partitioning, formatting, and mounting a 4T disk to /www on CentOS 7, including partition alignment.
Installing the scp Command on CentOS (openssh-clients)
After a minimal CentOS install, the scp command may be missing and report -bash: scp: command not found, while yum install scp finds no matching package. scp actually belongs to openssh-clients, so installing that package fixes it.
Testing Disk Read/Write Speed on CentOS with dd
Use the dd command to quickly test the disk read/write speed on a CentOS server. This article covers three common dd commands for write speed, read speed, and synchronous (small-block) write speed, along with their meaning.
How to Change System Time and Timezone on CentOS
An incorrect server time on CentOS affects logs and scheduled tasks. This article shows how to sync time with ntpdate in one command, write it to the hardware clock, and change the timezone to Shanghai (CST).
Ways to Batch Extract Multiple zip Files on CentOS
Batch extracting multiple zip files on CentOS can be done with xargs, find -exec, or a for loop. This article covers four batch extraction methods and how to overwrite-extract zip files with a given prefix.
Upgrading SVN to 1.8 on CentOS 7
The SVN version bundled with CentOS 7 is often old. You can upgrade SVN to 1.8 by configuring the Wandisco yum repository. This article covers removing the old version, configuring the repo, installing, and verifying.