Author Archives: admin

Find which process ID is using some IP port

How to find, in linux, which Process ID is using some TCP port # lsof -w -n -i tcp:8080 or # fuser -n tcp 8080 or # netstat -anp|grep :8080[[:blank:]]

Posted in Linux tips | Leave a comment

AMD RAIDXpert “RAID error”

Issue: AMD RaidXpert Service gives an Raid 1 array “error” stating a single disk failure. One of the two drives in the Raid 1 array becomes a JBOD standalone drive, basically detached from the array for whatever reason. The drive … Continue reading

Posted in HW issue | Tagged | Leave a comment

Otvoren novi blog…

U ovim blogovima pokušat ću stavljati postove/rješenja na probleme na koje sam naišao….

Posted in Uncategorized | Leave a comment