Home Blog Page 1602

Chief of Google’s Project Ara Talks Modular Smartphones

In a report, project lead Paul Eremenko talks details about the tech giant’s far-out initiative to make a free, open hardware platform for customizable smartphones. [Read more]

 
Read more at CNET News

IBM Courts Mobile Developers for Watson Platform

The company launches a developer challenge to prime the app ecosystem pump for its Watson cognitive computing platform.

Static Vs Dynamic IP Address

An Internet Protocol (IP) address is a numerical identifier that is assigned to every device or machine in a computer network. If you are planning to start your own Internet business, using a virtual private network VPN or VOIP, you need to be adequately informed about IP addressing. We all (should) know – there are static and dynamic IP addresses. But when should you use them?

What is a Dynamic IP Address?

A dynamic IP address changes each time you boot your machine or network device. It also changes when you dial into your Internet service provider. Some ISPs change your IP each time you log on to their network while some make the changes periodically.

Most dynamic IP addresses are assigned using the Dynamic Host Configuration Protocol (DHCP). The router on your home network assigns IP addresses to your computers and other network devices as you put them on. Private IP addresses usually have this format: 192.168.0.x. Your router’s IP address will usually be 192.168.0.1 while your computers will be assigned numbers ranging from 192.168.0.2 to 192.168.0.254.

In situations where you need to remotely administer a particular computer on a network, you may need to reserve a particular address for it. To assign static IPs to certain computers and dynamic IPs to others on the same network, you should reserve the IPs for the specific machines on the DHCP server. This will help you to administer the network centrally without the need to assign static IPs manually. It will also prevent the occurrence of IP conflicts.

When Should You Use Dynamic Ips?

Dynamic IPs will be good for anyone who uses their computer or home network for the following:

* To browse the Internet and upload or download files
* To send and receive email through a mail server or via a web based email service like yahoo mail, hotmail or gmail.
* To use online chat services or instant messaging
* To use FTP servers or web servers that only require access from your LAN or corporate network but do not require access from the Internet.


What is a Static IP Address?

A static IP address is a fixed IP address that is manually assigned to a device on a network. It is called a static IP because it is not changed each time the device is switched on. Static addresses remain the same each time you connect to the network or send a message.

When Should You Use a Static IP?

Static IP addresses provide greater reliability for applications such as voice over Internet protocol (VOIP). If you run a service that permits incoming audio or video, you may need to use a static IP. For example if you have an on-site IP-PBX, you will need to have at least one static IP address.

A static IP will also be required if you have a machine that functions as a server and requires external access from the users online. This includes running a web server, e-mail server, FTP server, or DNS server. A static IP allows you to enjoy faster upload speeds which boost the efficiency of these services.

If you intend to host a gaming website or you want to use Play Station, X-Box or a VPN to provide secure access to files from your corporate network server, you should also consider buying a public static IP address.

How to Set Up a Static IP in Linux?

Here are the steps you should take to assign a static IP address on a Linux system.

1. Make sure you are logged on as root
2. Create a backup copy of the /etc/network/interfaces file on your machine. You can easily restore the backup if something goes wrong.
3. Edit the /etc/network/interfaces file. From the text console, you can load this file into the famous vi editor.
4. Scroll down the file until you locate the network interface card. An Ethernet connection is usually identified by eth0 or wlan0 while a wifi connection is identified as wifi0.
5. Replace “ iface eth0 inet dhcp “ with “ iface eth0 inet static “.
6. Add these lines: (you can replace the address and dns nameserver with your own configuration)

address 192.168.0.5
netmask 255.255.255.0
network 192.168.0.0
gateway 192.168.0.0
dns-name-servers 216.10.119.241

If you are running Slackware or Red Hat Linux, one of the simplest methods is to log on as root and then type ifconfig/netstat at the console. You can then use the text-based menu to modify the configuration settings.

In Slackware the settings will take effect instantly. But in Red Hat you need to type “ service network restart “ and press enter.

 

How to Install Linux on an Acer C720 Chromebook

Chromebooks are amazing little machines. They are a marvel of speed and simplicity. The Acer C720 Chromebook is certainly near the top of the list of Chromebooks to be purchased (next to the Chromebook Pixel, of course). It’s speedy and it’s inexpensive. But for some, the simplistic nature of the devices doesn’t Acer c720 Chromebookoffer enough power or flexibility. For those who need more from this Acer platform, I have the answer – in fact, I have two answers:

  •  Install Ubuntu.

  •  Install Bodhi Linux.

Both solutions will land you with a full-blown Linux set up, ready to do what you need to do. But the process isn’t exactly as simple as slapping a USB flash drive in, booting, and installing. There are a few tricks to get this working. In the end, you’ll wind up with either a dual booting Chromebook (in the case of ChrUbuntu) or a single boot system (with Bodhi). With the dual boot, you retain the simplicity of ChromeOS, with the addition of the power and flexibility of Ubuntu. The Bodhi installation will give you more space for your Linux needs, at the cost of ChromeOS.

First things first

Before you install Linux, I highly recommend creating a recovery USB flash drive. Chromebook offers a simple solution for this. Just follow these steps:

  1. Boot up your Chromebook and login

  2. Plug in a spare ~2GB+ USB flash drive

  3. Open the Chrome browser

  4. Go to chrome://imageburner

  5. Follow the simple instructions.

When all is said and done, you’ll have a recovery drive to use to get your system back where it was (should you not like either Linux install or something goes wrong).

Now, it’s time to start the process.

Boot into Recovery mode

  1. Make sure Chromebook is turned off

  2. Hold Escape and Refresh and tap the Power button

  3. When the device reaches the recover screen, press Ctrl+d and then (after releasing Ctrl+d) press Enter

  4. The system will reboot (this will take some time)

  5. When the system finally boots to the set up, select a wireless connection and click continue

  6. Accept the EULA by clicking Accept and continue

  7. Once you reach the Google login screen, do NOT log in

  8. Press Ctrl+alt+ → (not the right cursor key, but the key where the standard F2 key would be)

  9. At the login, type chronos and hit enter (no password is needed)

You are now ready to begin the installation process. 

Install Ubuntu using ChrUbuntu

You should now be at the command prompt on your Chromebook. Here, type:​

curl -L -O http://goo.gl/9sgchs; sudo bash 9sgchs

​Make sure you get this command exactly right. Once you’ve done that, you will be asked to configure a size for the Ubuntu installation. This will obviously depend upon the size of SSD on your Chromebook. The recommended is 24. After you type the size and hit enter, the device will reboot a couple of times. This process is setting up the Stateful partition to make room for ChrUbuntu. Eventually it will come back to the Chromebook setup screen. Once again, configure your network and then hit Ctrl+alt+ → at the login screen.  Log back in as chronos and then type the original command again:

​ curl -L -O http://goo.gl/9sgchs; sudo bash 9sgchs

​This time around, the installation process will begin. Hit Enter (when prompted) and watch the fun begin! During the installation process (it will take quite some time), you may be prompted for:

encoding

locale

language

You will also have to decide where to place GRUB. You must check the box next to /dev/sda, or the boot process will not work. NOTE: During my installation process, this step was skipped. I assume the install script has been updated to automatically set the location of GRUB.
After the Ubuntu files have been downloaded and installed, the script will finally prompt you to reboot. When you reach the developers screen, hit Ctrl+L and ChrUbuntu will start up (or Ctrl+d to boot Chrome).
To log into your Ubuntu system, use the credentials:

username: user

password: user

Your Ubuntu Chromebook should be ready to go, complete with LibreOffice and a number of other tools (Figure 1).

Figure 1: Here you see the full-blown Ubuntu Unity running on the Acer C720.

Bodhi Linux

Now, let’s install Bodhi Linux. This flavor of Linux is a very minimalist take on an already minimalist platform and will give you an incredibly fast and efficient machine. 
The first thing you need to do is enable the Legacy Bios Mode – this will allow you to boot from a USB flash drive.

  1. Follow the steps above to boot into recovery mode

  2. Log into your Chromebook as normal

  3. Open a crosh window with Ctrl+Alt+t

  4. At the crosh prompt, type shell and hit Enter

  5. Become the super user with the command sudo bash

  6. Enter the command crossystem dev_boot_usb=1 dev_boot_legacy_1

Exit out of bash with the exit command and then close the Chrome browser


Now you can boot your Chromebook from a USB flash drive.
The next step is to create a USB flashdrive with the proper Bodhi image. The developers (specifically Jeff Hoogland) have created an Acer 720-specific image that you can download here. Once you’ve downloaded that file, insert a USB flash drive, open up a terminal window, change to the directory where the Bodhi iso is located, and issue the command:

dd if=bodhi-c720-chromebook.iso of/dev/sdX


(where X is the drive letter of your USB flash drive).


Unmount and remove that flash drive and insert it into one of your Chromebooks USB ports. Boot the device and then, at the startup screen, press Ctrl+l to boot from the legacy BIOS. When prompted, hit Esc to enter the boot menu and select 1 for the USB drive. At this point, boot the Live Bodhi instance and then walk through the standard installation process. You can allow Bodhi to take the entire drive, or set it up to dual boot (Figure 2).

Figure 2: Here is the beginning of the installation process for Bodhi on the Acer C720.

You will need to hit Ctrl+l every time you boot – there is no work around for this at the current time.


Restoring


Should anything go wrong, you have your restore USB drive. To use this, follow these steps:

  1. Boot the machine

  2. When you see Chrome OS is missing or damaged, insert the USB flash drive

  3. Wait for the Chromebook to boot from the flash drive

  4. Follow the instructions for recovery

If you’re looking for a way to supercharge your Acer C720, you now have the means. Whether you want a stripped-down, lightning-fast Bodhi-based Chromebook, or a full-blown Ubuntu-based Chromebook, you can stretch the limits of that device or even go back to the original set up. If you do opt to stick with either Bodhi or Ubuntu on your Chromebook, you might want to invest in a 64 GB SD card for some extra space.

Please DON’T SPY me anymore: High Level E-mail Cryptography with GnuPG

Unless you have no life, don’t watch the news, and don’t care about others snooping around your secrets, you are well aware that these days the government’s favorite activity is spying and monitoring their people from all sides, by all means, with no scruples and no remorse, possibly including yourself.

Even if you do have a life, do watch the news, and do care about others snooping around your secrets, you certainly use one of those free popular e-mail accounts that boast of their awesome unlimited features without realizing that they are the ones that are secretly stabbing you on the back and violating your privacy.

It was because of such things that our team wrote a book on advanced e-mail security with cryptography and we want to share it with you. In this book you’ll get the following benefits:

  • Awareness: you will understand how things work and never be fooled again.
  • Privacy: no one will spy your e-mails anymore, your communications will remain private.
  • Security: if your e-mails ever get compromised, no one will be able to decipher and read them.
  • Credibility: you will demonstrate to others how much you care about your privacy and your security, as well as theirs.
  • Flexibility: the system can be implemented anywhere, from home to business to mobile devices.
  • Power: high level military grade cryptography being developed for more than 15 years.
  • Freedom: 100% free/libre software based on an open standard, open source, no spyware, no malware, no viruses, nothing.
  • Cost: completely free – gratis – you won’t have to buy or pay for any software.

The book is short, full of images and graphics and easy to understand. It was written for laypersons, so anyone can follow it and do the required steps very easily.

And how about the price? Well you’ll love that part: you can get and share the book for free, no hidden fees or registration required, you pay how much you want for it. That’s it, that’s how we work, you only pay if you like.

If you like it we suggest a contribution of $10.00, the price of a decent cappuccino cup. We put a lot of effort to write it and it took a long time to be finished, so if you like it we would very much appreciate a $10.00 contribution from you.

You can get a copy of the book right here in our official website: https://goldencontest.wordpress.com

Are you still not convinced? We are giving you 10 reasons why this book will benefit you. It is called “The 10 most common mistakes people make when using e-mail”. Here they are:

  • MISTAKE 1: I use a popular e-mail provider
  • MISTAKE 2: I think only the recipients can read my messages
  • MISTAKE 3: When I empty the trash bin I believe my messages were erased forever
  • MISTAKE 4: I think it is great that my e-mail account is free
  • MISTAKE 5: I own my own messages, they are mine
  • MISTAKE 6: I think cryptography is unecessary
  • MISTAKE 7: I don’t care about what the NSA is doing
  • MISTAKE 8: I think my messages are safe
  • MISTAKE 9: I trust my e-mail provider
  • MISTAKE 10: I believe I have privacy online

You can find the detailed description of all those mistakes in our website, as well as how to correct them.

Check out our website now and get a copy of our book for free. You will not only get a book, you will also get your security and privacy back.

Thanks!

The Golden Keys Team
https://goldencontest.wordpress.com

Android-Targeting Botnet Creators Jump on Tor Source Code

In order to avoid detection, botnet creators are exploiting surveillance-fighting tactics — and now, this approach is being used in the mobile realm.

Linux Snapshot: Pay Rates and Employers with the Most Job Ads

If paychecks are any kind of a measure, then people with Linux skills are doing better than most.

The national median annual IT salary is $91,050, or $43.77 per hour, while the national medium annual salary for Linux-certified information technology professionals is $96,750, or $46.51 an hour, according to Yoh Services, a staffing firm that produces its own wage index. The indexes generally focus on temporary wages.

At the request of Computerworld, Yoh gathered data on permanent jobs in Linux-specific occupations that was compiled by Wanted Technologies, which does labor market analysis.

Read more at Computerworld

First Look at the First Two Ubuntu Handsets

Last week Canonical announced that Ubuntu would ship on handsets from two companies, BQ and Meizu, later this year. This week at MWC in Barcelona the hardware was on display—or at least, prototype hardware was.

Canonical had a working version of the Meizu handset and a plastic model of the BQ. The Meizu MX3 is a fully functional device that’s already on the market (running Android) with a Samsung Exynos Octo processor and an 1800×1080 screen.

The MX3 running Ubuntu (albeit a slightly old build, or so I was told).

Read more at Ars Technica

Schedule for ApacheCon and CloudStack Collaboration Conference is Out

 The Linux Foundation has announced the keynote speakers for ApacheCon and the CloudStack Collaboration Conference. ApacheCon takes place April 7-9, 2014 in Denver, Colorado. The CloudStack Collaboration Conference takes place April 9-11, 2014 in the same location. In particular, the CloudStack conference sounds like a very interesting event, and given all the hype about OpenStack, it’s easy to forget that CloudStack has momentum, too.

ApacheCon features discussion of many notable open source projects, including Apache projects like Cassandra, Cordova, CloudStack, CouchDB, Geronimo, Hadoop, Hive, HTTP Server, Lucene, OpenOffice, Struts, Subversion and Tomcat. This year’s event offers over 170 conference sessions in addition to keynotes, tutorials, a hackathon, mini-summits and a barcamp.

 

Read more at Ostatic

Distribution Release: Tiny Core Linux 5.2 “piCore”

Béla Markus has announced the release of “piCore”, an edition of Tiny Core Linux designed specifically for the Raspberry Pi single-board computer: “Team Tiny Core is pleased to announce the availability of piCore 5.2, the Raspberry Pi port of Tiny Core Linux. It is an independent system architected….

Read more at DistroWatch