I hereby claim:
- I am cryptrz on github.
- I am cryptrz (https://keybase.io/cryptrz) on keybase.
- I have a public key ASBIApSu_P1D0OGndsr94YgaQpzk7574UCGTSgSe8YF57go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Maintainer: Your Name <your.email@example.com> | |
| pkgname=<name> | |
| pkgver=1.0 | |
| pkgrel=1 | |
| pkgdesc="<description>" | |
| arch=('any') | |
| url="https://github.com/<profile>/<name>" | |
| license=('GPL') | |
| depends=('bash') | |
| source=("<name>.sh::https://raw.githubusercontent.com/<profile>/<name>/main/<name>.sh") |
| pkgname=<name> | |
| pkgver=1.0.0 | |
| pkgrel=1 | |
| arch=('any') | |
| pkgdesc="<desccribe program>" | |
| license=('GPL') | |
| source=('<name>.sh') | |
| sha256sums=('SKIP') | |
| package() { |
| X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H* |
| # Add this at the end of /etc/bash_completion.d/apt-linux-mint | |
| _apt_mint_file_completion() | |
| { | |
| local cur prev | |
| COMPREPLY=() | |
| _get_comp_words_by_ref -n : cur prev | |
| # If the previous word is 'install' and the current word starts with ./ or / | |
| if [[ "$prev" == "install" && ( "$cur" == ./* || "$cur" == /* ) ]]; then |
add_filter('the_content', function($content) { if (is_single()) {
$word_count = str_word_count(strip_tags(get_post_field('post_content', get_the_ID())));
$reading_time = ceil($word_count / 200);
$content = 'Temps de lecture estimé : ' . $reading_time . ' minute(s).' . $content;
}
return $content;
});| # Remove-SysmonOldLogs.ps1 | |
| $Folder = "C:\Sysmon" | |
| $Days = 30 | |
| Get-ChildItem -Path $Folder -Recurse -File | Where-Object { | |
| ($_.LastWriteTime -lt (Get-Date).AddDays(-$Days)) | |
| } | Remove-Item -Force |
| # Add the content below in your /etc/hosts file on Linux and macOS or C:\Windows\System32\drivers\etc\hosts on Windows | |
| # Block X/Twitter | |
| 127.0.0.1 twitter.com | |
| 127.0.0.1 *.twitter.com | |
| 127.0.0.1 www.twitter.com | |
| 127.0.0.1 mobile.twitter.com | |
| 127.0.0.1 m.twitter.com | |
| 127.0.0.1 api.twitter.com | |
| 127.0.0.1 ads.twitter.com |
| { | |
| "Version": "2008-10-17", | |
| "Statement": [ | |
| { | |
| "Sid": "AllowPublicRead", | |
| "Effect": "Allow", | |
| "Principal": { | |
| "AWS": "*" | |
| }, | |
| "Action": "s3:GetObject", |