#🐧┃Linux Discussion

1 messages · Page 20 of 1

lyric pollen
#

Mount point doesn't exist.

pallid marsh
#

$mount --mkdir /dev/sda1 /mnt/boot

#

i forgot

lyric pollen
#

I accidentally made an extra boot folder.

pallid marsh
#

well eat that folder

lyric pollen
#

How?

pallid marsh
#

can you do $ls and tell me the output

pallid marsh
lyric pollen
#

Under sda1 I think

pallid marsh
#

you mounted sda1 on /mnt/boot right?

lyric pollen
#

Yeah.

pallid marsh
#

is it inside /mnt/boot folder then?

#

do $ls and screenshot the output

lyric pollen
pallid marsh
#

$umount /dev/sda1

pallid marsh
blazing vault
#

he died from skill issue

#

r.i.p
(rest in pee)

pallid marsh
#

bruh

#

thats certainly not the most pleasant thing to hear

#

hmm what if his electricity died?

#

i think he would have to remake those partitions using mk

#

them probably corrupted

blazing vault
pallid marsh
#

idk i am not sure

#

also what is there to corrupt in those

blazing vault
#

how does a parition get currupted

pallid marsh
#

maybe some partition info?

blazing vault
#

he just made those

lyric pollen
#

I'm still here.

pallid marsh
#

well those data about the partition type

lyric pollen
#

Phone calls.

blazing vault
lyric pollen
#

Anyway, the dual boot folders got fixed.

#

Now what?

pallid marsh
lyric pollen
#

is now no more.

#

Now what do I do?

pallid marsh
#

ok

#

$reflector --connection-timeout 5 --download-timeout 10 --sort score --latest 20 > /etc/pacman.d/mirrorlist

#

use reflector for now

#

use some other shit after you install arch properly

#

then do $cat /etc/pacman.d/mirrorlist to check if that file is ok

#

it is the only file that will be copied to your installation

lyric pollen
#

It is, it seems.

#

It's showing the servers.

pallid marsh
#

ok then move on to

#

$pacstrap -K /mnt base linux linux-firmware pacman

#

if you want other kernel you can append those

#

or replace linux

#

but i recommend having linux too as a backup

lyric pollen
#

Okay.

#

Btw, I won't be able to finish, might have to continue tomorrow.

#

They're already pressuring me to sleep.

pallid marsh
#

well that wont be hard but do some step beforehand

#

after pacstrap do

lyric pollen
#

Such as?

pallid marsh
#

$genfstab -U /mnt >> /mnt/etc/fstab

#

then if you wanna go sleep

#

$umount /dev/sda1

#

umount /dev/sda2

#

umount /dev/sda3

#

i think sda2 isnt mounted

#

or is it

#

then $poweroff

#

later tommorow you can do

lyric pollen
pallid marsh
#

you wanna do the next steps or sleep?

lyric pollen
#

I'll continue tomorrow then.

pallid marsh
#
$mount /dev/sda3 /mnt
$swapon/dev/sda2
$mount /dev/sda1 /mnt/boot
$arch-chroot /mnt
#

that starts for tommorow if you cant find me

lyric pollen
#

Btw will the progress be saved?

#

Okay.

#

Anyway, thanks.

#

You were big help m8.

pallid marsh
#

thanks for thanking me

lyric pollen
#

Thanks for thanking for thanking you.
Anyway, I'm off

pallid marsh
#

mac fanboy warning

lyric pollen
#

@pallid marsh m8 you there?

pallid marsh
#

yeah

pallid marsh
#

i might disappear

lyric pollen
#

I mounted the stuff.

#

And entered archiso mode.

#

Now what?

pallid marsh
#

hmmm wait

#

imma turn on my laptop

lyric pollen
#

M8?

pallid marsh
#

pacman -S --needed intel-ucode networkmanager iwd micro neovim vim man-db man-pages texinfo tldr grub hyprland kitty noto-fonts noto-fonts-emoji noto-fonts-extra base-devel git yt-dlp wayland

#

for now i had these appear in my mind

#

oh also a browser

#

firefox maybe

#

append your needs at the end

lyric pollen
#

What about the date and localization?

pallid marsh
#

you can do that later

#

after installing stuff

#

its really easy now

#

the hardest part will come after installation

pallid marsh
#

or other other de?

lyric pollen
#

Can I use the surface level stuff like before?

pallid marsh
#

wdym

lyric pollen
#

When I used Fedora with Hyprland?

#

How good is cosmic?

pallid marsh
#

its an alpha software

#

you can test it later

#

its not to be used as your main de

lyric pollen
#

Oh.
So, what others are good?
Aside from gnome and kde?

pallid marsh
#

xfce mate trinity cinnamon are some others

#

that are popular

#

trinity is a fork of kde

#

cinnamon is a fork of gnome 3

lyric pollen
#

So, how good is kde?

pallid marsh
#

mate is a fork of gnome 2

#

you can install it and then try

lyric pollen
#

And shouldn't I install grub?

pallid marsh
#

yeah not rn

lyric pollen
#

Okay kde it is then.

#

Also, how do I install firefox?

pallid marsh
#

for kde

#

you do

#

plasma-meta

pallid marsh
#

pacman -S for installing

#

pacman -Q for searching your local packages

#

pacman -Ss for searching online packages

#

pacman -uyS or -Syu for updating system

lyric pollen
#

It asks to input the provider for jack.

pallid marsh
#

i think it gives options

#

which ones does it

lyric pollen
#

Jack2 and pipewire-jack

pallid marsh
#

pipewire

#

oh also install pipewire

#

pipewire-alsa

#

pipewite-pulse

#

btw

#

never do pacman -Sy

lyric pollen
#

Why?

pallid marsh
#

arch doesnt officially support partial upgrades

#

it uodates your repos but doesnt update any software

#

it will cause breakages

#

so if you use any guide where it says to

#

then avoid it

lyric pollen
#

Okay.

#

So, do I install kde now?

#

And also, how do I install sddm?

#

So, uh.... Ffmpeg or gstreamer for the qt6-multi-media backend?

pallid marsh
#

ffmpeg guess

lyric pollen
#

Okay.

#

And the command for the sddm?

pallid marsh
#

you wanna use sddm or gdm or lightdm?

#

pacman -S sddm

lyric pollen
#

Does any of them do anything different?

pallid marsh
#

they look different

#

thats the biggest difference

#

okay after these packages you are gonna do some other step

#

then boot into arch linux

#

and then setup some other things

lyric pollen
#

What's the other step?

pallid marsh
#

$ln -sf /usr/share/zoneinfo/Region/City /etc/localtime

#

replace region and city

#

use Tab for suggestions

lyric pollen
#

How do I check if it worked?

pallid marsh
#

idk i never had to

lyric pollen
#

Okay then.

#

Now what?

pallid marsh
#

you can $ls /etc/localtime/

#

$hwclock --systohc

lyric pollen
#

They returned no output.

pallid marsh
#

now do you wanna use micro or neovim

pallid marsh
lyric pollen
#

Neovim, I guess?

pallid marsh
#

nvim /etc/locale.gen

#

remove the # from the local you wanna use

lyric pollen
#

Done.

#

How do I save?

pallid marsh
#

:wq

#

:w saves

#

:q quits

#

nvim /etc/locale.conf

#

LANG=en_US.UTF-8

#

or whatever you used

lyric pollen
#

wq isn't working.

pallid marsh
#

:

#

colon

#

wq

#

oh press Escape to quit insert mode

lyric pollen
#

How do I save locale.conf?

pallid marsh
#

:wq

lyric pollen
#

Done.Now what?

pallid marsh
#

$hostnamectl hostname yourhostname

lyric pollen
#

It's showing me this.

pallid marsh
#

bruh ok

#

nvim /etc/hostname

#

then put your hostname

lyric pollen
#

Just need to write the hostname, right?

pallid marsh
#

yeah one line

lyric pollen
#

Hostname
then quit.

#

Okay.

#

Done.

pallid marsh
#

passwd

#

set root pass

lyric pollen
#

Done.

pallid marsh
#

grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB

#

i think it will be on /boot

#

since you are already chrooted

lyric pollen
#

It failed to get canonical path of /mnt/boot

pallid marsh
#

remove /mnt

lyric pollen
#

Eifbootmgr:not found.

pallid marsh
#

shit i forgot

#

pacman -S grub efibootmgr

#

then type

#

efibootmgr

#

it should output something

lyric pollen
#

It did.

pallid marsh
#

do grub-install again

#

it should work unless i am stupid

lyric pollen
#

Installation finished.

pallid marsh
#

grub-mkconfig -o /boot/grub/grub.cfg

lyric pollen
#

Done.

pallid marsh
#

ok i think thats about it and now you can continue the other part from arch installation

lyric pollen
#

That is?

pallid marsh
#

do CTRL+D

lyric pollen
#

Then?

pallid marsh
#

$umount -R /mnt

#

then reboot and boot to your ssd

#

i believe it should work

lyric pollen
#

Aight.
Here goes nothing.

pallid marsh
#

time to explode your pc

#

1

#

2

lyric pollen
#

Wait, why is there a seperate grub in boot menu?

pallid marsh
#

3

#

yeah select GRUB

#

you might have to delete the weird ones later

#

the ones that are ded

lyric pollen
#

Ssd had only grub on it.

#

But I'm in grub rn.

pallid marsh
#

which grub?

#

arch grub?

#

or some corrupted grub?

lyric pollen
#

The standalone one in boot menu.

pallid marsh
#

does it have arch linux?

#

on the options

lyric pollen
#

Ssd one is probably corrupted.

pallid marsh
#

yeah i think i might need screenshot of all the options

lyric pollen
pallid marsh
#

try selecting grub

#

GRUB

#

i should have named it something else

#

instead of grub

lyric pollen
#

Shows the first pic.

pallid marsh
#

welp bruh

#

reboot to usb

#

mount /dev/sda3 /mnt

#

swapon /dev/sda2

#

mount /dev/sda1 /mnt/boot

blazing vault
#

What the hell is bro doing

pallid marsh
#

installing assloader

blazing vault
#

Why is so many ss for diagnosis

pallid marsh
#

also known as grub

blazing vault
#

Man...

pallid marsh
#

and it didnt work

pallid marsh
#

try this now

#

i am not sure why it didnt work

lyric pollen
#

Says kernel image doesn't exist.

pallid marsh
#

bruhhhh

#

pacman -S linux linux-firmware

lyric pollen
pallid marsh
lyric pollen
#

Says target not found.

pallid marsh
lyric pollen
#

Ping is working

#

Also how do i stop the ping?

#

Again?

pallid marsh
#

CTRL+C

#

ok why is linux not found 💀

#

pacman -S linux-zen

lyric pollen
#

Target not found.

pallid marsh
#

are you chrooted?

lyric pollen
#

Database and core files don't exist.

#

In archiso mode yes.

pallid marsh
#

type lsblk and show me the output

lyric pollen
#

Wait no in root actually.

pallid marsh
#

bruhhh

#

mount /dev/sda3 /mnt

#

swapon /dev/sda2

#

mount /dev/sda1 /mnt/boot

#

arch-chroot /mnt

lyric pollen
pallid marsh
#

ok arch-chroot /mnt

#

then type

#

mkinitcpio -P

lyric pollen
#

Command not found.

pallid marsh
#

uhh

#

pacman -S linux linux-firmware

lyric pollen
#

Mkinit or booster for core?

pallid marsh
#

what

lyric pollen
#

Repository cores.

#

I picked mkinicpio.

pallid marsh
#

yeah good

#

so you are telling me linux wasnt installed?

#

what happened then?

lyric pollen
#

We'll have to continue later.

#

Ar night maybe.

#

Linux is installed.

#

Mkinicpio worked.

pallid marsh
#

grub-mkconfig -o /boot/grub/grub.cfg

#

then it should work

pallid marsh
vagrant crag
#

GM

pallid marsh
#

Git Gud

woven crag
#

GM

pallid marsh
#

Git Gud

fallen raptor
#

Gm

pallid marsh
fallen raptor
#

hi

#

I'm ur special that's why u pinged me ik

#

Don't need to praise me

#

I'm that good

pallid marsh
#

real

#

well you are better than those 2 people

#

they just GM and forgot this thread exists

lyric pollen
#

Then
There are people like me who annoy the entire forum with their problems.

pallid marsh
#

then there is lifeless me who only yaps and has a fully messed up life

lyric pollen
#

At least you know your stuff.

pallid marsh
#

what do i even know

#

look at catfish

#

he is a successful man

#

he knows programming

#

i have skill issues

#

discipline issues

#

addiction issues

lyric pollen
#

Literally me.

pallid marsh
#

nah

lyric pollen
#

Yep.

#

We have the same problems.

pallid marsh
#

except i cant fix them

lyric pollen
#

Same.

pallid marsh
lyric pollen
lyric pollen
#

Btw, what are the final steps?

pallid marsh
lyric pollen
#

I did mkincpio -P.

pallid marsh
#

well grub needs to update its config for linux kernel to appear

lyric pollen
#

So, how do I do that?

pallid marsh
#

mount partitions

#

arch-chroot

#

grub-mkconfig -o /boot/grub/grub.cfg

fallen raptor
#

Anyone tried running a Ubuntu VPS on GitHub?

#

Well it's not a VPS technically but ykyk

blazing vault
#

you get limiited ci/cd time

#

you get 6 hour total of the vm being alive

#

use oracle cloud free tier vps, 24gb ram 4 ampere arm core(slower than rasp pi 4)
and 0,5gb ram (1/6) vcore amd cpu(1 core split 6 ways) , you get 2 of this amd vps for free

vagrant crag
#

GM

blazing vault
#

But you will never be charged in that configuration

#

4 core 24 gb ram is free

pallid marsh
#

hmm ok

#

why do they give away free ram and cores

blazing vault
#

So you use oracle cloud's paid tier

#

They are in a tough situation

pallid marsh
#

freeloaders aint doin that

blazing vault
#

Those hardware never see light of the day, they dont lose much by letting you have them by free if that sways you to have your infrastructure in oracle(dont)

pallid marsh
#

life as in oracle

#

well some people do make summerhosts with them

blazing vault
pallid marsh
blazing vault
pallid marsh
#

damm all big tech corpo

#

they gonna make your life really hard

lyric pollen
pallid marsh
#

and see if grub works

#

or if i should explode you

#

if it boots to arxh we can start with the next steps

#

damn thats one hell of a skill issue

pallid marsh
lyric pollen
#

Shouldn't I have to make a user first?

pallid marsh
lyric pollen
#

But uh
I already entered grub.

pallid marsh
#

useradd -m madagascar

pallid marsh
lyric pollen
#

Where?

pallid marsh
#

root

#

pass

#

then do

#

$useradd -m madagascar

lyric pollen
#

Does it have to be madagascar?

pallid marsh
#

no it was just a name 💀

lyric pollen
#

User name right?

pallid marsh
#

replace madagascar with your username

#

could be meow-meow-cat

lyric pollen
#

Then?

pallid marsh
#

or lifeless-fart

#

then

#

$passwd madagascar

#

then setup your passsword

#

$pacman -S --needed sudo

lyric pollen
#

Says invalid option.

#

Pacman one.

pallid marsh
#

what

#

your pacman on drugs maybe

#

try again

lyric pollen
pallid marsh
#

there is space after -S

lyric pollen
#

Wait I got it.

pallid marsh
#

-S and --needed are different flags

lyric pollen
#

Says no need to update

#

Now what?

pallid marsh
#

that means time for real torture

#

wait brb

lyric pollen
#

Be right back after 5 minutes.

pallid marsh
#

now

lyric pollen
#

Then?

pallid marsh
#

$EDITOR=nvim visudo

lyric pollen
#

Okay
Now what?

pallid marsh
#

ok now goto line 114

#

use j to down

lyric pollen
#

It's empty.

pallid marsh
#

uhh a screenshot?

lyric pollen
pallid marsh
#

uncomment %wheel ALL=(ALL:ALL) ALL

lyric pollen
#

Sure?

pallid marsh
#

you dont want sudo?

lyric pollen
#

The no password one?
Not the one above?

#

Of course I want sudo.

pallid marsh
#

the one under root

#

%wheel

#

not without a password

#

why would you use sudo without password

#

thats some risky shit

lyric pollen
#

So how do I comment the without password one?

pallid marsh
#

there is to a # in front of it

#

once done press ESC or CTRL + C

#

then type :wq

#

if you did something wrong it wont let you

lyric pollen
#

Okay.....

#

I did it.

#

Maybe worked.

#

Now what?

pallid marsh
#

good

#

$groupadd %wheel

lyric pollen
#

Says it's not valid

pallid marsh
#

$cat /etc/group

#

what output does it give?

lyric pollen
#

Theres wheel there.

pallid marsh
#

wait i did it wrong

#

groupadd wheel

#

the percent wont be there

#

use Up arrow key

#

to go up the commands

lyric pollen
#

Wheel already exists.

pallid marsh
#

then remove percent

lyric pollen
#

Now what?

pallid marsh
#

ok thats nice

#

$usermod -aG wheel madagascar

#

change madagascar

lyric pollen
#

Change didn't work.

#

Says change command not found.

pallid marsh
#

i meant change madagascar to your username

lyric pollen
#

I wrote that one.

#

Nothing happened.

pallid marsh
#

what

lyric pollen
#

It's still in root.

pallid marsh
#

yes

#

thats good

lyric pollen
#

So now what?

pallid marsh
#

$exit

#

madagascar

#

pass

#

and boom

#

sudo

lyric pollen
#

Sudo'ed.

#

Now what?

pallid marsh
#

good

#

sudo systemctl enable --now ntp.service

lyric pollen
#

Ntp doesn't exist.

pallid marsh
#

i guess its

#

ntpdate.service

lyric pollen
#

Didn' work.

pallid marsh
#

hmm wait

#

ntpd.service

#

i think

lyric pollen
#

Still didn't work.

pallid marsh
#

hmm that can be done later

lyric pollen
#

What was that?

pallid marsh
#

pacman -Q kitty

pallid marsh
lyric pollen
#

Then?

pallid marsh
#

i forgot the name

lyric pollen
#

Kitty'd.

pallid marsh
#

with version

lyric pollen
#

Yeah.

pallid marsh
#

good that means its installed

#

sudo systemctl enable --now sddm.service

#

does ugly sddm appear?

lyric pollen
#

Yes.

pallid marsh
#

now hop into hyprland

lyric pollen
#

Okay.

pallid marsh
#

you can also use tty to login to hyprland if you dont like display manager

#

its just

#

$Hyprland

#

okay in hyprland open kitty

lyric pollen
#

Done.

#

Now wht?

pallid marsh
#

nvim ~/.config/hypr/hyprland.conf

#

remove autogenerated = 1 line

lyric pollen
#

Then?

pallid marsh
#

esc

#

:wq

lyric pollen
#

W8

#

How do you do the,~ in keyboard?

#

Nd uh.... It didn't show the config file either.

pallid marsh
#

what

#

its on top of tab

#

shift and press that key

lyric pollen
#

I got that.

pallid marsh
lyric pollen
#

But there's no config file.

pallid marsh
#

screenshot

#

terminal screenshot

lyric pollen
#

M8?

pallid marsh
#

what is bro doing

#

press Super + C and exit kitty

#

then open kitty

lyric pollen
#

Then?

#

Super Q right?

#

To open kitty?

pallid marsh
#

damn why is it that i keep forgetting to charge my laptop while using it

pallid marsh
lyric pollen
#

Then?

pallid marsh
#

nvim ~/.config/hypr/hyprland.conf

#

btw remember if it doesnt find hyprland it should throw up error

#

you probably did some command wrong which made it create new line

lyric pollen
#

Workedm

pallid marsh
#

its a little bit weird

#

its blockquote

pallid marsh
lyric pollen
#

Done.

pallid marsh
#

save and exit

lyric pollen
#

The error is still there tho.

#

After saving.

pallid marsh
#

what it should go away

#

wait error

#

what error

#

do a clean screenshot

lyric pollen
#

The one from before.

pallid marsh
#

thats even more horrifying

#

i cant read the text bruh

#

how am i gonna help you

lyric pollen
pallid marsh
#

hmm

#

maybe try

#

SUPER+M

#

then log back into hyprland

#

otherwise i need the configs screenshot

lyric pollen
#

Wit, i forgot to save.

pallid marsh
#

💀

lyric pollen
#

Fixed.

pallid marsh
#

dude

lyric pollen
#

Now whatM

pallid marsh
#

ok

#

$sudo ntpd -u ntp:ntp

#

$sudo systemctl enable --now ntpd.service

lyric pollen
#

Ntpd command not found.

pallid marsh
#

bruhh what

lyric pollen
pallid marsh
#

sudo pacman -S --needed ntp

#

probably isnt installed then

#

once you do that

#

sudo pacman -S xdg-desktop-portal-hyprland xdg-desktop-portal-gtk

#
bind = $mainMod, K, exec, grim -g "$(slurp)" $HOME/Screenshots/$(date +'%s_grim.png') | wl-copy -t image/png && notify-send "Screenshot Taken"
bind = $mainMod, H, exec, grim -g "0,0 1366x768" $HOME/Screenshots/$(date +'%s_grim.png') | wl-copy -t image/png && notify-send "Screenshot Taken"
lyric pollen
#

Why does it say failed to download?

#

In ntp?

pallid marsh
pallid marsh
#

what does it say

#

screenshot

lyric pollen
pallid marsh
lyric pollen
#

Temporary failure in name resolution.

pallid marsh
#

does it ping?

lyric pollen
#

No.

pallid marsh
#

no internet L

#

$iwctl

#

[iwd]# adapter phy0 set-property Powered on

#

i think you do that

#

for ethernet

lyric pollen
#

Waiting for IWD to start

#

Should it say that?

pallid marsh
#

ctrl + c

#

hmmm

#

wait

lyric pollen
#

Should I do ctrl c?

pallid marsh
#

yeah it will never start

#

lspci -v

#

check if it shows your ethernet

#

it should have a line with kernel driver in use

#

which would mean its working

lyric pollen
#

There's an ethernet controller.
With a kernel drive in use.

pallid marsh
#

ok good

lyric pollen
#

Now what?

pallid marsh
#

sudo systemctl enable --now NetworkManager.service

lyric pollen
#

Worked.

pallid marsh
#

good

#

now download ntp

#

then

#

$sudo ntpd -u ntp:ntp
$sudo systemctl enable --now ntpd.service

lyric pollen
#

Done.

#

Now what?

#

M8?
Shouldni do the portal thing?

pallid marsh
#

what

#

yeah

#

install xdg-desktop-portal-hyprland

#

xdg-desktop-portal-gtk

#

these are things for things like file picker and screen sharing etc

lyric pollen
#

Done.

#

Then?

pallid marsh
#

ok i gave you two binds to append to your config so you can screenshot properly

#

you can copy them by now opening firefox

#

instead of having to type them

#
bind = $mainMod, K, exec, grim -g "$(slurp)" $HOME/Screenshots/$(date +'%s_grim.png') | wl-copy -t image/png && notify-send "Screenshot Taken"
bind = $mainMod, H, exec, grim -g "0,0 1366x768" $HOME/Screenshots/$(date +'%s_grim.png') | wl-copy -t image/png && notify-send "Screenshot Taken"
#

you need to install three things for it work btw

#

wl-clipboard grim slurp

#

and also

#

change your resolution

lyric pollen
#

How do install grim?

pallid marsh
#

mine is 1366x768

pallid marsh
#

install them all by pacman

lyric pollen
#

How do I change resolution?

pallid marsh
#

hmm wait u

#

p

#

whats your resolution?

lyric pollen
#

1600x900

pallid marsh
#

download this

lyric pollen
#

In the phone?

pallid marsh
#

naw on your pc

#

type

#

firefox

#

in kitty

lyric pollen
#

Finally.

#

Now it's show time.

pallid marsh
#

i hope you know basic hyprland keybinds

lyric pollen
#

I remember the ones from the dot files.

pallid marsh
#

bruh

#

anyways

#

download the file

#

cd Downloads/

#

cat append.file >> ~/.config/hypr/hyprland.conf

#

Super+K to pick a part of your screen
Super+H to screenshot the entire screen

#

it should also copy to your clipboard

lyric pollen
#

How do I paste?

pallid marsh
#

where?

lyric pollen
#

in the chat?

pallid marsh
#

CTRL+V

lyric pollen
#

Also how do I close stuff?

pallid marsh
#

in terminal it is CTRL+SHIFT+C

pallid marsh
lyric pollen
#

Ctrl v isnt working

pallid marsh
#

damn

#

does the screenshot tool work?

pallid marsh
lyric pollen
#

Just super + k right?

#

to paste ss?

pallid marsh
#

no

#

super k to select a part of the screen to screenshot

lyric pollen
#

no to take ss actually

#

how do i paste it?

pallid marsh
#

ctrl + v

lyric pollen
#

It isn't pasting

pallid marsh
#

hmm open kitty and type$ wl-paste

lyric pollen
#

Nothing happened

pallid marsh
#

hmm wait

#

hmm i think i need to change something

#

for now

lyric pollen
#

in the append file?

pallid marsh
#

you can upload files from using the + button in discord

pallid marsh
lyric pollen
#

So..now what?

pallid marsh
#

well uhh

#

install file manager

#

your bar

#

application launcher

#

wlogout

#

fastfetch

#

btop

#

hyprpaper and waypaper

#

you can also use swww instead of hyprpaper

#

start with getting started

#

then read the master tutorial

#

to get an idea

lyric pollen
#

It is not finding wlogout.

#

Mako or swaync?

#

m8?

#

I installed rofi, qt stuff, nwg, and other stuff.

lyric pollen
pallid marsh
pallid marsh
#

wait

#

install yay

lyric pollen
pallid marsh
lyric pollen
#

even with sudo

pallid marsh
#

what

#

only pacman needs root

#
pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si
#

do them step by step instead

lyric pollen
#

now it's working.

#

but it failed

#

Aight

#

it worked.

#

now what?

pallid marsh
#

so it worked?

#

you got yay maybe

#

$yay -S rofi-wayland wlogout

#

some tools are not on pacman

lyric pollen
#

+makedepends=("Meson" "git" "scdoc")

#

it aks for a tag

#

what do i do

pallid marsh
#

what

#

screenshot

#

screenshot in ~/Screenshots

#

directory

lyric pollen
#

there's none.

lyric pollen
pallid marsh
#

damn

lyric pollen
#

so now what

pallid marsh
#

ctrl+c

#

and try again

#

no diffs

#

no clean build

lyric pollen
#

remove make dependencies?

pallid marsh
#

y

lyric pollen
#

done.

#

now what?

lyric pollen
#

@pallid marsh

vagrant crag
#

GM

pallid marsh
#

you got rofi and wlogout

#

add them to your config

#

add the top

#

exec-once = rofi -show drun

vagrant crag
#

Wayland sucks.

pallid marsh
vagrant crag
pallid marsh
vagrant crag
pallid marsh
vagrant crag
pallid marsh
#

last time i saw my goat was when i was eating it

#

and the ballz were gone

vagrant crag
#

😔

#

Rip goat

pallid marsh
#

just like yours is gone now

vagrant crag
#

My goat created your goat. Goat+Goat=Goat

pallid marsh
#

Goat+Goat = 2Goat

pallid marsh
#

learn about binds

#

and add wlogout as a bind

lyric pollen
lyric pollen
#

should i use exec once?

pallid marsh
#

actually exec

pallid marsh
lyric pollen
#

rofi keeps saying failed to set locale

pallid marsh
#

yeah

#

its a pain

#

im eating rn

lyric pollen
#

How do i open the locale file?

#

And how do i enter the de?

pallid marsh
#

$grep -v ^# /etc/locale.gen

#

whats teh output?

lyric pollen
#

bn_BD UTF-8
en_US.UTF-8 UTF-8

pallid marsh
#

dude from bangladesh?

pallid marsh
#

brug wait i accidentally shutdown my computer

#

i tried to shutdown nested hyprland

pallid marsh
lyric pollen
pallid marsh
#

i cant when my pc just shutdown and i need to reopen all forums

lyric pollen
#

Okay.

pallid marsh
lyric pollen
#

I'll try fixing the ss's then.

pallid marsh
#

the ss one i got solution

lyric pollen
pallid marsh
fallen raptor
lyric pollen
pallid marsh
#

maybe just remove bn bd

#

its kinda useless

lyric pollen
#

but it isn't letting me open the config

pallid marsh
#

unless you want your pc to have bengali language

#

sudo nvim /etc/locale.gen

#

comment out

#

then

lyric pollen
#

and the ss?

pallid marsh
#

$sudo locale-gen

pallid marsh
#

imma give new binds

lyric pollen
#

rofi is up.

#

now I need to configure it.

pallid marsh
#

does rofi show icons?

#

wait you dont have any icon theme

lyric pollen
pallid marsh
#

well then you can configure icons later

lyric pollen
#

w8 should i enter de now?

pallid marsh
#

what

#
## SCREENSHOT UTILITY ##

# Screenshot full screen and copy to clipboard
bind = $mainMod SHIFT, H, exec, grim -g "0,0 1366x768" - | wl-copy -t image/png && notify-send "Screenshot Taken" "Copied to clipboard"
# Screenshot full screen and save to ~/Screenshots
bind = $mainMod, H, exec, grim -g "0,0 1366x768" $HOME/Screenshots/$(date +'%s_grim.png') && notify-send "Screenshot Taken" "Copied to Screenshots folder"
# Screenshot a selected area and copy to clipboard
bind = $mainMod SHIFT, K, exec, grim -g "$(slurp)" - | wl-copy -t image/png && notify-send "Screenshot Taken" "Copied to clipboard" 
# Screenshot a selected area and save to ~/Screenshots
bind = $mainMod, K, exec, grim -g "$(slurp)" $HOME/Screenshots/$(date +'%s_grim.png') && notify-send "Screenshot Taken" "Copied to Screenshots folder"
#

delete the old stuff i told you to append

#

and replace them

#

oh you need to configure neovim for that

#

first delete the screenshot bind that i gave you before from your config

pallid marsh
#

$cd Downloads/

worldly spokeBOT
#

Command restricted to admins (Discord permissions: administrator). Use $restrict to allow specific roles.

pallid marsh
pallid marsh
fallen raptor
#

Don't u have a file explorer you can use IN the terminal?

pallid marsh
#

$cat append.file >> file

fallen raptor
#

Like VIM and Nano

pallid marsh
fallen raptor
#

Just using them as an example

fallen raptor
pallid marsh
#

vim is a text editor

#

there is also nnn

fallen raptor
#

Cuz there are text editors outside the terminal ofc

lyric pollen
#

still doesn't work

fallen raptor
lyric pollen
#

but swaync is working

pallid marsh
#

hmm great i think i might have even more problem

lyric pollen
pallid marsh
#

bruh my screenshot bind is opening hyprland

#

what an ass tool

#

here is my hyprland

#

even bigger

lyric pollen
#

So, should we deal with it later?

pallid marsh
#

screenshot?

lyric pollen
#

yeah?

pallid marsh
#

did you try the one i gave you?

lyric pollen
#

yeah

pallid marsh
#

does it not work?

lyric pollen
#

still doesn't work.

pallid marsh
#

grim -g - | wl-copy -t image/png && notify-send "Screenshot Taken" "Copied to clipboard"

#

try this one

#

in your terminal first

lyric pollen
#

i did

pallid marsh
#

what happens

lyric pollen
#

invalid geometry

pallid marsh
#

grim - | wl-copy -t image/png && notify-send "Screenshot Taken" "Copied to clipboard"

#

this one should work

#

mf grim

lyric pollen
#

works

#

ngl the pc looks peak right now.

pallid marsh
#

i hope this time its all good

#

remove the old screenshot tool

#

and use this one

#

cd Downloads/

#

cat append.file >> ~/.config/hypr/hyprland.conf

lyric pollen
#

doesn't work

pallid marsh
#

what happens?

lyric pollen
#

a blur

#

then a low blur

#

then nothing

pallid marsh
#

can you show me that part of your config

lyric pollen
#

anyway how do u take full ss pic?

pallid marsh
#

super shift h for clipboard super h for ~/Screenshots

pallid marsh
lyric pollen
pallid marsh
#

a blur means slurp is working

lyric pollen
#

full pic works

#

so super shift works perfectly

pallid marsh
lyric pollen
pallid marsh
#

super k should also work

#

your cursor probably isnt showing

#

try dragging a part

lyric pollen
#

dragging is working

pallid marsh
lyric pollen
#

but it gives no output

pallid marsh
#

you need to change your resolution

pallid marsh
lyric pollen
#

where?

pallid marsh
#

super shift k

lyric pollen
pallid marsh
pallid marsh
#

from second one change resolution to 1600x900

pallid marsh
#

then it outputs for me

lyric pollen
#

wait
is it not working because there is no HOME\Screenshots

pallid marsh
#

oh

#

i never thought

#

create one

#

mkdir ~/Screenshots

lyric pollen
#

so now it's taking them.

#

but not taking them to the clipboard.

#

Well, as long as it works.......

pallid marsh
#

shift puts it to clipboard

#

without shift it goes to screenshots

#

i unfortunately couldnt do both

lyric pollen
lyric pollen
#

I'll have to figure it out later.

pallid marsh
#

grim and slurp are very barebones

#

hyprshot is a great one

#

grimblast is another

#

swaapy i think is also another

#

flameshot is shit but works

lyric pollen
#

I'll try out wappy.

pallid marsh
#

i am just lazy ass

lyric pollen
#

Anyway i'll continue tomorrow

#

thanks man

pallid marsh
#

if you wanna record or stream then you need to tweak some things

lyric pollen
#

you were a big help

pallid marsh
#

thanks for thanking me

lyric pollen
pallid marsh
lyric pollen
#

Okay.

pallid marsh
#

human meat

cerulean vine
#

How do I change all my gpu drivers from Nvidia to amd?

#

Do I just remove the old nvidias and install amd?

pallid marsh
#

what

#

i think you remove nvidia

#

shut down

#

change nvidia gpu

#

hop in amd gpu

#

turn on

cerulean vine
#

Pretty sure remove korar por kono display dibe na

#

Might need to do it from tty

pallid marsh
#

i still got questions on wdym by install amd

cerulean vine
#

I had a nvida gpu

#

With nvida drivers

#

Now I wanna switch to an amd gpu

#

Obv nvidia drivers ain't gonna work with amd right

pallid marsh
#

amd doesnt require proprietary drivers though unless you got some weird ass feature that you love

cerulean vine
pallid marsh
#

how did you not know it?

#

i thought bro was the nerd here

cerulean vine
pallid marsh
#

well thats nvidia for ya

cerulean vine
#

Never switched drivers so I'm clueless here

cerulean vine
#

Tai ar ki

#

Amd te erkm pera hoar kotha na

pallid marsh
#

nvidia te mkinitcpio te module add kora lage ar aro problem

#

but initially nouveau diye ogula kora lage na

cerulean vine
#

Nouveau te game khele performance paoa jai na

pallid marsh
#

tai nvidia teo run korbe just driver ta bhalo na

cerulean vine
#

Stutterring and fps bad dei

#

Proprietory tai use korte hoise

pallid marsh
#

nvidia open astese nvk ar aro ja ase

#

nvidia open already onek jaigai usable

cerulean vine
cerulean vine
pallid marsh
cerulean vine
#

Gt710 er jonno je driver silo eitai onk

pallid marsh