VisualStudio 2013 Hangs on Startup
We have to be comprehensive of such a bug from Microsoft. They have limited resources and Visual Studio is not one of their flagship product. Alter your shortcut to add the following as an argument. Then remove...
Just another Yipp.ca Blogs site
We have to be comprehensive of such a bug from Microsoft. They have limited resources and Visual Studio is not one of their flagship product. Alter your shortcut to add the following as an argument. Then remove...
Get list of installed kernels on CentOS $> rpm -qa kernel kernel-2.6.32-696.13.2.el6.x86_64 kernel-2.6.32-696.el6.x86_64 kernel-4.9.75-30.el6.x86_64 kernel-2.6.32-696.16.1.el6.x86_64 Get current kernel $> uname -r 4.9.75-30.el6.x86_64 Downgrade to a previous one You don't need to downgrade or uninstall a...
+ docker-compose -f /home/dev/cal7/vfcore/calypso/docker/build/docker-compose.yaml stop tc-fetch WARNING: The HAI_BASEOS variable is not set. Defaulting to a blank string. ERROR: Couldn't connect to Docker daemon at http+docker://localunixsocket - is it running? If it's at a...
Ryzen configurations with Asus B350M-A/CSM CSM stands for Corporate Stable Motherboard
On CentOS 6, getting the following error cc1plus: error: unrecognized command line option "-std=c++11" Solution scl enable devtoolset-2 bash or scl enable devtoolset-3 bash
After upgrading code and libraries, you might run into "err":{"message":"fsReadFileAsync(...).then(...).then(...).catch(...).done is not a function", An example erroneous code const fsReadFileAsync = util.promisify(fs.readFile.bind(fs)); const fsWriteFileAsync = util.promisify(fs.writeFile.bind(fs)); // First apply changes to fstab fsReadFileAsync(this._fstabFilename, "utf8")...
It is always a good choice when you release with a name but use another naming underneath. Visual Studio 6.0 (1998) Visual Studio .NET (2002) = version 7 Visual Studio .NET 2003 = version...
CONFLICT (submodule): Merge conflict in orthrus/external [dev@baobab vf]$ git checkout -b KRAK-1541-cleanup vfcore/orthrus/external: needs merge vfcore/vfcommonlib: needs merge error: you need to resolve your current index first [dev@baobab vf]$ git status # On branch...
/usr/bin/ld: skipping incompatible /usr/lib64/libX11.so when searching for -lX11 Solution $ sudo yum install libX11-devel libX11-devel.i686
Recent Comments