Mirokhodets
- 1 Post
- 8 Comments
Mirokhodets@lemmy.mlOPto Linux@lemmy.ml•Linux 6.16 adds the “X86_NATIVE_CPU” option to optimize your kernel build for your processorThe X86_NATIVE_CPU Kconfig build time parameter has been merged for the Linux 6.16 merge window as an easy w1·8 hours agoYes, to use the CONFIG_X86_NATIVE_CPU option, you will need to compile the kernel yourself with this option enabled. This is a compile-time setting that affects how the compiler optimizes the build specifically for your system. Prebuilt kernels from distro repositories usually do not have this enabled, since they are built for broad compatibility with many different processors.
deleted by creator
deleted by creator
deleted by creator
deleted by creator
Mirokhodets@lemmy.mlto Linux@lemmy.ml•If i encrypt Linux partition, will it break Windows?2·2 days agoWhen you install Debian with encryption (usually LUKS — Linux Unified Key Setup), only the partition where Debian is installed is encrypted. Windows will remain on a separate partition and will not be touched. Debian encryption does not break Windows, provided that: The partitions for Windows and Debian are clearly separated. You do not change or delete the Windows partition. The bootloader (GRUB) is correctly configured and not damaged. Usually, Debian will install GRUB, which will recognize Windows and add it to the boot menu. If something goes wrong during the bootloader (GRUB) installation, Windows boot may temporarily break. But this can be fixed — you can restore the Windows bootloader using a bootable USB stick. It is always better to back up important data before installation. When installing Debian, choose manual disk partitioning to accurately specify the partitions. Use encryption only for the Linux partition, leaving the Windows partition alone. Save a backup copy of the boot partition (for example, EFI) or make a full backup.
- I am not AI
- If about information, then I gave it to help a person
Removed by mod
Mirokhodets@lemmy.mlto Open Source@lemmy.ml•Looking for libre altenratives to make presentations11·2 days ago- Google Slides Free and quite convenient. Works in the browser and has mobile apps. However, this is a cloud service, so if you need a completely offline experience, it will not work.
- OnlyOffice Presentation The free part of OnlyOffice includes a presentation editor. Can be used offline in a mobile app or desktop. The interface is more modern and convenient than Impress. Partially FOSS (client is open), you can disable the cloud.
- Calligra Stage Part of Calligra Suite is a free office suite with a presentation editor. There are versions for Linux, Windows, but there are no official mobile clients. The interface may seem unusual, but the functionality is decent.
- WPS Office (free version) Free office with presentation support. The interface is similar to MS Office, convenient and modern. Not fully FOSS, but free and works offline.
- Deckset (for macOS, paid) A very convenient tool for creating presentations based on Markdown. There is no free alternative on Android, but this is an example of the approach.
- Marp Markdown-based presentations. Free, cross-platform (there is an Electron version). It requires a little getting used to Markdown, but it is very flexible and convenient for those who like the text approach.
Mirokhodets@lemmy.mlto Open Source@lemmy.ml•Does anyone here know about any FOSS office suite for android?1·2 days agoLibreOffice Viewer — The official LibreOffice viewer, available for Android. True, it mostly only has viewing and very basic editing. But it’s native and offline.
OnlyOffice (standalone version is optional) — There’s an Android app that can be used offline, with support for major formats (DOCX, XLSX, PPTX). Although the software is not fully FOSS, the client is open, the server can be stored. Collabora works better on mobile devices.
OpenDocument Reader/Editor — Less well known, but a simple ODT rider and editor, you can search for it in F-Droid. Very lightweight and offline.
AndrOpen Office — A port of Apache OpenOffice to Android, fully offline and FOSS. The interface is old-fashioned, but the functionality is decent.
Creating a repository is not absolutely necessary, but it will make the process of updating the kernel much easier in the future. If you plan to frequently update the kernel with custom settings, creating a repository is a smart choice. If you update the kernel very rarely, you can get by with manual compilation.