.
Debian GNU/Hurd in VirtualBox crash log |
Hello, I have successfully installed Linux Mint 22.1 alongside macOS Ventura 13.7.6 on a MacBookPro14,1 (2017 MacBook Pro):
I would like to write an installation guide and add it to https://linuxmint-installation-guide.readthedocs.io by PR'ing it to https://github.com/linuxmint/doc-installation-guide.
If you have an Intel-based MacBook or Mac, I would like to request your help editing or testing the installation guide. It roughly goes as follows:
- Following https://fedoraproject.org/wiki/QA:Testcase_dualboot_with_macOS, use Disk Utility on macOS to add a partition to install Linux Mint in.
The following uses files from https://src.fedoraproject.org/fork/osalbahr/rpms/neofetch:
[nebula-toolbox@44544e1114fd ~]$ tree ~/rpmbuild/
/home/nebula-toolbox/rpmbuild/
├── SOURCES
│ ├── fedora_logo.patch
│ └── neofetch-7.1.0.tar.gz
└── SPECS
└── neofetch.spec
$ gcc-13 --version
gcc-13 (Homebrew GCC 13.2.0) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ clang --version
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: x86_64-apple-darwin22.6.0
This gist is to help with this fastfetch
issue:
See https://github.com/osalbahr/pmem-redirection
I experimented with fio
, a well-known tool for I/O benchmarking. Here are some simple benchmarks with the following target files:
$HOME/fio.txt
- Network Filesystem (NFS)/mnt/fsdax/$USER/fio.txt
- Persistent Memory (PMEM)/tmp/$USER/fio.txt
- SSD (note: I called the job in the jobfile "ram-tmp" incorrectly, it should be "ssd-tmp")