Zertifikat-request Ist openssl installiert, dann $ openssl req -newkey 1024 -keyout key.pem -nodes -new -out req.pem -nodes nicht password geschuetzt. -new neu erstellen nicht Ueberschreiben. req.pem ist das Certificate Signing Request File (CSR). Dieses wird benaetigt um das Zertifikat bei der Certifying Authority (CA) zu zertifizieren. key.pem ist die Schluesseldatei. in Zertifikat …

SSL & Serverzertifikat Read more »

An example to Create a Tigger CREATE OR REPLACE TRIGGER customer_trigger AFTER insert OR delete OR update ON orders FOR EACH ROW DECLARE changetype type.changetype%TYPE; order orders%ROWTYPE; name sales.name%TYPE; updateViolation EXCEPTION; nameNullViolation EXCEPTION; BEGIN IF INSERTING THEN IF :NEW.name = 1 THEN changetype := ‘insert’; ELSE changetype := ‘nothing’; END IF; order.order_id …

SQLPlus Create Tigger Read more »

An example to Create a Procedure SHOW ERRORS CREATE OR REPLACE PROCEDURE Get_Customer ( — create date: — create by: — description: i_ID IN CUSTOMERS.ID%TYPE, o_NO OUT IN NUMBER, o_MODE OUT CUSTOMERS.MODE%TYPE) IS TID COM_CUSTOMERS.CCUST_ID%TYPE; BEGIN SELECT TID, NO INTO t_ID, o_NO FROM CUSTOMERS WHERE ID = i_ID; SELECT T.MODE INTO o_MODE …

SQLPlus Create Procedure Read more »

The University of California-Berkeley has been streaming videos of their courses through their site webcast.berkeley. If your interested? There is plenty of material available here. webcast.berkeley.edu I found a great website with screenshots of video lecture courses. click here. Here you will find some video tutorial courses about html, css, php programing …

Take a free course online. Read more »

Deutschlandfunk Listen Deutschlandradio Kultur Listen Dokumente und Debatten Listen

Apprendre le français, Französisch lernen, Learning French Language Guide, French Grammar Learn French vocabulary through a visual interface francais.lingo4u.de – Französische Grammatik für „Französisch als Fremdsprache“ Softissimo – La Grammaire Interactive Bonjour de France, le magazine pour étudier le français en ligne vous propose d’améliorer vos connaissances linguistiques de manière ludique. Les …

Learning French Read more »

install Realplayer in Ubuntu edit the /etc/apt/sources.list file and add the followings: deb http://archive.canonical.com/ubuntu dapper-commercial main then update $ sudo apt-get update $ sudo apt-get install realplay   Internet Explorer Installation in Ubuntu Open /etc/apt/sources.list file $ sudo vi /etc/apt/sources.list add or Uncomment following lines deb http://uk.archive.ubuntu.com/ubuntu dapper universe deb-src http://uk.archive.ubuntu.com/ubuntu dapper …

Realplayer and IE Read more »