Yo mama so old Debian calls her stable
- 0 Posts
- 39 Comments
The real shame is that windows never had the compose key. But all these layouts come from mechanical typewriters, anyway.
ik5pvx@lemmy.worldto
Linux@lemmy.ml•[anecdote] You learn something new every day with linux
3·7 months agoYou don’t need a desktop for a server. A local TTY allows the same stuff as connecting over SSH but you can do whatever you need to bring up the network. The drawback is having to go to the data centre…
What does /proc/partitions say?
Also, if you plan to use that 256MB partition for /boot, make it bigger. I go for 1G lately.
Can you check in a terminal? If you can see them in the terminal and not in the desktop you’re missing a font. If you can’t see them in the terminal then you’ve somehow mangled them. What was the OS and filesystems you copied from?
ik5pvx@lemmy.worldto
Linux@lemmy.ml•Can Torvalds pull a "I'm taking my toys and going home"?
7·1 year agoIt has absolutely never happened before that one guy had to spend some time in a government facility. No. Not at all.
Comedy can be staged and still be funny. It’s acting.
ik5pvx@lemmy.worldto
Linux@lemmy.ml•ssh won't ask for password unless i force `PubkeyAuthentication=no`
31·1 year agoTry putting -vvv when you connect and see what’s happening. I can imagine this happening if you have multiple identities (private/public key pairs) on the client and you hit a max retry limit. Pub key is always tried first, and it should ask for password once all the local keys have been tried.
ik5pvx@lemmy.worldto
Linux@lemmy.ml•One Of The Rust Linux Kernel Maintainers Steps Down - Cites "Nontechnical Nonsense"
14·1 year agoThank you and all the others that took time to educate me on what is for me a “I know some of those words” subject
ik5pvx@lemmy.worldto
Linux@lemmy.ml•One Of The Rust Linux Kernel Maintainers Steps Down - Cites "Nontechnical Nonsense"
206·1 year agoAt the cost of sounding naive and stupid, wouldn’t it be possible to improve compilers to not spew out unsafe executables? Maybe as a compile time option so people have time to correct the source.
Boh, my average experience is “apt install foo”. Let’s not perpetuate myths.
What kind of prompt does your company 2FA provide? Using openconnect with networkmangler, I get a pop up to input my pin+totp. I haven’t done the script way in the last few years, but the connection script is plain shell and I was able to handle the 2FA from there too
For anyconnect: openconnect works perfectly, either as standalone script or via networkmangler.
ik5pvx@lemmy.worldto
Linux@lemmy.ml•Today I'm grateful I'm using Linux - Global IT issues caused by Crowdstrike update causes BSOD on Windows
12·1 year agoUnfortunately falcon self updates. And it will not work properly if you don’t let it do it.
Also add “customer has rejected the maintenance window” to your list.
ik5pvx@lemmy.worldto
Linux@lemmy.ml•Linux during the mid to late 90s (Windows 95 and 98 era)
551·1 year agoIt was a struggle. You went to buy some device and you had to check it was not one of those windows-only ones. Modems were particularly bad, for example.
You had to read the how-tos and figure things out. Mailing lists and newsgroups were the only places to find some help.
You had to find the shop willing to honour warranty on the parts and not on the whole system, as they had no knowledge of Linux at all. But once you found them, you were a recurring customer so they were actually happy. You might even have ended up showing them memtest86!
You would still be able to configure the kernel and be able to actually know some of those names, compilation would take several hours but it was a learning experience.
You could interact with very helpful kernel developers and get fixes to test.
You could have been the laughing stock of your circles of friends, but within you, you knew who’d have had the last laugh.
And yes, Loki games had some titles working on Linux natively, Railroad Tycoon was one. Too bad they were ahead of the times and didn’t last much.
Oh, come on, did you really have to pull emacs into this crossfire? Leave us weirdos alone!
ik5pvx@lemmy.worldto
Linux@lemmy.ml•what linux OS should I install on a backup notebook if my main one is debian?
4·1 year agoIt is very usable, provided you pay attention to major upcoming changes. To give you a very recent example, during May they switched the time libraries to use 64 bits, and like others said, it was dependency hell until the tide of all the packages being recompiled passed. In those cases, unless you know EXACTLY what to do, it’s better to wait for updates to come in, let apt sort out what could be updated and what had to wait, and just make sure it doesn’t propose you to delete things. After 2 weeks it was all business as usual. Side note: aptitude (my package manager of choice) was unusable, while apt threaded on and pulled me out of the tangle.

Great advice in the comments already, I’ll just recommend that you familiarise yourself with the rescue boot of a live disc of your distro.
If things go weird with thr move you can boot the live in rescue mode, mount your disks and fix fstab, or even redo the initrd . Don’t wait until you need it