sudo journalctl --vacuum-size=1M Enter the sudo password and pressEnter. The output prints the file names and sizes, and the last line shows the amount of freed memory. Alternatively, delete archived logs based on time. Any files older than the set time delete and free up memory. For exa...
it returns 4 lines of log. If it is split by time why it needs to open 100 files instead of starting from newest one and stopping as soon as that 4 lines of latest log are found ? HenrikHolst commentedon Jul 10, 2017 HenrikHolst ...
Finding all Journal Entries Generated Between 24 hours ago Perhaps you’re not into specifying date and time. If so, use relative values and time durations instead. For instance, “2 minutes”, “30m”, “1h”, and even days like “yesterday”, or “now, and so on.” Run the below c...
Your distribution's supplied version oflibsshmight be too old for a successful build. You need to build and install libssh yourself (< 2 minutes!) sudo apt-get install qtbase5-dev cmake libssl-dev pkg-config wget https://www.libssh.org/files/0.9/libssh-0.9.5.tar.xz ...
You need to build and install libssh yourself (< 2 minutes!) sudo apt-get install qtbase5-dev cmake libssl-dev pkg-config wget https://www.libssh.org/files/0.9/libssh-0.9.5.tar.xz tar xf libssh-0.9.5.tar.xz ; cd libssh-0.9.5 mkdir build ; cd build cmake .. && sudo make...