Linux

All posts tagged Linux

Windows 11 logo Linux logo - 'Tux'

Software >
Windows, Linux >

(on Wikipedia)
https://github.com/Microsoft/WSL
https://learn.microsoft.com/en-us/windows/wsl/about

A way to run Linux commandline software from a specialized console, similar to how a command prompt runs DOS or PowerShell.

It works well, but it's imperfect.

  • aka wsl
  • Sometimes mis-named Bash on Ubuntu on Windows or Bash on Windows

See also:



Continue Reading

This is regarding "version one" You probably want Windows Subsystem for Linux 2.

Windows 10 logo Linux logo - 'Tux'

Software >
Windows, Linux >

(on Wikipedia)
https://github.com/Microsoft/WSL
https://learn.microsoft.com/en-us/windows/wsl/about

A way to run Linux commandline software from a specialized console, similar to how a command prompt runs DOS or PowerShell.

It works well, but it's imperfect.

  • aka wsl
  • Sometimes mis-named Bash on Ubuntu on Windows or Bash on Windows

See also:



Continue Reading

I darken its background colour
I darken its background colour

Software >

Chocolatey: babun
https://babun.github.io/

A customized Cygwin for Linux on Windows: Zsh, Bash, Git and other Linux software, all pre-configured.

Can install other software provided by Cygwin.

  • 712, 774 - apparently abandoned, last updated 2016-05-02.

    • The main contributors are still alive, I see them posting on their Twitters.
    • I'll likely move to pure Cygwin, and get my common applications installed. That should be easy, but who the hell knows with Linux.

My configuration specific to Babun is currently scattered throughout my git repository, just findinall Babun (using my findinall() )



Continue Reading

TODO - add my notes, and scripts

Git-Logo-1788C.png

Git >

Provides a reasonable environment for working with Git while trapped on Windows. A console window with Bash, various everyday linux console applications, and git.

I loved it, and used it regularly for sane scripting when trapped on Windows, via bash, as well as for git itself.

I replaced it with Cygwin/Babun.



Continue Reading

Computers > Data, Files > Storage >

update 2 - this is basically pointless with contemporary hardware and software. Just use the defaults for something like cgdisk or GParted:

https://gparted.org/display-doc.php?name=help-manual#gparted-specify-partition-alignment

Use MiB alignment for modern operating systems.
...

The Cylinder/Head/Sector values reported by modern disk devices no longer have a direct physical relationship to the data stored on the disk device. Hence it is no longer valid to use this alignment setting to achieve enhanced performance.

update: cgdisk, when beginning with a new partition table, when creating the first partition, automatically creates a small empty partition before it, and thus is said to align everything properly. I haven't double-checked this.

Continue Reading