Subscribe to RSS Feed

Posts Tagged ‘ JavaScript ’

Browser cache is very useful when users download the same CSS and JS files multiple times. Some browsers, however, use the old CSS and JS files from the cache, even though they have been updated. This may lead to unpleasant situations, when the pages are displayed to the user with the wrong styles or pages will work incorrectly.

Fortunately, these unpleasant situations is easy to avoid and let the browsers cache files as long as they are changed.
» Continue Reading "Prevent the browsers to use old cached CSS and JS files"

Please leave a comment
Nano Editor

Nano Editor

Nano is easy to use and lightweight command line text editor for Linux and UNIX systems. Nano text editor can use either the default settings or improve settings with customized nanorc-file. Here are some tips that can improve the usability of Nano. Changes can be made nanorc file, either locally or to all users or options can be used as command line options.

First is good to check Nano compiled options, with command:

nano -V

Nano should be compiled with --enable-nanorc option.

Example configuration file can be copied from /usr/share/doc/nano-[version]/nanorc.sample. If you want to add the settings to all users, then copy nanorc to the /etc/nanorc and if you want to add the settings locally to one user then copy nanorc to the $HOME/.nanorc.

And then the real tuning.

» Continue Reading "Tuning Nano text editor with nanorc"

1 Comment

Recent Comments