Spring Data is Transctional

8 years ago

Is the databse transaction active? org.springframework.transaction.support.TransactionSynchronizationManager.isActualTransactionActive()  

Windows 10 start menü restore

8 years ago

1. Fix corrupted files If the Search bar still works, search for powershell. Then right-click Windows PowerShell in the search…

Cert lementése remote szerverről linuxon

8 years ago

echo -n | openssl s_client -connect HOST:PORTNUMBER | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /tmp/$SERVERNAME.cert  

Keresés tar archivumok fájljain belül

8 years ago

zgrep -a "keresett_string" 12*/audit.log.*.gz vagy így is megeszi zgrep -a keresett_string 12*/audit.log.*.gz  

Outlook set sync folders

8 years ago

You can open the Send/Receive Groups dialog by pressing the CTRL+ALT+S keyboard shortcut or as an alternative use: Outlook 2007…

How to get Apache Tomcat version

8 years ago

java -cp </usr/share/tomcat8>/lib/catalina.jar org.apache.catalina.util.ServerInfo  

Let’s Encrypt howto

8 years ago

Clone Git repo: sudo git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt than: cd /opt/letsencrypt Generate apache config and certs: ./letsencrypt-auto --apache -d example.com…

grep list the whole line which matches

9 years ago

If we needs the whole line grep -R -a 'XXX'  

Java Calendar format eclipse-ben

9 years ago

The following effectively overwrites the toString() method for any class as seen using the Eclipse Debugger only, but I've found…

[FIX] YOUR HARDBRICKED LUMIA PHONES [NO JTAG] [Only for QHSUSB_DLOAD lumia (black screen, no vibration)]

9 years ago

Only for QHSUSB_DLOAD lumia (black screen, no vibration) I got my lumia 620 hardbricked about a month ago while rolling…

This website uses cookies.