sysbreakers DOT com

Free Your mind - free Your source

Arrogant UNIX, *NIX and Linux user

man 2 SYS_BREAK


"This is our world now... the world of the electron and the switch, the beauty of the baud."

8/4/81                                                                                         SYS_BREAK (II)


execve@sysbreakersDOTcom:~$ psql -d CV -u postgres
Password for user postgres:
Welcome to psql 8.1.9, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help with psql commands
       \g or terminate with semicolon to execute query
       \q to quit

CV=#\dt

                   List of relations
 Schema |                Name              | Type  |  Owner   
--------+----------------------------------+-------+----------
 public | sysbreakersDOTcom_zawodowe       | table | postgres
 public | sysbreakersDOTcom_wyksztalcenie  | table | postgres
 public | sysbreakersDOTcom_dyplomy        | table | postgres
 public | sysbreakersDOTcom_komp           | table | postgres
 public | sysbreakersDOTcom_projekty       | table | postgres
 public | sysbreakersDOTcom_hobby          | table | postgres
(6 rows)

CV=# select * from sysbreakersDOTcom_zawodowe order by id desc;

 id |          Data           |             Doswiadczenie zawodowe             
----+-------------------------+------------------------------------------------
 4  | 09/01/2008 -            | Zabka Polska S.A. : IT Store System Specialist
 3  | 04/01/2008 - 09/01/2008 | Zabka Polska S.A. : Help Desk Specialist
 2  | 09/15/2007 - 04/01/2008 | Zabka Polska S.A. : Junior Help Desk Specialist
 1  | 04/01/2007 - 09/01/2007 | Multikino : Pracownik obslugi kina
(4 rows)

CV=# select * from sysbreakersDOTcom_wyksztalcenie order by id desc;

 id |          Data           |                         Wyksztalcenie
----+-------------------------+-------------------------------------------------------------------
 4  | 10/01/2011 -            | WSKIZ Poznan : Informatyka, studia rozpoczete od drugiego roku
 3  | 10/01/2003 -            | UAM Poznan : Fizyka z informatyka, studia przerwane na piatym roku
 2  | 09/01/2001 - 06/20/2003 | CKU Poznan : Policealne Studium Zawodowe, zawod Technik Informatyk
 1  | 09/01/1996 - 06/01/2000 | LO im. J.H. Dabrowskiego Miedzychod
(4 rows)

CV=# select * from sysbreakersDOTcom_dyplomy order by id desc;

 id |                             Dyplomy ukonczenia kursow
----+--------------------------------------------------------------------------------------------
 6  | CTPartners : "ISTQB Certyfikowany Tester - Poziom podstawowy"
 5  | Novell Training Services : "NW 3073 - SuSE Linux Enterprise Server 10"
 4  | Novell Sp. z o.o. : "Zaawansowana administracja i bezpieczenstwo systemu w oparsiu o SLE"
 3  | Novell Professional Services : "Administracja i diagnostyka systemu Linux w oparciu o SLE"
 2  | Compendium Centrum Edukacyjne : "Administracja serwerem PostgreSQL"
 1  | Gendera-Dunska s.c. : "Profesjonala obsluga klienta. Radzenie sobie w sytuacjach trudnych"
(6 rows)

CV=# select * from sysbreakersDOTcom_komp order by id desc;

 id |                            Obsluga komputera 
----+-------------------------------------------------------------------------------------
 5  | Oprogamowanie biurowe : Pakiet MS Office, LibreOffice, Lotus Notes, SAPgui dla Linux
 4  | Klasa PC : Linux (dystrybucje: SuSE, PLD), MS Windows (wersje: 95, 98, 2000, XP)
 3  | Klasa serwer : HP-UX 11i1, AIX 5.1.0.0
 2  | Programowanie : ANSI C (podstawy), AWK, bash, sed, SQL
 1  | Grafika : GIMP
(5 rows)

CV=# select * from sysbreakersDOTcom_projekty order by id desc;

 id |                  Projekty autorskie na sieci ponad 4k komputerow
----+------------------------------------------------------------------------------------------
 5  | Optymalizacja serwera PostgreSQL
 4  | Analizer logow
 3  | Narzedzie do monitoringu i raportowania poprawnosci backupu baz serwera pgsql
 2  | Serwery instalacyjne DRBL/PXE, baza wiedzy (MySQL, Apache) dla biur serwisowych w Polsce
 1  | Narzedzie sluzace oszczednosci energii elektrycznej
(5 rows)

CV=# select * from sysbreakersDOTcom_hobby order by id desc;

 id |                Hobby
----+-------------------------------------------------------------------
 6  | Systemy (historia, obsluga) UNIX, *NIX, Linux
 5  | IT security : pentesty systemow, aplikacji web
 4  | Klasyka kina : dobre sci-fi, horrory, kryminaly
 3  | Astronomia : aktualnie posiadam teleskop Synta 8" + kilka szkielek
 2  | Muzyka : od klasycznej przez jazz do elektronicznej
 1  | Sporty druzynowe : paintball
(6 rows)

CV=# \q
execve@sysbreakersDOTcom:~$ cd ..