Added By: Feedage Forager | ![]() |
Language: English | |
Tags: | |
axc sort editor view file kde kubuntu kde kubuntu kde kubuntu log file log sort tail sudo apt tail show thing sudo view vim | |
Rate this Feed![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Comments (0) |
Feed Details and Statistics ![]() |
Updated: 2014-05-12T00:39:47.890-04:00
2008-03-05T12:16:00.000-05:00
First thing I always do is "sudo apt-get clean" to dump all the .debs that have been downloaded and are no longer needed since they're already installed.2008-03-05T09:35:00.000-05:00
Use the '-n' option to vim (and use 'view' instead to run vim in read-only mode). Then it won't need to make a "swap" file and prepare memory for tracking changes that you make. This makes it fast enough to open large log files like that.2008-03-05T09:31:00.000-05:00
du -axc / | sort -n | tail -n 1002008-03-05T05:28:00.000-05:00
Er, why use an editor to view a log file?2008-03-05T01:07:00.000-05:00
Re: "or if you use KDE"