LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-04-2014, 09:18 AM   #31
Germany_chris
Senior Member
 
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,071

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497

Quote:
Originally Posted by Don Graham View Post
I to have Zorin taking up space on my hard drive. I now have to learn how to erase Zorin and install Windows 7-32. I have found that I am having all kinds of problem with VPN service. Now that I am using Linux. It is clear to me now. That most if not all VPN company have written there software to cater to Windows OS. I did a test drive using Windows 7 in VM Box. The VPN worked for a while and then stop working for some reason. I live in Thailand and like to watch movies and TV show from Netflix & Amazon. I had HMAVPN until I joined Linux family. HMA just can't get it to work for me. So I canceled my account. I signed up with StrongVPN hoping they would do better. Not the case so far. I tried to install openVPN and blow-it. Can't figure it out????
I use unetbootin to create live USB sticks. It worked grate for Ubuntu 12.04 and 14.04 but not so good for Zorin.
You need pipelight to actually watch Netflix and you do NOT need a VPN service to watch US Netflix you need a service like unblockus. I used to use a VPN for the exact same reason while it's still nice for shopping I will probably cancel it once I buy plane tickets this summer.
 
Old 05-05-2014, 06:28 AM   #32
Don Graham
Member
 
Registered: Apr 2014
Location: Bangsaen Beach, Thailand
Distribution: Ubuntu 15.04 & Mint 17.1
Posts: 131

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by yancek View Post
I'm not sure about Amazon but Netflix uses the microsoft Silverlight software. The software you need on Linux to use Silverlight is wine-pipelight. Instructions on how to install it on Ubuntu (as well as several other distributions) are at the site below. The Ubuntu instructions should work for Zorin as it is derived from Ubuntu. I installed it on Ubuntu and it worked fine.

http://fds-team.de/cms/pipelight-installation.html

I don't have any knowledge of VPN so can't help you with that.
Thanks for the info. I am aware of the Silverlight software. and have it installed. The problem is the software provided by my VPN service. That service is Hidemyass. I can not get it to work. One of there tech did a remote setup on my computer. And it still would not work. I finely got so feed up I closed my account with HMA. I had StrongVPN do a remote install. Which was successful, but when I try to watch anything using StrongVPN Two minutes into the movie the movie goes into refresh/buffer mode and never recovers. For the last 4 years I have used HMAVPN with Windows 7 and never had a problem. It is time for the Linux community to put together a workable system for VPN's It is clear that the VPN provider are not capable of writing Linux programs. That is my call to arms.
 
Old 05-05-2014, 08:44 AM   #33
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
My approach is that if they dont make a program available for Linux then I simple wont use their service.

That is why up to today I haven't bough a Netflix subscription, I haven't created an iTunes account, and I don't buy movies from Amazon prime. And just a couple of years ago I wouldn't sign for Steam neither.

But I know for sure there are people using VPN under Linux just fine.
 
Old 05-05-2014, 08:54 AM   #34
Germany_chris
Senior Member
 
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,071

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
You don't need a VPN to watch US netflix from outside the US you need a DNS service. I use unblock us, you add their DNS to your resolv.conf and watch netlix/hulu+/Amazon Prime to youor hearts content.
 
Old 05-06-2014, 07:27 PM   #35
Don Graham
Member
 
Registered: Apr 2014
Location: Bangsaen Beach, Thailand
Distribution: Ubuntu 15.04 & Mint 17.1
Posts: 131

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Germany_chris View Post
You don't need a VPN to watch US netflix from outside the US you need a DNS service. I use unblock us, you add their DNS to your resolv.conf and watch netlix/hulu+/Amazon Prime to youor hearts content.
Thanks Chris, I attempted to install DNS on my desk top computer and ended up blocking my access to the Internet. I am not operating wireless. So I plunged in my lap top into my router and it work just fine. To fix my mistakes I did a new Ubuntu install Chris I am getting feed up with trying to make lenux preform pipeline connections. I have a duel-boot on my desktop Ubuntu/Zorin I am going to dump Zorin and install Windows 7-32. At least I know that 90% of the VPN serves out there will work just fine on Windows.
 
Old 05-07-2014, 01:39 AM   #36
Germany_chris
Senior Member
 
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,071

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Here is my resolv.conf
Attached Thumbnails
Click image for larger version

Name:	Screenshot-1.png
Views:	20
Size:	30.9 KB
ID:	15442  
 
Old 05-07-2014, 02:23 AM   #37
Don Graham
Member
 
Registered: Apr 2014
Location: Bangsaen Beach, Thailand
Distribution: Ubuntu 15.04 & Mint 17.1
Posts: 131

Original Poster
Rep: Reputation: Disabled
[QUOTE=Germany_chris;5166111]Here is my resolv.conf[/QUOTE

Chris, I am not sure what I am to do with information. Would you please explain the steps. Something like this: sudo apt-get XXXXXXXX=XX_ XXXX (hit enter) etc, etc.
 
Old 05-07-2014, 05:05 AM   #38
Germany_chris
Senior Member
 
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,071

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
There is probably a GUI tool to do what I'm about to describe and I'm sure you could google it but...

open terminal

su hit enter then enter your password

nano /etc/resolv.conf

hash out what ever settings are input in there by your router with a #

to add you DNS settings you type

nameserver xxx.xxx.xx.xx

then hit control x then y enter

You will need to make that file unchangeable because it will refresh every time you boot so..

chattr +i /etc/resolv/conf

^^That is inelegant but it works and others will explain why it's inelegant and maybe show something better

if you need to change it again

chattr -i /etc/resolv.conf

remember do all this as root/superuser

====================

My only advise to you as a new linux user is to always use google and search specifically what you want and always join your distro specific forum

Last edited by Germany_chris; 05-07-2014 at 07:47 AM.
 
Old 05-07-2014, 05:22 AM   #39
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,349

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
I'm not convinced about this
Code:
su then enter your password
That attempts to log you in as root, but with your own environment and uses your passwd, not root's ...

You either need
Code:
su -
then root passwd.
The '-' ensures root's env, not yours.

Alternately, if you have sudo setup for your user
Code:
sudo su -
then your passwd.


Also, 'chattr +i', not '1' .
 
Old 05-07-2014, 07:48 AM   #40
Germany_chris
Senior Member
 
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,071

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
better?
 
Old 05-07-2014, 02:27 PM   #41
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
My only advice to you is to never use google...
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Linux: spoiled for choice! LXer Syndicated Linux News 1 06-24-2006 08:24 AM
Help! I am spoiled by Debian! erpe Slackware 23 04-11-2006 02:24 PM
Spoiled by Windows, total Linux newbie discussion please HiAmplidude Linux - Newbie 18 09-15-2004 03:42 PM
New to Slack, been spoiled by Mandy, need help Jadasin Slackware 24 04-19-2003 01:59 AM
chkconfig has spoiled me? glock19 Linux - General 6 05-03-2002 03:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration