So we can write Macro viruses in two languages now?
So we can write Macro viruses in two languages now?
Not an answer, but you don’t need an extension to defeat right-click blocking scripts: shift-right-click usually does the trick.
I want to add that Gmail is a bit of a dick when it comes to SMTP.
Review is done before code gets into main, but that’s inefficient for most of the non-mission critical projects out there. A better approach is to optimistically merge most changes as soon as not-rocket-science allows it, and then later review the code in situ, in the main branch.
Assuming you have a project with continuous delivery, that is an absolute foot gun. Optimistically merge the change and then realize in situ that you forgot the WHERE
part of your SQL command (or analog statement of the query builder)? No fucking thanks.
Yep, it’s a repost of this one.
One could even think this OP is an alt account.
If all of those servers are yours (which they likely are, since you get ssh access), you can use one key for all. Using different keys would make one compromised key less problematic. But if someone was able to copy one file of your system, they can copy multiple files.
That resolves keeping track of things as well 😄
Ducking Medium again. No I don’t want an account with you. The article can’t be that interesting.
I would recommend key based authentication for SSH connections. For the normal connection, the key pair is enough, if you want admin (root) access, you would use the command sudo which in turn requires a password. For creating a default admin account: Linux does this for you, it’s called root. You should create a personal user to work with in daily business and add it to the sudoers group (permits using the sudo command)
Gardening with Maurice was nice. Actually all the shows on WCTR.
I finally made a full backup of my system. I guess be happy about that.
Using the self checkout for larger shopping is ok in my book. But what sucks is using the SCO and buying an age restricted item (e.g. beer). The checkout locks down and summons an employee to verify the age and unlock the station again. If you buy age restricted items, go to the normal checkout where your greying hair is accepted as age verification!
For the maven password, ok maybe. Your ssh private key should require a passphrase.
But now you have the only credential, the REPO_TOKEN in plaintext in your .git/config file. That’s even worse.
Edit: typo
You could try out mediawiki (that’s the software Wikipedia is running on) on a local docket container on your machine to see if it actually is what you want or if you would prefer a simpler wiki software. Depending on how often you need it, you could self host on a raspberry pi in your home and make it accessible to your group through dyndns.