Using adb, create a backup of the app using the following command:
adb backup -f freeotp-backup.ab -apk org.fedorahosted.freeotp| Proxmox: | |
| balloon: 0 | |
| bootdisk: scsi0 | |
| cores: 2 | |
| cpu: host | |
| ide2: none,media=cdrom | |
| memory: 3072 | |
| name: elvmlx39 | |
| net0: virtio=1A:78:93:9D:DC:48,bridge=vmbr0 |
| #!/bin/bash | |
| # | |
| # 05-08-2024: Complete rewrite | |
| # 22-05-2025: Add flag --create-test-pod | |
| # | |
| usage() | |
| { | |
| cat <<-EOF | |
| Usage: $0 <REQUIRED-PARAMETERS...> [OPTIONAL-PARAMETERS...] |
| $ genisoimage -output seed.iso -volid cidata -joliet -rock user-data meta-data |
| [SERVICE] | |
| Flush 5 | |
| Daemon Off | |
| Log_Level info | |
| Parsers_File /etc/fluent-bit/parsers.conf | |
| [INPUT] | |
| Name Tail | |
| Path /mnt/data/docker/containers/*/*.log | |
| Path_Key file |
| Hi All! | |
| I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future. | |
| Feel free to request any features you'd like to see, and I'll prioritize them accordingly. | |
| One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it. | |
| Here's the link to the repository: https://github.com/Pulimet/ADBugger | |
| App Description: | |
| ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups. |
Using adb, create a backup of the app using the following command:
adb backup -f freeotp-backup.ab -apk org.fedorahosted.freeotp| #!/sbin/sh | |
| #open adb shell | |
| adb shell | |
| #listing partitions (general command for Android devices) | |
| #ls -l /dev/block/platform/<block_device_name>/by-name/ | |
| #for the Galaxy Note 3 | |
| ls -l /dev/block/platform/msm_sdcc.1/by-name/ |
| # display VPC ID, CIDR Block and Name | |
| aws ec2 --output text --query 'Vpcs[*].{VpcId:VpcId,Name:Tags[?Key==`Name`].Value|[0],CidrBlock:CidrBlock}' describe-vpcs |
| # /etc/systemd/system/iperf3.service | |
| # User service: $HOME/.config/systemd/user/iperf3.service | |
| [Unit] | |
| Description=iperf3 server | |
| After=syslog.target network.target auditd.service | |
| [Service] | |
| ExecStart=/usr/bin/iperf3 -s |
DB
ovs-vsctl list open_vswitch
ovs-vsctl list interface
ovs-vsctl list interface vxlan-ac000344
ovs-vsctl --columns=options list interface vxlan-ac000344
ovs-vsctl --columns=ofport,name list Interface
ovs-vsctl --columns=ofport,name --format=table list Interface
ovs-vsctl -f csv --no-heading --columns=_uuid list controller
ovs-vsctl -f csv --no-heading -d bare --columns=other_config list port