Difference between revisions of "Linux How To"

From DevOps Notebook
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
=== CentOS How To ===
 
[[How To Install PHP 7.3 on CentOS 8]] <br>
 
[[How To Install PHP 7.3 on CentOS 8]] <br>
 +
[[How To Install ImageMagick and PHP Imagick on CentOS 8]] <br>
 +
[[How To Install memcache module for php 7.x in CentOS 8]] <br>
 +
[[How to allow or remove access to port 80/443 with firewalld in CentOS 8 ]] <br>
 +
[[Replace firewalld with iptables in CentOS]]<br>
 +
[[Install apache-commons-daemon-jsvc on centos 8]] <br>
 +
[["Cannot execute /bin/bash: Permission denied" - solved!]] <br>
 +
 +
=== Amazon Linux How To ===
 
[[Installing Python 3 with virtualenv on Amazon Linux v2]] <br>
 
[[Installing Python 3 with virtualenv on Amazon Linux v2]] <br>
 +
 +
 +
=== All distros How To===
 
[[Install maldet and run scan]] <br>
 
[[Install maldet and run scan]] <br>
 
[[Create a custom systemd service]] <br>
 
[[Create a custom systemd service]] <br>
 +
[[Run command or script on linux startup]] <br>
 +
[[How to Send a Message to Logged Users in Linux Terminal]] <br>
 +
[[Load ssh agent on linux boot]] <br>
 +
[[SSH login without key auth (force password authentication)]]<br>
 +
[[Port forward mysql on local network with SSH]]<br>
 +
[[Setup ftp server on linux with VSFTPD ]] <br>
 +
[[Set date and time manually in linux shell]]<br>
 +
 +
==== Clean journalctl logs from /var/log/journal ====
 +
<pre>
 +
# journalctl --vacuum-time=2d
 +
# journalctl --vacuum-size=500M
 +
</pre>

Latest revision as of 10:14, 28 July 2022