Infrastructure Flashcards
where do we develop the Sinumerik HMI?
In Windows, through VirtualBoxes
what are step and stl files? which do we use and why?
step: exact geometry using NURBS
stl: mesh
we use stl because files are way smaller
How does one repair VirtualBox after an update
reload kernel modules by running
usr/sbin/vboxconfig.sh
also check proper kernel version
How to run VirtualBox on current system
reboot with Kernel version 5.14
what is the server host and what does it run
the Server PC under the desk next to the robot
it runs a bunch of VMs:
- blueishgene
- tinycray
- viepc
- buildntest opensuse 11_3
- buildntest opensuse 42_3
it (pre Jenkins) runs the nightly tests
it holds backups
how does one restart KDE?
alt + F2 opens krunner
kquitapp5 plasmashell
plasmashell
what is KDE?
A desktop environment. It provides a GUI to the operating system
A utility tool for KDE, which can call programs, execute commands, …
How does one activate multiple IP adresses?
don’t use set command through ifconfig, but do through network and connections menu
how can time be reset on my PC? (own script)
~/resetTime.sh
what does the build folder in dev do?
it exists to store binaries created by cmake. When deleting, it has to be built anew from 0
how are build files transferred betwen different checked out git instances?
not at all. Just regenerate locally. Best is gitignore build/
reset max resolution of screen on HDMI
xrandr –auto –output HDMI-1 –mode 2560x1440