Tor Messenger makes chatting off the record easier

The content below is taken from the original (Tor Messenger makes chatting off the record easier), to continue reading please visit the site. Remember to respect the Author & Copyright.

Security concept, encrypted binary code with encrypt word inside

Tor has finally released a beta version of the cross-platform chat program it’s been working on for quite a while. The client works with several chat services/protocols such as Jabber, IRC, Google Talk, Facebook Chat, Twitter and Yahoo, but its main draw is definitely the privacy features Tor is famous for. It uses Off-the-Record (OTR) protocol to encrypt your IMs, which pass through Tor’s network of volunteer computers for security and anonymity. According to Wired, it even has chat logging disabled as a default setting. "With Tor Messenger, your chat is encrypted and anonymous… so it is hidden from snoops, whether they are the government of a foreign country or a company trying to sell you boots," Kate Krauss, the company’s public policy director, told the publication.

Via: TheNextWeb

Source: Tor

Posted on in category News

It’s official: Tor’s .onion domains will be kept off the public internet

The content below is taken from the original (It’s official: Tor’s .onion domains will be kept off the public internet), to continue reading please visit the site. Remember to respect the Author & Copyright.

IETF publishes RFC 7686 and makes edible bulb a reserved name

Software is forbidden from using Tor URLs ending in .onion on the public internet following the publication of RFC 7686, which makes the top-level domain a "special use" case.…

Posted on in category News

How to build a totally open computer from the CPU to the desktop

The content below is taken from the original (How to build a totally open computer from the CPU to the desktop), to continue reading please visit the site. Remember to respect the Author & Copyright.

Novena – a novel piece of lab equipment

How does one build a completely open-source computer from scratch? Answer: slowly.…

Posted on in category News

IBM Rolls Out Private OpenStack Cloud for On-Prem Data Centers

The content below is taken from the original (IBM Rolls Out Private OpenStack Cloud for On-Prem Data Centers), to continue reading please visit the site. Remember to respect the Author & Copyright.

Posted on in category News

Facebook gives staff slow internet to understand the developing world

The content below is taken from the original (Facebook gives staff slow internet to understand the developing world), to continue reading please visit the site. Remember to respect the Author & Copyright.

India Daily Life

Many have accused Silicon Valley of being out of touch, and for good reasons: among other things, it acts as if the entire planet has access to super-fast, always-on internet connections. Facebook, however, wants to give its employees a wake up call. It’s starting up "2G Tuesdays," an optional initiative that slows down its office internet access to speeds you see in rural India and other developing areas. It’s a blunt reminder that even an ordinary web page can take minutes to load on a basic connection, and that anything Facebook can do to save data will make a huge difference. While it only subjects people to pokey internet access for an hour, that might be enough to ground staffers in reality.

[Image credit: AP Photo/Tsering Topgyal]

Source: Business Insider

Posted on in category News

New Veeam Backup for Linux Delivers Availability for Linux Servers in the Cloud and On Premises; Latest FREE Tool from Veeam

The content below is taken from the original (New Veeam Backup for Linux Delivers Availability for Linux Servers in the Cloud and On Premises; Latest FREE Tool from Veeam), to continue reading please visit the site. Remember to respect the Author & Copyright.

Veeam Software , the innovative provider of solutions that deliver Availability for the Always-On Enterprise , today announced Veeam Backup for Linux Read more at VMblog.com.

Posted on in category News

Oracle Java ‘no longer the greatest risk’ to US Windows PC users

The content below is taken from the original (Oracle Java ‘no longer the greatest risk’ to US Windows PC users), to continue reading please visit the site. Remember to respect the Author & Copyright.

And too many people stuck on dead-end software or just simply not applying patches

Apple’s Windows apps have leapfrogged Oracle Java as the biggest security risk to PCs in the US, according to a study by vulnerability management outfit Secunia (now a Flexera Software company).…

Posted on in category News

Raspberry Pi boards can now be customized and mass produced

The content below is taken from the original (Raspberry Pi boards can now be customized and mass produced), to continue reading please visit the site. Remember to respect the Author & Copyright.

raspberry-pi-2
The existing models of the Raspberry Pi are all very capable and flexible tiny computers, with a range of connections allowing them to be customized to suit your needs. However, for some users, […]

Posted on in category News

SSD or No SSD? That is the Question

The content below is taken from the original (SSD or No SSD? That is the Question), to continue reading please visit the site. Remember to respect the Author & Copyright.

Posted on in category News

Immersion Cooling Finds its Second Big Application: Bitcoin Mining Data Centers

The content below is taken from the original (Immersion Cooling Finds its Second Big Application: Bitcoin Mining Data Centers), to continue reading please visit the site. Remember to respect the Author & Copyright.

Posted on in category News

Introducing a New Course on Developing Android Apps for Auto

The content below is taken from the original (Introducing a New Course on Developing Android Apps for Auto), to continue reading please visit the site. Remember to respect the Author & Copyright.

Posted on in category News

Understanding Containers: Docker, CoreOS, LXD and Container Partners – Brad Dickinson
Brad Dickinson

Understanding Containers: Docker, CoreOS, LXD and Container Partners

The content below is taken from the original (Understanding Containers: Docker, CoreOS, LXD and Container Partners), to continue reading please visit the site. Remember to respect the Author & Copyright.

By The VAR Guy

By The VAR Guy

By now, you’ve probably heard of Docker containers. But what about the rest of the container ecosystem? Which other companies are involved in containers and microservices, and what types of partnership opportunities exist surrounding containers? Keep reading for insight.

If you’re confused by containers, you’re not alone. The term itself is a pretty loose one, and the container ecosystem is complex. Docker (which is both a company and an open source container project) has made the most headlines regarding containers. But it’s by no means the only name in the container space.

So, to clear up all the confusion, here are some answers to the questions you’ve been dying to ask about containers…

What are Containers?

Simply put, containers are a method for running software inside isolated environments.

But that method can be implemented in different ways and for different purposes. In general, most of the talk about containers today involves running individual apps inside of them. Containerized apps offer more portability and easier deployability.

However, you can also run entire operating systems inside a container. Canonical’s LXD platform supports this, for example. So does Solaris, the Unix-like OS now owned by Oracle.

Which Container Platforms Are Available?

Again, there are a number of container platforms available. Here are the main ones:

  • Docker, the most popular container platform at the moment.
  • CoreOS, which has a container runtime called Rocket, or rkt.
  • LXC, which forms the basis for LXD. LXC used to be the basis of Docker containers, too, but Docker now uses a homegrown runtime.

These are only the major container platforms available for production use now. The list would be much longer if we included every type of container technology out there, from FreeBSD jails to Unikernels.

What is Container Orchestration?

Containers themselves only run a piece of software. To use containers effectively in real-world environments, you need an orchestration tool.

Orchestration tools automate most of the tasks involved in spinning containers up and managing them once they’re running. If you have thousands of containerized apps running in your cloud, you can’t feasibly manage them without taking advantage of automation tools.

Which Container Orchestration Tools Exist?

The complete list of container orchestration tools, like the list of container platforms, is pretty long. But currently, there are three big ones:

  • Docker Swarm, Docker’s homegrown orchestration tool.
  • Kubernetes, a cluster management tool originally developed by Google.
  • Mesosphere, a cluster orchestration tool that was not developed specifically for containers, but which works well enough on containerized infrastructure.

Do You Have to Use a Certain Orchestration Tool with a Certain Container Platform?

No. All of the major container orchestrators support all of the major container platforms.

But things got more complex recently with Docker’s announcement that Docker Swarm is now baked in to Docker itself. You can still use Kubernetes, Mesosphere or another orchestrator with Docker. But with Swarm built in, it’s the default choice for Docker.

CoreOS and LXD don’t yet come with built-in orchestration systems.

Where are the Container Partnership Opportunities?

This answer could be its own article, but here are a few tips to keep in mind when thinking about containers and the channel:

  • Traditionally, container orchestration and deployment add-ons have been a key feature for companies that partner with Docker or CoreOS, such as Rancher. (So far there haven’t been any big LXD partnerships.)
  • However, Docker’s decision to build orchestration into Docker itself will probably undercut the appeal of the sorts of partnerships mentioned above for organizations that use Docker.
  • That said, the CoreOS ecosystem is still ripe for resellers who can add user-friendliness or managed services around the CoreOS platform.
  • Visualization is an area where all the big container platforms could use some partner love. Docker, CoreOS and LXD were designed by developers for developers, and that’s obvious from their complex, command-line-centric interfaces. For that reason, better management and data visualization interfaces from resellers would probably appeal to the container market as it expands beyond developers.
  • Despite advances in the areas of container networking and persistent data storage, these are still complicated tasks for containerized infrastructure. That means opportunity for partners who can simplify them. Bonus points if you can do it without requiring tedious command-line administration, which is still required for most Docker and CoreOS networking and storage.

This first ran at http://bit.ly/29yDOe4

Exit mobile version