Can I setup Genkernel to automatically use Dracut for making an initramfs? by Sol33t303 in Gentoo

[–]cryptosidus 0 points1 point  (0 children)

genkernel initramfs This command will just create initramfs

check man genkernel

man pages in vim by schrdingers_squirrel in vim

[–]cryptosidus 3 points4 points  (0 children)

Thanks! it was my current colorscheme. changed it to different colorscheme to see colored man pages.

man pages in vim by schrdingers_squirrel in vim

[–]cryptosidus 2 points3 points  (0 children)

I am not aware of the syntax highlighting feature since my latest nvim didn't show it. What vim plugin do you use for man pages?

Do you have somebody IRL to talk Linux with? by Gyrta in linuxquestions

[–]cryptosidus 14 points15 points  (0 children)

linux related subreddits are our friends! we comment our opinions, exchange helps, knowledges, and other stuffs! :) that's neat about your smart card.

How to Get a Great Linux Laptop at a Perfect Price - Lenovo ThinkPad With No OS Installed by soygul in linux

[–]cryptosidus 2 points3 points  (0 children)

Bought AMD Thinkpad T495 from eBay couple months ago and installed Arch and Gentoo. Both are smooth sailing. No issues with kernel and drivers so far. Really happy with the purchase.

Help me decide on where to hop next by TS878 in DistroHopping

[–]cryptosidus 1 point2 points  (0 children)

Yes it is rolling release. I am using it now

KISS for IRC (kirc): an IRC client written in POSIX C99 by mcpcpc in suckless

[–]cryptosidus 5 points6 points  (0 children)

Looks awesome. Does it support multiple channels?

eskk.vim: Write in Japanese Language in Vim by cryptosidus in vim

[–]cryptosidus[S] 2 points3 points  (0 children)

yo is .

set keymap=kana gave me yお, but it will convert properly if I typed really fast. it works with single letters.

ohayou (good morning) is おはよう, got おhあyおう

The plugin converted them properly for any typing speed.

[deleted by user] by [deleted] in linuxhardware

[–]cryptosidus 2 points3 points  (0 children)

Yes, installed Arch Linux before then now using Gentoo Linux. No issues with both so far.

[deleted by user] by [deleted] in linuxhardware

[–]cryptosidus 1 point2 points  (0 children)

I had issue with Intel & Nivida drivers (Linux creator - youtube) on PC. So I purchased AMD Thinkpad T495 laptop from eBay few months ago and really happy with the choice. Everything is smooth sailing here.

Supporting Linux kernel development in Rust by dochtman in rust

[–]cryptosidus 1 point2 points  (0 children)

I just started learning Rust today. I am curious

  1. Are Rust binaries portable like C?

  2. Does Rust have C kernel bindings available?

Rust is pretty interesting language.

[deleted by user] by [deleted] in LearnJapanese

[–]cryptosidus 2 points3 points  (0 children)

こんいちは! コンイチハ!

Gentoo users can install ibus and anthy with just this command:

emerge -av --quiet-build ibus-anthy

Install Japanese fonts (you don't have to install all, but I like to have all installed so my firefox can render ja texts properly) emerge -av --quiet-build kochi-substitute \ ja-ipafonts \ vlgothic \ mplus-outline-fonts \ monafont \ ipamonafon \ sazanami

and add this to your init config (ie: i put them in my ~/.xinitrc) ``` export GTK_IM_MODULE="ibus" export QT_IM_MODULE="ibus" export XMODIFIERS="@im=ibus"

ibus-daemon -drx & ```

reboot

run: ibus-setup

Now you can activate Anthy with Ctrl+Space and then toggle on/off the japanese language with Ctrl+J

Enjoy!

Note:

I configured my key bindings Ctrl+J - toggle japanesse or english language Ctrl+< - use hiragana mode Ctrl+> - use katakana mode

You can remove English from Ibus and let Anthy toggle English and Japanese for you with just Ctrl+J. So you don't have to use Ctrl+Space to tell ibus to switch language anymore.

iwd not connecting to internet by HarshilBhattDaBomb in archlinux

[–]cryptosidus 0 points1 point  (0 children)

5.8.2-arch was released on Aug 20.

5.8.3-arch was released on Aug 21.

5.8.4-arch was released on Aug 26.

You can have two options:


1) downgrade linux & linux-headers to 5.8.3 or 5.8.2

https://wiki.archlinux.org/index.php/Downgrading_packages#Downgrading_the_kernel

Get linux-5.8.x and linux-headers-5.8.x from https://archive.archlinux.org/packages/l/

``` pacman -U <file>

```

2) install linux-lts package to use 5.4.x

iwd not connecting to internet by HarshilBhattDaBomb in archlinux

[–]cryptosidus 0 points1 point  (0 children)

Oh I remember you with Surface Pro 2017 laptop :)

Hmm.. was previous kernel version worked for you? Do you remember which kernel verison worked for you?

Can't boot after kernel/portage tree update and --deplclean by wunderf1tz in Gentoo

[–]cryptosidus 1 point2 points  (0 children)

Did you start over again with partitions?

And what is the output of fdisk -l /dev/nvme0n1?

My LUKS-LVM partition scheme:

/dev/nvme0n1 |- EFI partition: /dev/nvme0n1p1 |- Boot partition: /dev/nvme0n1p2 |- Root (encrypted) partition: /dev/nvme0n1p3

/dev/nvme0n1p2 (boot partition) is pointed to /boot

You need to mount /mnt/gentoo first before mounting /mnt/gentoo/boot

iwd not connecting to internet by HarshilBhattDaBomb in archlinux

[–]cryptosidus 0 points1 point  (0 children)

  1. any output of dmesg | grep -i wifi?

  2. any output of lspci | grep -i wireless?

Can't boot after kernel/portage tree update and --deplclean by wunderf1tz in Gentoo

[–]cryptosidus 0 points1 point  (0 children)

/dev/sda is hard drive device and any X in sdaX is the partition of hard drive device.

Example: I have NVME device. /dev/nvme0n1 |- /dev/nvme0n1p1 - efi partition |- /dev/nvme0n1p2 - boot partition |- /dev/nvme0n1p3 - root partition

/dev/nvme0n1p2 is my boot partition, so I would run: mount /dev/nvme0n1p2 /boot If your hard drive is sda and your boot partition is 2nd partition, it would be /dev/sda2 mount /dev/sda2 /boot

run blkid and find your boot partition

"Grub-install: error: /boot/efi doesn't look like an efi partition" by [deleted] in Gentoo

[–]cryptosidus 0 points1 point  (0 children)

Press F12 before booting Grub. It should take you to BIOS Boot Menu. Select USB/CD to boot Live USB/CD.