Advanced Search
Search Results
25 total results found
XFCE Shortcut problems
After installing XFCE i had multiple Problems with my hotkeys. I installed XFCE on Ubuntu withsudo apt-get install xubuntu-desktop Every step can be added atOpen Menu -> Settings -> Keyboard -> Tab Application Shortcuts. Media Keys Next Track Com...
Programs for QOL [WIP]
Following page will list programs i use on a daily base. ZSH OhMyZSH Powerlevel9k Guake WorkRave MysqlWorkbench ConEmu (Windows) Listed cause it's the next best thing to guake on windows. Supports Bash for Windows, cmd, powershell and more.ConEmu on G...
Surface Pro 3 Grub Boot
How to install grub2 in efi after it failed to install it automatically Boot into Ubuntu LiveCD Open a Terminal, access sudo modprobe efivars Mount the installed ubuntu partition on /mnt mount /dev/sdaX /mnt for i in /dev /dev/pts /proc ...
ElasticSearch Tips
On error[1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] you need to increase the value not on the guest, but on the host server, as the guest has no access to kernel variables. Appendvm.max_map_count = 262144 ...
Schenker XMG P407
Installing Xubuntu on the P407 I stumbled across some big problems with nouveau, like i could not login or even turn of the pc properly. First fix already happens on booting the live-cd. You need to change the boot entry for the Installer from: linux optio...
Links to Challenges/Wargames
PentesterlabOverTheWireHackThisSiteHackTheBoxVulHubHackThisHackUCF
Zitate
In GNU Radio, the scheduler simply moves binary data from one block to another. It doesn't matter whether it's samples, vectors of samples or even pink fluffy teddybears (rather, binary representations thereof) as long as they have a *fixed size*. Source
VMs and Software
Linux radare2 (included into cutter) Cutter github.org (has radare2 console window) Editor (VSCode?) Burp Suite PyCharm nmap openVPN David: Manjaro xfce Markus: Manjaro xfce Paul: Manjaro xfce Windows IDA Pro 5 & 7 JetBrains dotPeek Visual...
Resources
radare2 radare2 docu bookr2 cheat sheet Malware Analysis Malware Analysis using Process Dump (YT)
SSHD Hardened config [2018]
# # This is Havoks hardened sshd_config # Settings have been taken from https://infosec.mozilla.org/guidelines/openssh Port 22 #ListenAddress 0.0.0.0 #ListenAddress :: Protocol 2 # keys are default generated, but might need new keys as e.g. rsa i...
GNURadio Fuckery
Stuff i discoverd while installing or using GNURadio: Check before what Release you use I tried to use 3.7.13 without checking, installation failed. See if there is a patch available that is easy to implement. Like for 3.7.11 Set revision via PyBOMB...
Arch
Basic Setup Missing japanese / non ascii characters: yay -S noto-fonts-cjk noto-fonts-emoji noto-fonts nextcloud-client To get nextcloud-client working with the keychain you need to install following packages: libgnome-keyring qtkeychain gnome-keyring Other...
Server Administration
Smartctl check all attributes about a drivesudo smartctl -i /dev/sdX -a megaraid controllers (LSI something)sudo smartctl -d megaraid,X -i /dev/sda -a The drive polled (/dev/sda) doesn't seem to make a difference here
Standing Desk
The page is for the following standing desk unit with the touch based input remote as seen on the picture. Controller Setup See attached pdf manual for details.
Xorg AMDGPU
I own a AMD Vega64 and an using it with i3 on Manjaro. The misaligned monitors on the greeter and the manual resolution and refresh rate switching were super annoying. Setup Updated Manjaro with kernel >5.0 including amdgpu kernel driver AMD Vega64 Mon...
Fuji Tahoe Comp 2009(?)
Current Setup Groupset Item Brake Set front Shimano Deore BR-M6000 Brake Set back Shimano Deore BR-M6000 Disk Brake front Shimano SM-RT64 180mm Disk Brake back Shimano SM-RT64 160mm Derailleur rear Shimano SLX 9 Speed + Shifter Derailleur fron...
LVM - Add new disk and extend FS
Rescan for newly added disks without rebooting: The command will iterate over all found host adapters and trigger a rescan. >> for host in /sys/class/scsi_host/*; do echo "- - -" | sudo tee $host/scan; ls /dev/sd* ; done - - - /dev/sda /dev/sda1 /dev/sda2 /...
SSD Secure Erase
Secure erase commands: Check current status of the disk: >> sudo hdparm -I /dev/sdX ----- Security: Master password revision code = 65534 supported not enabled not locked not frozen not expired: security count supported: enhanced erase The disk ...
User Management
SSH2 Public Key to OpenSSL format for SSH Server To convert a given Public Key to a useful format for SSH servers use the following command. It will print out the expected format to use. ssh-keygen -i -f /path/to/file
fan2go
My setup on ws01.havok.xyz This will setup the fans to both value temps of cpu + ssd or gpu + ssd. fans: - id: radiator_fans minPwm: 60 startPwm: 60 hwmon: platform: nct6798-isa-0290 index: 5 curve: cpu_ssd_curve - id: case_top...