It’s been a while since i worked with PowerShell on Linux Mint. My install of PowerShell was corrupt and VS Code was out of date. I decided to uninstall them both and reinstall from scratch. sudo apt-get remove powershell sudo apt-get remove code To install PS Core 6.1 Add the…
Category: Linux
I had problems with the usb drive after installing in Rufus i found i needed to select MBR as an option and NTFS. This then worked ok for me and i booted from the usb and installed Win 10 on the laptop.
I wanted a quick way of starting the server without having to go into the iLO4 web interface. Make sure SSH is enabled in iLO Interface [ccie_bash]putty -ssh <ip address>[/ccie_bash] Enter: Power (check current power status) Enter: Power On (Switch on Server) Remmina can also be used to setup a…
Run the following command to change the UUID of the disk file in the new path. Then attach to the VM in Virtualbox and this should now attach successfully. [cci_bash]VBoxManage internalcommands sethduuid ‘/media/iq/Seagate Expansion Drive/VMs2017/Win10Ent-CU.vdi'[/cci_bash]
I had to increase disk size on a Windows 10 VM. They way to do this is to resize the VDI file. First turn off the VM. Then open Terminal and run the following commands to show the current disk size and then change it with VBoxManage. Check the disk…
I was trying to access USB drive in a Win 10 VM in VirtualBox. This was not working out of the box. Here is what I had to do. Steps I installed latest version from Virtualbox website 5.1.22 and the extension pack from the website. Enabled the USB 3 controller…
While working in Linux Mint I noticed some features I use in Windows Explorer were not there in the Nemo File Manager in Linux Mint. I posted this as a feature request to the Nemo team on Github. https://github.com/linuxmint/nemo/issues/1486 The helpful guys got back to me and showed me what I…
Plank is a great simple dock to use. However I noticed when i added the CPU monitor docklet from preferences it did not allow me to remove it. I was using Plank 0.11.3.1597 (plank –version) I had to rename the CPU Monitor config file here to remove it. ~/.config/plank/dock1/launchers This then…