• Increase font size
  • Default font size
  • Decrease font size

What is linux

The MySQL Cluster API Developer Guide

The MySQL Cluster API Developer Guide

The MySQL Cluster API Developer Guide: Version 3.0 (2010-07-22). The MySQL Cluster API Developer Guide. Document generated on: 2010-07-22 (revision: 21867). This guide provides information for developers wishing to develop applications against MySQL Cluster. These include: • The low-level C++-language NDB API for the MySQL NDBCLUSTER storage engine. • the C-language MGM API for communicating with and controlling MySQL Cluster management...

 

German - MySQL® Enterprise™ Abonnementvertrag

German - MySQL® Enterprise™ Abonnementvertrag

Rev20080929. Seite 1 von 8. MySQL® Enterprise™ Abonnementvertrag. Dieser MySQL-Abonnement-Vertrag wird durch und zwischen Sun und dem Kunden, die beide auf dem. Bestellformular genannt sind, abgeschlossen. Dieser MySQL-Abonnement-Vertrag und das Bestellformular stellen zusammen die gesamte Vereinbarung der Partein in Bezug auf das Produkt dar („der Vertrag“). Dieser. Vertrag wird zum Datum des Inkrafttretens des...

 

How to install Nginx On Fedora 12

 Nginx is available as a package for Fedora 12 which we can install as follows:

yum install nginx

Then we create the system startup links for nginx and start it:

chkconfig --levels 235 nginx on
/etc/init.d/nginx start

Tags:
 

How to Convert rewrite rules on nginx

 How to Convert  rewrite rules on nginxA redirect to a main site

People who during their shared hosting life used to configure everything using only Apache’s .htaccess files, translate usually the following rules:

RewriteCond %{HTTP_HOST} nginx.orgRewriteRule (.*) http://www.nginx.org$1

in something like this:

server { listen 80; server_name www.nginx.org nginx.org; if ($http_host = nginx.org) { rewrite (.*) http://www.nginx.org$1; }...

 

HowTo openBSD - Joomla 1.5 - nginx - SEO

HowTo openBSD - joomla 1.5 - nginx - SEO

HowTo openBSD - Joomla 1.5 - nginx - SEO. Geschrieben von: Sven Schumacher. Freitag, den 30. Oktober 2009 um 08:55 Uhr - Aktualisiert Freitag, den 30. ...

 

 

 

Free Download

 

Tags:
 

YouTrack 2.0 Documentation : Linux. JAR in Nginx Web Server

YouTrack 2.0 Documentation : Linux. JAR in Nginx Web Server

6 Jun 2010 ... Document generated by Confluence on Jun 06, 2010 12:50. Page 1. YouTrack 2.0 Documentation : Linux. JAR in Nginx Web Server ...

 

 

 

Free Download

 

Tags:
 

How to "downgrade" cacti ?

 I have upgraded my cacti too soon (version 0.8.7b to version 0.8.7f)  ; so I wanted to put the version 0.8.7e. I did the tutorial to upgrade cacti (http://www.cacti.net/downloads/docs/html/upgrade.html), excepted that I "downgrade", and when I go to http://my_server/cacti/ , I obtain this error : Code: Error 
Invalid Cacti version 0.8.7f, cannot upgrade to 0.8.7e



I have seen this topic...

 

How to Create a Data Template in Monitor Cacti

 To create a new data template, select Data Templates under the Templates heading and click Add.

The first thing you must do is give the template a name. This name has nothing to do with the data source name, but is what you will use to identify the template throughout Cacti.

Second, you will notice a list of data source/data source item field names with Use Per-Data Source Value checkboxes next to each one. The nice thing about templates in Cacti is that you can choose whether to...

 

How to Install Cacti 0.8.7b on Fedora 9 using VMWare 6

 Install Cacti on Fedora 9 using VMWare 

Install Fedora 9 with default install information. 

Choose Web Server option to be sure all the webserver applications get installed 

Run from terminal while logged in as root 

yum update 
yum -y install gcc gcc-c++ kernel kernel-devel net-snmp net-snmp-utils mysql mysql-server httpd php php-mysql php-snmp rrdtool tcl clamav libtool 

Reboot the fedora box 

Configure the new services to start automatically 

Run the following from...

 

How to View last login time and IP account in Redhat linux

 View last login time and IP account 
[Root @ Jason ~] # last 
root pts / 0 192.168.1.22 Thu Apr 29 02:00 still logged in 
root pts / 0 192.168.1.22 Thu Apr 29 01:56 - 01:57 (00:01) 
reboot system boot 2.6.18-92.el5 Thu Apr 29 01:53 (02:00) 
root pts / 0 192.168.1.235 Tue Apr 27 13:34 - down (00:43) 
reboot system boot 2.6.18-92.el5 Tue Apr 27 13:34 (00:44) 
root pts / 1 192.168.1.235 Sun Apr 25 14:17 - 14:44 (00:27) 
root pts / 1 192.168.1.235 Sun Apr 25 14:08 - 14:17 (00:09) 
root...

 

"last -f -x reboot shutdown" incorrect for last reboot and shutdown

 The output comes in time order, latest first, each line showing the time of the reboot and the uptime from then to shutdown. Using last -x reboot shutdown to show the shutdown time, here's an illustration

Code:
shutdown system down  2.6.29.6-smp     Sun Mar  7 15:35 - 03:02  (11:27)
reboot   system boot  2.6.29.6-smp     Sun Mar  7 09:35          (05:59)

09:35 until 15:35 is 05:59.

When the uptime exceeds 24 hours it is shown as (+

Code:
shutdown system down  2.6.29.6-smp     Sun Feb 21 12:39 - 13:20  (00:40)
reboot   system boot  2.6.29.6-smp     Sat Feb 20 09:39         (1+02:59)

09:39 until 12:39 the next day is 1 day 02:59.

The time in parentheses at the end of the shutdown lines is normally the time until the next shutdown.

So far so good. The incorrect output is for the last reboot and shutdown of an old wtmp file. Here's the output of last /var/log/wtmp -x reboot shutdown; last -f /var/log/wtmp.1 -x reboot shutdown

Code:
[snip]
reboot   system boot  2.6.29.6-smp     Fri Mar 12 07:42          (01:54)
shutdown system down  2.6.29.6-smp     Fri Mar 12 01:31 - 09:37  (08:05)

wtmp begins Thu Mar 11 08:25:26 2010
[snip]
reboot   system boot  2.6.29.6-smp     Wed Mar 10 14:12         (15+01:42)
shutdown system down  2.6.29.6-smp     Wed Mar 10 12:41 - 15:54 (15+03:13)
[snip]

The boot started at "Wed Mar 10 14:12" which had an actual uptime of 1 day 11:20 is reported as 15 days 03:13 which is the time from then until the last -f /var/log/wtmp.1 -x reboot shutdown command was issued. The time from shutdown to shutdown is similarly affected.

Tags:
 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  3 
  •  4 
  •  5 
  •  6 
  •  7 
  •  8 
  •  9 
  •  10 
  •  Next 
  •  End 
  • »