- prevent anjuta open the folder
xdg-mime default org.gnome.Nautilus.desktop inode/directory
| config.plugins.some(x => { | |
| if (x.shouldClearConsole !== undefined) { | |
| config.plugins.splice(config.plugins.indexOf(x), 1) | |
| return true | |
| } | |
| }) |
| Module Size Used by | |
| ipt_MASQUERADE 16384 1 | |
| nf_nat_masquerade_ipv4 16384 1 ipt_MASQUERADE | |
| nf_conntrack_netlink 32768 0 | |
| nfnetlink 16384 2 nf_conntrack_netlink | |
| iptable_nat 16384 1 | |
| nf_conntrack_ipv4 16384 3 | |
| nf_defrag_ipv4 16384 1 nf_conntrack_ipv4 | |
| nf_nat_ipv4 16384 1 iptable_nat | |
| xt_addrtype 16384 2 |
| import xml.etree.ElementTree as ET | |
| import json | |
| import sys | |
| import re | |
| def load(name): | |
| root = ET.parse(name) | |
| return json.loads(root.findtext('./string')) | |
| def normalize(record): |
xdg-mime default org.gnome.Nautilus.desktop inode/directory
| smartctl 6.6 2017-11-05 r4594 [x86_64-linux-4.13.11-1-ARCH] (local build) | |
| Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org | |
| === START OF INFORMATION SECTION === | |
| Model Family: Hitachi/HGST Ultrastar 7K4000 | |
| Device Model: Hitachi HUS724030ALE641 | |
| Serial Number: P8GM20NR | |
| LU WWN Device Id: 5 000cca 22cc8aaa3 | |
| Firmware Version: MJ8OA5F0 | |
| User Capacity: 3,000,592,982,016 bytes [3.00 TB] |
| sem = $("input[name='semester.id']").val() | |
| $('a:contains("进行评教")').each((_, x) => { | |
| const [course, teacherId] = $(x).attr('href').match(/'(\d+,\d+)'/)[1].split(',') | |
| $.post('http://eams.uestc.edu.cn/eams/evaluateStd!save.action', { | |
| teacherId, | |
| select6:15, | |
| select2:25, | |
| select4:35, | |
| select1:5, | |
| "semester.id": sem, |
| import requests | |
| from requests_html import HTMLSession | |
| import os | |
| import sys | |
| import urllib | |
| from xmlrpc.client import ServerProxy | |
| session = HTMLSession() |
| Nodes | status |
|---|---|
| aether | ✔️ |
| agrius | ✔️ |
| aigaion | ✔️ |
| aion | ❌ |
| alcyoneus | ✔️ |
| aloadae | ✔️ |
| ananke | ✔️ |
| anax | ✔️ |
| adb shell settings put global captive_portal_http_url http://www.google.cn/generate_204 | |
| adb shell settings put global captive_portal_https_url https://www.google.cn/generate_204 | |
| adb shell settings put global captive_portal_fallback_url http://www.google.cn/generate_204 | |
| adb shell settings put global captive_portal_other_fallback_urls http://www.qualcomm.cn/generate_204 |