User:Ris/notes/todo

From Gentoo Wiki
Jump to:navigation Jump to:search
Important
These are just personal notes, please ignore this page.


eg ffmpeg

2^100 +-= 10e30

(((1/6)*10e30)/24)/365

https://www.calculatorsoup.com/calculators/conversions/numberstowords.php


-- count available use flags for packages that have them:

emerge -pve world | sed -n '/^\[/ p' | sed -n 's/^.*USE="// p' | sed -n 's/".*// p' | sed -n 's/([^)]*)//g p' | wc --words

list all installed packages with available use flags for packages that have them filter to lines that are packages (probably) filter to lines that contain "USE=" and print everything after "USE=" for each line discard everything after the quote for each line, so each line printed is now the list of available use flags for each package that has them remove use flags in parentheses (don't think they are important - todo check) count total use flags for packages that have them =366


-- count packages that don't have use flags:

emerge -pve world | sed -n '/^\[/ p' | sed -n '/USE=/ !p' | wc --lines

list all installed packages with available use flags for packages that have them filter to lines that are packages (probably) get rid of all packages that have use flags count lines =49



duxsco - ZiB are zebibytes: /wiki/Handbook:AMD64/Full/Installation#GUID_Partition_Table_.28GPT.29



<cow> Question in the handbook: <cow> Handbook:AMD64/Installation/Stage#Verifying_and_validating I think the "wget https://distfiles.gentoo.org/releases/" part is wrong <cow> I don't think that should be a wget command, maybe a links command with the above instruction to browse to it?


<Kangie> But uh yeah it should say systemd-utils[udev] for like a year now? OpenRC#udev_and_mdev


Help:User_page Template:User


really important that any bug fixes you create are sent upstream to the original developers https://web.archive.org/web/20101002000636/http://www.gentoo.org/doc/en/articles/making-the-distro-p2.xml

webrsync, mirroselect, stage3 fileball (irc chat)

Can we get layman updated here? <Kangie> /wiki/Project:Overlays/Overlays_guide

Help:Translating#Marking_translatable_sections

just noticed that the IRC channel list on www.go.o says about -wiki: "not to be used for Handbook support". I don't know of any other channel for questions about the handbook, am I missing something ? - https://www.gentoo.org/get-involved/irc-channels/all-channels.html

"request help" template, to put on things that anyone thinks is a priority. maybe I should adapt the "todo" template so that things can be marked as priority

update wget art.

immolo> Just had a user report an issue with the efistub section of the handbook Handbook:AMD64/Installation/Bootloader#Alternative_2:_efibootmgr <immolo> I'm 90% sure they with the timeframe they just got unlucky and installed Gentoo during the /efi migration but can someone that knows efistub better than me just confirm the commands as I'm pretty confident it works fine but doesn't hurt to make sure <pietinger> immolo: I wrote here: Handbook_Talk:AMD64/Installation/Bootloader#Alternative_2:_efibootmgr_-_Why_EFI.5CBOOT_and_grubx64.efi.3F that it is wrong ... I have wrote a little bit in wiki: efi stub ... there it is correct <immolo> pietinger: So they are correct and it is broken? <pietinger> immolo: Yes ... and no ... it is not quite clear in the handbook what you have to do ... If I would be editor of Handbook I would remove the whole section and link only to wiki "EFI stub" ... ;-) <immolo> Thanks for confirming <immolo> The user said they used the wayback machine to solve it <pietinger> For example the copying of "cp /boot/vmlinuz-* /efi/efi/gentoo/bzImage.efi" can be wrong in some cases (it depends where you have your kernel before; this is dependent if you use bin-kernel, or dist-kernel or "manual approach" in page: Handbook:AMD64/Installation/Kernel )


merge Bugzilla/Bug_report_guide into Bugzilla/Guide

check wiki content after eselect awk gone

gemini page

User_talk:Sam/Portage_help/Circular_dependencies#pulseaudio related circular dependency

questions about translations that might need explaining in help:

  • what to do when two sections have same name, for anchor links
  • how/if to use link template to link to section in same page
  • what to do when changing section name

read GnuPG for guidelines

[[]]

[[]]

[[]]

[[]]

[[]]

[[]]

[[]]

[[]]

[[]]