$ uname -r
ּ_בּ | |
בּ_בּ | |
טּ_טּ | |
כּ‗כּ | |
לּ_לּ | |
מּ_מּ | |
סּ_סּ | |
תּ_תּ | |
٩(×̯×)۶ | |
٩(̾●̮̮̃̾•̃̾)۶ |
REM Replaces notepad.exe with notepad++. Here for reference since I can never find it | |
REM Taken from here: http://blogs.itramblings.com/post/2009/02/08/How-to-replace-notepadexe-on-Windows-Server-2008.aspx | |
@echo off | |
echo Create Backup copies of the original notepad.exe | |
copy C:\Windows\notepad.exe C:\Windows\notepad32.exe | |
copy C:\Windows\System32\notepad.exe C:\Windows\System32\notepad32.exe | |
copy C:\Windows\SysWOW64\notepad.exe C:\Windows\SysWOW64\notepad32.exe | |
#!/bin/bash | |
# File name: ZAVI2MPG - saved in the "nautilus-scripts" directory. | |
# Author: robz | |
# Version: 130511 | |
# This is a re-re-work of a previous script for converting .avi television | |
# files to a "burnable to DVD" format. This time though conversion statistics | |
# visual output is supplied by the Zenity dialogue. Stats logfile also added. | |
# File locations in some variables are specific to my PC check "# Vars" first. | |
# The script is called by right clicking on the ".avi file" then clicking | |
# the appropriate choice in the nautilus-scripts menu. |
The asciidoctor-maven-plugin
2.0.0 introduces some breaking changes.
This guide will provide the steps required to update a project currently using 1.5.x or 1.6.x version to 2.x.x.
For each of the breaking changes, the motivation and new equivalent configuration will be offered.
Note
|
New configuration details are highlighted in bold. |
This work is released under a Creative Commons Attribution-NoDerivatives 4.0 International License.
"OpenPGP" refers to the OpenPGP protocol, in much the same way that HTML refers to the protocol that specifies how to write a web page. "GnuPG", "SequoiaPGP", "OpenPGP.js", and others are implementations of the OpenPGP protocol in the same way that Mozilla Firefox, Google Chromium, and Microsoft Edge refer to software packages that process HTML data.
You also might wanna just use Whisky which does this automatically
This guide works on macOS 13.4+ using Command Line Tools for XCode 15 Beta!
In the recent WWDC, Apple announced and released the "game porting toolkit", which upon further inspection this is just a modified version of CrossOver's fork of wine which is a "compatibility layer" that allows you to run Windows applications on macOS and Linux.