Archive for 2013-10-27

telnet SMTP test

Mert mindig kimegy a fejemből 😀

telnet digitallhouse.com smtp

Trying 127.0.0.1…

Connected to housemaster.digitallhouse.com.
Escape character is ‘^]’.
220 digitallhouse.com ESMTP Postfix

HELO 4dteam.hu

250 digitallhouse.com

MAIL from: denes.zsolt@4dteam.hu

250 2.1.0 Ok

RCPT to: zsolt.denes@gmail.com

250 2.1.5 Ok

DATA

354 End data with <CR><LF>.<CR><LF>

alma
.

250 2.0.0 Ok: queued as 0B6C81405EC

quit

221 2.0.0 Bye

Connection closed by foreign host.

Új SVN repo létrehozása

Új repo létrehozása:

svnadmin create <SVN_FOLDER_PATH>

Majd a jogosultságok beállítása:

chown -R apache:svnusers <SVN_FOLDER_PATH>

 

 

SSH-n keresztüli X Windows-on

Unix machines have been able to run software on a remote machine and display the GUI locally for almost two decades. Linux and Mac OS X support X Forwarding with no extra software. Any terminal on Linux should do X Forwarding, Mac users need to run “Applications > Utilities > XTerm“. In a command line terminal run “ssh -Y jdoe@compute.example.edu matlab” and you’ll be running matlab on “compute.example.edu” but seeing it on your desktop.

Windows users need two pieces of software: an secure shell program (ssh) to establish the remote connection and an X Server to handle the local display.

Prerequisites

Configuring Putty

    1. Add Unix hostname
    2. Switch Protocol to SSH
    3. Type name of session in saved sessions
    4. Click ‘Save’

    1. Expand the ‘SSH’ tab from the ‘Category’ list
    2. Choose ‘X11’ from ‘SSH’ list
    3. Check ‘Enable X11 Forwarding’

 

  1. Choose ‘Session’ from ‘Category’ list
  2. Click ‘Save’

Starting the X Server on Windows

Configuring Xming

Just run “All Programs > Xming Xming” and it should work if you’ve got PuTTY configured.

Connecting

    1. Start Xming
    2. Start Putty
    3. Double click on the saved session you want

  1. Enter username and password as requested
  2. You should now be able to run X applications from the host
    on your local desktop