Monday, November 2, 2015, 12:50 PM
Misc
NFS mounts have the bg option, allowing background mounting. This means that if the initial mount times out (for example depending on a network interface that isn't configured yet), it will spawn a background process that retries the mount periodically, and return as if it had succeeded.
[ add comment ] ( 77 views ) permalink
7zip support for FreeCommander/TotalCommander
Saturday, August 1, 2015, 01:27 PM
Misc
Through the use of a plugin for TotalCommander it is possible to browse and extract from all the formats supported by 7zip.
If you use a 32bit build of
FreeCommander (the free version is 32bit) you will need the 32bit installation of 7zip as well.
[ add comment ] ( 81 views ) permalink related link
Friday, May 1, 2015, 01:32 PM
Misc
The
eXtensible ARchiver (command line
xar) is no longer packaged with Ubuntu. However, unpacking the format is supported by
7zip (command line
7z).
Additionally, the Ubuntu Lucid packages for
xar and
libxar1 will install on Ubuntu Trusty.
[ add comment ] ( 100 views ) permalink
When using the
Closure compiler, if you have specified
--process_jquery_primitives then the
@exports option cannot be used. You will get the error:
ERROR - Exports can only be generated if export symbol/property functions are set.
[ add comment ] ( 87 views ) permalink
Boost template visualizers for Visual Studio
Thursday, July 31, 2014, 05:07 PM
Misc
Boost template visualizers for Visual Studio allows Visual Studio to give better debug information for some Boost data types. Particularly useful is support for boost::optional as the Visual Studio debugger cannot normally decode the value stored in the class.
Not clear in the documentation is that you need to edit the file
autoexp.dat manually to add the visualizer specifications. This will usually require Administrator privileges.
[ add comment ] ( 87 views ) permalink related link