Archive for Uncategorized

VSFTP show hidden files

vsftpd.conf-ba az alábbi sort kell hozzáadni:

force_dot_files=YES

 

SSL hibák megoldása

Ha az alábbi hibaüzenet van a logokban:

RSA server certificate CommonName (CN) `localhost' does NOT match server name!?

akkor adjuk hozzá az SSL-t használó hosztot a hosts fájlhoz:

$vi /etc/hosts

127.0.0.1        localhost,<SSL_HOST_1>,<SSL_HOST_2> etc.

 

m2-subclipse telepítése subclipse >=1.08 verziószámból

Ha az alábbi hibát kapjuk az eclipse-ben telepítéskor (Preferences->MAven->Discovery->

Cannot complete the install because one or more required items could not be found. Software being installed: Maven SCM handler for Subclipse 0.13.0.201303011221 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201303011221) Missing requirement: Maven SCM Handler for Subclipse 0.13.0.201303011221 (org.sonatype.m2e.subclipse 0.13.0.201303011221) requires ‘bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0)’ but it could not be found Cannot satisfy dependency: From: Maven SCM handler for Subclipse 0.13.0.201303011221 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201303011221) To: org.sonatype.m2e.subclipse [0.13.0.201303011221]

ha érezzük az erőt:

chackout and build

git clone https://github.com/tesla/m2eclipse-subclipse
cd m2eclipse-subclipse
mvn install

Majd install:

Help->New Software-> local es a < a kichckoutolt repo helye> /org.sonatype.m2e.subclipse.feature/target/site/

vagy a zip: m2-subclipse

vagy eclipse update site: https://ronhks.hu/eclipse/m2-subclipse/update-site

Caps lock kikapcsolása Windows alól

Mindig felpiszkál ez az átkozott gomb, hogy nem lehetett volna máshova tenni. Mellékletben a registry módosító scriptek.

AllScrpits SwitchCapsToScrollLock

ZIPelés

mert ezt is mindig guglizni kell…

zip -r <zip file> <folder name>

 

Netes forgalom elemzés

Hasznos progik hozzá:

nethog

és az

iftop

kombo 🙂

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

VNC default port állítás

Mire megtaláltam…

Először is állítsuk az írandó fájlt írhatóvá:

chmod +w /usr/bin/vncserver

Majd módosítsuk.

vi /usr/bin/vncserver

Keressük a

$vncPort = 5900 + $displayNumber;

sort