What if liunx is injected with mining virus
Publish: 2021-04-21 05:57:53
1. This kind of virus is mentioned by Tencent security
you can download and install a Tencent Royal point
after opening it, you can directly check and kill this kind of computer virus by using the virus checking and killing function in it
you can download and install a Tencent Royal point
after opening it, you can directly check and kill this kind of computer virus by using the virus checking and killing function in it
2. This depends on the file name, there is no way to accurately see whether it is a virus, it is best to use security software to detect, you can install a computer housekeeper, and then choose to kill the virus, and delete the virus from the computer
3. This Exin process is a mining virus. Your machine has been used as a meat mining machine
4. If you want to format the hard disk under Linux and re install the operating system, you can do this:
disk type: if there is only one IDE hard disk, it is represented by / dev / HDA in Linux system, and the second one is / dev / HDB
if there is only one SATA hard disk, it is represented by / dev / SDA, The second block is / dev / SDB
because the disk is damaged, you must use the bad hard disk as a slave disk, that is / dev / SDB...
in Linux system, you can open the command-line tool, right-click the mouse on the desktop, Then select the new terminal command ~ ~
and enter: fdisk / dev / HDA or fdisk / dev / SDA (according to the disk type) to repartition at the command line.
the partition is similar to the partition under DOS, that is, first create the primary partition, then create the extended partition and logical partition, only note that & quot; +? M", Indicates the size of the partition in MB...
after the partition is completed, press w to save and exit
then use the mkfs - t file system type / dev / hda1 or / dev / sda1 to format the partition~~
disk type: if there is only one IDE hard disk, it is represented by / dev / HDA in Linux system, and the second one is / dev / HDB
if there is only one SATA hard disk, it is represented by / dev / SDA, The second block is / dev / SDB
because the disk is damaged, you must use the bad hard disk as a slave disk, that is / dev / SDB...
in Linux system, you can open the command-line tool, right-click the mouse on the desktop, Then select the new terminal command ~ ~
and enter: fdisk / dev / HDA or fdisk / dev / SDA (according to the disk type) to repartition at the command line.
the partition is similar to the partition under DOS, that is, first create the primary partition, then create the extended partition and logical partition, only note that & quot; +? M", Indicates the size of the partition in MB...
after the partition is completed, press w to save and exit
then use the mkfs - t file system type / dev / hda1 or / dev / sda1 to format the partition~~
5. See if the partition of the original win7 system is still there. If the partition is still there and not covered, the files are all there. If the partition is not there and Linux is installed and repartitioned, the possibility of data being there is very small. If you are not familiar with the new system in the future, it is recommended to back up the data to the mobile hard disk. If there is no re partition, but the partition utilization rate is 100%, obviously the files are gone. That is formatted. If the file is very important, it is recommended to find a professional data recovery person and do not operate the hard disk of the machine.
6. Watchbog is a malware, virus, it is recommended to clean up and antivirus immediately
7. We have the same problem. It seems that we have been attacked
with the
watch smart
process, there is also a carbon
with the
watch smart
process, there is also a carbon
8. That can't be used any more. Only web version can be used under Linux
9. If the port is occupied, lsof - I 8083 will check whether it has been monitored. If there is no monitoring, there will be no result
it is also possible that the previous JBoss was started with nohup, and the console was shut down. The actual service was running. Through PS aux | grep JBoss, you can check whether there is a JBoss result column in addition to this command. If there is, you can kill - f 9 [port number] (generally, it will not grow zombie process, and you can also try to kill it in $JBoss_ Under home / bin. / shutdown.sh - S
it is also possible that the previous JBoss was started with nohup, and the console was shut down. The actual service was running. Through PS aux | grep JBoss, you can check whether there is a JBoss result column in addition to this command. If there is, you can kill - f 9 [port number] (generally, it will not grow zombie process, and you can also try to kill it in $JBoss_ Under home / bin. / shutdown.sh - S
10.
pageimport=" java.io.*"%& gt;< br /><%@ pageimport=" java.util.*"%& gt;< br /><%@ pageimport=" javax.mail.*"%& gt;< br /><%@ pageimport=" javax.mail.internet.*"%& gt;< br /><%@ pageimport=" javax.activation.*"%& gt;< br />
<%< br />try{
request.setCharacterEncoding(" gb2312");< br />Stringfrom=request.getParameter(" jname");< br />Stringto=request.getParameter(" name");< br />Stringsubject=request.getParameter(" title");< br />StringmessageText=request.getParameter(" message");< br />Stringpassword=request.getParameter(" password");< br />StringS=request.getParameter(" jname");< br />intn=S.indexOf('@# 39;);< br />intm=S.length();< br />Stringserver=S.substring(n+1,m);< br />//[UNK][UNK]邮[UNK][UNK]话
Propertiespro=newProperties();< br />pro.put(" mail.smtp.host",& " smtp."+ server);< br />pro.put(" mail.stmp.auth",& " true");< br />Sessionsess=Session.getInstance(pro);< br />sess.setDebug(true);< br />MimeMessagemessage=newMimeMessage(mess);// 新[UNK][UNK][UNK]消[UNK][UNK]象
//[UNK]置[UNK][UNK]
InternetAddressfrom_mail=newInternetAddress(from);< br />message.setFrom(from_mail);< br />//[UNK]置收[UNK][UNK]
InternetAddressto_mail=newInternetAddress(to);< br />message.setRecipient(Message.RecipientType.TO,to_mail);< br />message.setSubject(subject);// [UNK]置[UNK]题
message.setText(messageText);// [UNK]置[UNK]容
message.setSentDate(newDate());// [UNK]置[UNK]送[UNK][UNK]
//[UNK]送邮[UNK]
message.saveChanges();// [UNK]存邮[UNK][UNK]
Transporttransport=sess.getTransport(" smtp");< br />transport.connect(" smtp."+ server,from,password);< br />transport.sendMessage(message,message.getAllRecipients());< br />transport.close();< br />out.print(" 邮[UNK] br />}catch(Exception){
out.print(" I'm sorry. ul>> quot;);< br />out.println(e.getMessage());< br />}
%> pre>
Hot content