| title |
|---|
How to Bulk Leave Facebook Groups (No extensions, ads, or paid products) - Step-by-Step Guide |
Are you looking for an efficient way to leave multiple Facebook groups at once?
Here is a quick how-to if you want to try out the new (supposedly fast) C/C++ linker https://github.com/rui314/mold
In this document I used Ubuntu-22.04 docker container with
| function gmailAutoarchive() { | |
| const rules = [ | |
| {label: "autoarchive", olderThanDays: 3}, | |
| {label: "autoarchive-delayed", olderThanDays: 7}, | |
| {label: "autoarchive-read", olderThanDays: 1, onlyRead: true}, | |
| {olderThanDays: 14, onlyRead: true} | |
| ] | |
| const batch_size = 100; |
| # Go to ldap Folder and create a SSL Folder | |
| cd /etc/ldap/ | |
| mkdir ssl | |
| cd ssl/ | |
| # Create CA | |
| openssl req \ | |
| -subj "/C=IN/ST=Maharashtra/L=Mumbai City/O=Information Security Systems/OU=IT Services/CN=OpenLDAP Test Server" \ |
Folks, Leave me a comment / URL if something you like is missing!
| Resource | Description |
|---|---|
| Kube Academy | https://kube.academy/ |
| kuernetes-101 | https://kube.academy/courses/kubernetes-101/ |
| Docs Home | https://kubernetes.io/docs/home/ |
| CKS CKA CKAD Simulator | https://killer.sh/ |
All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.
| javascript:(function() { | |
| function copyToClipboard(text) { | |
| if (window.clipboardData && window.clipboardData.setData) { | |
| /*IE specific code path to prevent textarea being shown while dialog is visible.*/ | |
| return clipboardData.setData("Text", text); | |
| } else if (document.queryCommandSupported && document.queryCommandSupported("copy")) { | |
| var textarea = document.createElement("textarea"); | |
| textarea.textContent = text; |
| KEYMAPOPTS="us us" | |
| HOSTNAMEOPTS="-n alpine" | |
| INTERFACESOPTS="auto lo | |
| iface lo inet loopback | |
| auto eth0 | |
| iface eth0 inet dhcp | |
| hostname alpine | |
| " | |
| TIMEZONEOPTS="-z UTC" |
https://gist.github.com/cy-lee/fb8190303d0b1124d2d4e1c04741497e
https://www.techsutram.com/2017/07/practical-way-to-build-nfs-ganesh-from.html
git clone https://github.com/nfs-ganesha/nfs-ganesha.git
cd nfs-ganesha