of it.
/ "Root" Everything on the system.
/bin Essential binaries (Sometimes a link to /usr/bin).
/boot Boot loader files.
/dev Device files.
of it.
/ "Root" Everything on the system.
/bin Essential binaries (Sometimes a link to /usr/bin).
/boot Boot loader files.
/dev Device files.
| [nepal-adblock] | |
| ! Ad blocking rules for Nepali websites | |
| ! | |
| ! Title: NPL: Nepal Adblock | |
| ! | |
| ujyaaloonline.com##.ads_banner_click | |
| ||pahilopost.com/*/*/headbanner/ | |
| ||pahilopost.com/*/*/homebanner/ |
| { | |
| "0": "hose", | |
| "1": "hat", | |
| "2": "hen", | |
| "3": "home", | |
| "4": "arrow", | |
| "5": "whale", | |
| "6": "shoe", | |
| "7": "cow", | |
| "8": "hoof", |
| for i in {2000..5300}; do `curl -X POST -d "customer_id=$i" http://appapi.vianet.com.np/customerapi/mobileapp/registration/VIA-API-KEY/neptouch/format/json`; done |
| # Start the sryncd using /sdcard/rsyncd.conf in android device | |
| adb shell -t -t 'sh /sdcard/rsync-start' | |
| # Bind the port to 1988 | |
| adb forward tcp:1988 tcp:1992 | |
| # Create backup folder | |
| mkdir ~/sdcard | |
| # Start syncing /sdcard |
| systemd service config file | |
| Install to /etc/systemd/system/mynodejsapp.service | |
| [Unit] | |
| Description=My node.js App | |
| [Service] | |
| User=mynodejsapp | |
| Group=mynodejsapp | |
| WorkingDirectory=/opt/mynodejsapp |
| // ==UserScript== | |
| // @name Normalize e-remit | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.3 | |
| // @description Removes weblimits for demo.eremit.com.my | |
| // @author You | |
| // @match https://demo.eremit.com.my/* | |
| // @grant none | |
| // ==/UserScript== |
sudo apt-key list | \
grep "expired: " | \
sed -ne 's|pub .*/\([^ ]*\) .*|\1|gp' | \
xargs -n1 sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys