[ condition1 ] && [ condition2 ] && echo "Good" || echo "Bad"
- 0 Posts
- 10 Comments
DeuxChevaux@lemmy.worldto
Linux@lemmy.ml•What's involved in getting a "modern" terminal setup?
2·4 months agoI set it like this in .vimrc
set clipboard=unnamedplusBut when I yank anything, I cannot insert it somewhere else with ctrl-c.
DeuxChevaux@lemmy.worldto
Linux@lemmy.ml•What's involved in getting a "modern" terminal setup?
4·4 months agoOf all of these things, i only miss a shared clipboard between Vim and the rest of the system (or vice versa). That would be rad!
DeuxChevaux@lemmy.worldto
Linux@lemmy.ml•What do you prefer: icon view or detailed list view?
2·5 months agoMy graphical goto tool is double commander, so lists. In the terminal, it’s either ls -hal, fzf or mc, depending on use case.
DeuxChevaux@lemmy.worldto
Linux@lemmy.ml•[Question] Is it possible or has it been done, can a Honeypot be created with bash aliases that would use a very common command someone would run if they were in your system but it aliases to some
3·5 months ago‘whoami’ and ‘who am i’ are two different things. Try it out.
DeuxChevaux@lemmy.worldto
Linux@lemmy.ml•[Question] Is it possible or has it been done, can a Honeypot be created with bash aliases that would use a very common command someone would run if they were in your system but it aliases to some
2·5 months agoSomething like this?
alias ls=“who am i >> /var/log/intruder.log && logout”
alias l=“/usr/bin/ls”
DeuxChevaux@lemmy.worldto
Linux@lemmy.ml•Are there any examples of Linux (desktop) viruses that are actively or were recently in circulation?
17·6 months agoI think, on a personal Linux desktop, more damage is done by malicious browser extensions than by actual viruses or root kits. So you could classify it as social engineering, maybe.
DeuxChevaux@lemmy.worldto
Ask Lemmy@lemmy.world•Would you become romantically involved with someone with vastly different religious views?
91·6 months agoSame here. I am not interested in religion (so not even really atheist), wife is Buddhist doing Buddhist things. Married for 40 years this year, and it’s not an issue.
I run ClamAV regularly, and it has not found anything on my several systems in the last 20 years. Good to know we’re safe, or are we?
I’m more concerned about rogue browser extensions that may be innocent when you install them, but then change owners, and after an update that you don’t even notice are going to do bad things.