Tag: linux

Damn-Small-Linux-4_1

Damn Small 🐧 Linux 🖥️

Damn Small Linux (DSL) – a small, business card size computer operating system based on Knoppix. It was designed to run graphical environment and applications on old PC machines with 486 Pentium processors and very little memory.

image 17 - How to Install mod_cloudflare in cPanel

How to Install mod_cloudflare in cPanel

When using Cloudflare, all the hits to your web server will come from a Cloudflare IP address. So in order to retrieve the actual IP address from the visitor you must install mod_cloudflare. 1. Connect to your server through SSH and log in...

linux - Set up SWAT to configure Samba

Set up SWAT to configure Samba

nano /etc/xinetd.d/swat Here’s my swat file: service swat { port = 901 socket_type = stream wait = no only_from = 127.0.0.1 # only_from = 192.168.0.4 user = root server = /usr/sbin/swat log_on_failure += USERID # disable = yes } By commenting...