Showing posts with label os. Show all posts
Showing posts with label os. Show all posts

Friday, July 3, 2015


    Let me get started by explaining why I'm writing this, I live here. I get to talk to tourist EVERYDAY and they always ask me, "what can we do with our kids?", "What group activities is there to do?" oh and the famous "Why does everything close at 7 or 8?". I just laugh and shrug because I don't have it in me to rant about this town and do my job at the same time.

    So let me get started with clearing up a MAJOR lie that advertisers promote like crazy for our town, we are not a rich community. We are a small community with many small businesses. We struggle during the winter and thrive during the summer. This does not mean we have alot of "amusement parks" or "clubs" or any other kind of activities for the younger generation. Don't get me wrong we have some stuff, just not as much as they make you believe.

   The most common thing I get told is we are advertised as the "richest little city" or something along those lines. So the marketing is working, but what they find is lacking. Even those from the east-coast are fed this lie and buy into it. It's pretty sad if you think about it. Not only are you ruining someones vacation by lying about how "amazing" and how much we have to offer when really after 7 we don't have squat. Even in California they advertise our small town with sun setting on the ocean with a "palm tree" .. I kid you not I saw this bit billboard for housing in Ocean Shores WA and it had a freakin' palm tree like it was a picture of Ocean Shores Hawaii. The lies from the propaganda machine is over powering for this town and I feel bad for those who fall for it with out doing research.

THINGS WE DO HAVE! 

Keep in mind not all these are good for the little kids, there is a lot of restrictions for some of these activities.

  1. GoKarts/PlayLive
  2. Bowling
  3. Arcade
  4. The Beach And Lake
  5. Horse Rides
  6. Hotels
  7. Gift Shops



Other then that you have the beach and your hotel room.


The Never Ending Question...
I get asked daily why the GoKarts and Bowling Alley are the only things open late in this town. I always reply with "I have no idea". But my real theory is simple the town is built and ran by the older generation which is lacking in knowledge about what kids and their families really want to do in this era. We are a very small town and most of the people who hold spots of power are a little older and sheltered from what this new generation really enjoys and what these families are really looking for.


The Winter Argument! 

I understand that winter seasons we die here on the coast but during the summer we are slammed with fresh blood and still places like Pacific Paradise do not stay open late enough for these younger tourist. I get people from Portland OR asking me, "where is the night life? What is there to do after 9?".. Nothing is my reply and it's sad to see that this is how our town will die eventually.


What We Should Do.

We need to add more "amusement" type attracting. I get it gift shops, soap stores and things make the owners more money. But for the blood line of this town we need to bring more attractions for the families and kids that come and visit this place! I know I'm not the only one who feels this way and it's frustrating because me personally I can't do anything other then write and bring the issue to light online and in my circles.

My Ending

I really do hope this reaches the community of Ocean Shores or even to those interested in building in shores. We need new entertainment, rides, attractions, a beach peer with cool little games and vendors. I know this all costs money but it could all bring such a beautiful rebirth to this town. Open an all age "dance/club" and some more child attractions.. Maybe an aquarium. These are things kids and young adults like, give it a shot or at least a thought . Thanks for reading and leave comments with ideas and input!

Have you heard of tsu.co? It allows writers like me and readers like you to connect on a social network that doesn't censor our views. Hey they will also share their revenue with you for content on their site, why not give it a shot?

Friday, November 14, 2014

Tor DeepWeb Chrome Androids And What The F###?

Why would you want Tor? Well lets think, do you like being naked in front of a window while a million others take pictures of you and sell those photos and you see nothing in return? If so then just keep moving this isn't for you.. Tor allows you to be safe, be private, and be anonymous. Chromebooks allow extensions for your chrome broswer but it doesn't have anything like Tor yet... So the people of the internet have found ways to get around this issue and access Tor from your Chromebooks by connecting to VPN or using Remote Desktop Software.

If you just want the How2 then head down to the bottom....

Let me say if you're here just to get on ".onion" sites for the 1st time.. Then you're probably just lazy and will use something like this "tor"..

BASIC TOR EXTENSION
https://chrome.google.com/webstore/detail/tor/ohielanlcdleofjibfmjbbkaajdcpoil/reviews

Tor2Web- Not All The Privacy Of ToR But Easy To Use.

Getting started

Whenever you see a URL like http://duskgsw0---wuqc6.onion/, that's a Tor hidden Web service. Just replace .onion with .tor2web.org to use the Tor2web proxy network. This protects the publisher but does not protect the reader...

Which mind you means it is not anonymous and you will not be "safe". But you will be able to enter "deep web" sites but please use this at your own risk.. Some of those sites are evil and should be marked as evil and never visited...
The underground is being dug up
#OPOnymous

If your here just for a proxy to get past your schools webblocking software.
 (which I'm sure some of you are then here's a list of proxy ext for Chrome Browser)






Now For The Guide

Set up Tor On Android And Chromebooks

How to setup tor on your Chromebook when on the go with Android Tablet/Phones

All it needs is an http/s or socks proxy running on android.



Requirements:
  1. android device (no need for root)
  2. chromebook

install all the necessary apps on your android device and set up orbot as you like. install the proxy app, can also be done with the socks server app, the key is to have the proxy server redirect all traffic to orbot on port 8118 , you can do this if you scroll down on the proxy server application for android and fill in the “forward to host”. Under host you would put “localhost” and under port put in the orbot port “8118”. Lastly set the proxy configuration on your chromebook, via foxyproxy or in the system settings and viola.
Why not just connect directly to orbot’s port?
well you can also do this but you need the device to be rooted and have orbot allow connec tions from other ip addresses via ip tables. This guide just assumes either you can not, don’t know, or just don’t want to root your device. However if you are thinking of using root when tethering via wifi, bluetooth, or usb you will need to root.



How to get chrome tor working in a more stationary environment




-chromebook

-computer (with your os)

-your favorite proxy application
-tor browser bundle

in this case we will be using ubuntu and the proxy application polipo. on your computer type in a terminal “sudo apt-get update && sudo apt-get install polipo”. Once installed you want to allow connections from other devices so again in the terminal but we type “sudo nano /etc/polipo/config” (you can use any editor but if you're doing this from chromebook you are stuck with cli editors. Nextly we will change these two settings to what we need.
proxyAddress = "192.168.0.1"     
allowedClients = 127.0.0.1, 192.168.0.0/24
and if you are adventurous we can have polipo strip items from your packets and even make pretend that there is no internet connection (not highly recommended). Anyways what is most important is that we set a proxy parent like so:

socksParentProxy = localhost:9050

now just run the tor browser bundle and edit the torrc to change the socks port to 9050, or any other port your wish. Lastly connect to your computer on port 8123 from your chromebook, restart the tor browser application and you are good to go.



p.s. don’t forget to allow connections to port 8123.

Why not connect directly to the tor browser bundle (again).
Well you can no problem, except that by default tor browser bundle only allows localhost. you can modify the torrc to allow other incoming connections or you can install vidalia on ubuntu, but that is highly not recommended, unless you also add the tor repository to keep tor/vidalia up to date. but once you get tor allowing other ip’s on your network to connect then you should just be able to add the socks server on chrome os.  


TorGuard - Pay To Use Site
SetUp
 This tutorial will walk you through how to setup an L2TP VPN connection on Chromebook.
  1. If you haven't already, sign in to your Chrome device.
  1. Click the status area at the bottom of your screen, where your account picture is located.
  1. Select Settings.
  1. In the "Internet connection" section, click Add connection.
  1. Select Add private network.
  1. In the box that appears, fill in the information below. This information can be found in the TorGuard member's area under "My Servers".
  1. Server hostname: Name of the server IP that you need to connect to in order to access your VPN. This information can be found in the TorGuard member's area under "My Servers".
  1. Service name: Select L2TP/IPsec + Pre-shared key. enter "torguard".
  1. Username: TorGuard VPN username credentials for connecting to VPN.
  1. Password: TorGuard VPN password credentials for connecting to VPN.
  1. Click Connect.
LIKE ON FACEBOOK Follow me on Twitter!