Search results

  1. cutepenguin

    want a command to break down folder & subfolders by (A) size per file extension and (B) total size per file extension

    I have a folder containing many subfolders of stuff. Let's say it's /home/me/hodgepodge/ Is there a command I can run which will breakdown the contents by file extension I see number of files per file extension and total size per file extension. Let's say I don't want to manually type each file...
  2. cutepenguin

    Sometimes, macchanger -r -a seems to give MAC addresses that don't connect to Wifi.

    For privacy, I like to randomize the computer's MAC address before connecting to the WIFI (sudo macchanger -r -a wlp5s0). When I connect with the computer's real MAC address, connecting to the wifi takes just one second. With some randomized MAC addresses of the same kind (-r -a) , though, it...
  3. cutepenguin

    I run "python3 -m pip install setuptools" but get error

    . I ran `python3 -m pip install setuptools`. But I got this error message Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.6/dist-packages/easy_install.py' Consider using the `--user` option or check the permissions." I then tried...
Top