Recently i have been asked if there is python / javascript like join() in c++. Here is what it could look like:
Category: Uncategorized
Tmux Configuration for Multiple Versions
The if-shell tmux-build-in combined with perl allows for shell independent version checking. The following set -g <something> is trivial and can be used for a wide range of options:
Reset Windows10 Password
This article shows you how to reset a windows password. Boot up your PC from you linux partition or an usb stick. Then you replace the Utilman.exe with cmd.exe in C:\Windows\System32 as shown below: Now boot up your Windows and click on the accessibility tools icon or press WIN+U. This […]
Chroots
This article explains how to install and use debian based chroots. In a first step you need to install a chroot in a prefix of your choice: debootstrap stretch ./stretch-chroot http://deb.debian.org/debian #for ubuntu releases use the line below #debootstrap –arch=amd64 xenial ./xenial-chroot http://archive.ubuntu.com/ubuntu/ This will install the debian stretch release […]
CMake: Override sub-project option once and for all
To set an option (foo) of a sub-project permanently you need to add the following code: set(foo “bar” CACHE STRING “overrides option foo of sub” FORCE) in case you want the option configurable by the including project you should define an option with the same name.
firefox: enable multiprocess tabs
Here is a short description on how to enable multiprocess tabs for firefox. about:config browser.tabs.remote.autostart = true browser.tabs.remote.force-enable = true about:support check: Application Basics -> Multiprocess Windows More information at: https://wiki.mozilla.org/Electrolysis