I have heard about TeXstudio for a long time. I tried it today on a Debian virtual machine. It works like a charm. I like the preview function a lot. Using inline preview, you can see compiled result while you are typing. It works even with user-defined commands. This is …
Remote Development in Visual Studio Code
There are 2 approaches to develop remotely in Visual Studio Code. The first way is to leverage the extension pack Remote Development. For more details, please refer to Remote Development with VS Code and VS Code Remote Development.
The second (prefered) approach is to leverage cdr/code-server. For more details …
Ways to Download Files Using Selenium Webdrive
Selenium WebDrive cannot have no control of system Dialog, so you have to avoid the Dialog when downloading files using WebDrive.
The first way is to enable automatical download in the browser that you use with Seleniu WebDrive. So when click a file link, the file is automatically downloaded to …
Make Your Life Easier with Portable Applications
Using portable applications is a good way to make your digital life easier. They do not eat up your disk quickly nor do they mess up the registry of your Windows OS. You can always copy these applications from one computer to another and use it out of box. Or …
Block JavaScript in Browsers Using NoScript
** Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement! **
To enable NoScript synchronization via Firefox Sync go to about:config (type this in URL bar) and change noscript.sync.enabled to true.
Useful Plugins for Eclipse
Terminal Plug-in
"Terminal Plug-in" is a fully-working command-line terminal for Eclipse.
EasyShell
"EasyShell" allows to open a shell window or file manager from the popup menu in the navigation tree or editor view.
Vrapper
Vrapper provides Vim-like scheme for Eclispe. You can edit code similar as what you do in …