Feed aggregator

Configuring One-Time Password Authentication with OTPW

Linux Journal - Wed, 03/27/2013 - 14:24

Password authentication contains a lot of assumptions about security and trust. Encrypted SSH tunnels and public key verification are two common ways to ensure that your password is not compromised in transit. But, what if it's the computer you're currently typing on that can't be trusted? more>>

Categories: Linux News

How to Deploy A Server

Linux Journal - Tue, 03/26/2013 - 12:37

When I write my column, I try to stick to specific hacks or tips you can use to make life with Linux a little easier. Usually, I describe with pretty specific detail how to accomplish a particular task including command-line and configuration file examples. This time, however, I take a step off this tried-and-true path of tech tips and instead talk about more-general, high-level concepts, strategies and, frankly, personal opinions about systems administration. more>>

Categories: Linux News

Android Candy: Pocket

Linux Journal - Mon, 03/25/2013 - 13:23

Most people are familiar with Instapaper and Read It Later. Those types of services are great for tagging Web articles for later reading, and in the case of Read It Later (now called "Pocket"), they do a wonderful job of copying articles off-line for reading when the Internet isn't available. more>>

Categories: Linux News

Webinar this week: Storage

Linux Journal - Mon, 03/25/2013 - 09:14

We have a webinar coming up this week -- this one is all about storage. Join us Thursday, March 28, 4:00 P.M. Eastern Time (8:00 P.M. GMT). The webinar is free to all. Register now at http://lnxjr.nl/ANSYSsim328. more>>

Categories: Linux News

New Products

Linux Journal - Fri, 03/22/2013 - 15:39

Please send information about releases of Linux-related products to newproducts@linuxjournal.com or New Products c/o Linux Journal, PO Box 980985, Houston, TX 77098. Submissions are edited for length and content.

Categories: Linux News

SIGALRM Timers and Stdin Analysis

Linux Journal - Wed, 03/20/2013 - 13:19

It's not hard to create functions to ensure that your script doesn't run forever. But what if you want portions to be timed while others can take as long as they need? Not so fast, Dave explains in his latest Work the Shell. more>>

Categories: Linux News

Tweet About Your Pi!

Linux Journal - Tue, 03/19/2013 - 14:10

 We're looking for quick blurbs about what you've done with Raspberry Pi. If you send us a quick description, and maybe a photo, we'll pick our favorites and publish them in our upcoming Raspberry Pi issue!

  more>>

Categories: Linux News

Speed Up Your Drupal Development Using Installations and Distributions

Linux Journal - Tue, 03/19/2013 - 11:31

Do you find yourself repeating the same steps whenever you start a new Drupal project? Do you always download and enable the same modules, and make the same configuration changes every time? As we start doing more and more Drupal projects at Nomensa, I noticed that we were doing exactly this, so I started to look into ways to streamline our initial project setup process. more>>

Categories: Linux News

Design Your Own Rocket

Linux Journal - Mon, 03/18/2013 - 13:42

A lot of the software packages I've covered in recent articles have been focused strictly on doing computations on your machine, separate from the real world. So in this article, I explore how to use your computer to design something you can build and use in the real world: your own model rocket. more>>

Categories: Linux News

Shell Game

Linux Journal - Fri, 03/15/2013 - 11:45

Many of the cool things in Linux Journal require the use of the command line. For us Linux users, that's generally not a big deal, because we have a terminal window readily available. Some of the time, however, it's helpful to have a shell account on an Internet host somewhere. more>>

Categories: Linux News

Real-Time Messaging

Linux Journal - Thu, 03/14/2013 - 11:45

Want to send messages to all the browsers connected to your site? The pub-sub paradigm, run through Web sockets, might be just the solution. more>>

Categories: Linux News

Book Excerpt: DevOps Troubleshooting: Linux Server Best Practices

Linux Journal - Wed, 03/13/2013 - 09:00

This excerpt is from the book, 'DevOps Troubleshooting: Linux Server Best Practices' by Kyle Rankin, published by Pearson/Addison-Wesley Professional, ISBN 0321832043, Nov 2012, Copyright 2013 Pearson Education, Inc. more>>

Categories: Linux News

Raspberry Pi Poll

Linux Journal - Tue, 03/12/2013 - 10:44

 Everyone loves the Raspberry Pi!

Categories: Linux News

Phonegap Application Development

Linux Journal - Mon, 03/11/2013 - 09:49

How many times have you heard, "there's an app for that"? But sometimes, there actually isn't "an app for that", or the apps that do exist don't meet your needs. As Linux users, we tend to like to scratch our own itches, and if that means we write some code to do it, so be it. more>>

Categories: Linux News

Creating and Theming a Custom Content Type with Drupal 7

Linux Journal - Fri, 03/08/2013 - 13:00

One of the great new things about Drupal 7 is that it's now easier to customize your site content. In Drupal 6, you typically had to use the CCK (Content Construction Kit) module for fine-grained control in customizing content, but that has been folded into core for Drupal 7. Drupal 7 is now a true content management framework (CMF). more>>

Categories: Linux News

Workshop for Women

Montreal Python - Thu, 03/07/2013 - 22:38

We are organizing another Python workshop in Montréal, this time for women and friends! We are still following the Boston Python Workshop model.

Details on https://openhatch.org/wiki/Montreal_Python_Workshop

Date & Location: March 29 & 30 at Notman House, Montréal

Organizers: Montréal-Python, with Julia Evans & Marianne Corvellec teaching

Audience: People who identify as women or their friends, i.e., you can come if you are a woman or are invited by a woman

Goal:

  • Have participants come out of the workshop
  • knowing some of the basics of Python
  • with a clear idea of how to continue learning Programming
  • feeling like the Montréal Python community is supportive

Please register here

Categories: External Blogs

Android for Independence

Linux Journal - Thu, 03/07/2013 - 13:51

At some point in the early 2000s, I got my wife a Nokia phone with a keyboard, so we could text each other. It was a great little phone, not hard to use or understand, but she texted me only once with it, to send the word "no". Then, in late 2007, not long after the iPhone came out, she told me she wanted one. Why? more>>

Categories: Linux News

Finally, "The Cloud" Means Something

Linux Journal - Wed, 03/06/2013 - 10:51

Few jargonistic terms have annoyed me as much as, "The Cloud." When the term was first coined, its meaning was ambiguous at best. For some companies, it meant shared web hosting (but with a cooler sounding name). For others it was simply, "let us host your servers in our datacenter, which we now refer to as a cloud." more>>

Categories: Linux News

Crashplan, the Only Reason I Install Java

Linux Journal - Tue, 03/05/2013 - 10:41

I'm the sort of person who doesn't like to install Java. I actually don't like to install Flash either, but it's still tough to survive browsing the Internet without Flash installed. There is one program that makes me break my own rules, however, and that's Crashplan. more>>

Categories: Linux News

Chrome Extensions

Linux Journal - Mon, 03/04/2013 - 11:46

Create applications inside the Chrome browser with standard Web technologies: HTML, CSS and JavaScript. more>>

Categories: Linux News

Recent comments

Powered by Drupal, an open source content management system

Syndicate content