This is how you disable the screen and susped (on lid action)
Disable the console after 60 second. Edit the grub config:
vi "/etc/default/grub
This will allow you to use a workspace grid somewhat similair to that of Unity. The key bindings for moving between workspaces will be ctrl-alt + arrow keys (also numpad) or VIM keybindings and ctrl-shift-alt + arrow keys (also numpad) or VIM keybindings for moving windows between workspaces.
Intstall the Workspace Matrix plugin
{ | |
description = "A nixos cloudinit base image without nixos-infect"; | |
inputs = { | |
nixpkgs.url = "github:nixos/nixpkgs"; | |
}; | |
outputs = { self, nixpkgs }: | |
let | |
system = "x86_64-linux"; |
This short howto describes how to install VMs via kickstart in VirtualBox. It's using PXE functionality built into the NAT network mode of the VirtualBox. The following instructions apply to CentOS installation but it should work for any RedHat-based distro.
Prepare directory structure
Demo of installing Ubuntu 22.04 on an HP EliteDesk.
k3d cluster create --network host --no-lb --k3s-arg "--disable=traefik,servicelb" --k3s-arg "--kube-apiserver-arg=feature-gates=MixedProtocolLBService=true" --host-pid-mode
This guide will showcase how to create a data pack that adds a custom structure to the world. There is also a data pack download of this complete example.
Always leave the world and rejoin to apply the new changes!
Updates for both 1.18.2 and 1.19 can be found at https://misode.github.io/guides/adding-custom-structures/
(Last updated: 1.18.2)
This is technically a shameless rip/edit of misode's guide that shows the traditional use of newly implemented custom structure system. I myself want to tackle the jigsaw aspect a bit, hence i'm making my own guice based on his. I will show how to create a data pack that adds custom structures to the world that also utilize jigsaw blocks. So treat this as a basic jigsaw guide in world generation. There is also a data pack download of this first example.
Always leave the world and rejoin to apply the new changes! Because traditional
/reload
or/datapack disable & enable
do not refresh changes in worldgen files!
Let's make a simple house with a basement and a road that will lead away from the h
# Source: https://gist.github.com/d8113b6f149583e1cf1614d76f2a4182 | |
##################################################################### | |
# How To Create, Provision, And Operate Kubernetes With Cluster API # | |
# https://youtu.be/8yUDUhZ6ako # | |
##################################################################### | |
# Referenced videos: | |
# - Should We Replace Docker Desktop With Rancher Desktop?: https://youtu.be/bYVfCp9dRTE |
#!/bin/bash | |
#--------------------------------------------------------------------- | |
# File: setup_shelley_monitoring.sh | |
# Created: 2019/10/17 | |
# Creator: ilap | |
#===================================================================== | |
# DESCRIPTION: | |
# | |
# This script downloads and configures the required files | |
# for monitoring a Shelley node by using grafana/prometheus. |