ubuntu

How to install NextCloud in Ubuntu 22.04

What’s NextCloud Nextcloud is an open-source software suite that offers a secure, self-hosted alternative to popular cloud storage and productivity platforms....
sysadmin.id
8 min read

rsyslog :: Could not open output pipe

:: rsyslog error in Ubuntu If you got some error log like this when starting rsyslog service: server rsyslogd-2039: Could not...
sysadmin.id
16 sec read

Ubuntu : Setting OpenVPN Pre-Shared Static Key

:: What is Setting OpenVPN with static key are ideal for point-to-point VPNs or proof-of-concept testing. :: Installing OpenVPN Server in...
sysadmin.id
38 sec read

Ubuntu : Setting Wifi HotSpot using HostAPd

Setting Wifi HotSpot using HostAPd Checking Wifi :: Check Wifi AP Support sudo aptitude install iw iw list make sure you...
sysadmin.id
57 sec read

Ubuntu :: Move datadir directory in MySQL

:: What’s MySQL MySQL is open-source relational database management system (RDBMS) that runs as a server providing multi-user access to a...
sysadmin.id
37 sec read

Ubuntu :: Enable mod_rewrite in Apache2

:: How to enable mod_rewrite Apache2 on Ubuntu + enable rewrite module sudo a2enmod rewrite + restarting apache2 sudo service apache2...
sysadmin.id
5 sec read

Ubuntu :: PHP FastCGI + NGINX

:: How to setup PHP FastCGI for NGINX in Ubuntu + Installing NGINX and php-cgi apt-get update apt-get install nginx php5-cli...
sysadmin.id
1 min read