ls /etc/kernel/postinst.d/
// check if system has file "zz-update-grub" and rename it
mv zz-update-grub zz-update-grub.bak
// update-grub
update-grub
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
############################################################################### | |
# The MIT License | |
# | |
# Copyright 2012-2014 Jakub Jirutka <[email protected]>. | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
# copies of the Software, and to permit persons to whom the Software is |
https://privatebin.net/?41f8d13b35f1afff#H1ndt8ihBckHt4R+dp+PB0LI7rO252k31vg5QXkliQw=
On https://www.macbed.com/cleanmymac-x-4-4-1/ Update function broke, reinstall and regenerate new signature and mostly everything will be fix
New signature: in Terminal: sudo codesign --sign - --force --deep /Applications/CleanMyMac\ X.app
Bypass Gatekeeper: in Terminal: xattr -d com.apple.quarantine /Applications/CleanMyMac\ X.app
curl 'https://api6.ipify.org?format=json'
-- listen for console connection with the given secret key
-- controlSocket("0.0.0.0")
-- setKey(please generate a fresh private key with makeKey())
-- start the web server on port 8083, using password 'set a random password here'
-- webserver("0.0.0.0:8083", "set a random password here")
-- accept DNS queries on UDP/5200 and TCP/5200
https://haproxy.debian.net/#?distribution=Debian&release=sid&version=1.9
You need to enable the experimental repository:
echo deb http://httpredir.debian.org/debian experimental main | \
tee /etc/apt/sources.list.d/experimental.list
*filter
:INPUT DROP [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:f2b-sshd - [0:0]
:f2b-SSH - [0:0]
:RATE-LIMIT - [0:0]
-A INPUT -i lo -j ACCEPT