A few Questions. - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Computer Support Topics (https://www.supportforums.net/forumdisplay.php?fid=4) +---- Forum: Linux, FreeBSD, and Unix (https://www.supportforums.net/forumdisplay.php?fid=17) +---- Thread: A few Questions. (/showthread.php?tid=18781) |
A few Questions. - M_a_X - 05-14-2011 1. Can Linux get malware? 2. Programming languages i can use to Make pogramms in linux? 3.Encryption software for linux? 4. See active connections linux? Can i please have some answers i just installed linux and i have no idea how it works but i want to learn im using Ubunto RE: A few Questions. - Sly - 05-14-2011 1) Yes. Rootkits are one example of malware that can be used on Linux. 2) Perl, Python, Java, C, C++, ASM, BASH 3) What type of encryption are you talking about? 4) netstat, same as Windows. Type "man netstat" for help. RE: A few Questions. - M_a_X - 05-14-2011 (05-14-2011, 09:04 PM)Sly Wrote: 1) Yes. Rootkits are one example of malware that can be used on Linux.Thank you very much, i mean full drive encryption so it is pretty muhc impossiblefor anyone to access it, and can you help me find the c++ thing i can code in (Compiler) i cant seem to find one RE: A few Questions. - Sly - 05-14-2011 You can use G++ for a C++ compiler on Linux. As far as drive encryption, some distros offer it when you install (such as Fedora). You also have the option of encrypting your drive with Truecrypt. RE: A few Questions. - Drakon - 07-20-2011 You can get some rootkits on Linux, but I don't think it's ordinary, more likely rare. RE: A few Questions. - Kotto*N[ix]mouth - 07-22-2011 (05-14-2011, 10:16 PM)M_a_X Wrote: Thank you very much, i mean full drive encryption so it is pretty muhc impossiblefor anyone to access it, and can you help me find the c++ thing i can code in (Compiler) i cant seem to find one Truecrypt works on Linux, and would encrypt your entire HDD (not just your /home/ folder) |