Donnerstag, 30. Mai 2024

Windows 10/11 Partition expand

 In case you need to grow your Windows running under VMware


in ESXi just edit the HDD Size

in Windows


Start (CMD+R) diskpart

>list disk

>select disk 0 (in most cases)

>list partition

>select partition 5 (in most cases the recovery which prevents the grow of the volume

>delete partition override 


Back to HDD Manager


Resize your Partition


Mittwoch, 22. Mai 2024

MAC TFTP

TFTP Folder
/private/tftpboot

# chmod whole folder to 777
sudo chmod -R 777 /private/tftpboot

# add a file and also chmod 777
chmod 777 /private/tftpboot/yourfile

Start daemon

sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist

Stop daemon

sudo launchctl unload /System/Library/LaunchDaemons/tftp.plist

Test tftp

## Fetch file your.file

tftp -e 127.0.0.1

tftp> get <your.file>

Received 4979 bytes in 0.0 seconds


## In case file is not available

get <your.file>

Error code 256: File not found

Freitag, 17. Mai 2024

Ruckus 510 / 550 Firware update via CLI

 In case you need to upgrade your Ruckus device.
  1. ssh <IP of your device> -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa
  2. User: super Password: sp-admin
  3. fw set host <FTP server IP address>
  4. fw set proto ftp
  5. fw set user <FTP username>
  6. fw set password <FTP password>
  7. fw set control <firmware image file name located at root of FTP server>
  8. fw update 
  9. reboot

In case you need a factory reset
1. set factory
2. reboot