Home Blog Page 1007

How To Wakeup Backup Nas Server and Mirror Files Using Rsync in Linux

I’ve a critical data stored on my small home server. I backup my Desktop, Laptop and a remote VPS server to my home nas server powered by Debian Linux using rsnapshot backup utility. In the event that my main nas server has a hardware (hard disk failure) problem, having mirrored files provides some sort of peace of mind. How do I mirror /backups/personal (total 100GB and growing everyday) to a secondary nas Linux server located in my network?

Read more…

Managing User Accounts and Passwords

While reviewing the video that goes along with this article, my mind drifted back to my first real paying job in radio. It was a big station with a big news department and what makes it pertinent to this discussion is the fact that they had a mini computer running Unix. This machine kept up with stories coming in off the UPI and AP news wires and the reporters used it to write local stories. There was a terminal in each on-air studio and more back in the newsroom. I can still remember the meeting I had with the sysadmin to get my very own user account on the system. Believe it or not, I can also still remember the password I chose after nearly 30 years. And no, I’m not telling.

Up to that point, my experience with computers mainly consisted of playing games on a Commodore 64 and typing term papers into my brother’s Tandy 1000. At the time, I remember thinking that it was cool to have access to a “real computer.” This was before the Internet. It had no GUI and the printers were tractor-fed dot matrix that could only print plain text. It was basically a giant word processor. What I found fascinating about it was the way I could sit down at any terminal in the building and login to find all my stuff just the way I left it. I could write a story, save it to a file, and send it to a printer all while the guy in the next studio was doing something else with the same system. (Read the rest at Freedom Penguin)

How To Install & Use TrueCrypt In Ubuntu Linux To Encrypt Files & Folders


Truecrypt encrypt files in ubuntu

If you are little interested obtaining higher level of security for you data, then I’m sure you would like this little software. Perhaps you have heard of encryption, if not, encryption is just the way to transform plain text files into Cipher text. To be more clear, encryption just makes the normal files like, songs, movies, documents etc. into something that human can’t understand, only machines can understand after inserting a secret key.  We can too encrypt our secret files with TrueCrypt, still safe to work with. Let’s see how to do that in Ubuntu Linux and other derivative OS.

Read At LinuxAndUbuntu

Fedora Linux Is Looking For Those Still Using 32-Bit AMD CPUs

Fedora’s latest AMD issues aren’t about some Catalyst graphics driver problem, but rather for the few still left using a 32-bit USB installation on an AMD processor. Fedora has moved to effectively demote the i686 architecture images for Fedora 24, but even for now with Fedora 22/23 the x86 32-bit packages are basically being maintained as a best effort. The Linux x86 support is slowly running into some issues and it’s hitting the point of diminishing returns…

Read more at Phoronix

ownCloud Announces Ubuntu-Based Appliance With ownCloud Proxy

owncloudIf you thought that the ownCloud Server/Client development is slow and boring, think again, as ownCloud has just announced the release of their first ever appliance that lets users install ownCloud in virtual machines.

Being based on the long-term supported Ubuntu 14.04 (Trusty Tahr) operating system, the ownCloud Appliance comes fully pre-configured and includes the ownCloud Proxy app, which was introduced during the ownCloud Contributor Conference event that took place at the end of August 2015.

LXD Is the New Pure-Container Hypervisor for Linux, Says Mark Shuttleworth

lxdCanonical’s Stéphane Graber has announced earlier today, September 16, that version 0.18 of the LXD next-generation container hypervisor for Linux kernel-based operating systems has been tagged, and it is available for download.

Mr. Graber’s announcement has been backed by Mark Shuttleworth, the founder of Canonical and Ubuntu, who writes on his Google+ page that LXD is now the new pure-container hypervisor for GNU/Linux systems, allowing users to test their apps at scale while running hundreds of instances of Linux OSes, including Ubuntu, Arch Linux, or CentOS.

Disney Lights Up IoT Links With Linux Light Bulb

300px-Disney Research logo.svgDisney Research has demonstrated an LED-to-LED “Linux Light Bulb” networking technology that would let toys communicate with each other, thereby bringing us one step closer to the reality of Disney/Pixar’s Toy Story. Instead of lip-syncing to the voice of Tom Hanks, however, Woody would argue with Buzz Lightyear with a flash of his eyes.

The Linux Light Bulb concept, which was developed with the help of Swiss university ETH Zurich, uses a Linux-driven system-on-chip to control LED (Light Emitting Diode) lights so they can send and receive messages with other similarly equipped devices. Suitable candidates are said to include toys, wearables, phones, computers, cars, and other Internet of Things gizmos.

The system uses emerging Visible Light Communication (VLC) technology, which exploits the ability of modern LEDs to interact with digital systems to quickly change brightness and frequency of light. LEDs can also receive light input, much like photodiodes. The light modulation is faster than human eye sensitivity can detect, so there’s no visible flickering of lights or other safety concerns, says Disney.

The project’s main contribution the VLC field is the addition of networking technology. Disney Research has developed a smart bulb prototype and has defined a VLC networking framework for it based on Internet Protocol (IP) communications.

Networked VLC technology would be much cheaper than embedding toys and other low-cost gizmos with WiFi, Bluetooth, ZigBee, or other short-range wireless technologies. By implementing the Linux Light Bulb chip, the LEDs embedded in many modern toys would become precisely controlled smart lights. The lights could be linked in a mesh network in order to coordinate device activities and establish communications even without direct line of sight.

linux-light-bulbsA Disney Research video shows a Linux Light Bulb starting and stopping an educational game on a tablet, as well as controlling LED-equipped toy cars. In another segment, a smartphone’s flashlight and camera are used to communicate with a toy car, which then drives over to interact with a tablet app. For a final Disney-like touch, the video shows a smart wand that activates pink LEDs embedded in a Magic Princess Dress. Different messages create different light patterns on the dress.

Disney Research published an academic paper describing both the networking system and a proof-of-concept hardware platform. The paper describes a VLC link layer for Linux that uses a new VLC network driver module. The module sits on top of VLC Medium Access Control (MAC) and Physical (PHY) layers, which were previously developed by Disney Research. The network driver interfaces between IP protocols and the VLC layers.

OpenWRT-On-Atheros Controls Arduino-Driven Lights

Disney’s hardware test bed is built around a module that runs the lightweight, networking savvy OpenWRT Linux on a MIPS-based Qualcomm Atheros AR9331 SoC. This same combo has found its way into many low-end IoT devices, wireless-enabled computer-on-modules, and simple hacker SBCs, such as the Arduino Yún.

On the Linux side, the VLC controller is abstracted as a standard Ethernet interface, implemented as a kernel driver module. This is said to enable communications using the Internet Control Messaging Protocol (ICMP), the User Datagram Protocol (UDP), and the Transmission Control Protocol (TCP).

The Atheros-enabled controller module communicates with a separate VLC firmware module, which in the test bed is implemented on Arduino Uno boards with ATmega328p MCUs. The Linux controller module communicates with the Arduino-based firmware module using a serial interface. The Arduino module then directly drives the LED and sensors. The connected LED lightbulb is modified with the addition of four photodiode sensors, as well as a heatsink and power supply to support the intensive light communications.

Disney Research said it considered skipping the separate Arduino-based module by controlling the bulbs directly from the Linux module using GPIO connections. However, this would essentially preclude the Linux module from doing any other work, an added value “which motivated the addition of an operating system to VLC,” says the paper. The separate VLC firmware design is said to ensure real-time critical performance while freeing up the Atheros module for other duties.

The Atheros chips in the Linux Light Bulbs have built-in WiFi, which Disney Research used for testing purposes. Yet, the lights are intended to communicate with each other only using VLC, notes the Disney paper. Presumably, the mesh networking capability would support a design in which only one endpoint in a network would require wireless, which might well be a smartphone already equipped with it.

With a maximum payload of only 200 bytes per transmission, resulting in a maximum of 1Kbps bandwidth, Disney’s VLC technology is not going to to be used for streaming media, but only for sending and receiving simple commands. Yet, much more sophisticated VLC systems have demonstrated point-to-point communications at speeds of up to 800Mbps, albeit without any networking smarts. Disney’s proposed, low-cost platform will likely be able to ramp up to more useful dial-up level Kbps bandwidths, although it’s unclear if it could achieve even single-digit Mbps speeds anytime soon.

By adding networking to VLC, Disney has apparently overcome the technology’s major limitations of range and signal interference. Advantages over wireless communications not only include lower cost and power consumption, but also better security.

Disney Research envisions the technology as extending beyond the next generation of Disney toys to other low-bandwidth IoT applications. The paper notes potential VLC-based localization services using existing lighting infrastructure, as well as controllable LED lighting, identification, and indoor tracking.

A wider role for light communications may await future processors that incorporate so-called III-V materials. Such optical-friendly chips should be able to enable high-speed optical communications not only within computers, but between devices as well.

How to Setup SSH Keys on a Linux System

Allow me to let you in on a little secret – I have never used PuTTY or PuTTYGen. All of my key generation has always been done in the Linux command line. Lucky for you my familiarity with the latter is going to help you overcome the former.

First, allow me to acknowledge that most documentation is convoluted. Despite interesting details being presented, often it comes across as a wall of text to Linux newcomers or those simply new to certain aspects of Linux.

On the client side, Ubuntu comes with the SSH client already installed. You can’t see it, because it’s not a GUI application. For the server (the remote computer you wish to SSH into), you’ll need to install the SSH server software. (Read the rest at Freedom Penguin)

‘Let’s Encrypt’ Free Encryption Project Issues First SSL/TLS Certificate

encryptionsecurity-100574855-largeA project that aims to increase the use of encryption by giving away free SSL/TLS certificates has issued its first one, marking the start of its beta program. The project, called Let’s Encrypt, is run by the Internet Security Research Group (ISRG) and backed by Mozilla, the Electronic Frontier Foundation (EFF), Cisco and Akamai, among others.

Let’s Encrypt plans to distribute free SSL/TLS (Secure Socket Layer/Transport Layer Security) certificates, which encrypt data passed between a website and users. 

Read more at PCWorld

​Unpatched Android Lollipop Devices Open to Lockscreen Bypass Bug

A new Android bug has left Nexus devices and possibly others exposed to a simple lockscreen bypass.

There’s an easy way to bypass the lockscreen in devices running Android 5.0 Lollipop – at least, those which have not yet received the latest security update. Now that Google has released its September patch for Android Lollipop, which contained a fix for a lockscreen bypass, a security researcher at the University of Texas has detailed how to exploit the bug.

Read more at ZDNet News