Advanced Search
Search Results
510 total results found
Vaultwarden
Vaultwarden is hosted at https://vaultvixen.coltscomputer.services
How To Configure Firewall with UFW on Ubuntu 20.04 LTS
https://www.cyberciti.biz/faq/how-to-configure-firewall-with-ufw-on-ubuntu-20-04-lts/ How do I set up and configure firewall with UFW on Ubuntu 20.04 LTS server?UFW is an acronym for an uncomplicated firewall. Securing a network with an uncomplicated firewall...
Win 10 Image Restore from Network Location
https://answers.microsoft.com/en-us/windows/forum/all/win-10-image-restore-from-network-location/2c6710e4-120a-416c-bc74-898bba23b71c I have tried for about a week and a half to restore an image backup of my system from a network location. Windows...
How to Install NTP Server and Client(s) on Ubuntu 22.04 LTS
https://vitux.com/how-to-install-ntp-server-and-client-on-ubuntu/ NTP or Network Time Protocol is a protocol that is used to synchronize all system clocks in a network to use the same time. When we use the term NTP, we are referring to the protocol itself...
Samba Conf
https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html#SERVERSIGNING Name smb.conf — The configuration file for the Samba suite SYNOPSIS The smb.conf file is a configuration file for the Samba suite. smb.conf contains runtime configuration inf...
Decrypt EFS-encrypted files without a cert backup
https://tinyapps.org/docs/decrypt-efs-without-cert-backup.html tinyapps.org / docs / Decrypt EFS-encrypted files without a cert backup Windows users may unintentionally enable EFS encryption (even from just unpacking a ZIP file created under macOS), result...
How to Change Passwords in Linux
https://www.tomshardware.com/how-to/change-passwords-in-linux How to Change your Password in Linux Any user can change their password at any time. It is good practice to frequently change your password, and to not reuse or rotate passwords. 1. Open a termin...
LN Command - Create Links
https://linuxize.com/post/how-to-create-symbolic-links-in-linux-using-the-ln-command/ Links Types There are two types of links in Linux/UNIX systems: Hard links. You can think a hard link as an additional name for an existing file. Hard links are associat...
How to Symlink a Directory in Linux
Symlink, also known as a symbolic link in Linux, creates a link to a file or a directory for easier access. To put it in another way, symlinks are links that points to another file or folder in your system, quite similar to the shortcuts in Windows. Some users...
Resolving Problems With ZFS
https://docs.oracle.com/cd/E19253-01/819-5461/gbbuw/index.html The following sections describe how to identify and resolve problems with your ZFS file systems or storage pools: Determining If Problems Exist in a ZFS Storage Pool Reviewing zpool...
6 tcpdump network traffic filter options
https://www.redhat.com/sysadmin/tcpdump-part-one 1. Option -D tcpdump with -D provides a list of devices from which you can capture traffic. This option identifies what devices tcpdump knows about. Once you see this list, you can decide which interface you w...
Sysadmins Networking Cheat Sheet
CLEAR CHECKSUM ERROR IN FREENAS/TRUENAS
https://blog.bianxi.com/2021/10/02/clear-checksum-error-in-freenas-truenas/ Identify error Errors can be found in TrueNAS Storage section in web page, or use shell in web page, run zpool status -x command. Sample error can be fond in following screen. There...
Windows server 2016 Activation stuck at 10% for over 12 hours
https://social.technet.microsoft.com/Forums/en-US/dfd6273d-2baa-4ca0-b216-28e521327cfb/windows-server-2016-activation-stuck-at-10-for-over-12-hours?forum=ws2016 The problem each time was that the Windows License Manager Service was not running. By default the...
PowerShell: Get, Modify, Create, and Remove Registry Keys or Parameters
https://woshub.com/how-to-access-and-manage-windows-registry-with-powershell/#:~:text=You%20can%20browse%20the%20registry,access%20a%20specific%20registry%20hive.&text=Those%2C%20you%20can%20access%20the,to%20manage%20files%20and%20folders. The Registry Edito...
Limiters
https://docs.netgate.com/pfsense/en/latest/trafficshaper/limiters.html Limiters are an alternate method of traffic shaping. Limiters use dummynet(4) to enact bandwidth limits and perform other prioritization tasks, and they do not rely on ALTQ. Limiters are c...
How to: Configure Windows Server to query an external NTP Server
https://community.spiceworks.com/how_to/5765-configure-windows-server-to-query-an-external-ntp-server Step 1: Info This is generally performed on DCs in an Active Directory domain. Then all workstations use AD to get time from the DCs. This could also be use...
Turn off, disable, or uninstall OneDrive
https://support.microsoft.com/en-us/office/turn-off-disable-or-uninstall-onedrive-f32a17ce-3336-40fe-9c38-6efb09f944b0#:~:text=Click%20the%20Start%20button%2C%20then,the%20password%20or%20provide%20confirmation. Unlink OneDrive from your computer You won't...
Get Statefulsets
sudo k3s kubectl get statefulsets -A | grep "ix-"
Using Cert Bot to get a Valid SSL certificate
This guide will detail how to get a valid SSL cert using certbot on Linux operating systems Certbot user guide Commands for defining Key Type https://www.onepagezen.com/letsencrypt-auto-renew-certbot-apache/ Configuration file https://eff-certbot....