Recent Posts

Pages: [1] 2 3 ... 10
1
General / [Multiple Package Requests]-1
« Last post by unbalancedskunk on Sat May 27 08:18:31 2023 »
doas --> sudo alternative(essential)
php-zip
heimdall --> Samsung S Flash app(essential)
podman --> docker alternative(optional)
distrobox --> easier container based on docker(optional)
surf --> Suckless's web browser(Essential)
cpu-x --> Hardware Informer (Essential)
gnome-boxes --> Easy to use virtual machine(Included by Flatpak so optional)
restic --> althought easily compile-able
timeshift
tomb --> cli encryption(althought easily compile-able)
droidcam --> Use your phone's camera as webcam (Essential)
Games(Optional)

0ad (Strategy Game)
Boswars (Strategy Game)
sudoku

There are all the software that Nutyx additionally needs.
2
Beginners / Gaming on NuTyX
« Last post by unbalancedskunk on Thu May 25 06:36:14 2023 »
Note: NuTyX is not multilib, we need flatpak for gaming. You can play chess etc. without Flatpak.

Install Flatpak
Code: [Select]
sudo cards install flatpak
Install Steam
Code: [Select]
flatpak install flathub com.valvesoftware.Steam
and/or

Install Heroic Games Launcher
Code: [Select]
flatpak install flathub com.heroicgameslauncher.hgl
Encountered problem on newer protons?
Code: [Select]
sudo chmod 777 /usr/bin/bwrap is a simple solution.

Additional Tools
Code: [Select]
flatpak install flathub org.phoenicis.playonlinux -->PlayonLinux
Code: [Select]
flatpak install flathub net.lutris.Lutris --> Lutris
Code: [Select]
flatpak install flathub net.davidotek.pupgui2 --> ProtonUp-QT
Code: [Select]
flatpak install flathub com.usebottles.bottles --> Good Wine Alternative?

I am Dengesiz Kokarca Uğurcan!
3
Beginners / Creating new runit service
« Last post by unbalancedskunk on Tue May 23 11:16:11 2023 »
Note: if creating folder for only one of them and it works you dont have to create for both.

First create a folder both at /lib/init/services/ and /etc/init/multi/
folder name should be service name

Example
Code: [Select]
cd /lib/init/services/
sudo mkdir service_name_as_folder
cd service_name_as_folder
nano run
copy paste below
]#!/bin/sh
[ -e /run/dbus/system_bus_socket ] || exit 1
exec /usr/bin/service_name

then inside these folder you have created, you need to create a file named as run.

later put the code inside a file named as run. The code you need to put is at below.

example for dockerd;

Code: [Select]
#!/bin/sh
[ -e /run/dbus/system_bus_socket ] || exit 1
exec /usr/bin/dockerd

Renember you can change this part of script
Code: [Select]
/usr/bin/dockerd like ---> /usr/bin/new_init_service
run
Code: [Select]
sv up folder_name_you_have_created to enable this service and well done.



I am Dengesiz Kokarca!

4
General / Re: [Package Request] UFW
« Last post by Thierry on Sat May 20 12:54:48 2023 »
Hello and welcome to the forums

Why the hell we need  python as a dep for setting up a firewall. Thinks twice.

BR,
Thierry
5
General / [Package Request] UFW
« Last post by unbalancedskunk on Sat May 20 12:46:46 2023 »
I love ufw(uncomplicated firewall) and use it on linux distros. Please if you can add it, just do it. Thank you.
6
General / Re: KDE weather widget
« Last post by spiky on Tue May 16 19:39:29 2023 »
Just tried it here as well it works in my location.
7
General / Re: KDE weather widget
« Last post by Thierry on Sun May 14 17:42:38 2023 »
I can't reproduced the bug, works fine here on a new install
8
General / Re: KDE weather widget
« Last post by Thierry on Sat May 13 14:40:45 2023 »
Welcome to the NuTyX forums

I Will have a look and come back to you
9
General / KDE weather widget
« Last post by PrimeSuspect on Sat May 13 07:06:18 2023 »
I note that with 23.05 the KDE weather widget 2 plasmoid is not functional. Before it was just a matter of installing qtxmlpatterns to get it working but this no longer works. Is there any other option?
10
Hardware / Re: Installing Printer
« Last post by willaim22 on Tue May 02 10:12:55 2023 »
Code: [Select]
get hplip
reboot
http://localhost:631
add a printer

I'm working today on fixing the broken hp Print Manager package, hope I can make it working again for tomorrow.
Simply plug the http://makeatea.com/green-tea-caffeine/ cable from your printer into an available USB port on your PC, and turn the printer on. On the taskbar, select the Search icon, type Printers in the search bar, and then select Printers & scanners from the search results to open the Printers & scanners system setting.
Pages: [1] 2 3 ... 10