This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Höhere Fachprüfung ICT Security Expert: Prüfungsteil Fallsimulation *? | |
| ICT Berufsbildung Formation prafessionnelle Formazione professionale | |
| Fallsimulation: Firmenbeschreibung | |
| Firma «OfficePro AG» | |
| Allgemein | |
| Die OfficePro AG ist ein führender Hersteller und Anbieter von Bürozubehör mit Hauptsitz in der Schweiz. Das Unternehmen hat sich auf die Entwicklung und Produktion hochwertiger Büroartikel spezialisiert und bedient Kunden in ganz Europa. Neben der Eigenproduktion verfügt die OfficePro über eine ganze Reihe von Zuliefern in der ganzen Welt, welche Teile der Produktpalette von OfficePro in deren Auftrag herstellen. OfficePro ist mehrheitlich selbst für die Entwicklung und das Design der Produkte verantwortlich. OfficePro legt grossen Wert auf Qualität, Innovation und Nachhaltigkeit, um den steigenden Anforderungen der modernen Arbeitswelt gerecht zu werden. Mit einem umfassenden Sortiment, das von Schreibwaren über Büromöbel bis hin zu technischen Geräten reicht, bietet OfficePro massgeschneiderte Lösungen f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mount -o remount,rw / | |
| cd /lib/firmware/cypress | |
| cp /run/media/sda1/cypress/cyfmac4356* . | |
| chmod 644 cyfmac4356* | |
| cd /lib/firmware/brcm | |
| cp /run/media/sda1/brcm/brcmfmac4356-pcie.gpd-win-pocket.txt . | |
| chmod 644 brcmfmac4356-pcie.gpd-win-pocket.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| A class to put a simple service on the dbus, according to victron standards, with constantly updating | |
| paths. See example usage below. It is used to generate dummy data for other processes that rely on the | |
| dbus. See files in dbus_vebus_to_pvinverter/test and dbus_vrm/test for other usage examples. | |
| To change a value while testing, without stopping your dummy script and changing its initial value, write | |
| to the dummy data via the dbus. See example. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| '=↓=↓=↓= MW3 Header Start =↓=↓=↓=↓=↓=↓=↓=↓=↓=↓=↓=↓=[MWTAG1] | |
| ' Script Type: MacroWorks 3 Device Script | |
| ' Device Name: X-keys XK-24 | |
| ' Device Description: 24 Button HID Controller | |
| ' Script Name: XK-24 | |
| ' Script Description: Macros for XK-24 [MWTAG19] | |
| ' PID: 1029 | |
| ' Firmware: π3 V 28 | |
| ' MW3 Version: 15 | |
| ' Script Language: Visual Basic |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class ComRegistration | |
| { | |
| private const string DEFAULT_VALUE = ""; | |
| private const char BACKSLASH = '\\'; | |
| private const string HKEY_SOFTWARE_CLASSES = @"SOFTWARE\Classes\"; | |
| private const string HKEY_SOFTWARE_WOW_CLSID = @"Software\Classes\WOW6432Node\CLSID\"; | |
| private const string IMPLEMENTED_CATEGORY_DOTNET = @"Implemented Categories\\{62C8FE65-4EBB-45e7-B440-6E39B2CDBF29}"; | |
| private const string THREADING_MODEL = "ThreadingModel"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Copyright 2017 d-fens GmbH | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Copyright 2018 d-fens GmbH | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Diagnostics; | |
| using System.Diagnostics.Contracts; | |
| using System.IO; | |
| using System.Threading; | |
| namespace biz.dfch.CS.EA.ProductModeler.Tests.Repository | |
| { | |
| public class RepositorySingleton : IDisposable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Copyright 2017 d-fens GmbH | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Copyright 2017 d-fens GmbH | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
NewerOlder