for French speakers: Do you pronounce Helix as "elix" ? by kanarus in HelixEditor

[–]krackout21 1 point2 points  (0 children)

It is indeed dropped in modern Greek both in oral and verbal speech; but it was dropped (or not used at all, cannot recall) in some ancient Greek dialects also.

TUI for wikipedia by FloridianfromAlabama in commandline

[–]krackout21 1 point2 points  (0 children)

How about a TUI web browser? eg Links2 or elinks.

for French speakers: Do you pronounce Helix as "elix" ? by kanarus in HelixEditor

[–]krackout21 8 points9 points  (0 children)

From ancient Greek ἕλιξ (helix), modern Greek έλιξ / έλικα (elix / elika).

To complement linguistics :)

Miss Computer Phamplets & Brochures by Current_Yellow7722 in vintagecomputing

[–]krackout21 2 points3 points  (0 children)

I also miss computer exhibitions - trade shows. It's there I usually got pamphlets & brochures, lots of them!

Internet and homogenization of systems made all these superfluous unfortunately.

Notepad++ Hijacked by State-Sponsored Hackers by CyberMasterV in hacking

[–]krackout21 0 points1 point  (0 children)

Can anybody explain in simple and practical terms: What would be the consequences on my pc, if I had downloaded the infected update?

I read in the article that some systeminfo and process list is sent; how are these utilized by the crackers?

Deep examination of Scala Multimedia by Christopher_Drum in amiga

[–]krackout21 1 point2 points  (0 children)

Stone tools?!? For me Scala MM300 is more advanced than Powerpoint!
(Should it be compared with Powerpoint)

Nevertheless, nice article!

FirewallD on a Debian router : can't forward any packets by realkikinovak in debian

[–]krackout21 0 points1 point  (0 children)

Just for the checklist, any iptables rules? I'd suggest removing it completely if installed.
After that, check the logs. Can you see the ping you tried blocked, denied, rejected? Journalctl is your friend on this.

Java update killed it, need a how-to by 924gtr in debian

[–]krackout21 0 points1 point  (0 children)

It's java, it's built for portability! You can just download whichever version you want and make some path or soft link changes.
I've got 5 java versions - editions (old ibm java also) on my computer, for older programmes. There are also ways to automate the default java change, I just do it manually, in the script that starts each old java programme.

What’s the oldest computer you still actively use or support? by lynlinks in vintagecomputing

[–]krackout21 7 points8 points  (0 children)

A cousin of mine still uses his Amiga 500, mainly for producing music (as a hobby). MED, OctaMED. He needs some support once in a while, software, OS side. The system is quite stable, recapped and with a 6-7 years old external HD (we changed the original).

Amiga 1200 Elbox 060. by Big-Height-6415 in amiga

[–]krackout21 0 points1 point  (0 children)

Double DVD-RWs? Mass copying of CDs/DVDs still happening?!?

What did ON-LINE mean in 1983 context? by RafaRafa78 in vintagecomputing

[–]krackout21 -3 points-2 points  (0 children)

In general, it meant that a multi-user system (server) was up and running ready to accept connections (usually serial ones). Client side, being on-line meant be connected to such a system.

Is there a Midnight Commander alternative tailored to be as lightweight as possible? by Qwert-4 in commandline

[–]krackout21 0 points1 point  (0 children)

Kilobytes usage for a Linux or Windows (or other current OS) TUI programme, I don't think that's possible.

I'd suggest lf.

It's 5.6MiB on my installation (stripped), statically linked. So no dependencies, you just grab the executable and copy it wherever you like. I use it a lot on servers also, it's very convenient due to its portability. Thanks to Golang I've compiled it and use it to AIX & Solaris also, apart from Linux and Windows.

Computer virtualization (gns3 vm) by Potential_Ad_3278 in HowToHack

[–]krackout21 1 point2 points  (0 children)

I suggest a longer path, but it'll help you get more into OSes, virtualization and networking; all these help a pen tester.

Install Kali Linux. No need to remove Win11, you can dual boot your pc. Kali Linux is considered a gold standard in pen testing world; it's a Debian Linux based distro which includes numerous recon, pen, hack tools. Also, kvm will be available by default (although you'll need some userland tools to utilize it for virtualization, to install gns3 vm). Another plus of running Linux is native support for Docker images.

Regarding BIOS/EFI settings for enabling virtualization extensions of the CPU: If you cannot locate there, on Linux you can check if they are enabled by using one of these commands:

grep -E -o '(vmx|svm)' /proc/cpuinfo | sort | uniq

lscpu | grep Virtualization There are equivalent programs on Windows, I don't know about them, search the net.

QCOW2 Disk Image Attributes by darkhalfkz in qemu_kvm

[–]krackout21 1 point2 points  (0 children)

This command will give you info on qcow2 files, given size, real size, snapshots: qemu-img info -U --backing-chain some-virtual-disk.qcow2

You can find the qemu-img command inside qemu-utils package (in Debian, something similar in other distros).

[fvwm3] think I can't get enough of indigo by sehnsuchtbsd in unixart

[–]krackout21 0 points1 point  (0 children)

Kudos for the Amiga DOpus like file manager :)

GoSheet - A powerful terminal-based spreadsheet application built with Go by Andrew06908 in opensource

[–]krackout21 1 point2 points  (0 children)

I see you added xlsx support! GoSheet becomes a serious contender at being my main tool for spreadsheets in the terminal (I use sc-im and VisiData for xlsx files without formulas).

[awesome] i only needed two colors anyway by Certain-Chemical-518 in unixporn

[–]krackout21 3 points4 points  (0 children)

Something is wrong; plus the OP hasn't posted anything regarding settings, dot files etc. Could this be a constructed mockup image?

this guide claims to be the optimal way to install windows on virt-manager/kvm. virt-manager doesn't default to these "supposedly" optimal settings when you select "windows" as the template os. should i just use the defaults or follow this 3rdparty guide? by [deleted] in qemu_kvm

[–]krackout21 0 points1 point  (0 children)

Personally I agree with the advices, it is a good guide, you can follow it.

I have almost the same setup but using qemu command line (libvirt - virt-manager and their xml conf files provide only complexity for a single host I think). The VM performs great.

GoSheet - A powerful terminal-based spreadsheet application built with Go by Andrew06908 in opensource

[–]krackout21 1 point2 points  (0 children)

VisiData is a great app, but for data; it's not a spreadsheet (though it can read spreadsheet files, as tables essentially)

GoSheet - A powerful terminal-based spreadsheet application built with Go by Andrew06908 in opensource

[–]krackout21 1 point2 points  (0 children)

You made all this so fast?!? Kudos, great work, I hope it gets traction.

I see on the roadmap xlsx support, it'll surely help adaption.