Last active
October 30, 2024 09:13
-
-
Save 103sbavert/991a27483797b72c9aedb4fe9486b869 to your computer and use it in GitHub Desktop.
configs/dot files that cannot be synced with MEGA folder
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
# APPEND THE BELOW CONTENTS TO THE PRE-EXISTING SYSTEM PROVIDED FILE | |
alias edit="$EDITOR" |
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
# APPEND THE BELOW CONTENTS TO THE PRE-EXISTING SYSTEM PROVIDED FILE | |
quiet | |
splash | |
intel_iommu=on |
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
export SUDO_EDITOR=micro | |
export EDITOR=micro | |
export VISUAL=vim | |
export PAGER=less |
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
# APPEND THE BELOW CONTENTS TO THE PRE-EXISTING SYSTEM PROVIDED FILE | |
deny = 5 | |
fail_interval = 300 | |
unlock_time = 300 |
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
Defaults passwd_timeout=0 | |
Defaults timestamp_timeout=10 | |
Defaults pwfeedback |
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
[Unit] | |
Description=MEGA cmd server | |
After=network.target | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/mega-cmd-server | |
Restart=always | |
[Install] | |
WantedBy=default.target |
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
MODULES=(btrfs ideapad_laptop intel_agp i915) | |
BINARIES=(/usr/bin/btrfs) | |
FILES=() | |
HOOKS=(plymouth base udev autodetect microcode modconf kms keyboard keymap numlock consolefont block filesystems fsck) |
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
MODULES=(btrfs i2c-dev i915 intel_agp) | |
BINARIES=(/usr/bin/btrfs) | |
FILES=() | |
HOOKS=(plymouth base udev autodetect microcode modconf kms keyboard keymap consolefont numlock block filesystems fsck) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment