Connect to SSH with Guacamole
You can edit the following on the host you want to connect to open /etc/ssh/sshd.config and add
You can edit the following on the host you want to connect to open /etc/ssh/sshd.config and add
Minio is a really cool opensource project which democratizes cloud storage. The feature that I love most about it is S3 compatibility which means that you can use it with the AWS CLI or any other AWS SDK. Companies can use this to run their own distributed object storage systems. I use this at home with my server to make available multiple terabytes of storage to myself and my family. I’ve connected 3 hard drives of 4, 2 and 1…
I’ve encountered an issue a few times when Proxmox updates Machine types with updates.My Windows machines sometimes present errors as after updates no UUID is present. Some software’s don’t like this. You can test this on Windows by inputting wmic path win32_computersystemproduct get uuid Likely you may see “No Instance(s) Available.” A quick fix I’ve found is to have a UUID set in the VM config Going into your VM Config fileroot@proxmox01:/etc/pve/qemu-serverSet the following arguments args: -machine smbios-entry-point-type=32
I got a raspberry pi acting as a NUT SERVER, and it keeps flaking out. I keep having to restart nut-server all the time. Lets automate checking if the service is running and restart it if its not. The Issue. Every so often it just stops. See the graph below Lets create a bash script for checking the service Lets save the script and make it executable Lets edit crontab by typing “crontab -e” into the shell and add the…
Just making a note. That if you are using BTRFS as the root volume on proxmox. You should (Ahead of time) set the following in /etc/default/grub “rootflags=degraded“ This will allow your Proxmox host to continue to boot with a dead/missing disk. Otherwise, you’ll be in for a bad day.
cmdwatch -n 1 zpool iostat -vy 1 1 For example, cmdwatch -n 1 zpool iostat -vy 1 1 will give us the detailed output from the last section, in an updated in-place format on the screen rather than scrolling. For truly interactive use, this is the superior way to check iostat on an ongoing basis. The only real disadvantage to using watch or cmdwatch to monitor zpool iostat in realtime is that when you ctrl-C out of its loop, it clears the screen one last time, rather than…
I took me forever to figure this out working the way I wanted. What I basically wanted was User A to not see User B’s folders. A more detailed explanation can be found here.https://www.reddit.com/r/truenas/comments/lb344p/smb_access_based_enumeration_not_working_for/ If your problem is similar to the reddit post. These instructions should work for you too. You’ll want to figure out which user you don’t want to see on a specific folder. You will need SID. You can get a USER SID or GROUP SID.Here are…
I found loads of posts on how to backup Synology to Truenas. However found it quite difficult to find a full up to date guide for Truenas to Synology. So I’ll attempt to make a guide here. There are a number of various ways to accomplish this, however I will list the steps I took. I’ll try to provide in depth detail. Setup a new user account on Truenas named “rsync” SSH Public Key comes later On Truenas when creating…
The wireless network report is one of the more useful tools in Windows 10 that can help you diagnose Wi-Fi connection problems. To create the wireless network report In the search box on the taskbar, type Command prompt, press and hold (or right-click) Command prompt, and then select Run as administrator > Yes. At the command prompt, type netsh wlan show wlanreport. This will generate a wireless network report that’s saved as an HTML file, which you can open in your favorite web browser. The report…
Writing a few commands down to monitor CPU frequency if testing CPU Governers Verify current governers
Slowly adding 10GB to the mix of my homelab Disk Performance of a VM who’s disk is on the storage server
Just put this into NGINX-PROXY-MANAGER advanced settings location / {proxy_pass http://192.168.14.10:8000/;proxy_http_version 1.1;proxy_set_header Upgrade $http_upgrade;proxy_set_header Connection “upgrade”;}
May help others Network performance – FreeNAS From a Linux machine: 1Gb on both sides Write Test: Read Test: Additionally IOZONE testing Source: https://www.thegeekstuff.com/2011/05/iozone-examples/ As we discussed in our Linux performance monitoring introduction article, measuring IO subsystem performance is very important. If someone is complaining that a database (or any application) running on one server (with certain filesystem, or RAID configuration) is running faster than the same database or application running on another server, you might want to make sure that the…
Introduction In this guide I will be showing you how you can reduce the fan noise of the Dell Powerdge r720XD. This will probably work on the r720 and other 12th gen dell servers. To do this, we will be using IPMI to manually override the fan speed. Requirements In order to follow this guide, you will need the following: A Linux machine (or anything with ipmitool available) 12th gen Dell Poweredge Server with iDRAC 7 Disclaimer Make sure you keep an…
Full guide from a fellow enthusiast
Super quick network sharing. Simple HTTP Server Python has a super useful tool for serving files over HTTP. This is great if you just want to create a quick network share that other machines on your network can access. To do that just go to the directory you want to share and run: $ python -m SimpleHTTPServer This sets up a basic webserver that you can access via the localhost address. So grab the IP address of the machine you…
What you’ll need The only things you’ll need to make this work are: An instance of Ubuntu Server 18.04 A user account with sudo privileges A network interface that supports WOL How to install ethtool The tool that makes this possible is ethtool. Chances are, it’s already installed on your server. However, on the off-chance it’s not, let’s install it. Open a terminal window and issue the following command: sudo apt-get install ethtool -y How to locate the interface name…
After searching high and low, I thought I would share some commands that will allow you to find all active DHCP servers on your network. There is software like FIND DHCP SERVER however there are some incompatibilities we have found on some operating systems. Temporarily disable your production DHCP server and see if other servers respond. You can get the IP address of the server by runningipconfig /allon a windows machine, and then you can get the MAC address by…
Posting this so i don’t forget where it is.. https://github.com/kernelkaribou/synology-monitoring