Elephante feat. Nevve - Have it All (Anden Remix)
Spotted @ Kyua & Albert - Euphonic Sessions December 2018
Spotted @ Kyua & Albert - Euphonic Sessions December 2018
Go to: Manage Jenkins > Script Console
def plugins = jenkins.model.Jenkins.instance.getPluginManager().getPlugins() plugins.each { println "${it.getShortName()} (${it.getVersion()}) => ${it.getDependencies()}" }
// TODO: needs to be completed
(function() { var link = document.querySelector("link[rel*='icon']") || document.createElement('link'); link.type = 'image/x-icon'; link.rel = 'shortcut icon'; link.href = '<a href="https://png.icons8.com/color/1600/google-calendar.png';
">https://png.icons8.com/color/1600/google-calendar.png';
</a>; document.getElementsByTagName('head')[0].appendChild(link); })();
Bij het aankoppelen van een VTech Kidizoom Smartwatch DX (via USB) aan de PC (software: Explor@ Park), krijgen we volgende foutmelding:
VTech Product niet gevonden. Sluit het VTech product aan op de computer, zet het product aan en probeer opnieuw.
Aan de achterzijde van het uurwerk zit een pinnetje. Zet het pinnetje in de '0' stand. Wacht 30 seconden en plaats het terug in de '1' stand. Vervolgens probeer je opnieuw aan te koppelen. Het toestel kan nu wél geregistreerd worden.
To avoid having the Skype Add-in disable after restarting Outlook, I had to execute the following steps:
My host system is an Ubuntu 17.04 installation. I'm running a Windows virtual machine using VirtualBox. My network adapter is configured to use NAT. I was facing issues in which DNS resolving in the guest system was not equal to DNS resolving in the host system. To enforce this, I had the run the following configuration setting in the host system:
$ VBoxManage modifyvm "VM name" --natdnshostresolver1 on
--natdnshostresolver<1-N> on|off: This setting makes the NAT engine use the host's resolver mechanisms to handle DNS requests. Please see Section 9.11.5, “Enabling DNS proxy in NAT mode” for detailsx).
My goal was - for testing - to get a bean from the Spring AppliciationContext. The class of my bean is 'MyBean':
ConfigurableApplicationContext context = SpringApplication.run(Service.class, args); MyBean myBean = context.getBean(MyBean.class);
Spotted @ Canvas - commercial Studio Brussel
Last couple of weeks, I was having the issue my phone started to automatically forward meeting requests to some of my colleagues. Nothing changed to me phone. We are using Office 365.
After some research, I came upon the following problem statement send out by Microsoft: https://support.microsoft.com/en-us/help/3108249/attendees-receive-a-meeting-update-after-the-event-reminder-is-triggered
An interesting link to a community thread: https://social.technet.microsoft.com/Forums/en-US/e6cbcf55-6d96-4b15-9386-b8713fd168d0/exchange-recurring-meetings-got-forwarded-automatically-to-attendees?forum=Exch2016CM