Showing headlines posted by aweber

« Previous ( 1 2 3 4 5 6 7 8 ... 16 ) Next »

File System Encryption on CentOS 6

  • BeginLinux.com; By Mike Weber (Posted by aweber on Jan 9, 2012 6:48 PM EDT)
  • Story Type: Tutorial
CentOS 6 now includes eCryptfs which provides the ability to encrypt data and files on a per-file basis instead of the entire disk as in block encryption. The eCryptfs system sits on top of the current file system to provide the encryption layer, that is why it is known as the pseudo-file system. The file operations which are sent to the underlying file system are intercepted by eCryptfs and encrypted.

Looping Through a List

  • BashShell.net; By Mike Weber (Posted by aweber on Dec 25, 2011 3:44 AM EDT)
  • Story Type: Tutorial
This is an example of a Bash shell script used to loop through a list to compare to text strings found in logs. The script is used to detect and block attacks on a web site.

TLWIR 28: WebOS, The FCC, and Red Hat’s Record Quarter

  • BeginLinux.com; By Rex Djere (Posted by aweber on Dec 21, 2011 4:09 PM EDT)
  • Story Type: Tutorial
The universe that contains GNU/Linux and Free Software rarely slows down for simple things such as holidays. This week proved to be no exception. Rex talks about WebOS being open-sourced, The FCC, and Red Hat's record breaking quarter.

The Coming HTML 5 Revolution in GNU/Linux

  • BeginLinux.com; By Rex Djere (Posted by aweber on Dec 13, 2011 10:48 AM EDT)
  • Story Type: News Story
I have spent the last couple of weeks working on a very ambitious C++ program. The program is a software model of a mechanical engineering system. I have never undertaken a more challenging or more rewarding computer programming project. As I spent hour after hour poring over the code, I began to realize why everyone is making such a fuss about HTML 5.

Pissed Off Penguins A Free and Open-Source Game

  • BeginLinux.com; By Andrew Weber (Posted by aweber on Dec 10, 2011 6:35 PM EDT)
  • Story Type: Reviews
Kris Occhipinti is currently in the middle of creating a 2D game created using the Blender 3D game engine. The game, called Pissed Off Penguins, looks similar to the popular “Angry Birds” game most of you have likely heard about. I wanted to outline this open-source project and expose some of the unique techniques Kris is using to both fund this project and create the game itself.

TLWIR 27: Stallman Lookalike, Linux Jobs, and Free Software Donation Directory

  • BeginLinux.com; By Rex Djere (Posted by aweber on Dec 7, 2011 7:37 PM EDT)
  • Story Type: News Story
This week features some fantastic GNU/Linux stories; A Richard Stallman Lookalike, Linux Experts Have No Problem Finding a Good Job, a Donation Directory is Born.

Automate Install With AutoYaST Answer Files

  • BeginLinux.com; By Andrew Mallett (Posted by aweber on Dec 7, 2011 4:45 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
The final part of our installation jigsaw puzzle is to create the answer file, in SUSE this is known as AutoYaST. If we were only ever to install one server or one desktop then maybe we could do without answer files; however where we need to install a few or many then AutoYaST provides us with an unattended installation:- a build script to create consistency and compliance we regulatory bodies governing security. In short we need answer files.

CentOS 6 Basic Install

  • BeginLinux.com; By Mike Weber (Posted by aweber on Dec 5, 2011 4:18 PM EDT)
  • Story Type: Tutorial; Groups: Linux
There are a lot of new options to explore in CentOS 6 during install, be sure that you have a basic understanding of what the options are before you begin the installation. One important aspect is to understand what type of hardware will be used for the server, hardware or software RAID, LVM, ext3 or ext4, etc.

Using diff to Compare Directories

  • BashShell.net; By Mike Weber (Posted by aweber on Dec 2, 2011 4:49 PM EDT)
  • Story Type: Tutorial
The Linux command diff can be used to create a script that will list the differences between two directories. This comparison is often very useful when writing scripts.

How To Backup Ubuntu 11.10 Using Deja Dup

  • BeginLinux.com; By Andrew Weber (Posted by aweber on Nov 30, 2011 8:55 PM EDT)
  • Story Type: Tutorial
Ubuntu now has Deja Dup installed by default. Deja dup allows you to backup Ubuntu quickly, easily and automatically.

TLWIR 26: DiBona, LibreOffice Templates, iPad 2 and Linux Mint

  • BeginLinux.com; By Rex Djere (Posted by aweber on Nov 29, 2011 3:30 AM EDT)
Chris DiBona recently showed the antivirus software industry who’s boss. He slapped them around like the proverbial red-headed step-child. Kudos to Mr. DiBona for being one of the few industry giants with the chutzpah to speak the truth; a truth thought by many, but one that most would NEVER publicly voice. Libreoffice is built on the hard work of great supporters who create a lot of wonderful tools for the office suite, usually voluntarily. The Ipad 2 is a great device with very poor support for free software. Finally, Linux Mint has risen to the front of the GNU/Linux queue.

Using the Builtin Test Command to Test for Multiple Aspects

  • BashShell.net; By Mike Weber (Posted by aweber on Nov 26, 2011 3:11 PM EDT)
  • Story Type: Tutorial
The Bash shell has a builtin test command that can be used to check for multiple aspects in a script. This exercise helps you build a script that checks to see if a file exists and if it does, checks to see if it is writable.

Adjusting Your Spam Rules

  • Postfixmail.com; By Mike Weber (Posted by aweber on Nov 23, 2011 1:24 PM EDT)
  • Story Type: Tutorial
Adjusting the default rule numbers on Spamassassin is an important way of keeping up with Spam variations. Protect your mail by more aggressive Spam rules.

Testing Integers

  • BashShell.net; By Mike Weber (Posted by aweber on Nov 22, 2011 2:13 PM EDT)
  • Story Type: Tutorial
The builtin command test can be used to evaluate integers using relational operators.

Haraka Mail Server: Spamassassin Plugin

  • BeginLinux.com; By Mike Weber (Posted by aweber on Nov 22, 2011 5:15 AM EDT)
  • Story Type: Tutorial
The Haraka mail server is able to use common plugins like Spamassassin to enhance the features that it provides. Using Spamassassin with Haraka is easy to do and reduces the normal resources used by a mail server.

The Linux Week In Review 25

  • BeginLinux.com; By Rex Djere (Posted by aweber on Nov 19, 2011 2:40 PM EDT)
  • Story Type: News Story
In The Linux Week in Review 25, I will reveal my thoughts, both good and bad, about Apple’s extremely popular tablet. I will also reveal how the GNU/Linux community could create a hardware/software ecosystem that could dethrone the Ipad.

Haraka Configuration: Receiving Mail in Queue

  • BeginLinux.com; By Mike Weber (Posted by aweber on Nov 12, 2011 3:19 PM EDT)
  • Story Type: Tutorial
Setting up the Haraka mail server to accept mail into a queue. This is the second in a series on how to configure and use this unique mail server.

CentOS Repositories: Getting the Packages You Need

  • BeginLinux.com; By Mike Weber (Posted by aweber on Nov 10, 2011 2:18 PM EDT)
  • Story Type: Tutorial
Currently the CentOS 6 packages need to be supplemented from other repos in order to install many perl modules for example. Unfortunately, the RpmForge repo is behind so you will need to add the Epel repo as well. If you do this be sure to use yum priorities to help sort it all out.

Linux Mint Pulls Ahead of Ubuntu

  • BeginLinux.com; By Andrew Weber (Posted by aweber on Nov 8, 2011 4:17 PM EDT)
  • Story Type: Reviews
After years of holding the top spot on the Linux desktop leaderboard it looks as if Ubuntu is starting to slip.

Creating Firewall Rules for Freshclam

  • BeginLinux.com; By Mike Weber (Posted by aweber on Nov 8, 2011 1:23 PM EDT)
  • Story Type: Tutorial
Many Linux mail servers use clamav to scan for viruses. This application is dependable and has a history of updating virus rules quickly as new viruses are discovered.

« Previous ( 1 2 3 4 5 6 7 8 ... 16 ) Next »