Source: https://wiki.archlinux.org/index.php/PostgreSQL
-
Install postgresql package
sudo pacman -S postgresql -
Switch to the postgres user account and initialize the database cluster:
sudo -iu postgres| nmcli connection import type wireguard file /etc/wireguard/wg0.conf |
Source: https://wiki.archlinux.org/index.php/PostgreSQL
Install postgresql package
sudo pacman -S postgresql
Switch to the postgres user account and initialize the database cluster:
sudo -iu postgres| /* Copyright 2019 Google LLC. | |
| SPDX-License-Identifier: Apache-2.0 */ | |
| fun <T> LiveData<T>.getOrAwaitValue( | |
| time: Long = 2, | |
| timeUnit: TimeUnit = TimeUnit.SECONDS | |
| ): T { | |
| var data: T? = null | |
| val latch = CountDownLatch(1) | |
| val observer = object : Observer<T> { | |
| override fun onChanged(o: T?) { |
Windows + xa (Selects PowerShell (Admin))cd ${HOME}\Downloads\fonts-master\fonts-master)Set-ExecutionPolicy RemoteSigned [1]y then Enter to accept| <?php | |
| namespace App\Providers; | |
| use Illuminate\Support\Collection; | |
| use Illuminate\Pagination\LengthAwarePaginator; | |
| class AppServiceProvider extends ServiceProvider | |
| { | |
| public function boot() |