Showing headlines posted by aweber

« Previous ( 1 ... 8 9 10 11 12 13 14 15 ... 16 ) Next »

Samba Tutorial: Create Private User Shares

  • BeginLinux; By Mike Weber (Posted by aweber on Jan 9, 2010 7:40 PM EDT)
  • Story Type: Tutorial
If you use Samba you certainly want to create shares which provide users with private shares. This tutorial will show you how to create a share that is accessible to one user to store their information.

How To Create a Public Share on Samba

  • BeginLinux.com; By Mike Weber (Posted by aweber on Jan 5, 2010 6:44 AM EDT)
  • Story Type: Tutorial
The goal of this tutorial is to show you how to set up a public share on your Samba server that can be used by everyone on your network with all rights. This will enable everyone on a Windows machine to access this without a password. Of course, this has security implications but it is a good way to get something working. The next article will show you how to create a share for one user in which that one user is the only one who can access the share.

Spamassassin Whitelists

  • PostfixMail.com/blog; By Mike Weber (Posted by aweber on Dec 30, 2009 6:26 PM EDT)
  • Story Type: Tutorial
Once you have set up Spamassassin so it is working and you have run it for some time you may want to tune it to provide automatic whitelists and blacklists. The whitelist will provide a way to insure that the mail from a particular source will never get rejected. This may be important clients, users on the system or messages from servers that do not necessarily have the right credentials for sending mail.

SuperOS: Like Ubuntu But Easier

  • BeginLinux.com; By Andrew Weber (Posted by aweber on Dec 30, 2009 6:23 AM EDT)
  • Story Type: Reviews; Groups: Ubuntu
One problem I run into a lot when recommending Ubuntu to complete Linux newbies is they aren't used to installing codecs or using the terminal when they want to play DVDs, MP3s and other file types. Explaining the legal situation is something I make a point of doing but some people "just want it to work".

Setup Vacation Messages with PostfixAdmin

  • PostfixMail.com; By Mike Weber (Posted by aweber on Dec 25, 2009 3:23 AM EDT)
  • Story Type: Tutorial
This Postfix tutorial explains the vacation message option of Postfixadmin which allows you to conveniently send an automatic reply when you're not available. This installation is for Ubuntu 9.10 but should work for just about any Linux distro.

Hunting Rootkits with rkhunter Video Tutorial

  • BeginLinux.com; By Mike Weber (Posted by aweber on Dec 21, 2009 4:51 PM EDT)
  • Story Type: Tutorial; Groups:
rkhunter is an excellent tool for discovering rootkits on your Linux server or desktop. This tutorial and video combination will help you install and use rkhunter.

PostfixAdmin on Ubuntu 9.10

  • PostfixMail.com/blog; By Mike Weber (Posted by aweber on Dec 18, 2009 2:10 AM EDT)
  • Story Type: Tutorial; Groups: MySQL
PostfixAdmin provides a way to manage your virtual accounts, multiple domains, using a web based interface. Once it is set up it is very easy to use. This install process is not easy to do as there are many commands and a lot of configuration that must be done without mistakes.

Adding Modules to Apache in Ubuntu 9.10

  • BeginLinux.com; By Mike Weber (Posted by aweber on Dec 17, 2009 1:04 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Modules allow Apache to expand the capabilities that it has by using modules. Modules use the Multi-Processing Module (MPM) to create a child process to expand into a new module. These modules allow not only Apache to expand but it also speeds up aspects that Apache expands into because they are loaded in memory. An example would be when Apache loads SSL or PHP as a module. These features provide additional capabilities for Apache as they are loaded into memory. Often these modules can be unloaded when the feature is no longer needed, thus giving back valuable memory. The other valuable feature in this is that the administrator can add and subtract features without recompiling.

Getting Started With Themes on Fedora

  • BeginLinux; By Andrew Weber (Posted by aweber on Dec 12, 2009 3:49 PM EDT)
  • Story Type: Tutorial
This multi-page Fedora desktop tutorial will outline the basics of using themes on the Fedora desktop. In addition to basic steps to finding, selecting, and customizing the pre-installed Fedora themes, students will also learn a few good places to find themes online and the steps to downloading and installing them.

Editing Linux Mount Points

  • BeginLinux.com; By Mike Weber (Posted by aweber on Dec 8, 2009 12:51 PM EDT)
  • Story Type: Tutorial
/etc/fstab contains a listing of all of the potential mounted drives on the system both local and remote. The file /etc/rc.sysinit reads the /etc/fstab to mount the drives on startup. This text file is the file you edit if you wanted to mount a partition permanently once the system boots. One point to note, this file lists potential partitions that can be mounted, it does not however guarantee that they are actually mounted.

Maintaining a MYSQL Database Using mysqlcheck

  • BeginLinux.com; By Mike Weber (Posted by aweber on Dec 5, 2009 2:20 PM EDT)
  • Story Type: Tutorial
As a MySQL administrator, you’ll probably end up doing some preventive and corrective database maintenance. You can use mysqlcheck for both. The mysqlcheck command will allow you to verify your database to insure the integrity of the MySQL database.

Ubuntu CE 6.0 Beta Brings Dansguardian Fix

  • beginlinux.wordpress.com; By Andrew Weber (Posted by aweber on Dec 3, 2009 11:50 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
With kids as curious as ever and an internet that’s getting more dangerous by the day I get more and more requests to install parental controls on family computers. I took a look around at the options available and became inspired to use Ubuntu and the internet filtering application Dansguardian together to solve this problem.

MySQL Database Creation for Virtual Accounts

  • BeginLinux.com; By Mike Weber (Posted by aweber on Dec 3, 2009 10:41 AM EDT)
  • Story Type: Tutorial; Groups: MySQL
This MYSQL Database Tutorial shows how to use MySQL to create databases that use virtual accounts. Virtual accounts where the user only has access to the services you offer.

Learning the MYSQL Basics

  • beginlinux.com; By Mike Weber (Posted by aweber on Nov 26, 2009 6:46 PM EDT)
  • Story Type: Tutorial
The basics for MySQL are important to understand so you can make adjustments. The first in the series showed you how to set up a LAMP Server, the second in the series showed you how MySQL needs to be configured and this now shows some of the basic settings that you need to know.

Ubuntu LAMP Server MySQL Database Configuration

  • BeginLinux.com; By Mike Weber (Posted by aweber on Nov 19, 2009 3:22 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
The previous article on the LAMP Server enables you to get started but you will need to do some configuration with MySQL before you go to far. This article and the next several articles will help you create a database and learn how to monitor it as well as backup and restore.

LAMP Server with Ubuntu 9.10

  • BeginLinux.com; By Mike Weber (Posted by aweber on Nov 13, 2009 4:33 PM EDT)
  • Story Type: Tutorial
A LAMP server is a server that employs several key applications to create a full featured web server. These include installation on a Linux Server (L), use of the Apache web server (A), installation of MySQL (M) and PHP (P). This will be a mini-course that will be delivered each building on the previous day. The goal is to create a step by step process of building a LAMP server while learning how to use and backup the MySQL.

Create Virtual Accounts with CRAM-MD5

  • Postfixmail.com/blog; By Mike Weber (Posted by aweber on Nov 10, 2009 2:08 AM EDT)
  • Story Type: Tutorial
The major disadvantage of PLAIN text passwords on the server of course is that they are readable. Even if your communication with the server is encrypted it is troubling to have readable passwords on the server. You can easily change this by using the dovecotpw command and creating encrypted passwords.

Ubuntu 9.10 Course: Secure The Ubuntu Mail Server

  • BeginLinux.com; By Andrew Weber (Posted by aweber on Oct 30, 2009 2:08 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This Ubuntu 9.10 Mini-Course will help you set up a secure an Ubuntu 9.10 Server using Postifx, Dovecot and Thunderbird with TLS and SMTP AUTH. The goal of this configuration is to create a secure mail server using encrypted communication to retrieve mail and to send mail through your mail server.

Secure FTP with SSL With Ubuntu 9.10

  • BeginLinux.com; By Mike Weber (Posted by aweber on Oct 27, 2009 6:19 PM EDT)
  • Groups: Ubuntu
FTP communication is not secure, all communication is plain text and can be easily captured. Despite this serious weakness, few do anything to secure it. There are simple ways to correct this with VSFTPD.

Ubuntu Virtual FTP Accounts with MySQL

  • BeginLinux.com; By Mike Weber (Posted by aweber on Oct 23, 2009 10:00 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
If you create user accounts on a server, and then allow people to log on to the ftp server under those accounts, there’s a chance that some hacker could find a way out of the chroot jail. That would allow him to access areas of the file system where he has no authorization, and possibly to plant Trojans or other malicious programs. You can increase your security using FTP by creating virtual users. These users can use FTP but they are limited in access to the system as a whole.

« Previous ( 1 ... 8 9 10 11 12 13 14 15 ... 16 ) Next »