Difference between revisions of "Linux How To"

From DevOps Notebook
 
(6 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
[[Replace firewalld with iptables in CentOS]]<br>
 
[[Replace firewalld with iptables in CentOS]]<br>
 
[[Install apache-commons-daemon-jsvc on centos 8]] <br>
 
[[Install apache-commons-daemon-jsvc on centos 8]] <br>
 +
[["Cannot execute /bin/bash: Permission denied" - solved!]] <br>
  
 
=== Amazon Linux How To ===
 
=== Amazon Linux How To ===
Line 16: Line 17:
 
[[Run command or script on linux startup]] <br>
 
[[Run command or script on linux startup]] <br>
 
[[How to Send a Message to Logged Users in Linux Terminal]] <br>
 
[[How to Send a Message to Logged Users in Linux Terminal]] <br>
==== Clean journalctl logs from /var/www/journal ====
+
[[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>
 
<pre>
 
# journalctl --vacuum-time=2d
 
# journalctl --vacuum-time=2d
 
# journalctl --vacuum-size=500M
 
# journalctl --vacuum-size=500M
 
</pre>
 
</pre>

Latest revision as of 10:14, 28 July 2022