Difference between revisions of "Linux How To"

From DevOps Notebook
 
(2 intermediate revisions by the same user not shown)
Line 19: Line 19:
 
[[Load ssh agent on linux boot]] <br>
 
[[Load ssh agent on linux boot]] <br>
 
[[SSH login without key auth (force password authentication)]]<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>
 
[[Setup ftp server on linux with VSFTPD ]] <br>
 +
[[Set date and time manually in linux shell]]<br>
  
==== Clean journalctl logs from /var/www/journal ====
+
==== 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