fun ansible errors
"Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this. Please add this host's fingerprint to your known_hosts file to manage this host" Alternative…
Articles, sustainability work, and the occasional take on what it means to keep critical systems running.
Archive
"Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this. Please add this host's fingerprint to your known_hosts file to manage this host" Alternative…
Question: Can i change URLs ? From: https://MYCOMPANY.sharepoint.com/:w:/r/personal/my_custom_dns/15/Doc.aspx to: https://MYCOMPANY.com/:w:/r/personal/my_custom_dns/15/Doc.aspx Answer: Nope! Not possible.. copy paste…
We recently changed to a custom domain in microsoft teams. After doing this we were unable to edit word documents. If you are unable to create .word/other documents on office.com after signing in to your "Microsoft…
this article is being updated. .. Basic commands (must know) pwd ls cd chown chmod ps -aux useradd -aG wheel [user] cat less | piping Networking related commands (must know) ip a (previously ifconfig) ip link ip route…
Thunderbird folder synchronization between different host systems can get out of sync at times, see below for a solution to re-syncing your folders and subfolders Useful links: How can I force Thunderbird to reload IMAP…
I will tell you a joke about UDP, but i’m not sure you will get it. The problem with UDP jokes is that I don't get half of them! I would counter with an HTTP joke but I am feeling slightly insecure.
Check permissions on the files # = comments [www@eolsystem ~]$ chown -R kevin:kevin ./ssh # change ownership recursive user:group folder [www@eolsystem ~]$ chmod 700 .ssh/ # change file mode bits on folder…
WEB3 is coming! Here is a list of tools Gas Trackers * https://ethgas.watch/ Revoke Permissions * https://etherscan.io/tokenapprovalchecker * https://revoke.cash/ Automated Market Makers * Metamask Wallet integrated…
Connecting to a host through ssh and monitoring the connection with tcpdump spews out a lot of information. Say that we have a peculiar situation, we want to monitor ssh traffic on the server, but not our connection…
User └── terminal └── virtual-terminal (tmux, screen, etc) └── console ├── console is always closest to the shell └── shell └── kernel └── hardware wrapped around the hardware and kernel is the shell which exposes…
WTF is the difference between .nmconnection .link and ifcfg-* files ? /etc/NetworkManager/system-connections/*.nmconnection = network manager configuration keyfiles…
Try to reinstall the application Launch the application again Connect your headset to see all settings Disable steamVR home (lags alot)
Important note!! If you are facing issues with logging in, check if selinux is running and either disable it or change the contexts. selinux blocks reading your google-authenticator key files. trial and error dnf…
VLAN-enabled ports are generally categorized in one of two ways, tagged or untagged. These may also be referred to as “trunk” or “access” respectively. The purpose of a tagged or “trunked” port is to pass traffic for…
# software Age Link Comment 1 SNMP-C 23/01/1990 https://www.castlerock.com/products/snmpc/ # software Age Link Comment
These distinctions are common in metro area networking were an ISP needs to keep track of their uplink and downlink ports. NNI ports = Network Interface Port = Uplink port = WAN ports. NNI port characteristics include…
Console ports enable console connections using, usually, a USB to db9 connector. These ports are usually used when first setting up a switch were the technician has physical access to the switch. Management ports are…
Different alternatives exists to manage kvm guests: * Cockpit Webgui - Limited functionality, works in any webbrowser after enabling webgui and the webgui virtualization plugin on the server * Virt-manager GUI -…
Updated continually, Getting started with libvirt, a checklist Requirements: KVM hypervisor/virtualization packages on your virtualization host/libvirt host Management can either be done using: * Command line, the virsh…
This post is a part of “up and running with libvirt guests series” myLibvirtGuest# echo $XDG_SESSION_TYPE #check current display server wayland myLibvirtGuest# logout At the login screen, select the "gear" icon and…
This post is a part of “up and running with libvirt guests series” Tldr: see below instructions for centos 8 myLibvirtHost# virsh destroy myguest myLibvirtHost# virsh edit --domain myguest # ADD BELOW CODE SNIPPET…
tldr: the dns name Localhost or ip address 127.0.0.1 is a reserved network address that always mean YOUR OWN COMPUTER/HOST/NODE, these addreses are assigned to the loopback interface. Localhost or 127.0.0.1 are by…
To make the playback window always on top select Video -> Always On Top from the menu. (Mac Video -> “Float on Top”) I don’t see a way to change the transparency when VLC goes out of focus without using a window manager…