Has attachment | Title | Author | Created | Last Edited | Group | Tags |
---|---|---|---|---|---|---|
LINUX Check# CHKROOTKIT BINDSHELL – netstat -antup
http://www.webhostingtalk.com/showthread.php?t=276596 run # fuser -vn tcp 465 run # chkrootkit run # netstat -antup run # netstat -an|grep 4369 run # lsof -i :4369 run # lsof -P -n -i | grep 465 |
dero | 01/19/2019 | 01/20/2019 | |||
How do I restart an Apache 2 Web Server under a Debian / Ubuntu / CentOS / RHEL / Fedora Linux or UNIX-like operating systems?
How do I restart an Apache 2 Web Server under a Debian / Ubuntu / CentOS / RHEL / Fedora Linux or UNIX-like operating systems? |
dero | 05/18/2018 | 05/18/2018 | |||
Magnetic Compass
Magnetic Compass |
dero | 05/15/2020 | 05/15/2020 | |||
How to Move Home Directory to New Partition or Disk in Linux
How to Move Home Directory to New Partition or Disk in Linux |
dero | 07/01/2018 | 07/01/2018 | |||
How To Program PLC
https://instrumentationtools.com/wiring-diagrams-of-plc-and-dcs-systems/amp/ https://www.openplcproject.com/plcopen-editor/ https://www.pentestpartners.com/security-blog/introduction-to-plcs-and-ladder-logic/ https://www.javatpoint.com/plc#Examples https://instrumentationblog.com/lubrication-oil-pump-lube-oil-system/#more-2227 https://www.plcacademy.com/structured-text-tutorial/ Delete CodeSys https://forge.codesys.com/forge/talk/CODESYS-V2/thread/3d7611b973/ https://pvbrowser.de/pvbrowser/index.php?lang=en&menu=1&left=1 |
Ulala | 10/30/2020 | 12/01/2020 | |||
How do I remove PHP 7 Completely?
systemctl restart apache2.service systemctl status apache2.service To remove php7.0 use sudo apt-get purge php7.0-common This will remove all php7 version, be it php 7.0 or php 7.1 etc.. sudo apt-get purge php7.* apt-get autoremove php7.0 sudo apt-get purge `dpkg -l | grep php7.2| awk ‘{print $2}’ |tr “\n” ” “` sudo apt-get purge php7.* to remove all versions of php7, you […] |
Ulala | 06/10/2019 | 06/10/2019 | |||
JSON
https://docs.jasonette.com/document/#bodyheader https://github.com/Jasonette/Jasonette-Web |
ilin | 10/05/2018 | 10/05/2018 | |||
Python
https://docs.python.org/3.7/tutorial/index.html |
ilin | 10/05/2018 | 10/05/2018 | |||
Install mhddfs package on a Debian/Ubuntu/Mint Linux
apt-get install mhddfs (debian-ubuntu) yum install mhddfs (suse) dnf install mhddfs (fedora) Configuration First, create a new mount point directory called /virtual.data # mkdir /virtual.data To join all three drives : # mhddfs /disk1,/disk2,/disk3 /virtual.data -o allow_other # df or df -h # ls -l /virtual.data/ |
ilin | 05/06/2019 | 05/06/2019 | |||
Mount mhddfs – mergerfs
https://romanrm.net/mhddfs http://corywestropp.com/develop/articles/setting-up-mergerfs/ |
ilin | 10/07/2018 | 10/14/2018 |