Skip to content

Instantly share code, notes, and snippets.

View fklement's full-sized avatar
Turns ideas + coffee into code

Felix Klement fklement

Turns ideas + coffee into code
View GitHub Profile
@fklement
fklement / oran_stuff.sh
Created February 13, 2024 11:42
Some commands related to creating/managing OSC O-RAN deployment
#******************* ORAN CLUSTER DEPLOYMENT
git clone https://gerrit.o-ran-sc.org/r/ric-plt/ric-dep
cd ric-dep/bin
./install_k8s_and_helm.sh
./install_common_templates_to_helm.sh
# Rows 9 to 26 are optional / preloading the container images
nexus3.o-ran-sc.org:10004/o-ran-sc/ric-plt-a1:3.1.1
nexus3.o-ran-sc.org:10002/o-ran-sc/ric-plt-appmgr:0.5.7
#!/bin/bash
set -e
CURRENT_NAME="Zauberantrag"
CURRENT_OTP="zauberantrag"
NEW_NAME="Wunderantrag"
NEW_OTP="wunderantrag"

Keybase proof

I hereby claim:

  • I am fklement on github.
  • I am fklement (https://keybase.io/fklement) on keybase.
  • I have a public key ASCR3wJG5Xo6DndZA4W0K448Wo-gjlrx4PH5G3XAseIuNAo

To claim this, I am signing this object:

@fklement
fklement / Prevent server-side logging of Siri commands.mobileconfig
Created July 30, 2019 10:42
This profile contains a single restriction - it sets the "Allow server-side logging of Siri commands" parameter to False.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDescription</key>
<string>Configures restrictions</string>
<key>PayloadDisplayName</key>
@fklement
fklement / .config
Last active June 20, 2019 20:50
Fix screen orientation on login for linux ubuntu
sudo cp ~/.config/monitors.xml ~gdm/.config/monitors.xml
sudo chown gdm:gdm ~gdm/.config/monitors.xml
@fklement
fklement / user_settings.json
Created June 11, 2019 08:06
Workbench adjustments for VS-Code for OneDark-Pro-bold
{
"workbench.colorCustomizations": {
"focusBorder": "#FFFFFF00",
"editorCursor.foreground": "#ffcc00a8",
"editorRuler.foreground": "#4E5579",
"scrollbar.shadow": "#292D3E00",
"editorLink.activeForeground": "#A6ACCD",
"selection.background": "#A6ACCD",
"progressBar.background": "#80CBC4",
"textLink.foreground": "#80CBC4",