merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 04 Feb 2014 23:29:05 +0200
changeset 1564 828f23c756fc
parent 1563 9b4441d30cac (diff)
parent 1561 c82ece932653 (current diff)
child 1565 e59b35de5f28
merged
--- a/firefox.rst	Mon Feb 03 19:32:52 2014 +0200
+++ b/firefox.rst	Tue Feb 04 23:29:05 2014 +0200
@@ -70,6 +70,15 @@
   Path=Profiles/xxxxxxx.default
   Default=1
 
+Change user agent.
+==================
+
+::
+
+  general.useragent.override
+
+For Debian Icewasel just remove ``Icewasel`` from user agent string.
+
 How to prevent links from opening a new window?
 ===============================================
 
--- a/java.rst	Mon Feb 03 19:32:52 2014 +0200
+++ b/java.rst	Tue Feb 04 23:29:05 2014 +0200
@@ -212,3 +212,8 @@
                 How to Reference and Use JSTL in your Web Application
   http://en.wikipedia.org/wiki/Java_EE_version_history
                 Java EE version history
+
+Java interactive shell.
+=======================
+
+Just use Groovy. ``bsh`` is older alternative without code completion.