Jul 31, 2013

Richard Stallmann on Ubuntu, Spyware, and the Ubuntu Phone



Richard Stallman Talks About Ubuntu & its privacy invasion (according to EFF and FSF) Features. He goes on to say that "non-free" distros like Ubuntu, have ethical flaws. For instance they contain non-free software, thereby making their distros about convenience rather than freedom.

Jul 30, 2013

Hacker-Proof Your WiFi During Travel

Not everyone knows the risks that come with using public Wi-Fi. If you're traveling this summer, learn the basics of secure Wi-Fi use, so hackers don't get your personal information and commit fraud with it.

Staying Safe While Cybersurfing

Most places that offer public Wi-Fi make it pretty easy for customers to get online. There are usually minimal login requirements, and to avoid encryption compatibility issues, they tend to disable many of the security features that are built into the wireless device. However, without encryption, your data passes unprotected, just like a radio signal.
According to the identity theft experts Life Lock, always check the network names. Thieves often create near-identical networks to the public networks people are accessing, and these signals can be intercepted by anyone who has a compatible receiver and some basic, easily acquired tools. If the Wi-Fi you're using isn't encrypted, your data is open to theft. From a login and password at your bank to a private email you've sent, it's all fair game to cybercriminals.

Wi-Phishing

A tech-savvy hacker is armed with the skills, tools and patience needed to work around the limited protection measures many Wi-Fi hosts employ. For example, some use social engineering methods to trick Wi-Fi users into divulging their most sensitive information.
Through wi-phishing, a cybercriminal is able to hijack a wireless signal and replace it with one of his own. He can spoof the network name and replace the sign-in page with a duplicate. You'll then supply your information to the hacker, not the Wi-Fi provider. From there, you may be redirected to other fraudulent or virus-filled websites. You might even be tricked into providing credit card numbers or other sensitive information.

Protecting Yourself on Wi-Fi

  • Don't allow your device to automatically join Wi-Fi networks. Manually select the desired network after connecting.
  • Be sure you're on a legitimate network; check with the business offering the Wi-Fi to confirm the details.
  • Stay aware of your surroundings. Ensure that nobody is looking over your shoulder when logging in to your accounts.
  • Don't leave your computer unattended.
  • Don't bring sensitive data on your hard drive when traveling.
  • Disable file sharing.
  • Don't do online banking at a public hotspot.
  • Don't surf pages you wouldn't want others to know you're viewing.
  • Limit email to casual communications; don't send anything sensitive.
  • Turn off your wireless card when not in use.
Public Wi-Fi hotspots can be convenient while you're traveling, but you should take some precautions when using them. Protect your computer, your data, your identity and your privacy by following the tips above. When you know you're safe online, you'll be able to relax and enjoy your trip to the fullest.

Jul 29, 2013

Three Plugins You Can Use To Make Thunderbird Work With Microsoft Exchange

Now that I am using Bauer-Puntu Linux on my company laptop, I no longer have the luxury of using Microsoft Outlook which works seamlessly with Microsoft Exchange.

As many of you know, Microsoft Exchange is more than just email. If also handles contacts, calendars, tasks etc. out of the box, but Thunderbird doesn't handle that stuff. True, you can configure Thunderbird to connect to Exchange using IMAP over SSL, but that only gives you email and none of the other goodies.

That's why I am using the following plugins to make Thunderbird work with my companies email system which happens to be Office365, but that uses Exchange 2013 on the backend:
With those three plugins, I am able to use Thunderbird with Office365 without issue.

Jul 26, 2013

How To Configure Pidgin To Use Microsoft Lync in Ubuntu Linux

I mentioned recently that I replaced Windows 7 on my company laptop with Bauer-Puntu 13.04. One of the items I had to do to make the transition a little more seamless was to get company instant messaging working.

We currently using Office365 for email and instant messaging. On the back end Office365 is using Lync and Exchange to provide those services so this works on that, and should also work if you using in-house Lync.

Here is what did to get it to work:
  • Installed the pidgin-sipe plugin

    sudo apt-get install pidgin-sipe
  • Add a new account, and selected Office Communicator as the protocol
  • For the username and login I used my email address, and of course I entered my password.
  • On the Advanced tab change the connection type to Auto
  • Use the following for User Agent: UCCAPI/4.0.7577.314 OC/4.0.7577.314
  • Change authentication scheme to TLS-DSK
  • Uncheck the Single Sign-On box
  • Click Save
That's it, after that Lync worked flawlessly on Pidgin! Pidgin is also great because it supports every other protocol so you can use all your IM accounts in one application.
[Thanks to Dataforce]

Jul 25, 2013

How To Configure A Lenovo Thinkpad T530 With Docking Station For Dual Monitors in Ubuntu

At my day job I have a pretty awesome Lenovo T530 laptop, and up until yesterday I was running Windows 7 on it. I decided to install Bauer-Puntu 13.04 on it instead, and for anything Windows related I would use Remmina to RDP to a server, or use a Windows 7 VM in Virtualbox.

By default the T530 has Nvidia Optimus enabled in the bios which is great for Windows 7 or Windows 8, but it doesn't work so well in Ubuntu. I have read where people had success using Bumblebee to make Ubuntu play well with it, but I didn't have any luck. So this is how I got dual monitors to work for me
  • Switch to discrete graphics mode in your bios



  • Install the latest Nvidia drivers from the Ubuntu repositories

    sudo apt-get update
    sudo apt-get install nvidia-current
  • Edit your grub config and append nox2apic after "quiet splash"

    sudo nano /etc/default/grub

    Change

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


    to:

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nox2apic"


  • Update grub

    sudo update-grub


  • Reboot
After I did that I was able to go into the Nvidia X Server Settings and setup  my screens to use TwinView.


Did you get it to work a different way? Were you successful with Bumblebee? If so, what did you do differently? Let us know in the comments.

Jul 24, 2013

How To Run Netflix in Ubuntu 13.04

I really love my wife! The other day she broke down and let me wipe out the install of Windows 8 on her laptop, and let me replace it with Lubuntu Linux. It's lighter, has better performance and it is not Microsoft which is a part of the NSA's PRISM program.

Well, her only stipulations were that it must play CD's and DVD's, she had to be able to surf the web easily like she did in Windows, and she had to be able to watch Netflix.

All of them were easy enough except Netflix. That's because Netflix is the only company in the world I think that built their web-based application on the obsolete Silverlight by Microsoft, and it just doesn't want to run on Linux.

Well, I got it to work, but you have to install a third party package called Netflix-Desktop.

To install it run the following from the terminal:
sudo apt-add-repository ppa:ehoover/compholio
sudo apt-get update
sudo apt-get install netflix-desktop
After that it will create a nice little Netflix-Desktop icon in your Sound & Video menu, at least that is where it created mine in Lubuntu. You can also launch it from the terminal by running netflix-desktop.


After I installed it and showed it to my wife she was happy as a clam, and so was I because I got rid of one more Windows PC from my life! Woot!

Jul 23, 2013

Citrix Made XenServer Open Source Again. All Enterprise Features Are Now Free!

I use XenServer in my office environment. I switched us over to it shortly after I started at my day job because the free version of XenServer at the time had better features than VMWare's ESXi product. Features like clustering, and XenMotion were appealing to me, and my company couldn't afford the price tag of VMWare Professional or better.

The problem with the free XenServer version we are using is that it doesn't have high availability features or Alerts. I figured it was still fine for regular in-house business apps though, which it has been. It would just be nice to have all features.

Well a friend of mine who runs the infrastructure for TTR Corp in San Diego said that they were moving away from VMWare over to XenServer. When I asked why he said that the new version of XenServer (6.2) now has all enterprise features available for free!

I did some checking and he is right! From their release notes:
XenServer 6.2.0 includes the following new features and ongoing improvements:
Licensing Simplification

As part of our commitment to ease of use, this release sees the introduction of XenServer 6.2.0 which replaces the previous XenServer Free, Advanced, Enterprise, and Platinum editions. Functionality previously available within premium versions of XenServer is now available free of charge. With this simplification we have also introduced per-socket licensing. Licenses no longer enable specific XenServer features, instead they signify that a XenServer is under a valid support contract. XenServer 6.2.0 no longer requires a license server or licence file to enable features, as all features are enabled for free in unlicensed mode. Licenses are only required to receive Citrix Support and to enable the use of XenCenter for the installation of security and feature hotfixes. Hotfixes can continue to be installed on unlicensed hosts using the xe command line interface.
So basically everything is free unless you want support! If you are not using XenServer for your hypervisor needs you should consider taking a closer look at it for cost savings. If you are already using it like me, then you need to look at upgrading soon!



Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | stopping spam