How to fix this?

|
thecatvoid 2022-07-21 21:04:55
princegaut 2022-07-21 20:51:23
is there any other program launcher better than rofi?

dmenu

princegaut 2022-07-21 21:05:37
other than dmenu?
smol_mazunki 2022-07-21 21:58:40
princegaut 2022-07-21 20:51:23
is there any other program launcher better than rofi?

wofi

Faheemuddin 2022-07-21 22:33:34
Anyone willing to support me with Puppet?
testpil0t 2022-07-21 22:34:14
Faheemuddin 2022-07-21 22:33:34
Anyone willing to support me with Puppet?

Dont ask to ask, just ask

Faheemuddin 2022-07-21 22:35:19
I am still learning. Have to get some support to create scripts
testpil0t 2022-07-21 22:35:44
I’m happy to help here in the channel, if you have concrete questions.
Faheemuddin 2022-07-21 22:36:11
testpil0t 2022-07-21 22:35:44
I’m happy to help here in the channel, if you have concrete questions.

Thanks….

Faheemuddin 2022-07-21 22:36:44
I want to automate a process where it should clean the old unused kernels and cache files
testpil0t 2022-07-21 22:38:14
You can either do that with a exec resource (which I’d try to avoid) or you check what puppet forge has to offer
testpil0t 2022-07-21 22:38:30
I manage such stuff with the unattended upgrades module/package.
Faheemuddin 2022-07-21 22:38:45
I have seen unattended upgrade in th epuppet
testpil0t 2022-07-21 22:39:05
For cleaning folders/directories (caches etc..) you can check out the tidy resource
Faheemuddin 2022-07-21 22:40:24
I have to use apt clean and autoremove commands to work on this
testpil0t 2022-07-21 22:41:01
Yup. Do this with some exec
testpil0t 2022-07-21 22:41:33
exec { ‘clean_packages’
command => ‘apt-get….’
}
testpil0t 2022-07-21 22:41:47
If you want to do it proper, find good conditions in onlyif
testpil0t 2022-07-21 22:42:21
so it only actually cleans, if there is stuff that needs to be cleaned
Faheemuddin 2022-07-21 22:50:15
testpil0t 2022-07-21 22:41:33
exec { ‘clean_packages’
command => ‘apt-get….’
}

i did this test in my testing machine already and it worked

Faheemuddin 2022-07-21 22:51:04
But i want to know how would i place in puppet master where unattended upgrade is present
testpil0t 2022-07-21 22:53:00
How you mean? Your puppet master most likely is a agent to itself, right?
testpil0t 2022-07-21 22:53:42
Nodes that check-in to it get served with stuff from /etc/puppetlabs/code/environments/
testpil0t 2022-07-21 22:54:13
Check out control repo: https://github.com/puppetlabs/control-repo

GitHub – puppetlabs/control-repo: A control repository templateGitHub
A control repository template. Contribute to puppetlabs/control-repo development by creating an account on GitHub.
Pink_Orca 2022-07-22 01:21:15
سلام دوستان
رزولوشن لپتاپم 1366 × 768 هستش
سیستم عامل دبیان ۱۱
سایر مشخصات هم نیاز بود بپرسین

چرا توی ویندوز ۷ که روی virtualbox نصب کردم به طور خودکار رزولوشن صفحه تشخیص داده نمیشه و تو سایز های دیفالت هم چیزی نداره که وقتی فول اسکرین میکنم تمام صفحه رو پوشش بده؟
تو qemu kvm این مشکل رو نداشتم
ولی اینجا چرا

راهی هست که بشه دستی تنظیمش کرد از ویندوز؟
تو تنظیمات virtualbox حداکثر سایز اسکرین رو ست کردم(با hint)

David Emartisyan 2022-07-22 04:20:59
linux_group-1385674.jpg

David Emartisyan 2022-07-22 04:21:00
linux_group-1385675.jpg
Hello. ✋ I installed Linux Mint Cinnamon (Una)for the first time and I chose to do an overwriting of a already preinstalled Debian Gnu Linux completely on one drive only. I didn’t do the partitioning.

Then at booting I got the error of something like “Debian GNU Linux not detected, bla bla” and this.

Then I decided to do a reinstall of Linux Mint and I did the steps the same, however I ve seen that instead of Debian GNU Linux, Linux Mint Una was already installed.

How to fix this?

P.S. The laptop is for my mum, if you know anything about how to bypass Windows 10 S install only from the app policy – I d be glad, because she s elder, she used only Windows. I want to make it comfortable for her to use. If nothing, I will have to switch to Windows 7 or Windows 10 basic home.

But right now this error bugs me. The boot order after installation is from the Operating System. It is the HP Bios.
Thanks and best regards

ryder_099 2022-07-22 04:42:03
Try cleaning out the EFI from within the live environment, or check your boot priority. For some reason you’re booting into the old grub that points to non-existent files.
David Emartisyan 2022-07-22 05:17:25
ryder_099 2022-07-22 04:42:03
Try cleaning out the EFI from within the live environment, or check your boot priority. For some reason you’re booting into the old grub that points to non-existent files.

Sudo su, root@mint# cd /boot/Efi/EFI. …No such file

David Emartisyan 2022-07-22 05:18:38
What is worse, they ve said that I would get a non-Operational system and I ve got Debian installed.
David Emartisyan 2022-07-22 05:20:49
linux_group-1385682.jpg

David Emartisyan 2022-07-22 05:20:49
linux_group-1385681.jpg

David Emartisyan 2022-07-22 05:21:19
I shouldn’t delete GRUB, but just vmlinuz.old? Logically?
David Emartisyan 2022-07-22 05:24:08
linux_group-1385684.jpg
Or something here? Or to install Windows and delete GRUB?
David Emartisyan 2022-07-22 05:26:11
linux_group-1385686.jpg
Or to delete EFI from CD ROM?
David Emartisyan 2022-07-22 05:26:11
linux_group-1385685.jpg

|