system admin

1

How to Prevent SQL Injection Attack (Explained with an Example)

http://feedproxy.google.com

This article explains basics of SQL Injection with an example that shows SQL Injection, and provides methods to prevent from these attacks. As the name suggests, this attack can be done with SQL queries. Many web developers are unaware of how an attacker can tamper with the SQL queries. SQL-Injection can be done on a web application [...] Read More: How to Prevent SQL Injection Attack (Explained with an Example)

Read more »
Created by shashi 6 hours 36 min ago – Made popular 6 hours 34 min ago
Category: Operating Systems   Tags:
1

What is RTOS? – Real Time Operating Systems Basics

http://feedproxy.google.com

Suppose a person is driving a car on a highway at a speed of 70 miles per hour. Now, somehow the car meets with an accident. Fortunately the airbag deployed at the right time and saved the life of the driver. So, we see that airbag is a very good feature in a car which [...] Read More: What is RTOS? – Real Time Operating Systems Basics

Read more »
sri's picture
Created by sri 1 day 6 hours ago – Made popular 1 day 6 hours ago
Category: Operating Systems   Tags:
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 4 days 7 hours ago – Made popular 4 days 7 hours ago
Category: Operating Systems   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 6 days 8 hours ago – Made popular 6 days 8 hours ago
Category: Operating Systems   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 1 week 1 day ago – Made popular 1 week 1 day 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 4 days ago – Made popular 1 week 4 days ago
Category: Operating Systems   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 5 days ago – Made popular 1 week 5 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 6 days ago – Made popular 1 week 6 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 2 weeks 1 day ago – Made popular 2 weeks 1 day ago
Category: Operating Systems   Tags:
1

TCP Attacks: TCP Sequence Number Prediction and TCP Reset Attacks

http://feedproxy.google.com

Though TCP protocol is a connection oriented and reliable protocol but still there a various loopholes that can be exploited. These loop holes are mostly explained in terms of attacks. In the previous article on the TCP/IP Attacks series, we explained about ARP Cache Poisoning. This article explains the following two attacks:  TCP sequence prediction [...] Read More: TCP Attacks: TCP Sequence Number Prediction and TCP Reset Attacks

Read more »
Created by shashi 2 weeks 4 days ago – Made popular 2 weeks 4 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