There are lots of fancy programs for Linux to find out where your gigabytes are sitting and filling your hard drive, the simplest of them isdu(fromdiskusage). The trick is to use the--max-depth=1option so that you get a view of which folder weighs how much. Try this: ...
I could have one script as well installing and set everything in 10 steps, instead of 125 layers, but layers have cache and etc.. are more useful. I find this 125 layer limitation stupid, maybe because I don't understand it and it is not documented 👍9 ahh-docker commented on Nov ...
find root_path -name'*.ext'-execwc-l {} \; - Find files modifiedinthe last 7 days and delete them: find root_path -daystart -mtime -7 -delete - Find empty (0 byte) files and delete them: find root_path -typef -empty -delete # To find files by case-insensitive extension (ex:...
[0-0] 2023-02-02T18:50:00.696Z INFO webdriver: COMMAND findElement("css selector", "#my_button") [0-0] 2023-02-02T18:50:00.697Z INFO webdriver: [POST] http://127.0.0.1:4723/session/be6772c5-f3fc-4e1c-b5cb-8ae3d9f26a51/element [0-0] 2023-02-02T18:50:00.697Z INFO webd...
-Run a commandforeach file (use {} within the command to access the filename): findroot_path-name'*.ext'-execwc-l{} \; -Find files modifiedinthe last7days and delete them: findroot_path-daystart-mtime-7-delete -Find empty (0 byte) files and delete them: ...
in execute_command return await super().execute_command(*args, **options) ^^^ File "/usr/local/lib/python3.11/site-packages/redis/asyncio/client.py", line 513, in execute_command conn = self.connection or await pool.get_connection(command_name, **options) ^^^ File "/usr/local/lib/pyt...
did you find any work around for this issue. Yes but it's not pretty. I had to create my own JsonConverter and pass it to JsonConvert.SerializeObject. For my use case, I wanted to log the contents of an object that contained data for executing a command or query, which I called the...