• Home
  • About
  • Map
  • Archives
  • Videos
  • Gallery
Grab the RSS feed

spiralbound.net

spiralbound.net
  • Home
  • Adventures
  • Data and Technology
  • Et cetera
  • Highlights

Posts Tagged with "linux"

  • Data and Technology

    Posted on December 31st, 2008

    Written by cliff

    Tags

    apache, centos, firewall, iptables, lamp, linux, mysl, port forward, security, ssh

    Basic iptables Configuration

    Basic iptables Configuration

    It’s always a good idea to setup a local firewall on hosts that are on unprotected networks. The internet “winds” blow harder and harder each day, and it’s only a matter of time before some daemon has an exploit that gets taken advantage of. I use CentOS 5 for all my web servers, and here [...]

  • Data and Technology, Highlights

    Posted on August 5th, 2008

    Written by cliff

    Tags

    bare metal, linux, restore, rhel, RHEL4

    Bare Metal Linux Restore

    Bare Metal Linux Restore

    Several weeks ago we started seeing some pretty scary errors showing up on the main system disk for our Blackboard server. We had an extra server hanging around, so we decided to move all the data off the failing disk and onto our spare server. The only question was how to make the new server [...]

  • Data and Technology

    Posted on June 9th, 2008

    Written by cliff

    Tags

    alignment, CLARiiON, disk alignment, EMC, intel, linux, metadata, offset, partition, partition alignment, san, sector, storage

    Creating Linux Partitions for CLARiiON

    Creating Linux Partitions for CLARiiON

    Creating a properly offset slab of disk for Linux systems on your CLARiiON is not just a matter of creating a partition using the default fdisk values. The reason for this is that disk management utilities for Intel based systems generally write 63 sectors of metadata directly at the beginning of the LUN. The addressable [...]

  • Data and Technology

    Posted on March 17th, 2008

    Written by cliff

    Tags

    10G, database, kernel, linux, oracle, parameters, preinstall, profile, requirements, rhel, sysctl

    RHEL System Configuration Changes for Oracle 10G

    RHEL System Configuration Changes for Oracle 10G

    Below is a list of RHEL system configuration changes that Oracle 10G requires before it is installed.
    First, check the following kernel parameters using the commands below:

    /sbin/sysctl -a | grep kernel.shmall
    /sbin/sysctl -a | grep kernel.shmmax
    /sbin/sysctl -a | grep kernel.shmmni
    /sbin/sysctl -a | grep kernel.sem
    /sbin/sysctl -a | grep fs.file-max
    /sbin/sysctl -a | grep net.ipv4.ip_local_port_range
    /sbin/sysctl -a | grep net.core.rmem_default
    /sbin/sysctl [...]

  • Data and Technology

    Posted on January 11th, 2008

    Written by cliff

    Tags

    data, disk, ext3, filesystem, gnu, IT, linux, mkfs, parted, partition, red hat, rhel, servers, storage, technology

    How to Make Gnarly Big Linux Filesystems

    At least in RHEL 4, the fdisk command does not support the creation of filesystems larger than 2TB. In order to get around it, you have to use the parted command. I found the basic info here, but this is the long and short of how to cut off a big ol’ slice of disk [...]

  • Data and Technology

    Posted on December 17th, 2007

    Written by cliff

    Tags

    connection, display, filesystem, fix, forward, full, linux, log, mac, rejected, unix, wrong authentication, X11, XWindows

    Strange X11 Forwarding Problem

    I started getting this error:
    X11 connection rejected because of wrong authentication
    when trying to forward X11 applications from a Linux server to my Mac. I had been forwarding the display on this server for years, so I was a little unsure what could be causing it. In the end, it turned out that I had filled [...]

  • Data and Technology

    Posted on July 25th, 2007

    Written by cliff

    Tags

    add user, cli, command line, computerr, linux, remember, rhel, server, syntax, unix, user, useradd

    RHEL useradd Syntax

    Unlike other flavors of UNIX, RHEL does not have a command like adduser which walks you through the process step-by-step, so you have to remember the four flags useradd requires, and in what order it expects to receive them. Since I don’t manually add users unless I’m installing a new server, I don’t run the [...]

  • Data and Technology

    Posted on July 23rd, 2007

    Written by cliff

    Tags

    chkconfig, init, linux, runlevel, script, scripts, services, startup, unix

    Example LINUX init Script

    From time to time, people want me to create LINUX init scripts for them. I usually just take an existing one for another service and change it up to work for my new application, but most of them have become so long these days that I end up having to hack out a ton of [...]

  • Data and Technology

    Posted on June 20th, 2007

    Written by cliff

    Tags

    asterisk, asterisk gui, asterisk quick start, configure, download, GUI, HowTo, install, integrate, linux, PBX, quick start, RHEL 5, server, software, software pbx, telecom, telephone, telephony, VOIP

    Quick Start Guide for Asterisk

    Asterisk is a complete open source software-based IP PBX solution that runs on a variety of platforms. It supports VOIP in several protocols, and can seamlessly integrate with almost any standards-based telephony equipment using relatively inexpensive hardware.
    This guide is a quick-start set of notes that should help you get the Asterisk service up and running [...]

  • Data and Technology

    Posted on April 30th, 2007

    Written by cliff

    Tags

    attacker, authentication, edit, incoming, linux, networks, PermitRootLogin, red hat, rhel, root, root logins, security, ssh, sshd, sshd_config

    Disable SSH Root Logins on RHEL

    For one reason or another RHEL does not disallow incoming ssh connections as root. This is, of course a glaring security problem which should be addressed for all systems that allow ssh connections to be made from any but the most restricted networks.
    The best practice, of course, would be to make the initial ssh connection [...]

  • Data and Technology

    Posted on April 11th, 2007

    Written by cliff

    Tags

    active directory, ad, authconfig, authentication, directory, domain, ldap, linux, nsswhich.conf, open ldap, openldap, PAM, passwords, rhel, samba, smb.conf, users, winbind, winbind authentication

    RHEL Winbind Authentication Against Active Directory

    So you have a RHEL system and you want to authenticate it against your active directory. The good news is that Red Hat has made it easy for you to do this. The bad news is that they only get the most basic structure working for you. Here I will show you how to get [...]

  • Data and Technology

    Posted on February 16th, 2007

    Written by cliff

    Tags

    autoneg, autonegoation, commands, ethtool, hardware, ifconfig, link, link speed, linux, linux commands, rhel, RHEL commands, sysadmin, systems administration

    IFCONFIG Does Not give You Link Status; ETHTOOL Does

    For some reason that is a complete mystery to me, RHEL does not give you the link status when you run # ifconfig -a. This makes it incredibly hard to debug link integrity issues! Buried amongst all of Red Hat’s proprietary commands, however, is a utility called ethtool, which does give you the status of [...]

  • Data and Technology

    Posted on February 6th, 2007

    Written by cliff

    Tags

    180 days, disable fsck, ext3 filesystem, filesystem check, fsck, linux, rhel, storage, twenty mounts

    How to Disable Automatic FSCK on EXT3 Filesystems

    The e2fsck will regularly force a check of a filesystem even if the filesystem is marked clean. By default, this happens on every twenty mounts or 180 days, whichever comes first.
    The ext3 filesystem does this as well, which can be annoying if you have a very large filesystem and a short downtime window. Therefore, it’s [...]

  • Data and Technology

    Posted on December 21st, 2006

    Written by cliff

    Tags

    apache, centos, chkconfig, database, dependancies, horde, horde & imp from rpm, HowTo, hrhel, httpd, imap, imp, ldap, linux, mail server pear, mysql, mysqld, packages, perl-DBD, php, rpm, service, webmail

    Horde / IMP on RHEL 4 From RPM HOWTO

    Horde / IMP on RHEL 4 From RPM HOWTO

    Whenever you go to install applications and services on registered RHEL servers, it’s always nice to use the RPMs because up2date will keep everything current for you. Managing upgrades gets a whole lot easier when you can bring your system up to current with one simple command. Because of this, I decided that I would [...]

  • Data and Technology

    Posted on December 19th, 2006

    Written by cliff

    Tags

    atomic clock, chkconfig, clock, date, internet time server, linux, ntpd, ntpdate, red hat, rhel, sysadmin, system clock, systems administration, time of day, time server, unix, xntpd

    Getting ntpd to work correctly on RHEL

    Getting ntpd to work correctly on RHEL

    When many new servers are delivered from the factory, the system clock is way off. Most UNIX systems run “ntpd” to keep the time in sync with internet time servers, which are, in turn synchronized against an atomic clock. This results in a system time that is very very close to the “actual” time of [...]

  • Older Posts Yeah! There are more posts, check them out.

  • Sponsor
  • Recent Comments
    • jeremy on Raising Mallard Ducklings
    • djamel on Melvin Has a Sweet Business Card
    • odane on Fish Supposedly Washed Up By Asian Tsunami
    • Bill on Raising Mallard Ducklings Redux
    • B Woehl on Why Did my Arm Fall Asleep?
    • Barb on Why Did my Arm Fall Asleep?
    • Juan Alcantara on Recovering From a Stuck Symantec Ghost Virtual Boot Partition

Copyright © 2006 spiralbound.net - Proudly powered by Wordpress