It is currently Thu Mar 28, 2024 6:48 pm

News News of Lik`s forum

Site map of Lik`s forum » Forum : Lik`s forum

cPanel/WHM/OpenVZ/Xen/Linux/IPMI Lik`s forum

Setup bonding interface (Debian case)

The Linux bonding driver provides a method for aggregating multiple network interfaces into a single logical "bonded" interface. The behavior of the bonded interfaces depends upon the mode; generally speaking, modes provide either hot standby or load balancing services. Additionally, link integrity monitoring may be performed.

https://www.kernel.org/doc/Documentatio ... onding.txt

On Debian first install the ifenslave package, necessary to enable bonding:
Code: Select all
apt-get install ifenslave

Decide which bonding mode is desired ...
Read more : Setup bonding interface (Debian case) | Views : 13785 | Replies : 0 | Forum : Linux specific


Letsencrypt certbot Centos 7 Nginx

Letsencrypt (link) provides free SSL certificates for websites. Process of issuing certificate (and renewal) is greatly simplified by certbot scripts (former letsencrypt-auto) written in python.
Here we will install certbot on Centos 7 and issue SSL certificate for example.com/www.example.com running on Nginx.

Certbot installation instructions can be found at certbot.eff.org or at GitHub repo.
Certbot is packaged in the EPEL repository. Enable EPEL on your system and install Certbot:
Code: Select all
yum install epel-release
yum install certbot
...
Read more : Letsencrypt certbot Centos 7 Nginx | Views : 9061 | Replies : 0 | Forum : Linux specific


Command line interface for speedtest.net

speedtest-cli
Command line interface for testing internet bandwidth using speedtest.net

Code: Select all
# ./speedtest_cli.py
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from MyProvider Net N/A. (10.10.10.10)...
Selecting best server based on latency...
Hosted by Burstfire Networks Ltd (London) [0.89 km]: 9.689 ms
Testing download speed........................................
Download: 641.44 Mbit/s
Testing upload speed..................................................
Upload: 318.96 Mbit/s


# ./speedtest_cli.py -h
usage: speedtest_cli.py [-h] [--bytes] [--share] [--simple] [--list]
[--server SERVER] [--mini MINI] [--source SOURCE]
[--timeout TIMEOUT] [--secure] [--version]

Command line ...
Read more : Command line interface for speedtest.net | Views : 7509 | Replies : 0 | Forum : Interesting links


Webmin/Usermin/Virtualmin/Cloudmin theme based on Bootstrap

Authentic is Webmin/Usermin/Virtualmin/Cloudmin theme based on Bootstrap and Font Awesome
GitHub: qooob/authentic-theme
Read more : Webmin/Usermin/Virtualmin/Cloudmin theme based on Bootstrap | Views : 5923 | Replies : 0 | Forum : Interesting links




Borg - deduplicated backups

BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption.

The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.

GitHub borgbackup/borg

Installation instructions can be found at official documentation page.
For tests we ...
Read more : Borg - deduplicated backups | Views : 8543 | Replies : 0 | Forum : Server Side Actions


Fastsocket - scalable kernel TCP socket implementation

Fastsocket is a highly scalable socket and its underlying networking implementation of Linux kernel. With the straight linear scalability, Fastsocket can provide extremely good performance in multicore machines. In addition, it is very easy to use and maintain. As a result, it has been deployed in the production environment of SINA.

Fastsocket increases throughput of Nginx and Haproxy(measured by connections per second) by 290% and 620% on a 24-core machine, compared to the base CentOS-6.5 ...
Read more : Fastsocket - scalable kernel TCP socket implementation | Views : 6849 | Replies : 0 | Forum : Interesting links


Add trusted root CA (Centos case)

Sometimes you my require to add custom root CA certificates to trusted list on your server.
In this example we will add Root Certificate and Intermediate Certificate from CAcert free community-driven Certificate Authority.

General solution can be found at their wiki, but it lacks details about update-ca-trust method.

First, we install ca-certificates package:
Code: Select all
yum install ca-certificates

Then enable dynamic CA configuration feature:
Code: Select all
update-ca-trust enable

Time to download root and intermediate certificates in PEM format:
wget ...
Read more : Add trusted root CA (Centos case) | Views : 8988 | Replies : 0 | Forum : Linux specific


LibreNMS - Community-based GPL-licensed fork of Observium

LibreNMS is an autodiscovering PHP/MySQL/SNMP based network monitoring which includes support for a wide range of network hardware and operating systems including Cisco, Linux, FreeBSD, Juniper, Brocade, Foundry, HP and many more.

LibreNMS - community-based GPL-licensed fork of Observium
View on GitHub
Read more : LibreNMS - Community-based GPL-licensed fork of Observium | Views : 24910 | Replies : 0 | Forum : Monitoring


Gentoo - view all packages installed from overlays

It`s easy if you have eix installed:
Code: Select all
eix -Jc
Read more : Gentoo - view all packages installed from overlays | Views : 5642 | Replies : 0 | Forum : Linux specific


 

Login


Statistics

Total posts 505 • Total topics 442 • Total members 22

cron