12/17/2016

Debian : Update Current Software


sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade && sudo apt-get -y autoremove

12/16/2016

Debian - Apt-get : NO_PUBKEY / GPG error

gpg --keyserver pgpkeys.mit.edu --recv-key  public_key
      
gpg -a --export public_key | apt-key add -



3/19/2015

Delphi not run : d7reg.exe cannot be found !!!!

Invalid Delphi license

  1. Delete your registry.slm file from the .borland directory within your user's folder with in Documents and Settings.
  2. Run the D7Reg.exe file from within your Delphi7 Bin directory.
  3. Follow the registration steps (you don't have to register now!)
  4. All done. Open Delphi7 as normal.

10/26/2013

Dev with Mac

http://net.tutsplus.com/tutorials/tools-and-tips/setting-up-a-mac-dev-machine-from-zero-to-hero-with-dotfiles/

10/06/2013

JetBrains Intellig IDEA 12 & Java 1.7* & Mac 10.8



>> Edit  IntelliJ IDEA 12/Info.plist  Change JVMVersion From 1.6* to 1.7*
>> open -a  /Application/IntelliJ IDEA 12.app
>> see About for infomation of java version

********

At the moment all our products require Apple JDK 1.6 to be installed in order to run on Mac. JDK 1.7 from Oracle is not officially supported yet and has known problems that stop us from using it by default.
To force running under JDK 1.7 edit /Applications/.app/Contents/Info.plist file, change JVMVersion from 1.6* to 1.7* :
JVMVersion
1.7*
  • See this answer for the known problems with JDK 1.7.
  • IDEA_JDK environment variable can be used to override the selected JDK, you may need to run the product from the Terminal so that it sees your environment variables (Mac OS limitation): open -a /Applications/.app/ .
  • Application About dialog will show the actual JDK version.


Infomation from : http://www.sencha.com/forum/showthread.php?233071-Sencha-Touch-2.x-with-Phonegap-Cordova-2.0





7/08/2013

2/18/2013

Fail2ban : unban

How to unban fail2ban
1. #iptables -D fail2ban-SSH -s XXX.XXX.XXX.XXX -j DROP
2. #iptable -L --line-numbers
    #iptable -D [chain] [chain-number]
3. #fail2ban-client get [rule-name] actionunban [xxx.xxx.xxx.xxx]