Do You Really Need to Use Antivirus Software?
Pretty much everyone who has used a computer knows what anti-virus software is and what is does. In case you don’t know, anti-virus software basically gives you the potential to know if malware is trying, has tried, or maybe even has successfully infiltrated your computer system.
More and more people are starting to do away with anti-virus software because “they don’t need it”. Well I personally see anti-virus software as a tool…a tool that helps secure a computer system. When someone says that they “don’t need anti-virus software”, I think of the example that I gave to someone a while back on the Internet :
Let’s say you go around telling people that you don’t need to see a doctor to test for cancer, because you do not have cancer, nor will you ever get any. How do you have the potential to know that you do not have cancer, *if* you are not checked by a doctor? How do you know that you will *never* get *any* cancer at all? You don’t!
Your logic would not make sense in that situation because you are assuming something as fact, when *in fact* you are just guessing! The same applies to someone who says that they “don’t need anti-virus software” because they “know that they won’t get any malware” on their computer system or “I know that I am careful, hence I don’t need anti-virus software”. Sorry people but that logic just doesn’t add up!
Also it seems in my experience that many Linux users believe the idea that they won’t get any malware on their Linux systems, or at the very least they “don’t need an anti-virus” program running on their Linux system.
Like I have asked several times before, how can you have the potential to know if you have malware on your Linux system, if you do not run anti-virus software on your Linux desktop / server?
You are just guessing that you will not get any malware. You are even guessing when you say that you do not have malware currently on your Linux system!
Sure Linux has a lot less malware than Windows, but that is no excuse for ignoring security! 🙂
Also, I know that anti-virus software can have (and does have) security problems in of itself. However keep in mind that the companies that write the anti-virus software do update their software to fix security problems, so this is not necessarily a big deal (depends upon your situation).
Posted in Computers, Internet and Servers, Operating Systems, Software
How Good is pfSense?
About six months ago, I started using pfSense (uses FreeBSD) for my main router. I have been very pleased with it and will share a short description of my experiences with it.
Please take note this is not a “how-to” tutorial on installing pfSense. I am just giving my general opinions and experiences with using pfSense.
Install Procedure
The install has two different paths. 1) A quick install, or 2) a more detailed, custom install. I just went ahead and used the quick install. The actual installation took about 3-4 minutes to complete. The process was quick and painless.
Initial Setup
After pfSense installs and reboots, you will have the opportunity to tell pfSense which network card is for your WAN and which network card is for your LAN connections – all basic, routine information a router needs to know.
pfSense will give you the opportunity to setup a VLAN if needed. I had no problems with this part of the setup.
General Router Configuration
You can now access (via a web browser) the newly installed pfSense router using the default local (LAN) IP address pfSense assigned you.
Once in, you will need to modify the router’s basic settings (e.g., WAN settings, LAN settings, etc.). Having your old router configuration with you while setting up your new router helps a lot.
I setup a VPN (using OpenVPN) to my place of work. This has helped a lot in providing a safe and encrypted mechanism to transfer data between home and work.
I also assigned static IP addresses to the different computers at the location.
Powerful Gateway Control
pfSense gives you total control over your firewall’s gateway. For example, let’s say I have the following local networks: 10.x, 11.x, and 12.x Each of these networks are sand-boxed from each other for extra security.
Now let’s say I have computers on the 11.x network that only need to process data locally (e.g., computers that render 3d animated graphics). They have no need to use the Internet at all. All their work is assigned via a local computer.
I can now go to pfSense and tell it not to allow the 11.x network through the Internet gateway. So now I have the 10.x and 12.x networks with Internet, while the 11.x has absolutely no Internet access. This is a very good and effective way to secure important workstations from an outside attack.
I am pretty sure none of the consumer-grade routers you can purchase from your local retailer will have this ability out-of-the-box.
Backup and Restore
pfSense allows you to backup your entire router configuration. You can restore at any time you need to.
Upgrades
pfSense seamlessly upgrades to newer versions, keeping your previous configuration. This is one of the reasons I enjoy using pfSense. No more wasting time fixing configurations due to a system update.
I used to use OpenWRT (a Linux-based router OS) that required a complete reconfiguration, every…single…upgrade (no joke). I about had a heart-attack when I found this out. OpenWRT definitely was not a good fit for me.
Overall Opinion of pfSense
I am very pleased with pfSense. I have had almost zero trouble with it. pfSense handles many Internet connections well, allows for major flexibility in configuring my networks, and works perfectly with SSD drives.
If you want a extremely powerful router, but do not want to shovel out the money to buy a commercial setup, pfSense gives you a really great alternative.
To sum it up, pfSense is a great solution, open source, and available for free. I recommend you try it out for yourself. Click here to go to pfSense’s home webpage.
Posted in Internet and Servers, Operating Systems, Software
Response to “101 reasons why Linux is better than Windows” – Part 9
This is a response (Part 9; the last part of this series) to the web blog entitled “101 reasons why Linux is better than Windows”(http://cityblogger.com/archives/2007/01/24/101-reasons-why-linux-is-better-than-windows/)”. The author tries to discredit Windows by giving many reasons why Linux is “better”.
I will do my best to show how this is not the case. Operating systems are just tools. If you try to make one OS look “better” than another, you could possibly lead people into the wrong direction. Please note that the author has not written all 101 reasons on his blog. It appears he stopped writing it a while back. I will respond to everything he has currently written.
Direct quotes from the author are in red and my responses are in black. Please note that I mean no disrespect to the author in anything I say.
———————
80) Linux has bundled Databases such as MySQL and PostgreSQL which are extremely powerful and used in production environments. Customer doesn’t need to purchase expensive databases.
MySQL works wonderfully on Windows.
PostgreSQL is also available for Windows.
81) Linux is been used for super computing clusters, most of top super computers in the World use Linux. Windows just can’t scale to that level.
Actually Windows can and is used in super-computers, but Linux is the preferred OS for super-computing as well as having the most market share (for super-computers).
82) File system scalability: while NTFS file system can scale upto 16TB, XFS on Linux can scale upto 18 million TB! yes that bigger than what you would ever need.
Actually NTFS supports up to 256 Tebibytes in maximum volume size! Remember that with the proper drivers, Windows can read other file-systems. In addition, Windows can read more file-systems than just NTFS out of the box.
83) Processor scalability: Linux can scale to Unlimited processors. It is already running on a single system with 2048 CPUs. Windows can’t even claim to come anywhere near that number.
Linux cannot use “unlimited” CPUs. It has a limit (albeit a high one).
Windows can also scale with many CPUs (of course, licensing restrictions apply).
84) You have commands to check the systems Serial Number and other hardware information. to get serial number type:
dmidecode | grep “Serial Number” | head -n1 | sed -e ‘s/tSerial Number: //g’
or type dmidecode for all hardware info Read More. You can easily use this feature to extract data quickly and even write some scripts to do that.
Windows has a built-in program called “System Information” which will show you the same information.
———————
Well this is the end of Part 9! Thanks to everyone who has stuck around to read this entire series. It took me quite a while to write it up, but I hope that people will learn not to believe everything they read online about Windows and Linux.
Posted in Internet and Servers, Operating Systems
Response to “101 reasons why Linux is better than Windows” – Part 8
This is a response (Part 8) to the web blog entitled “101 reasons why Linux is better than Windows”(http://cityblogger.com/archives/2007/01/24/101-reasons-why-linux-is-better-than-windows/)”. The author tries to discredit Windows by giving many reasons why Linux is “better”.
I will do my best to show how this is not the case. Operating systems are just tools. If you try to make one OS look “better” than another, you could possibly lead people into the wrong direction. Please note that the author has not written all 101 reasons on his blog. It appears he stopped writing it a while back. I will respond to everything he has currently written.
Direct quotes from the author are in red and my responses are in black. Please note that I mean no disrespect to the author in anything I say.
———————
75) Cool integration between Calendar application and Desktop calendar. For example if you add an appointment into Evolution, it will show up in your Desktop Calendar in Gnome as well when you click on time.
Not a big deal, and not a good reason to switch to Linux.
76) You can have multiple work-spaces, its like having multiple desktops. Instead of having all your applications on one desktop, you can have them sorted on multiple desktop workspaces and easily switch between them. For example you can make one workspace for work, one for music, one for emails, one for browsing and so on. This can be in a grid or linearly organised.
Windows 10 can do multi-desktops.
77) You don’t need to create a Microsoft Live account and remember another stinking password just because you wanted to play Solitare.
Not a big deal, and not a good reason to switch to Linux.
78) Encoding compressed video files is a dream once you get ffmpeg compiled. In windows normally it costs money to get a program to encode video and often the encoded files don’t play on the device.
You can use the free program called Handbrake. This will do what you want.
79) games made natively for Linux run faster than the same game on Windows.
Why would a game compiled for Linux run faster than the same game compiled for Windows?
———————
Well this is the end of Part 8! Click here for Part 9!
Posted in Internet and Servers, Operating Systems