M32 Version Widget for iOS devices
We just released a video to explain how to install Scritpable App TM on your iOS or iPadOS device and configure it to run the M32 Version widget we created for free.
If you are interested in:
Have a nice time! Become or stay healthy!
Widget to observer Firmware
We just developed a small widget to be used in Scriptable on iOS devices. This widget gives users the ability to observe Midas M32 consoles firmware and software releases.
Feel free to download the widget or go to GitHub to download the script.
Releasing mouse pointer in virt-manager on macOs
If you are using virt-manager on macOs with XQuartz you might know the problem to release the mouse once you have entered a virtual machine. You can solve this issue by creating an additional file in your profile directory ~/.Xmodmap. This file must contain the necessary keyboard mappings to be able to release the mouse pointer.
clear Mod1
keycode 66 = Alt_L
keycode 69 = Alt_R
add Mod1 = Alt_L
add Mod1 = Alt_R
Save the file and execute chmod 700 .Xmodmap . Than restart XQuartz and open virt-manager again. Using your left Control and left Option key will now release the mousepointer.
Have fun!
Enable ssh access on a Buffalo Terrastation 5800
Steps to enable ssh acces on Buffalo Terrastation 5800:
- Download acpcommandergui_1567.jar from ACP Commander GUI
- start java programm acpcommandergui_156.jar and wait for your NAS to become visible
- click on 'set root password' and create a new password for user root
- Execute '/etc/init.d/sshd.sh start'
- sed -i 's/allowssh no/allowssh yes/g' /etc/sftponly_config
That's it! Have fun....
Websphere Installation Manager
From time to time we recognize that it would be nice to switch an Installation Manager installation from admin access to runtime user access. This could be done without a problem. The only things that need to be done is copying some filestructures, adjust file-permissions and change some xml-files.
We pretend to use a Linux machine and the InstallationManager is located in
/in/InstallationManager
Weiterlesen: Switch WebSphere Installation Manager from root to runtime user