Activity for LAFK
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #290238 | Initial revision | — | about 1 year ago |
Answer | — |
A: Lynis says my /etc/issue is weak - how to strengthen? It turns out, that Lynis test code lives in `/usr/share/lynis/include/testbanners` which gave me a way to find what banner is considered good. :-) In my case, it's to have 5 or more specific keywords. Both banners are being shown to users logging in via SSH, locally or through the network, and yes... (more) |
— | about 1 year ago |
Edit | Post #290232 | Initial revision | — | about 1 year ago |
Question | — |
Lynis says my /etc/issue is weak - how to strengthen? When hardening my system with Lynis I had information about `/etc/issue` and `/etc/issue.net` being found weak. Lynis redirects me to Enterprise, which is a paid product and a bit overkill for my home server. So, my question: 1. wouldn't those be only binding legally, as in, helpful to strength... (more) |
— | about 1 year ago |
Comment | Post #290213 |
Well, I did anticipate that outcome, as my docs say many things are reported... but not VRAM. In my output I also don't see it. Is `glxinfo` not an option? `lshw` might be capable of this, but have not tried it. (more) |
— | about 1 year ago |
Comment | Post #290224 |
Very comprehensive, tldr is a splendid addition, so is the explanation on whatis vs apropos, this readily gives me a running start (more) |
— | about 1 year ago |
Comment | Post #290221 |
Oh, love that tidbit. Thank you @#53937 and please, do use that for crafting that answer there... (was late though, you already had an answer!) (more) |
— | about 1 year ago |
Edit | Post #290221 |
Post edited: I've put together a question to push this forward and linked it along with some points it shows |
— | about 1 year ago |
Edit | Post #290222 | Initial revision | — | about 1 year ago |
Question | — |
How to RTFM well to get a CLI command I've been met with the phrase RTFM often. I recognize its value. However, the manual pages are often hard to understand and written by people who know so much about the topic at hand that they don't even realize how far away they are from a layman trying to use it. How can I RTFM to use a command... (more) |
— | about 1 year ago |
Comment | Post #289684 |
Linux literacy is the aim of this forum though. Not general computer literacy. OP's targeting newbies already decided on Linux - why redirect them? Let them master it on/for Linux and then see it applies elsewhere as well. Not to mention that computer vendors DO make it harder to learn OSes - which a... (more) |
— | about 1 year ago |
Edit | Post #290221 | Initial revision | — | about 1 year ago |
Answer | — |
A: Suggestion: Basic Linux skills compendium Neat idea. In favour. Bottom-up is better I'd propose bottom-up here, instead of grand idea to strive for. 1. I'd cut the list of topics down to real basics. I agree with @KarlKnechtel on Git. I'd skip compilation from source until much later (not basic). Etc. 2. Basics means installation... (more) |
— | about 1 year ago |
Comment | Post #289649 |
Came here from meta thread about Linux compendium: please add examples. Find files from /tmp created within last week: `find /tmp -daystart -m -7` etc. (more) |
— | about 1 year ago |
Comment | Post #290112 |
+1 for the logs - that's a very good advice (more) |
— | about 1 year ago |
Edit | Post #290213 |
Post edited: if not inxi solution |
— | about 1 year ago |
Edit | Post #290213 | Initial revision | — | about 1 year ago |
Answer | — |
A: How to see VRAM with inxi? Inxi has a `-x`, `-xx`, `-xxx` for extra details. I'd try `sudo inxi -G -xxx` though if it WILL report VRAM is another matter. My help says: > -G Device serial number, class ID; Xorg Screen size, diag; Monitors: hz, size, modes, serial, scale, modes ... (more) |
— | about 1 year ago |
Edit | Post #290211 | Initial revision | — | about 1 year ago |
Question | — |
VISUAL=gvim makes crontab -e open a new crontab instead of a current one My VISUAL setup interferes with my cron jobs. 1. `crontab -l` works all right, I see my previous jobs. 2. `crontab -e`, `crontab -e -u user-here` - opens GVIM on an empty file 3. checked cron.allow or .deny, nothing, did add cron.allow with my user, nothing changed 4. 1 and 2 are even AFTE... (more) |
— | about 1 year ago |
Edit | Post #290210 | Initial revision | — | about 1 year ago |
Answer | — |
A: Looking for a way to sync dotfile content between different machines without introducing security issues A first quick solution I hacked up was to sync via NAS. Synology NAS served as a synchro point. I synced via git repo. `etckeeper` was used to sync machine config, `pass` was used to sync passwords. So, for me it was to use git commands. Pass: https://www.passwordstore.org/ ArchWiki on it: ht... (more) |
— | about 1 year ago |
Comment | Post #288311 |
Nice! You had me on "inferior `xargs`". :-) Thanks for a new tool. Installing, will test. (more) |
— | over 1 year ago |
Edit | Post #288575 | Initial revision | — | over 1 year ago |
Answer | — |
A: How to debug NetworkManager issue after suspend/resume in Ubuntu 22.04 Begin with the logs I'd begin with the logs: `journalctl -u NetworkManager` You may want to create a log config file for this: `vim /etc/NetworkManager/conf.d/95-nm-debug.conf` # perhaps sudo, to have access to /etc File contents: ``` [logging] domains=ALL:TRACE ``` `systemctl re... (more) |
— | over 1 year ago |
Comment | Post #288335 |
A suggestion for folks with the same problem. Begin with `inxi` or a similar tool, that aggregates: system version/model/data, NCI model/version/drivers, and add the version of your NetworkManager, along with which update (from X to Y) broke things and also which update solved them. (more) |
— | over 1 year ago |
Comment | Post #288335 |
Do you remember which update could've solved it? (more) |
— | over 1 year ago |