neovoidtk 2022-08-01 15:33:03
goto dnfs github and follow the instruction for installation
Shah_baaz2 2022-08-01 15:33:37
Github is locked on org vpn
Jamerive 2022-08-01 17:22:01
Shah_baaz2 2022-08-01 15:31:05
Dnf cmd not found
Dnf does not exist but dnf does. Remember that linux shell are sensitive case!:P
raytracer9 2022-08-01 20:42:46
blog.edfloreshz.dev
Exploring System76’s New Rust Based Desktop Environment
https://t.co/ZJgsC31CEX
Exploring System76’s New Rust Based Desktop Environment
https://t.co/ZJgsC31CEX
Exploring System76’s New Rust Based Desktop Environment – blog.edfloreshz.dev
This article intends to shine a light at the development of a new desktop environment for the Pop!_OS operating system.
This article intends to shine a light at the development of a new desktop environment for the Pop!_OS operating system.
π»ππππ πΉπππ π. 2022-08-01 20:44:14
raytracer9 2022-08-01 20:42:46
blog.edfloreshz.dev
Exploring System76’s New Rust Based Desktop Environment
https://t.co/ZJgsC31CEX
Exploring System76’s New Rust Based Desktop Environment
https://t.co/ZJgsC31CEX
looks nice
raytracer9 2022-08-01 22:01:04
https://www.omglinux.com/lenovos-new-amd-thinkpads-only-boot-windows-by-default/
Lenovo’s Latest ThinkPad Only Boots Windows – OMG! Linux
Lenovo’s latest batch of AMD Thinkpad laptops are unable to boot anything but the Windows operating system by default. That’s according to well-regarded
Lenovo’s latest batch of AMD Thinkpad laptops are unable to boot anything but the Windows operating system by default. That’s according to well-regarded
Mike_Went 2022-08-01 22:06:05
raytracer9 2022-08-01 22:01:04
https://www.omglinux.com/lenovos-new-amd-thinkpads-only-boot-windows-by-default/
*by default
Mike_Went 2022-08-01 22:06:22
clickbait titles.
marcotrosi 2022-08-01 23:48:27
https://github.com/charmbracelet/gum
GitHub – charmbracelet/gum: A tool for glamorous shell scripts π – GitHub
A tool for glamorous shell scripts π. Contribute to charmbracelet/gum development by creating an account on GitHub.
A tool for glamorous shell scripts π. Contribute to charmbracelet/gum development by creating an account on GitHub.
marcotrosi 2022-08-01 23:49:38
https://github.com/wtetsu/gaze
GitHub – wtetsu/gaze: ποΈExecutes commands for you – GitHub
ποΈExecutes commands for you. Contribute to wtetsu/gaze development by creating an account on GitHub.
ποΈExecutes commands for you. Contribute to wtetsu/gaze development by creating an account on GitHub.
n0madcoder 2022-08-01 23:54:17
Mike_Went 2022-08-01 22:06:05
*by default
Still didn’t get from that post if it’s possible or not at all
Mike_Went 2022-08-01 23:54:58
n0madcoder 2022-08-01 23:54:17
Still didn’t get from that post if it’s possible or not at all
1. go to bios
2. tick some checkboxes.
3. done.
n0madcoder 2022-08-01 23:55:21
Mike_Went 2022-08-01 23:54:58
1. go to bios
2. tick some checkboxes.
3. done.
2. tick some checkboxes.
3. done.
Oh, as always then ((:
Mike_Went 2022-08-01 23:55:26
n0madcoder 2022-08-01 23:55:21
Oh, as always then ((:
YES
raytracer9 2022-08-02 04:53:12
n0madcoder 2022-08-01 23:54:17
Still didn’t get from that post if it’s possible or not at all
It’s possible
smol_mazunki 2022-08-02 09:11:54
what’s the difference between $SHELL and $0
smol_mazunki 2022-08-02 09:12:12
i know $0 is just the program name, from the command it was ran with
smol_mazunki 2022-08-02 09:12:18
but why $SHELL then
marcotrosi 2022-08-02 09:12:46

marcotrosi 2022-08-02 09:13:06
dont ask me why
Ceda EI 2022-08-02 09:18:00
marcotrosi 2022-08-02 09:12:46
/bin/bash is a symlink to /usr/local/bin/bash
marcotrosi 2022-08-02 09:18:43
thx @ceda_ei , @smol_mazunki there you have your answer
smol_mazunki 2022-08-02 10:36:59
Ceda EI 2022-08-02 09:18:00
/bin/bash is a symlink to /usr/local/bin/bash
huh, that’s certainly an interesting behaviour
smol_mazunki 2022-08-02 10:37:14
is it common for mac’s pkg manager to use /usr/local?
marcotrosi 2022-08-02 10:38:08
smol_mazunki 2022-08-02 10:37:14
is it common for mac’s pkg manager to use /usr/local?
it’s homebrew
Ceda EI 2022-08-02 10:41:42
smol_mazunki 2022-08-02 10:36:59
huh, that’s certainly an interesting behaviour
also, $0 won’t always be the complete path
Ceda EI 2022-08-02 10:45:10

same file, lots of different values of $0
Shah_baaz2 2022-08-02 11:14:32
Where is the tmp directory of a normal user
Shah_baaz2 2022-08-02 11:15:49
A non root user temp directory, where a normal user can have rwx permission, But data should not get deleted after reboot
marcotrosi 2022-08-02 11:16:20
Shah_baaz2 2022-08-02 11:15:49
A non root user temp directory, where a normal user can have rwx permission, But data should not get deleted after reboot
if you want to make sure your tmp data is safe then probably in your home directory
Shah_baaz2 2022-08-02 11:17:05
IN THIS DIRECTORY ?
/home/$USER
marcotrosi 2022-08-02 11:19:07
Shah_baaz2 2022-08-02 11:17:05
IN THIS DIRECTORY ?
/home/$USER
marcotrosi 2022-08-02 11:19:22
on Linux it’s a bit different
marcotrosi 2022-08-02 11:19:31
but there is a HOME variable too
Shah_baaz2 2022-08-02 11:20:22

There is no tmp directory:(