Well I broke down and joined another social network, Google Plus.
Come follow me.
cat /dev/brain > /var/blog
If you are experiencing issues getting the proprietary Linux Nvidia driver to load on a Dell E6420/E6520 laptop ( I am sure there are other Makes and Models that have have this issue ) then here is your fix:
Go into the BIOS and under the Video section uncheck (disable) the Optimus option.
It doesn’t matter what distribution you are using this will fix it assuming you already have the driver installed properly. If you need help doing that then just use Google to find the correct How-To guide, there are hundreds for each distro.
That’s it, such a simple fix to a frustrating issue.
Our company just switched from Symantec antivirus to Kaspersky a few weeks ago and I noticed that every application that I have written and compiled with AutoIT ended up getting falsely detected with Kaspersky as a virus. Since I wrote each application, I know for a fact that there isn’t a Trojan in my code. So I started a live chat with Kaspersky’s support staff and here was our solution.
1) Open up the Kaspersky Administration Kit and navigate to Managed Computers > Policies and then right click on the Protection Policy that you want to update and then select Properties. For me the policy name is Protection Policy – Windows Workstations.
2) Next Click on the Protection Tab
3) Click on the Trusted Zone button
4) Click add and fill out the rule description as follows:
Properties: Threat Type
Comment: <What ever you want to name the Rule> AutoIT False Positive
Rule Description:
select object: Trojan-PSW.Win32.Autoit.m
Component: any
5) Click Ok then OK.
This will then automatically update all of the clients and all of your AutoIT application will run and not be detected and deleted as a virus. If for some reason you AutoIT applicaiton are flagged as a virus other than Trojan-PSW.Win32.Autoit.m then you can just replace that parameter with above.
Note: This will now allow any valid Trojan-PSW.Win32.Autoit.m virus to go undetected by Kaspersky. I write a lot of my script around the office in AutoIT so this was a chance I was willing to take.
I saw this on firsttube.com but was orgrinally posted here