About bearparc

A software development blog for the qualified developer

Blogroll

Application Server (24)
Business Intelligence (13)
Business Logic Layer (6)
C (3)
C++ (4)
CMMI (4)
Data Mining (3)
DataMart (11)
DataWarehouse (11)
ETL (7)
FAQ – Troubleshooting (8)
Framework (4)
Hardware (10)
Informatica Powercenter (6)
Investition (2)
J2ee (8)
Java (6)
JBoss (1)
Liferay (11)
LINUX (12)
matlab (3)
objektorientiertes Design (2)
OLAP (7)
Oracle (54)
Projektmanagement (5)
Prozeßmodelle (4)
Software (43)
SQL (28)
Uncategorized (41)
Web 2.0 (5)
Weblogic (17)
wordpress (5)
XML (2)

WP-Cumulus by Roy Tanck and Luke Morton requires Flash Player 9 or better.

www.brokerbase.ch network

Search



Add to Technorati Favorites Blogverzeichnis - Blog Verzeichnis bloggerei.de Deutsches Blog Verzeichnis blogoscoop Add to Google http://www.wikio.de

LINUX

« Previous Entries

Freier Festplattenspeicher ausgeben

Thursday, November 11th, 2010

df -m

Linux : Adding a Directory to the Path

Wednesday, November 4th, 2009

The best place to add a directory to the path of a single user is to modify that user’s .bash_profile file. To add it to all users except user root, add it to /etc/profile. To also add it to the path of user root, add it to root’s .bash_profile file.

vi editing mode quick reference

Friday, October 30th, 2009

Shortcut Description Switching to COMMAND Mode: ESC                            Switch to command mode. Commands for Entering INPUT Mode: i                                    Insert before cursor. a                                   Insert after cursor. I                                   Insert at [...]

Linux Oracle tuning parameter : Shutdown GUI

Friday, June 5th, 2009

Modify the ‘inittab’ file to set boot level as 3:

Linux Oracle tuning parameter : Disable Unnecessary Daemons

Friday, June 5th, 2009

/sbin/chkconfig –levels 2345 sendmail off /sbin/chkconfig sendmail off

Linux Oracle tuning parameter : Tune TCP

Friday, June 5th, 2009

To view current TCP settings, run command: sysctl net.ipv4.tcp_keepalive_time net.ipv4.tcp_keepalive_time = 7200 // 2 hours where net.ipv4.tcp_keepalive_time is a TCP tuning parameter. To set a TCP parameter to a value, run command: sysctl -w net.ipv4.tcp_keepalive_time=1800

« Previous Entries