Skip to main content

First post using stackedit

Welcome to StackEdit! Hey! I’m your first Markdown document in StackEdit 1 . Don’t delete me, I’m very helpful! I can be recovered anyway in the Utils tab of the Settings dialog. Documents StackEdit stores your documents in your browser, which means all your documents are automatically saved locally and are accessible offline! Note: StackEdit is accessible offline after the application has been loaded for the first time. Your local documents are not shared between different browsers or computers. Clearing your browser’s data may delete all your local documents! Make sure your documents are synchronized with Google Drive or Dropbox (check out the Synchronization section). Create a document The document panel is accessible using the button in the navigation bar. You can create a new document by clicking New document in the document panel. Switch to another document All your local documents are listed in the document panel. You can switch from one to anoth

Take Control of Your Online Privacy



Book Description

 September 2, 2013
Learn what's private online (not much)--and what to do about it!
Do you have anything to hide? Whether or not you think you do, your online activities are certainly tracked -- and not just by well-meaning sites who want to keep you logged in or by marketing firms who want to show you targeted ads for products that you likely want to buy.
In the full book, Joe helps you gain perspective on what is reasonable to expect about online privacy and develop a sensible online privacy strategy, customized for your needs. He then explains how to enhance the privacy of your Internet connection, Web browsing, email messages, online chatting, social media interactions, and file sharing. To bring home the most important privacy no-nos, Joe also encourages you to take The Pledge (OK, it's tongue-in-cheek, though it would have saved numerous politicians from ridicule and career-ending gaffes). Plus, parents will find important riinders about how your online actions can affect your children, far into the future.
Whether you have a Mac or PC, iOS or Android device, set-top box, cell phone, or some other network-enabled gadget, Take Control of Your Online Privacy has the advice that ordinary people need to handle common privacy needs (secret agents should really look elsewhere). You'll receive savvy advice about:
Why worry? Learn about who wants your private data, and, more important, why they want it. Even if you don't believe you have anything to hide, you almost certainly do, in the right context. Would you give just anyone your financial records or medical history? Didn't think so.
Set your privacy meter: Develop your own set of personal privacy rules -- everyone has different privacy buttons, and it's important to figure out which are important to you.
Manage your Internet connection: Understand privacy risks, prevent snoops, and take key precautions to keep your data from leaking out.
Browse and search the Web: Learn what information is revealed about you when you use the Web. Avoid bogus Web sites, connect securely where possible, control your cookies and history, block ads, browse and search anonymously, and find out who is tracking you. Also, learn how to protect your passwords and credit card data.
Send and receive email: Find out how your email could be intercepted, consider when you want email to be extra private (such as when communicating with a doctor or lawyer), find out why Joe doesn't recommend email encryption as a solution to ordinary privacy needs (but find pointers for how to get started if you want to try it -- or just encrypt an attachment, which is easier), get tips for sending email anonymously, and read ideas for alternatives to email.
Talk and chat online: Consider to what extent any phone call, text message, or online chat is private and find tips for enhancing your privacy when using these channels.
Watch your social media sharing: Social media is by definition social, so there's a limit to how private it can be. Understand the risks and benefits of sharing personal information online, tweak your settings, and consider common-sense precautions.
Share files: What if you want to share (or collaborate on) a contract, form, or other document that contains confidential or personal information? Find out about the best ways to share files via file server, email attachment, cloud-based file sharing service, peer-to-peer file sharing, or private cloud.
Help your children: As a parent, you know a lot about your children and you have access to lots of photos of thi. But that doesn't mean you should share everything without a thought to your children's privacy needs, either now or in the future, since data never disappears from the Internet. Find a few key tips to keep in mind before you tell all.
If I don't live in the United States, does this book pertain to me?
Many of the examples in this book are taken from the United States. Although laws and policies vary from country to country, nearly everything in this book is applicable in some fashion to anyone in the world.
I am a journalist and need to protect my sources. Plus, I think a few governments are tracking my movements. Will this ebook help me to ensure my privacy?
This book could be a good start if you are unfamiliar with these matters, but it does not have the depth of technical detail that you require. The intention of this ebook is to help ordinary people address ordinary privacy concerns, within the scope of a short book.

Comments

Unknown said…
Useful information shared. I am very happy to read this article. Thanks for giving us nice info. Fantastic walk-through. I appreciate this post.

dedicated vpn

Popular posts from this blog

Sử dụng gcov để kiểm tra sourcecode

Sau khi hoàn thành source code, trong test phase, có thể chúng ta cần kiểm tra tập test case của chúng ta có coverage tất cả các trường hợp có thể xảy ra hay không, hành động này gọi là test code coverage. Có nhiều tool miễn phí cũng như có phí để thực hiện việc này, nhưng đơn giản nhất là sử dụng công cụ gcov đi kèm trong trình biên dịch gcc. Để đọc chi tiết hơn về gcov, bạn có thể vào http://gcc.gnu.org/onlinedocs/gcc/Gcov.html#Gcov, hoặc tìm kiếm với Google. Sử dụng gcov khá đơn giản, giả sử ta có 3 file a.c, b.c và c.c. Truy cập vào thư mục chứa 3 files này, gõ: gcc -fprofile-arcs -ftest-coverage a.c b.c c.c Mặc định gcc sẽ tạo ra file a.out trong thư mục hiện thời, cùng với 3 file a.gcno, b.gcno và c.gcno. Sau đó bạn chạy file a.out với các parameter cần thiết, sẽ tạo ra thêm 3 file a.gcda, b.gcda và c.gcda. Sau đó, giả sử cần phân tích file b.c, chúng ta gõ: gcov b.c Có hai tham số thường dùng là -b và -f: -b: thêm thông tin về branch trong code. -f: thêm thông tin về hàm. Thông

Getting started with Cryptpad in Ubuntu: step by step

Cryptpad is an open source collaborative editor which is hosted at: https://github.com/cjdelisle/cryptpad It is easy to clone the github repository and start to try, but if you are a newbie, there maybe some difficulties. Suppose that you have a clean Ubuntu machine, and want to try with Cryptpad, you can follow these steps: 1. Download mongodb for Linux: https://www.mongodb.org/downloads 2. Unzip the file you got to a location you want. You will start mongodb from there, or add this directory to your PATH variable so you can start mongodb from anywhere. 3. Suppose that you chose the easier way, i.e start mongodb from its directory. 4. Open Terminal (Ctrl + Alt + T for shortcut), move to the directory of mongodb 5. Type: mkdir db mongod --dbpath=./db These above commands will first, create a directory 'db' insider the directory mongodb, then start mongodb server. 6. Keep the terminal with mongodb server running 7. Open another terminal (Ctrl + Shift +

First post using stackedit

Welcome to StackEdit! Hey! I’m your first Markdown document in StackEdit 1 . Don’t delete me, I’m very helpful! I can be recovered anyway in the Utils tab of the Settings dialog. Documents StackEdit stores your documents in your browser, which means all your documents are automatically saved locally and are accessible offline! Note: StackEdit is accessible offline after the application has been loaded for the first time. Your local documents are not shared between different browsers or computers. Clearing your browser’s data may delete all your local documents! Make sure your documents are synchronized with Google Drive or Dropbox (check out the Synchronization section). Create a document The document panel is accessible using the button in the navigation bar. You can create a new document by clicking New document in the document panel. Switch to another document All your local documents are listed in the document panel. You can switch from one to anoth