• 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 "syntax"

  • 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 January 17th, 2006

    Written by cliff

    Tags

    foreach, grep, ls, shell, syntax, tcsh

    Foreach Example in tcsh

    I always forget the foreach syntax. Here is a quick example that reads all the contents of a directory into an array, prints out the name of each file, runs a simple grep on it, and ends.
    foreach i ( ` /bin/ls * ` )
    foreach? echo $i
    foreach?/bin/grep your_grep_string $i
    foreach? end

  • Data and Technology

    Posted on October 18th, 2005

    Written by cliff

    Tags

    data, HowTo, information technology, sun, sun microsystems, syntax, system administration, systems administration, technology

    PHP 5.0.5 Make Install Error

    After getting PHP 5.0.5 to compile on my Solaris 9 server, I got the following error when doing the make install:
    ld.so.1: php: fatal: relocation error: file /u01/packages/src/php-5.0.5/sapi/cli/php: symbol xmlRelaxNGCleanupTypes: referenced symbol not found
    Killed
    make[1]: *** [install-pear-installer] Error 137
    make: *** [install-pear] Error 2
    Turns out that the Sun XML packages are stomping all over the xml2 package from [...]

  • Data and Technology

    Posted on September 8th, 2005

    Written by cliff

    Tags

    adduser, forget, forgotten, groupadd, HowTo, remember, reminder, solaris, syntax, technology

    Solaris Useradd Syntax

    Solaris Useradd Syntax

    This morning I’ve been installing a new Sun Fire V240, and like always, I couldn’t remember the syntax to add a user to the system. Unlike other flavors of UNIX, Solaris 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, [...]

  • Sponsor
  • Recent Comments
    • MITCHELL on Raising Mallard Ducklings
    • cliff on Raising Mallard Ducklings
    • cliff on Raising Mallard Ducklings Redux
    • cliff on Raising Mallard Ducklings
    • DEBORAH on Raising Mallard Ducklings Redux
    • jen on Raising Mallard Ducklings
    • Nancy Gorman on Raising Mallard Ducklings

Copyright © 2005 spiralbound.net - Proudly powered by Wordpress