The "To Keep Up" Wiki

A collection of information we find useful

User Tools

Site Tools


linux_annoyances

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux_annoyances [2020.01.18 08:28] – [System Information] Steve Isenberglinux_annoyances [2020.06.05 14:53] – [VSFTPD ftp service] Steve Isenberg
Line 113: Line 113:
 Look at the Bzy_MHz and TSC_MHz columns to see turbo speed and regular speed for each of the CPUs. Core and CPU identify core and CPUs on the core. Look at the Bzy_MHz and TSC_MHz columns to see turbo speed and regular speed for each of the CPUs. Core and CPU identify core and CPUs on the core.
  
 +====VSFTPD ftp service====
 +[20200605 I did not have success getting this to run on Hawley and be accessible from Cortland and Honeycrisp.]
 +
 +[[https://www.howtoforge.com/tutorial/how-to-install-and-configure-vsftpd/]]\\ 
 +The configure file is /etc/vsftpd.conf
 +
 +[[https://www.2daygeek.com/start-stop-restart-enable-reload-vsftpd-server-service-in-linux/]]
 +|Start it  |service vsftpd start|
 +|Stop it   |service vsftpd stop|
 +|Restart it|service vsftpd restart|
 +|Load it   |service vsftpd reload|
 +|View status|service vsfpd status|
 +
 +|Enable the server when Linux boots|chkconfig vsftpd on|
 ====System Information==== ====System Information====
 ===Devices=== ===Devices===
Line 124: Line 138:
 |Graphics card & driver| ''lshw -c display''| |Graphics card & driver| ''lshw -c display''|
 |Graphics card, driver, and more|''inxi -Fxz''| |Graphics card, driver, and more|''inxi -Fxz''|
 +
 +===Processes===
 +|Process info|''ps -efr'' -- all processes, with busiest ones first, pipe to more|-E=display environment also, -h=repeat info header|
 +|Kill a process given its pid|''kill -9 pid''|-2=interrupt, -3=quit, -6=abort; -9=non catchable, non-ignorable kill|
 +
  
 ===Find an active process and kill it=== ===Find an active process and kill it===
linux_annoyances.txt · Last modified: 2023.03.30 08:36 by Steve Isenberg