Jerzy Seweryn

Maven deploy with ftp

in [code lang="shell"] vim ~/.m2/settings.xml [/code] add [code lang="xml"] <settings> ... <servers&g...


Ssh keys authorization

[code lang="shell"] // generujemy swój klucz ssh ssh-keygen //na wszystkie pytania odpowiadamy enterem //wynik otrzymujemy...


Screen tips

* Uruchamimay program w screen. [code lang="shell"] screen -S torrent rtorrent screen <opcje> <parametry> <nazwa p...


VMware keyboard problem

in file [code lang="shell"] vim /etc/vmware/config [/code] or [code lang="shell"] ~/.vmware/config dodajemy: [/code] thi...


Ubuntu no eth0 in VMware

After copy ubuntu vitual machine you need change MAC and clear file [code lang="shell"][/code] vim /etc/udev/rules.d/70-persistent...


Adobe AIR automatic updates

main Application: [code lang="xml"] <?xml version="1.0" encoding="utf-8"?> <mx:WindowedApplication xm...


Set up together Thunderbird, Google Calendar, Remember The Milk

Manage Google Calendar and Remember The Milk in Mozilla Thunderbird. Install this plugings: Lightning Plugin for Thunderbird: http://www.mo...


Port check - netstat

[code lang="shell"] netstat -lp [/code]


Installing Postgres on Ubuntu

1. Installing postres [code lang="shell"] sudo apt-get install postgresql postgresql-client postgresql-contrib [/code] 2. Postres ...


Instalacja Redmine with Apache, Ruby Enterprise, Phusion Passenger

[code lang="shell"] wget http://rubyforge.org/frs/download.php/57098/ruby-enterprise_1.8.6-20090520_i386.deb wget http://rubyforge...


Add and remove user in ubuntu

[code lang="shell"] adduser UserName userdel UserName rm -r /home/UserName [/code]


Create git remote reposytory

Login to remote server [code lang="shell"] ssh [email protected]_SERVER [/code] Once logged in [code lang="shell"] mkdir exampl...


Ubuntu Skype Problem with Audio Playback

[code lang="shell"] killall pulseaudio sudo apt-get remove pulseaudio sudo apt-get install esound sudo rm /etc/X11/Xsession.d/70pu...


Using JFreeChart with Seam

Graphic statistics in Seam with JFreeChart. [code lang="java"] package example.chartprocesser; @Name("chartprocesser") p...


Installation SyntaxHighlighter on page

1.In the blogger,Click on Layout tab ->Edit HTML and put following things Before </head> [code lang="html"] <link href...


Instalacja systemu linux z usb pendriv'a

Gdy nie mamy pod ręką płytki CD/DVD aby nagrać dystrybucję możemy wykonać instalację z usb pendriv'a wykonując następujące kroki: 1. ści...


Installing Xen virtualization on CentOS

Installing Xen On CentOS 5.0 (i386) Version 1.0 Author: Falko Timme Last edited 06/08/2007 This tutorial provides step-by-step instructions ...


Install Postgres 8 on Centos

How to Install Postgres 8 on RHEL/Centos in 3 minutes I want to share quick and specific instructions for the installation of the Postgres 8...


Rezerwat - Zaopiekuj się mną


Piosenka o kwiatach Marek Roman


Róże Europy - Jedwab


Przepraszam - Sztywny Pal Azji


Installing Subversion Server on CentOS

1. Install a couple of packages via yum: [code lang="shell"] $ sudo yum install httpd subversion mod_dav_svn [/code] 2. Create a d...


Installing Trac on CentOS

Installing Trac on CentOS 1. Before you do anything, go ahead and install subversion 2. Install the python easy install tool: [code lang=&qu...