#cygwin — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #cygwin, aggregated by home.social.
-
someone had the great idea to create #cygwin for #win9x!
> "Run Linux apps on Windows 95 with Windows 9x subsystem for Linux"
> Microsoft introduced a Windows Subsystem for Linux (WSL) with Windows 10. Initially it allowed you to run command line Linux utilities in Windows, but over time Microsoft added support for applications with a graphical user interface. But WSL still only officially supports Windows 10 and Windows 11. What if you want to run Linux apps on an older version of Windows?
>
> Enter the Windows 9x subsystem for Linux (WSL9x), an unofficial tool for running Linux apps on Windows 95, an operating system that’s more than three decades old.
https://liliputing.com/run-native-linux-apps-on-windows-95-with-windows-9x-subsystem-for-linux/ -
someone had the great idea to create #cygwin for #win9x!
> "Run Linux apps on Windows 95 with Windows 9x subsystem for Linux"
> Microsoft introduced a Windows Subsystem for Linux (WSL) with Windows 10. Initially it allowed you to run command line Linux utilities in Windows, but over time Microsoft added support for applications with a graphical user interface. But WSL still only officially supports Windows 10 and Windows 11. What if you want to run Linux apps on an older version of Windows?
>
> Enter the Windows 9x subsystem for Linux (WSL9x), an unofficial tool for running Linux apps on Windows 95, an operating system that’s more than three decades old.
https://liliputing.com/run-native-linux-apps-on-windows-95-with-windows-9x-subsystem-for-linux/ -
WSL is cool, but isn't it basically a vm?
#Cygwin just provides a translation layer for Windows' own POSIX layer. It's slower than a vm for shell scripts, as there is a costly
fork()penalty (or so it seems), but it's quite lightweight overall, and you don't notice shell scripts running slowly unless they're doing some crazy intensive processing/looping. -
WSL is cool, but isn't it basically a vm?
#Cygwin just provides a translation layer for Windows' own POSIX layer. It's slower than a vm for shell scripts, as there is a costly
fork()penalty (or so it seems), but it's quite lightweight overall, and you don't notice shell scripts running slowly unless they're doing some crazy intensive processing/looping. -
Wow, that's some crazy tight color theming!
I've got several gigs of wallpapers from the "Microsoft Signature" wallpapers in Win10 that I scraped with a shell script in #cygwin on the one windows box I occasionally use. XD
-
Wow, that's some crazy tight color theming!
I've got several gigs of wallpapers from the "Microsoft Signature" wallpapers in Win10 that I scraped with a shell script in #cygwin on the one windows box I occasionally use. XD
-
Sourceware Survey 2025 Results
In the end we got 103 (!) responses with a nice mix of developers, users and maintainers from various hosted projects.
https://sourceware.org/survey-2025
#binutils #cygwin #dwarfstd #elfutils #gcc #gdb #glibc #libabigail #newlib #systemTap #valgrind #bzip2 #libffi #dwz #debugedit #gnupoke #bunsen #lvm2 #annobin #gnu-gabi #cgen #kawa #insight #pacme
-
Sourceware Survey 2025 Results
In the end we got 103 (!) responses with a nice mix of developers, users and maintainers from various hosted projects.
https://sourceware.org/survey-2025
#binutils #cygwin #dwarfstd #elfutils #gcc #gdb #glibc #libabigail #newlib #systemTap #valgrind #bzip2 #libffi #dwz #debugedit #gnupoke #bunsen #lvm2 #annobin #gnu-gabi #cgen #kawa #insight #pacme
-
Sourceware Survey 2025 Results
In the end we got 103 (!) responses with a nice mix of developers, users and maintainers from various hosted projects.
https://sourceware.org/survey-2025
#binutils #cygwin #dwarfstd #elfutils #gcc #gdb #glibc #libabigail #newlib #systemTap #valgrind #bzip2 #libffi #dwz #debugedit #gnupoke #bunsen #lvm2 #annobin #gnu-gabi #cgen #kawa #insight #pacme
-
Sourceware Survey 2025 Results
In the end we got 103 (!) responses with a nice mix of developers, users and maintainers from various hosted projects.
https://sourceware.org/survey-2025
#binutils #cygwin #dwarfstd #elfutils #gcc #gdb #glibc #libabigail #newlib #systemTap #valgrind #bzip2 #libffi #dwz #debugedit #gnupoke #bunsen #lvm2 #annobin #gnu-gabi #cgen #kawa #insight #pacme
-
CW: CW Cygwin
Meine heimliche Schwäche ist ja #Cygwin, weil ich unter Windows keinen anderen SSH-Client als openssh in mintty ertragen kann. Wo ich das grade nach Jahren mal wieder installiere, fällt mir auf, dass #Python weiterhin komplett unmaintained ist (3.9 oder so, halber running-Gag), während ein tagesaktuelles #Curl installiert wird, das aktueller sein dürfte als auf 99% aller Linux-Installation da draußen. Wilde Combo.
-
CW: CW Cygwin
Meine heimliche Schwäche ist ja #Cygwin, weil ich unter Windows keinen anderen SSH-Client als openssh in mintty ertragen kann. Wo ich das grade nach Jahren mal wieder installiere, fällt mir auf, dass #Python weiterhin komplett unmaintained ist (3.9 oder so, halber running-Gag), während ein tagesaktuelles #Curl installiert wird, das aktueller sein dürfte als auf 99% aller Linux-Installation da draußen. Wilde Combo.
-
@argv_minus_one You know... `autoconf` was for times, when we have several #Unix systems in the field, each significantly different from each other, especially in terms of `libc` support. Today we have 3, with one having two flavours - `musl` and `glibc`; third one from #Apple is not usually that strongly supported.
Then keep in mind `autoconf` was practically non-existent on #Windows (and no, #Cygwin and #msys don't count).
-
@argv_minus_one You know... `autoconf` was for times, when we have several #Unix systems in the field, each significantly different from each other, especially in terms of `libc` support. Today we have 3, with one having two flavours - `musl` and `glibc`; third one from #Apple is not usually that strongly supported.
Then keep in mind `autoconf` was practically non-existent on #Windows (and no, #Cygwin and #msys don't count).
-
https://github.com/gugod/App-perlbrew/actions/runs/13100409688/job/36547979805
Any cygwin users ?
I'm trying to run perlbrew tests on cygwin on GitHub Action. Most of the setup worked but it ended up with this error of missing `crypt.h` when installing dependencies. Module::Build::Tiny in this case, but perhaps there will be more.
If you know how this can be resolved or avoided, please help!
-
https://github.com/gugod/App-perlbrew/actions/runs/13100409688/job/36547979805
Any cygwin users ?
I'm trying to run perlbrew tests on cygwin on GitHub Action. Most of the setup worked but it ended up with this error of missing `crypt.h` when installing dependencies. Module::Build::Tiny in this case, but perhaps there will be more.
If you know how this can be resolved or avoided, please help!
-
https://github.com/gugod/App-perlbrew/actions/runs/13100409688/job/36547979805
Any cygwin users ?
I'm trying to run perlbrew tests on cygwin on GitHub Action. Most of the setup worked but it ended up with this error of missing `crypt.h` when installing dependencies. Module::Build::Tiny in this case, but perhaps there will be more.
If you know how this can be resolved or avoided, please help!
-
https://github.com/gugod/App-perlbrew/actions/runs/13100409688/job/36547979805
Any cygwin users ?
I'm trying to run perlbrew tests on cygwin on GitHub Action. Most of the setup worked but it ended up with this error of missing `crypt.h` when installing dependencies. Module::Build::Tiny in this case, but perhaps there will be more.
If you know how this can be resolved or avoided, please help!
-
https://github.com/gugod/App-perlbrew/actions/runs/13100409688/job/36547979805
Any cygwin users ?
I'm trying to run perlbrew tests on cygwin on GitHub Action. Most of the setup worked but it ended up with this error of missing `crypt.h` when installing dependencies. Module::Build::Tiny in this case, but perhaps there will be more.
If you know how this can be resolved or avoided, please help!
-
One positive thing about having been forced to use Windows many years ago is that I got exposed to #Cygwin, and the glory that is multi-line PS1 values (the default Cygwin PS1 was something along the lines of '\u@\h:\w\n\$ ').
That '\n' in there makes such a difference! Separate the long info line from where you're typing!
-
IDE (IntelliJ IDEA, Android Studio, Eclipse, NetBeans) plug-in Applet Runner version 2.14 released.
New shell applets:
* #Powershell
* #WSL (Windows Subsystem for Linux)
* Git #Bash
* #Cygwin
* #SSH
* Bean Shell -
Pretty sure I haven't used #PuTTY once since 2013, but that's just because I've been on MacOSX and #Linux the whole time, and the few times I had to use windows, I just used #Cygwin.
Not enough love, Cygwin. It's like reverse-WINE. (Of course, it does help that Windows has a (probably badly implemented and somewhat cursed) POSIX layer.)
-
Pretty sure I haven't used #PuTTY once since 2013, but that's just because I've been on MacOSX and #Linux the whole time, and the few times I had to use windows, I just used #Cygwin.
Not enough love, Cygwin. It's like reverse-WINE. (Of course, it does help that Windows has a (probably badly implemented and somewhat cursed) POSIX layer.)
-
Стилистический Анализатор: Синхронизация порядка объявлений и определений функций
У нас в организации есть обязательное правило оформления исходников, которое звучит так: Порядок объявления С-функций должен совпадать с порядком определения С-функций. В этом тексте представлен алгоритм работы консольной программы, которая автоматически выявляет нарушения этого странного правила.
https://habr.com/ru/articles/844436/
#ctags #awk #gawk #sed #cygwin #cmp #gcc #статический_анализ #стилистический_анализ #static_analysis
-
Another useful #writing tool I almost forget to mention is wc. You'll find it on #Linux and #BSD distros. On Windows, #msys and #cygwin offer a version. There are several implementations of wc out there including versions in Busybox and Toybox. If you want to build it yourself or modify it, sbase has a straight forward version:
https://git.suckless.org/sbase/file/wc.c.html
Have a happy #SoftwareFreedomDay2024 #SFD #SoftwareFreedomDay #DFF #OpenSource #FreeSoftware #FOSS #FLOSS -
Another useful #writing tool I almost forget to mention is wc. You'll find it on #Linux and #BSD distros. On Windows, #msys and #cygwin offer a version. There are several implementations of wc out there including versions in Busybox and Toybox. If you want to build it yourself or modify it, sbase has a straight forward version:
https://git.suckless.org/sbase/file/wc.c.html
Have a happy #SoftwareFreedomDay2024 #SFD #SoftwareFreedomDay #DFF #OpenSource #FreeSoftware #FOSS #FLOSS -
Техникум: Как Проинициализировать Микроконтроллер [часть 2]
Программа это реализация алгоритма. А алгоритм это упорядоченная последовательность действий. Поэтому очень большое значение имеет правильный порядок исполнения программы. В этом тексте я написал как автоматически выявить правильную последовательность инициализации
https://habr.com/ru/articles/830964/
#init #graphviz #tsort #sort #компиляторы #cygwin #uniq #GNU_make #dot #cpp
-
Weird #FishShell bug... The #OhMyFish extension, argu, will complain that the `expr` command does not exist on start-up when used on #CygWin.
Solution: add the absolute path `/bin/expr` to the argu.fish script, and it will work fine. 😒
-
Weird #FishShell bug... The #OhMyFish extension, argu, will complain that the `expr` command does not exist on start-up when used on #CygWin.
Solution: add the absolute path `/bin/expr` to the argu.fish script, and it will work fine. 😒
-
-
-
#dcrdao seems to be the best answer for this task, however it does not have direct access to the hardware if run in #WSL, and it is not successfully building in #Cygwin.
So far these are the flags I’m trying to build with:
CXXFLAGS="-std=c++14 -Wno-narrowing -include strings.h -DSTRING_LITERAL=\"(const char*)\""Any pointers or boosts would be _greatly_ appreciated
-
#dcrdao seems to be the best answer for this task, however it does not have direct access to the hardware if run in #WSL, and it is not successfully building in #Cygwin.
So far these are the flags I’m trying to build with:
CXXFLAGS="-std=c++14 -Wno-narrowing -include strings.h -DSTRING_LITERAL=\"(const char*)\""Any pointers or boosts would be _greatly_ appreciated