sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade && sudo apt-get -y autoremove
zhuuuz
Something i interest
12/17/2016
Debian : Update Current Software
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
- Delete your registry.slm file from the .borland directory within your user's folder with in Documents and Settings.
- Run the D7Reg.exe file from within your Delphi7 Bin directory.
- Follow the registration steps (you don't have to register now!)
- 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
Responsive CSS Framework Comparison
Bootstrap vs. Foundation vs. Skeleton
http://responsive.vermilion.com/compare.php
- Twitter Bootstrap : http://twitter.github.io/bootstrap/
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]
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]
Subscribe to:
Posts (Atom)