Clearing the DNS cache on your computer:
windows:
ipconfig /flushdns
OS X:
dscacheutil -flushcache
linux:
/etc/init.d/nscd restart
You can't clear the cache on your ISPs DNS servers but you can use different servers (opendns, googledns, etc)
Clearing the DNS cache on your computer:
windows:
ipconfig /flushdns
OS X:
dscacheutil -flushcache
linux:
/etc/init.d/nscd restart
You can't clear the cache on your ISPs DNS servers but you can use different servers (opendns, googledns, etc)
You need custom scripts enabled.
var doc=top.noodle.headWindow().document;
var el=doc.getElementById("helpLink");
el.style.fontSize="";
el=doc.getElementById("feedback");
el.style.fontSize="";
el=doc.getElementById("logout");
el.style.fontSize="";
el=doc.getElementById("logout").parentNode.parentNode;
el.style.fontSize="14px";
<div style="position:relative;">
<img src="some_image.png"/>
<a href="http://someurl.com" style="position:absolute;top:50px;left:50px;">some text</a>
</div>
How to change Java RAM usage
Linux:
/opt/Noodle/multiserver
MAX_MEMORY=512
Windows:
%PROGRAMFILES%\Noodle\intranet.bat
-Xmx512M
You need custom scripts enabled.
var doc=top.noodle.headWindow().document;
var el=doc.getElementById("status");
el.style.display="none";
el=doc.getElementById("currentUserId");
el.style.display="none";
el=doc.getElementById("currentUser");
el.style.margin="20px";
el=doc.getElementById("currentUserName").parentNode;
el.style.display="block";
The Noodle search is located on the top bar, additionally you can search from the search widget and some application types.
Noodle allows you to change much of it's appearance and some of it's behavior.
The simple changes:
Advanced changes:
Appearance and beyond:
Some browsers incorrectly cache HTTP 302 "Found/Moved temporarily" and 303 "See Other" redirects as if they were 301 "Permanent Redirect"s.
The "Too many redirects" error can be temporarily fixed In the "Safari" menu by selecting "Reset Safari".
Disabling "Use a prediction service to load pages more quickly" is advised.