Benutzer:Tommy: Unterschied zwischen den Versionen

Aus ARTECO Wiki
Zur Navigation springen Zur Suche springen
Zeile 41: Zeile 41:
 
* MySQL-Master: /opt/MegaRAID/MegaCli/MegaCli -CfgDsply -aAll
 
* MySQL-Master: /opt/MegaRAID/MegaCli/MegaCli -CfgDsply -aAll
 
* MySQL-Slave: /usr/StorMan/arcconf getconfig 1
 
* MySQL-Slave: /usr/StorMan/arcconf getconfig 1
 +
 +
== /etc/xinetd.d/swat ==
 +
service swat
 +
{
 +
port = 901
 +
socket_type = stream
 +
wait = no
 +
#only_from = localhost
 +
user = root
 +
server = /usr/sbin/swat
 +
log_on_failure += USERID
 +
disable = no
 +
}

Version vom 13. Februar 2010, 15:38 Uhr

Nette Musik

Neelix - Coloured Light | Oliver Koletzki feat. Fran - Hypnotized | Oliver Koletzki feat. Pyur - these habits

Coole Frisky Interpreten

  • DJ Kira | Universal - 22 Januar 2010
  • Nicolas Cornel | Mestiza [Part 001]
  • Kaskil | Artist of the Week - August 2009
  • Lucas Ciarg | Traveler - 18 Januar 2010
  • Jarek Czechowski | Artist of the Week - 11 August 2009
  • Bobby Deep |
  • Michel Zola | FREEZE
  • Stephan Luke | Harem Sessions - 29 January 2010
  • Dynamic Illusion | Mindfields - 08 February 2010

WoW Cast Makro

/run SetCVar("Sound_EnableSFX",0)
/use [harm] 13
/stopcasting
/use [harm] 14
/cast [harm] Zorn
/run UIErrorsFrame:Clear()
/run SetCVar("Sound_EnableSFX",1)
/cast Zauber

Windows 7 Upgrade

in der regedit:
HKEY_LOCAL_MACHINE
-> Software
--> Microsoft
---> Windows
----> CurrentVersion
-----> Setup
------> OOBE
-------> MediaBootInstall
den Wert auf "0" setzen
dann mit cmd (Admin) "slmgr -ream" starten

Raid Controler Abfragen

  • MySQL-Master: /opt/MegaRAID/MegaCli/MegaCli -CfgDsply -aAll
  • MySQL-Slave: /usr/StorMan/arcconf getconfig 1

/etc/xinetd.d/swat

service swat
{ 
port		= 901
socket_type	= stream
wait 		= no
#only_from 	= localhost
user		= root
server		= /usr/sbin/swat
log_on_failure	+= USERID
disable		= no
}