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
Mar 11 08:14:10 hal-alien gnome-shell[2651]: Running GNOME Shell (using mutter 46.2) as a X11 window and compositing manager | |
Mar 11 08:14:14 hal-alien gnome-shell[2651]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly. | |
Mar 11 08:14:14 hal-alien gnome-shell[2651]: Will monitor session c1 | |
Mar 11 08:14:14 hal-alien gnome-shell[2651]: Extension [email protected] already installed in /usr/share/gnome-shell/extensions/[email protected]. /usr/share/gnome-shell/extensions/[email protected] will not be loaded | |
Mar 11 08:14:14 hal-alien gnome-shell[2651]: Extension [email protected] already installed in /usr/share/gnome-shell/extensions/[email protected]. /usr/share/gnome-shell/extensions/[email protected] will not be loaded | |
Mar 11 08:14:14 hal-alien gnome-shell[2651]: Extension [email protected] already installed in /usr/share/gnome-shell/extensions/[email protected]. /usr/share/gnome-shell/extensions/ub |
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
import gc | |
import gzip | |
import time | |
import json | |
import shutil | |
import os,sys | |
import tldextract | |
import collections | |
import pandas as pd | |
from tqdm import tqdm |