Reading Time: 2 minutes Warning! Only works with Hyper-V host newer than 1803. Make sure you have “Enhanced Session Mode Policy” enabled on your host. Download and install Hyper-V tools to enable Enhanced session on Linux VM – support for clipboard, custom resolution and…
3 CommentsTag: Linux
Reading Time: < 1 minutes Issue: Manjaro throws an error during boot on Live CD “[Failed] Failed to start Light Display Manager.” ony Hyper-V Gen 2VM with secure boot disabled using Manjaro-i3-18.1.5 ISO Fix: Press CTRL+ALT+F2 to switch to TTY2, login with manjaro/manjaro, once you…
5 CommentsReading Time: 7 minutes Assumptions Writing this guide I made few assumptions about potential audience. I assumed you: have a Hyper-V server set up with a basic virtual switch and internet connection available through the switch know how to create a basic VM using…
Leave a CommentReading Time: < 1 minutes I’ve re-created one of my servers and wanted to copy my old .bashrc file over to the new server. This can be accomplished using scp command. Here is how…. For simplicity let’s call the two servers: HostOld and HostNew; jacob…
Leave a CommentReading Time: 2 minutes I wanted to display external/public IP address whenever I open terminal, but also add an alias that will allow me to check my public IP from terminal. Here is how to do it. Add to your ~./bashrc following lines: For…
1 Comment