Infrastructure Flashcards

1
Q

where do we develop the Sinumerik HMI?

A

In Windows, through VirtualBoxes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what are step and stl files? which do we use and why?

A

step: exact geometry using NURBS
stl: mesh
we use stl because files are way smaller

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does one repair VirtualBox after an update

A

reload kernel modules by running
usr/sbin/vboxconfig.sh
also check proper kernel version

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to run VirtualBox on current system

A

reboot with Kernel version 5.14

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is the server host and what does it run

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

how does one restart KDE?

A

alt + F2 opens krunner
kquitapp5 plasmashell
plasmashell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is KDE?

A

A desktop environment. It provides a GUI to the operating system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A utility tool for KDE, which can call programs, execute commands, …

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does one activate multiple IP adresses?

A

don’t use set command through ifconfig, but do through network and connections menu

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

how can time be reset on my PC? (own script)

A

~/resetTime.sh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what does the build folder in dev do?

A

it exists to store binaries created by cmake. When deleting, it has to be built anew from 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

how are build files transferred betwen different checked out git instances?

A

not at all. Just regenerate locally. Best is gitignore build/

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

reset max resolution of screen on HDMI

A

xrandr –auto –output HDMI-1 –mode 2560x1440

How well did you know this?
1
Not at all
2
3
4
5
Perfectly