linux

1

How to Install Oracle VM VirtualBox and Create a Virtual Machine

http://feedproxy.google.com

Oracle VM VirtualBox is an open source virtualization software that you can install on various x86 systems. You can install Oracle VM Virtualbox on top of Windows, Linux, Mac, or Solaris. Once you install the virtualbox, you can create virtual machines that can be used to run guest operating systems like Windows, Linux, Solaris, etc. [...] Read More: How to Install Oracle VM VirtualBox and Create a Virtual Machine

Read more »
Created by bands 2 days 9 hours ago – Made popular 2 days 9 hours ago
Category: Operating Systems   Tags:
1

Sending a header using the PHP SOAP client

http://feedproxy.google.com

I've recently been interfacing with a SOAP API on a .NET server and also creating an API in PHP, and both require sending a specific SOAP header for authentication. This post shows how to send a SOAP header using the PHP SOAP client which is built into PHP.
Sending an authentication header with PHP SOAP
In the case of the SOAP server I have been developing, the server requires a header to be sent which contains the API key. The header name is APIKey and the value the key itself. In the example below the namespace used for the API call is "ExampleNamespace".

Read more »
Created by shashi 3 days 9 hours ago – Made popular 3 days 9 hours ago
Category: Programming   Tags:
1

Apache Hadoop Single Node Standalone Installation Tutorial

http://feedproxy.google.com

When you implement Apache Hadoop in production environment, you’ll need multiple server nodes. If you are just exploring the distributed computing, you might want to play around with Hadoop by installing it on a single node. This article explains how to setup and configure a single node standalone Hadoop environment. Please note that you can [...] Read More: Apache Hadoop Single Node Standalone Installation Tutorial

Read more »
admin's picture
Created by admin 4 days 9 hours ago – Made popular 4 days 9 hours ago
Category: Operating Systems   Tags:
1

PHP $_SERVER variables - CLI via SSH vs cron

http://feedproxy.google.com

I have a number of batch processes that run using PHP as the command interpreter, and discovered after making a change to one of them the other day that the variables available to PHP in the $_SERVER superglobal are different depending on whether it's run via an SSH session or cron. This post shows the difference on Debian 6. The values available are probably the same on other distros.
$_SERVER using the CLI via SSH
Using the PHP command line interpeter (CLI) the following was displayed when running print_r($_SERVER), showing which variables are available:

Read more »
Created by bands 5 days 10 hours ago – Made popular 5 days 10 hours ago
Category: Programming   Tags:
1

5 New Perl 5.10 Features – Say, State, ~~, Defined OR

http://feedproxy.google.com

These are the 5 new Perl 5.10 features that you might find helpful. 1. Say it instead of Print The major difference between say and print is, say prints a newline at the end by default. So, when you use “say”, you don’t need to give the “\n” at the end. Both of the following [...] Read More: 5 New Perl 5.10 Features – Say, State, ~~, Defined OR

Read more »
sri's picture
Created by sri 6 days 11 hours ago – Made popular 6 days 11 hours ago
Category: Operating Systems   Tags:
1

C Pointer to Pointer, Pointer to Functions, Array of Pointers Explained with Examples

http://feedproxy.google.com

In C programming language, the concept of pointers is the most powerful concept that makes C stand apart from other programming languages. In the part-I of this series we discussed the fundamental concepts around C pointers. In this article, we will try to develop understanding of some of the relatively complex concepts. The following are [...] Read More: C Pointer to Pointer, Pointer to Functions, Array of Pointers Explained with Examples

Read more »
sri's picture
Created by sri 1 week 2 days ago – Made popular 1 week 2 days ago
Category: Operating Systems   Tags:
1

"Error opening terminal xterm-color" on Mac OSX Terminal

http://feedproxy.google.com

If you are connecting to a remote server from the Mac OS X terminal and get the message "Error opening terminal: xterm-color" when doing certain operations on the remote server, then you either change your terminal's declaration setting or add a TERM declaration to the bash profile on the server at the other end to prevent the error message from happening. There may be other ways to solve it at the server end but this post shows a quick and easy fix.

Read more »
Created by admin user 1 week 2 days ago – Made popular 1 week 2 days ago
Category: Programming   Tags:
1

Linux Time Command Examples

http://feedproxy.google.com

There are times when you might want to profile your program on parameters like: Time taken by program in user mode Time taken by program in kernel mode Average memory usage by the program etc On Linux we have a utility ‘time’ that is designed specifically for this purpose. The utility ‘time’ takes a program [...] Read More: Linux Time Command Examples

Read more »
Created by admin user 1 week 3 days ago – Made popular 1 week 3 days ago
Category: Operating Systems   Tags:
1

How to Setup Rsyslog Remote Logging on Linux (Central Log Server)

http://feedproxy.google.com

Every Linux distribution have some kind of logging mechanism that records all the system activities. A while back we provided a list of 20 log files that are stored under /var/log that you might be helpful during troubleshooting. These logs are very critical for sysadmin for troubleshooting purpose. The following are the three common methods to log [...] Read More: How to Setup Rsyslog Remote Logging on Linux (Central Log Server)

Read more »
sri's picture
Created by sri 1 week 4 days ago – Made popular 1 week 4 days ago
Category: Operating Systems   Tags:
1

6 Nagios Command Line Options Explained with Examples

http://feedproxy.google.com

This article explains various command line options that are available for the nagios command. 1. Start Nagios Daemon Using nagios -d Typically you would execute “service nagios start” to start the Nagios daemon, which really calls the /etc/rc.d/init.d/nagios script. You’ll see the following line inside the /etc/rc.d/init.d/nagios script for the Nagios startup: $NagiosBin -d $NagiosCfgFile [...] Read More: 6 Nagios Command Line Options Explained with Examples

Read more »
Created by admin user 1 week 6 days ago – Made popular 1 week 6 days ago
Category: Operating Systems   Tags:

Your Ad Here

User login

Who's online

There are currently 0 users and 1 guest online.

Best karma users

  1. bands
  2. sri's picture
    sri
  3. shashi
  4. sunnyholic
  5. admin user