Pinned Loading
-
Clone HDD to SSD and using SSD for B...
Clone HDD to SSD and using SSD for Boot and System (UEFI) 1# Boot a LiveCD linux and install clonezilla
2apt update && apt install clonezilla -y
34# Using Gparted, clone partitions in the same type, size and flags from source disk (sda) on target target(sdb)
5 -
Configurations for config.txt on Ras...
Configurations for config.txt on RaspberryPi 1# Configure HDMI to work on low resolutions for bad monitors
2# https://www.raspberrypi.org/documentation/configuration/config-txt/video.md - Session hdmi_mode
34hdmi_force_hotplug=1
5hdmi_ignore_edid=0xa5000080
-
Windows Subsystem Linux - /etc/wsl.conf
Windows Subsystem Linux - /etc/wsl.conf 1[automount]
2enabled = true
3root = /
4options = "metadata,umask=22,fmask=11,uid=1000,gid=1000"
5mountFsTab = false
-
Decrypt Jenkins credential.xml
Decrypt Jenkins credential.xml 1println(hudson.util.Secret.decrypt("{...}"))
-
[SED] remove new line using sed and ...
[SED] remove new line using sed and bash 1cat file.txt | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g'
-
parse .env
parse .env 1source <(grep -v '^#' .env | sed -E 's|^(.+)=(.*)$|: ${\1=\2}; export \1|g')
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.