Problem
If you want to start the NFS server in the terminal, the error message pops up:
Job for nfs-server.service canceled.
(Possible) Solution
Make sure all directories listed in /etc/exports are available.
If you want to start the NFS server in the terminal, the error message pops up:
Job for nfs-server.service canceled.
Make sure all directories listed in /etc/exports are available.
If you want to increase the display resolution of a Linux guest system, one of the following error messages appears:
GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._gnome_2drr_2derror_2dquark.Code2:could not set the configuration for CRTC 63
[drm:drm_crtc_helper_set_config [drm_kms_helper]] *ERROR* failed to set mode on [CRTC:29:crtc-0]
Allocate more video memory to the guest system in the VirtualBox settings.
«On May 5, President of Ukraine, Volodymyr Zelenskyy announced the launch of the United24 global initiative, the first component of which is an online platform to raise funds to support the state. The funds raised will be distributed in three areas: defense and demining, humanitarian and medical assistance, and reconstruction of Ukraine.
All funds are transferred to the accounts of the National Bank of Ukraine and assigned to the relevant ministries: the Ministry of Defense, the Ministry of Healthcare, and the Ministry of Infrastructure.» (Source: wikipedia.org)
Listed below are the official donation accounts for donations in Euro (€). For alternative payment methods or payments in other currencies visit the official website of the United24 initiative.
Beneficiary: National Bank of Ukraine, 01601 Kiev
IBAN: DE05504000005040040066
Beneficiary Bank Name: DEUTSCHE BUNDESBANK, Frankfurt
Beneficiary Bank BIC: MARKDEFF
Beneficiary Bank Address: Wilhelm-Epstein-Strasse 14, 60431 Frankfurt Am Main, Germany
Purpose of Payment: for ac 47330992708
Beneficiary: Ministry of Health of Ukraine, 01601 Kiev
Beneficiary BIC: NBUAUAUX
IBAN: DE05504000005040040066
SWIFT Code: MARK DE FF
Correspondent Bank Name: DEUTSCHE BUNDESBANK, Frankfurt
Correspondent Bank Address: Wilhelm-Epstein-Strasse 14, 60431 Frankfurt Am Main, Germany
Purpose of Payment: for acc 5040040066
Beneficiary: Ministry of Infrastructure of Ukraine, 01135 Kiev
Beneficiary BIC: NBUAUAUX
IBAN: DE05504000005040040066
Beneficiary Bank Name: DEUTSCHE BUNDESBANK, Frankfurt
Beneficiary Bank BIC: MARKDEFF
Beneficiary Bank Address: Wilhelm-Epstein-Strasse 14, 60431 Frankfurt Am Main, Germany
Purpose of Payment: for crediting account 35157338401027
Source: United24 – The official donation initiative of Ukraine (u24.gov.ua)
State: 21 November 2022
www.initiative-sauberes-trinkwasser.ch
Information in English: www.admin.ch
How long will it take for the body to replenish the pint of blood I donate?
«Your body will replace the blood volume (plasma) within 48 hours. It will take four to eight weeks for your body to completely replace the red blood cells you donated. The average adult has eight to 12 pints of blood. You will not notice any physical changes related to the pint you donated.» (Quelle: mskcc.org)
=IF(C1="",A1*B1,(100-C1)/100*A1*B1)
A1: Number of items
B1: Price per item
C1: Discount (percent)
The translation of the button «Place order» doesn’t seem to work with the current version of WooCommerce (2.4.10). It’s simply ignored.
1. In the file «payment-method.php» look for the following code:
data-order_button_text="<?php echo esc_attr( $gateway->order_button_text ); ?>"
2. Replace the code within the quotes with the desired text. Example:
data-order_button_text="Bestellung abschicken"
This procedure is a rather dirty solution. Especially because you have to redo it after every plugin update.
On Linux, the following command lets you download an entire directory:
wget -r --no-parent http://ip-address-or-domain-name/directory-path/