Páginas

terça-feira, 3 de abril de 2007

Only Ubuntu Linux: Bash Shell Keyboard Shortcuts For Linux Users: "Bash Shell Keyboard Shortcuts For Linux Users

The default shell on most Linux operating systems is called Bash. There are a couple of important hotkeys that you should get familiar with if you plan to spend a lot of time at the command line. These shortcuts will save you a ton of time if you learn them."

terça-feira, 27 de março de 2007

Re: [OFF] subversion: bloquear commit de arquivos com nome acentuado: "bloquear commit de arquivos com nome acentuado

RicardoFunke
Tue, 13 Mar 2007 15:41:51 -0800

Olá lista,

Só pra ficar registrado, para criar o script hook para filtrar nomes
de arquivos a serem comitados, impedindo caracteres acentuados e
outros, eu utilizei em no script hoot 'pre-commit' o comando svnlook,
com o parâmetro -r assim:

LISTA = `svnlook -r $TXN $REPOS`

Esse comando irá pegar a lista de arquivos a serem commitados no
servidor, com ele poderemos aplicar o filtro, por exemplo:

if [ `echo $LISTA | grep -o '[a-zA-Z0-9\.\-\+\_]' | wc -l` == $((`echo
$LISTA | wc -m`-1)) ]; then
echo 0
else
echo 1
fi"

quinta-feira, 21 de dezembro de 2006

The Perfect Setup - White Box Linux / Red Hat Enterprise Linux 3.0 - FalkoTimme.com: "he Perfect Setup - White Box Linux / Red Hat Enterprise Linux 3.0

Version 1.0
Author: Falko Timme
Last edited 03/22/2004

This is a detailed description about the steps to be taken to setup a Linux server based on White Box Linux that offers all services needed by ISPs and hosters (web server (SSL-capable), mail server (with SMTP-AUTH and TLS!), DNS server, FTP server, MySQL server, POP3/IMAP, Quota, Firewall, etc.).

Since White Box Linux is very similar to Red Hat Enterprise Linux this tutorial should also work for Red Hat Enterprise Linux."

quarta-feira, 20 de dezembro de 2006

redhat.com |: "Documentação do Red Hat Enterprise Linux 4

Red Hat Enterprise Linux, o melhor sistema operacional para a computação de fonte aberta, é oferecido através de uma variedade de produtos, do desktop ao centro de dados:

* Red Hat Enterprise Linux AS — para sistemas críticos avançados
* Red Hat Enterprise Linux ES — para servidores de pequeno/médio porte
* Red Hat Enterprise Linux WS — para estações de trabalho de design/técnicas
* Red Hat Desktop — para clientes administrados e seguros"
Data Recovery Software - File System Utilities: "DriveImage XML
Image and Backup logical Drives and Partitions

DriveImage XML is an easy to use and reliable program for imaging and backing up partitions and logical drives.

The program allows you to:
# Backup logical drives and partitions to image files
# Browse these images, view and extract files
# Restore these images to the same or a different drive
# Copy directly from drive to drive
# Schedule automatic backups with your Task Scheduler"

terça-feira, 19 de dezembro de 2006

: "Paolo Mantovani web page

At the moment this page contains some of my UNO packages (extensions) for OpenOffice.org

All packages are released under free license (GPL or LGPL)

I hope in future to have the time for improvements :-)"

segunda-feira, 18 de dezembro de 2006

Júlio Battisti: "IIS - Instalação - Administração e Configuração

* Parte 1 – Arquitetura e Instalação do IIS 6.0
* Parte 2 – Criando um Web Site
* Parte 3 – Instalação e Configuração do PHP (V.5.0.4)
* Parte 4 – Serviço de FTP – Parte 1
* Parte 5 – Serviço de FTP – Parte 2
* Parte 6 – Serviço de FTP – Parte 3"
Check Point SecureKnowledge: "To debug VPN-1 SecuRemote/SecureClient, run the sc.exe command from the bin directory on the remote machine (i.e., c:\program files\CheckPoint\SecuRemote\Bin\).

Below are various sc.exe commands that can be used to troubleshoot issues with SecuRemote/SecureClient. These commands may aid Check Point's Technical Assistance Center (TAC) to help you finding a resolution.

* Process commands

sc stop

(Stops SecuRemote processes).

sc start

(Starts SecuRemote processes).

* Debug commands


sc debug on

(Starts logging by restarting processes, and creating fwike debug.all and sr_tde.all files in the root directory; fwike_debug.all and sr_tde.all prompt the SecuRemote/SecureClient to start logging).

sc debug off

(Stops logging by restarting processes, and deleting the fwike_debug.all and sr_tde.all files from the root directory).

sc debug on -c

(Starts logging; same command as sc debug on, but also cleans the following files):

o sr_service_tde.log
o sr_gui_tde.log
o sr_watchdog_tde.log

quarta-feira, 13 de dezembro de 2006

Sun Studio Home of the C, C++ & Fortran Compilers and Tools: "Sun Studio
Home of the C, C++ & Fortran Compilers and Tools"

sexta-feira, 8 de dezembro de 2006

framework: Type Detection - Examples: "Mime Content Types used in OpenOffice.org1.0 / StarOffice 4.x and later

For general information regarding mime content types please have a look at IANA . Please note the the mime content types currently used in OpenOffice are not registered at IANA .

Mime Content Types used in OpenOffice.org2.0 / StarOffice 8 and later"

terça-feira, 5 de dezembro de 2006

EOL/EOF: "
ssaadm(1M) - administration program for SPARCstorage devices"

sexta-feira, 1 de dezembro de 2006

Welcome to the Script Center: "Script Center

Welcome to the Script Center! Consider this your one-stop shop for all your Windows system administration scripting needs. If you're not finding what you need here, let us know what else you'd like to see."
Microsoft TechNet: Columns: "Columns

Microsoft TechNet offers a number of columns written by technology experts. Most are updated monthly; check back often to find solutions to tough IT problems."
BSDhive » Blog Archive » Sendmail Configuration for Solaris 10: "Sendmail Configuration for Solaris 10

Configuring Sendmail on Solaris 10 is relatively easy if you’ve done similar things in the past (i.e. a few installations of Sendmail on FreeBSD). I recently had to set up Sendmail on my Solaris workstation at work and it all went surprisingly well. Of course, I already knew most of the details for writing a proper, local sendmail.mc file, but that’s a little irrelevant."

quarta-feira, 29 de novembro de 2006

Anatomy of Postfix | Linux Journal: "natomy of Postfix
By Ralf Hildebrandt and Patrick Koetter on Tue, 2006-11-21 19:48. Software
Developed with security and speed in mind, Postfix has become a popular alternative to Sendmail. The Book of Postfix published by No Starch Press is a complete guide to Postfix whether used by the home user, as a mailrelay or virus scanning gateway, or as a company mailserver. Practical examples show how to deal with daily challenges like protecting mail users from SPAM and viruses, managing multiple domains, and offering roaming access. The following is chapter 5 from 'The Book of Postfix'. Reprinted with permission from No Starch Press, all rights reserved."

terça-feira, 28 de novembro de 2006

Homepage of ZABBIX :: Open Source Application and Network Monitoring SolutionSubstituto do Nagios
ZFS Learning Center: "ZFS Learning Center

Get familiar with the world's most advanced file system—Solaris ZFS—with easy access to multimedia presentations and demos at the ZFS Learning Center."
Home at OpenSolaris.org: "What is the OpenSolaris Project?

The OpenSolaris project is an open source community and a place for collaboration and conversation around OpenSolaris technology.

The community represents a wide variety of people around the world, including developers adding functionality to the system or customizing the technology for new applications and platforms; system administrators implementing Solaris technology in data centers; educators and students researching operating systems in universities; and new users exploring the technology and discovering that OpenSolaris offers new opportunities.

The OpenSolaris source code is already cutting edge, but innovation happens everywhere so we welcome your involvement. Here's what our community has to offer:"
Documentation at OpenSolaris.org: "ZFS Documentation (Beta)
The man pages listed below are linked to the current Solaris Express Reference Manual Collection. You can view the man pages online by installing the Solaris Express Community Release (Build 27a or later). Make sure you install the SUNWman package."
ZFS Basics at OpenSolaris.org: "100 Mirrored Filesystems in 5 minutes

This is a brief and simple demo of the basics of using ZFS; it requires Flash. It is by no means complete, so make sure to have a look at the ZFS documentation for a complete reference."