---> Applications started through ssh alone cannot be detached.
Maybe this technique will work ?
https://superuser.com/questions/1293298/how-to-detach-ssh-session-without-killing-a-running-process
On Mon, Apr 28, 2025 at 1:29 PM Loïc Grenié wrote:
> On Mon 28 apr, 2025, at 13:03,
This seems to be an interesting alternative to compare to xpra also because
it works even on FreeBSD (the OS that I use everyday) :
https://winswitch.org/dev/
On Mon, Apr 28, 2025 at 11:57 AM Nicolas George wrote:
> Mario Marietto (HE12025-04-28):
> > Usually I check after that someon
Usually I check after that someone gave me some general idea. This helps me
to delimiter a perimeter of knowledge. Some alternatives could be also
useful :
https://alternativeto.net/software/xpra/
On Mon, Apr 28, 2025 at 11:42 AM Nicolas George wrote:
> Mario Marietto (HE12025-04-28):
&g
I think i can detach an application with ssh and a proper parameter. I dont
understand what performs better. And whats better for my InterCube Os idea.
Ssh or xpra or x2go.
Il lun 28 apr 2025, 11:29 Nicolas George ha scritto:
> Mario Marietto (HE12025-04-28):
> > whats the advantage
whats the advantage of using xpra over this command : ssh mark "DISPLAY=:0
nohup firefox"
Il lun 28 apr 2025, 10:56 Nicolas George ha scritto:
> Mario Marietto (HE12025-04-28):
> > What about wayland ?
>
> This ugly nightmare breaks window managers that were not re-writ
What about wayland ? can it attach and detach indivudual remote
applications ?
Il lun 28 apr 2025, 10:07 Nicolas George ha scritto:
> Hi.
>
> Anssi Saari (HE12025-04-27):
> > x2go isn't limited to full desktop, one can set it up to run one app or
> > what it calls "published apps" which basicall
igh-bandwidth low-latency like between host and VM, you
>just get the drawbacks of having a virtual X11 server sending bitmaps of
>its windows.
I didn't understand well what you meant.
On Fri, Apr 25, 2025 at 4:33 PM Nicolas George wrote:
> Mario Marietto (HE12025-04-25):
>
->Thanks. But a full desktop is definitely what I do not want. This is the
great thing about Xpra: like the good old remote X11, but fast and
detachable.
Exactly. A whole new Linux distro can be made following your approach. The
distro that I have had in mind since ages. A Linux distro that acts a
Hello.
I'm using Ubuntu 24.04 right now,but what I'm trying to do is to virtualize
Debian 12 as a vm using qemu + kvm + virt-manager and I want to passthru my
gpu from Ubuntu to Debian. And infact this is what I did. Debian is running
now,but I'm facing a problem with the nvidia driver. This is ho
You can try this tool :
https://github.com/winegui/WineGUI
On Sun, Jun 30, 2024 at 1:58 PM Richard wrote:
> Depends on what you are trying to do. But in my experience, if you don't
> need to do some heavy work to maybe get something to work, take a look at
> Bottles [1]. It's kinda a GUI for W
as I
said,I've installed the missing i386 package as well as a lot of others
one.
On Sun, Jun 16, 2024 at 10:51 PM Jeffrey Walton wrote:
> On Sun, Jun 16, 2024 at 12:48 PM Mario Marietto
> wrote:
> >
> > Hello to everyone.
> >
> > I'm trying to compile wi
Errata corrige :
that's not the correct package. The package I need is for i386.
On Sun, Jun 16, 2024 at 4:43 PM Mario Marietto
wrote:
> I've found the required package here :
>
>
> https://snapshot.debian.org/archive/debian/20220531T025502Z/pool/main/l/llvm-toolcha
that "libllvm12 package is breaking Steam". Maybe this is the
reason why it has been removed ? Anyway,if I don't install this package,the
script will not finish.
On Sun, Jun 16, 2024 at 4:26 PM David Wright
wrote:
> On Sun 16 Jun 2024 at 15:41:59 (+0200), Mario Marietto wrote:
>
Hello to everyone.
I'm trying to compile wine-tkg from this repo :
https://github.com/Frogging-Family/wine-tkg-git
This is what I did,according with the short tutorial :
root@debian-now:/home/marietto/Scaricati/wine-tkg-git/wine-tkg-git#
./non-makepkg-build.sh
=> Installing package: libllvm12:
e, May 14, 2024 at 1:16 PM Greg Wooledge wrote:
> On Tue, May 14, 2024 at 01:10:05PM +0200, Mario Marietto wrote:
> > Your answer does not help me to understand how to use a "structured
> > programming / if , while, for, functions" for the specific task that I
> want
> > to achieve.
>
> What task is that?
>
>
--
Mario.
stand why and how I can use
it. Your answer puts the finger on the spot and isn't helpful, also because
it says things that I already knew.
On Tue, May 14, 2024 at 1:03 PM Greg Wooledge wrote:
> On Tue, May 14, 2024 at 08:09:18AM +0200, Mario Marietto wrote:
> > Nobody can show a
ent in *Bash*?!
>
> * Mario Marietto [24-05/13=Mo 13:37 +0200]:
> > function jumpto
> > {
> > label=$1
> > cmd=$(sed -n "/$label:/{:a;n;p;ba};" $0 | grep -v ':$')
> > eval "$cmd"
> > exit
>
yeah at the beginning i used xorg + xfce but then i realized that i did not
need them,so the context became the textual mode.
Il lun 13 mag 2024, 21:52 David Wright ha
scritto:
> On Mon 13 May 2024 at 21:18:30 (+0200), Mario Marietto wrote:
> > On Mon, May 13, 2024 at 9:05 PM Greg
---> The context has been snipped out
nope. Read well what I said on my first post :
*[Forgot to say that I switched boot target to text with this command :*
*sudo systemctl set-default multi-user.target]*
What does this mean for you ? The context is that I was not using any
desktop manage
I think I have found my way,adding this line to /etc/sudoers :
marietto ALL=(ALL) NOPASSWD: /usr/bin/iptables
and on the warp script :
sudo /usr/bin/iptables -A POSTROUTING -t nat -s 192.168.1.5 -j MASQUERADE
On Mon, May 13, 2024 at 3:20 PM wrote:
> On Mon, May 13, 2024 at 09:17:31AM -0400, G
I don't have those typos in the code. The typo has been to copy the content
of the script by hand on the email message.
On Mon, May 13, 2024 at 6:30 PM Will Mengarini wrote:
> Nobody has yet applauded this glorious implementation
> of the 1960s GOTO statement in *Bash*?!
>
>
[image: Istantanea_2024-05-13_17-37-39.png]
Can someone explain to me why user "marietto" can't execute the command
iptables as root,without password ? thanks.
[image: Istantanea_2024-05-13_17-40-21.png]
On Mon, May 13, 2024 at 5:19 PM Mario Marietto
wrote:
> There is sti
There is still a problem. If I login automatically as user and inside the
script I do this :
sudo iptables -A POSTROUTING -t nat -s 192.168.1.5 -j MASQUERADE
it asks me for the password (don't know why it didn't before) but I can't
issue a password,because the script inside the vm should work aut
it reminded me of my
old good times when I was a good basic and turbo pascal programmer.
On Mon, May 13, 2024 at 3:24 PM Nicolas George wrote:
> Mario Marietto (12024-05-13):
> > The command iptables -A POSTROUTING -t nat -s 192.168.1.5 -j MASQUERADE
> > doesn't work if invoke
The command iptables -A POSTROUTING -t nat -s 192.168.1.5 -j MASQUERADE
doesn't work if invoked as a user,it says "you must be root". So,as
user,the script seems to be working fine like this :
function jumpto
{
label=$1
cmd=$(sed -n "/$label:/{:a;n;p;ba};" $0 | grep -v ':$')
--> If they only want this thing to happen when root logs in directly on a
console or ssh, then .profile may indeed be the correct answer.
Yes,I don't need to run xorg and a desktop environment,since warp-cli
disconnect and warp-cli connect do not require them.
I wouldn't to login as root automati
executing the script from the .profile of root - that
> means if "log in as root" actually means root, not just sudo'ing. .profile
> will always be read as soon as the user logs in, no matter how. Through a
> terminal, a GUI, doesn't matter. No idea if doing this through s
Hello to everyone.
I'm using Debian 12. I'm configuring a little Debian 12 vm with qemu that I
will use to forward the cloudflare connection to FreeBD.
What I want to do is to run the script below as soon as root has logged in.
I've configured the automatic login of root adding to this service fi
Hello to everyone.
I've just installed Debian 12 (netinstall version with ssh server + web
server) as guest os on top of Windows 11 using qemu + whpx. These are the
parameters that I've used :
I:\OS\vms\qemu\qemu-system-x86_64.exe -machine q35 -accel whpx -cpu
kvm64,hv_relaxed,hv_time,hv_synic -
Hello to everyone.
I'm using Devuan 5 for arm32 on my ARM chromebook and I've just tried to
update the system,but I failed.
This is the sources.list file that I'm using :
deb http://pkg.bunsenlabs.org/debian beryllium main
deb http://deb.devuan.org/merged daedalus main
deb http://deb.d
/sys/net/ipv4/conf/mlan0/forwarding
echo 1 >/proc/sys/net/ipv4/conf/mlan0/proxy_arp /usr/sbin/arp -i mlan0 -Ds
Thanks anyway.
On Sun, Nov 19, 2023 at 10:56 PM Mario Marietto
wrote:
> Errata corrige :
>
> nano debian.cfg :
>
> kernel = '/Dati/xen/kernels/zImage-6.1.61-
oute-*local*' ]
extra = 'console=hvc0 root=/dev/xvda rw init=/sbin/init
xen-fbfront.video=24,1024,768'
On Sun, Nov 19, 2023 at 10:54 PM Mario Marietto
wrote:
> Hello.
>
> I'm trying to configure Debian 12 / DomU on my (Arm32) Chromebook because
> I want to use the In
Hello.
I'm trying to configure Debian 12 / DomU on my (Arm32) Chromebook because I
want to use the Internet and I want its IP address to be seen from
"outside" of my LAN.
This is the tutorial that I'm following :
https://github.com/mobile-virt/u-boot-chromebook-xe303c12/tree/chromebook/xen#star
Any suggestions to fix it ? thanks.
On Sat, Sep 2, 2023 at 5:10 AM Max Nikulin wrote:
> On 02/09/2023 04:15, Mario Marietto wrote:
> > I've got a crazy idea : I see that Ubuntu has a 5.4 kernel source and
> > header package. Is there a method or tool to convert these packages
Andrew M.A. Cater
wrote:
> On Fri, Sep 01, 2023 at 01:16:31PM +0200, Mario Marietto wrote:
> > Hello to everyone.
> >
> > I've just installed Debian Buster on my ARM Chromebook,using this image :
> >
> > https://github.com/hexdump0815/imagebuilder/releases?pa
Hello to everyone.
I've just installed Debian Buster on my ARM Chromebook,using this image :
https://github.com/hexdump0815/imagebuilder/releases?page=12
He says that the image is based on the kernel 5.4 and it is. Infact the
default running kernel is 5.4.14. But for the project that I'm working
ad thing?
>A: Top-posting.
>Q: What is the most annoying thing in e-mail?
>
> On 30 Aug 2023 10:50, Mario Marietto wrote:
> > Not a useful suggestion for me. I'm not a coder,such as I'm not a pro
> > system admin : this is only a hobby for me. I try to do the
4:45 AM zithro wrote:
> On 29 Aug 2023 23:48, Mario Marietto wrote:
>
> > I'm running Debian bookworm [...]
>
> No you're not.
>
> You're running a MODIFIED Debian version with a (rather old) MODIFIED
> kernel :
>
> > $ uname -r
> > 5.4.2
Hello.
I'm running Debian bookworm on my ARM Chromebook,model "xe303c12" and I've
recompiled the kernel (5.4) to enable KVM,so now my system sounds like this
:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux 12 (bookworm)
Release:12
Anyway,I found it relevant that I have the error with the wi-fi driver in
debian,but not with devuan.
On Mon, Aug 28, 2023 at 9:19 PM Mario Marietto
wrote:
> Yes.thanks. I've already asked there. The author is busy with different
> projects,so I tried to look for some help fro
8.08.23, 18:44, zithro wrote:
> >> On 27 Aug 2023 12:09, Mario Marietto wrote:
> >>> $ uname -a
> >>> Linux chromarietto 5.4.244-stb-cbe
> >>> #8 SMP PREEMPT Sat Aug 19 22:19:32 UTC 2023 armv7l GNU/Linux
> >>
> >> Is it normal to get this
7;t want to use
kvm ; you can even use 6.x. The image that I've used there is the 6.x
onboard,but I have recompiled 5.4.
On Mon, Aug 28, 2023 at 7:10 PM Christian Britz wrote:
> On 28.08.23, 18:44, zithro wrote:
> > On 27 Aug 2023 12:09, Mario Marietto wrote:
> >> $ uname
Hello.
I'm playing with my old ARM Chromebook,model xe303c12. I've recompiled the
kernel to enable KVM,such as qemu 5.1 and libvirt from source code because
I want to virtualize FreeBSD 13.2 arm 32 bit. As default OS I've installed
Debian 12. So now my system sounds like this :
$ lsb_release -a
N
Hello.
I'm running Debian bookworm on my ARM Chromebook,model "xe303c12" and I've
recompiled the kernel to enable KVM,so now my system sounds like this :
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux 12 (bookworm)
Release:12
Codena
So,surely go with virtualbox or vmware workstation.
On Sun, Aug 27, 2023 at 1:20 AM Carl Fink wrote:
>
> On 8/26/23 16:01, Mario Marietto wrote:
> > If you want a powerful tool,you should spend some of your time on it.
> > If you want to use something easier,you will lose some
to get QEMU/KVM set up. Is it easier now?
> On 8/26/23 14:53, Mario Marietto wrote:
>
> For sure you can't miss qemu + kvm,they are the most powerful tools for
> virtualization. With qemu and kvm you can pass through to the guest OS even
> your gpu. With virtualbox or vmware you
For sure you can't miss qemu + kvm,they are the most powerful tools for
virtualization. With qemu and kvm you can pass through to the guest OS even
your gpu. With virtualbox or vmware you can't.
On Sat, Aug 26, 2023 at 8:40 PM James Bloom wrote:
> Carl:
>
> I use VirtualBox on Debian 12, and I r
enable X forwarding on the remote pc and install lxde and then,from your
pc,run :
ssh -Y ip remote lxpanel
Il lun 3 lug 2023, 01:50 Jeffrey Walton ha scritto:
> On Sun, Jul 2, 2023 at 6:56 PM hobie of RMN
> wrote:
> >
> > I need the best way currently available to operate my brother's computer
at 2:59 AM Dan Ritter wrote:
> Mario Marietto wrote:
> > Hello.
> >
> > Please give a look here :
> >
> >
> https://forum.xda-developers.com/t/kernel-mainlining-manta-kernel.4461617/
> >
> > it does not seem that it has been abandoned...it seems that
Hello.
Please give a look here :
https://forum.xda-developers.com/t/kernel-mainlining-manta-kernel.4461617/
it does not seem that it has been abandoned...it seems that there have been
good progress.
On Wed, Jun 28, 2023 at 1:23 AM Dan Ritter wrote:
> Mario Marietto wrote:
> &
Hello.
Excuse me for the lack of knowledge,but with the code stored on the github
below :
https://github.com/alexmrqt/manta-mainline/tree/f4c38a7867f4e0e7481b71f96a0d0b4116b41c0f
Can I install one of the latest Linux kernel versions on the Nexus 10 ? And
also a Linux distro like Debian ? On the
the place where I live. So,try to be calm. We are reasonable people,I
think. I want to think this.
On Wed, Jun 21, 2023 at 9:18 AM Nicolas George wrote:
> Mario Marietto (12023-06-20):
> > Or am I missing something ?
>
> Yes, a lot.
>
> --
> Nicolas George
>
>
--
Mario.
On Wed, Jun 21, 2023 at 12:35 AM Nicolas George wrote:
> Mario Marietto (12023-06-20):
> > ---> Second, you are asking for help: that means your time is less
> valuable
> > than the time of people who might help you, and the most effort comes
> from
> > you.
> >
ren't inherent to your job,but you may find them useful for your own
growth.
On Wed, Jun 21, 2023 at 12:09 AM wrote:
> Mario Marietto wrote:
> > ---> Second, you are asking for help: that means your time is less
> > valuable than the time of people who might help you, and th
hat has everything under his
control. Tell me that there are limits to what someone can
do,learn,imagine,because it's so important. The worst personality
structure, the sickest,in terms of clinical psychology is the narcissistic
/ omnipotent one.
On Tue, Jun 20, 2023 at 5:48 PM Nicolas George
What about if I don't know which kind of information you need ? I'm the
hobbyist,you are the developer. It's better that you ask what you want to
know and I try to reply with my limited knowledge.
On Tue, Jun 20, 2023 at 4:48 PM Stefan Monnier
wrote:
> > ok,do you have some workaround to propose
ok,do you have some workaround to propose to me,boys ? Thank you.
On Tue, Jun 20, 2023 at 3:18 AM Jeffrey Walton wrote:
> On Mon, Jun 19, 2023 at 8:48 PM Stefan Monnier
> wrote:
> >
> > [...]
> > > of=/dev/mmcblk1 status=progress bs=2M but very rarely it wants to
> boot. I
> > > don't understan
Hello.
I would like to upgrade the kernel and I want to enable KVM on my old but
still functional "Samsung Chromebook ARM model XE303C12 SNOW" because later
I want to virtualize FreeBSD with qemu and kvm. I've started following this
tutorial :
*http://www.virtualopensystems.com/en/solutions/guid
his will be re-attempted up to
five times.
W: See //debootstrap/debootstrap.log for details (possibly the package
archive is at fault)
On Sun, Jun 18, 2023 at 1:19 PM Mario Marietto
wrote:
> ---> Just to be sure: is your Ubuntu (and your system) armhf?
>
> As host I've installed
qemu-user to emulate armhf.
yes,I've fixed the error by using qemu-debootstrap,but I tried to use
debootstrap because qemu-debootstrap gives some errors when I update the
chroot environment.
On Sun, Jun 18, 2023 at 1:01 PM Eduardo M KALINOWSKI <
edua...@kalinowski.com.br> wrote:
>
Hello.
Maybe a little problem for you,but a bigger problem for me. I've
debootstrapped jessie on Ubuntu 14.04 with this command :
debootstrap --foreign --arch=armhf jessie jessie-armhf
http://archive.debian.org/debian
and it worked ok,but when I try to chroot within it :
root@marietto-Z87-HD3:/
getting release file
https://mirrors.kernel.org/debian/dists/buster/Release
thanks.
On Sun, Jun 18, 2023 at 10:14 AM Mario Marietto
wrote:
> Can you elaborate the full command ? thanks.
>
> On Sun, Jun 18, 2023 at 10:12 AM Javier Barroso
> wrote:
>
>> Hello,
>>
&g
Can you elaborate the full command ? thanks.
On Sun, Jun 18, 2023 at 10:12 AM Javier Barroso
wrote:
> Hello,
>
> El dom., 18 jun. 2023 9:56, Mario Marietto
> escribió:
>
>> I'm running Ubuntu 14.04 and I would like to debootstrap debian jessie 8.
>> I've
I'm running Ubuntu 14.04 and I would like to debootstrap debian jessie 8.
I've found this tutorial and I tried , but it didn't work :
from here :
https://blog.lazy-evaluation.net/posts/linux/debian-armhf-bootstrap.html
he says to do :
# debootstrap --foreign --arch=armhf jessie jessie-armhf
Hello to every Debian wonderful user.
I've installed Ubuntu 14.04 + kernel 3.13 + kvm on my Samsung Chromebook
ARM "SNOW" model XE303C12. Almost everything works (but not the mouse usb).
My goal is to upgrade Ubuntu (kernel and userland and I want to keep kvm
enabled). I would like to compile and
I remembered it badly. I thought I'd never been able to use kvm on
that old PC, but I've just been able to create a FreeBSD vm
on top of Ubuntu 14.04. Qemu and kvm work wonderfully. Probably some
virtualization features miss on the cpu,but...it works anyway.
On Fri, Jun 2, 2023 at 9:07 PM Stefan
- if bhyve fits your needs, why not run FreeBSD and bhyve?
I use Linux (+ qemu and kvm) and FreeBSD (with bhyve) depending what OS
between these allows me to perform a task faster and better.
- Look at Xen history, you'll see that it started in the mid 2000s.
I like Xen,I've used it for severa
Excuse me,but there is something within your argumentation that I don't
like and I want to express what it is. Let's take Linux as an example of
what I want to say. Linux is well known to be an OS that can be installed
on the old machines,helping the people that can't buy a new computer to
surf the
ok. Thank you very much for the explanations.
On Fri, Jun 2, 2023 at 3:15 PM Michael Stone wrote:
> On Fri, Jun 02, 2023 at 03:01:04PM +0200, Mario Marietto wrote:
> >Using qemu is out of discussion,because it is very slow. But as I
> said,bhyve
> >works better than q
I mean. I cant use qemu on that I5 cpu because is slow without kvm. Kvm
does not work on that cpu because it is needs some extensions from the cpu
that there arent. Bhyve is the only alternative because it is a mix between
qemu and kvm in terms of speed. So. My question is : how much old cpu there
Using qemu is out of discussion,because it is very slow. But as I
said,bhyve works better than qemu alone.
On Fri, Jun 2, 2023 at 2:44 PM Michael Stone wrote:
> On Fri, Jun 02, 2023 at 11:21:45AM +0200, Mario Marietto wrote:
> >wait wait. for sure the option should be enabled on the
I forgot to specify that I don't like a telephone so much like I had 20
years ago. I mean,I would like to see a VOIP phone with the form factor of
a smartphone. Sorry if I haven't been very clear.
On Fri, Jun 2, 2023 at 1:57 PM Dan Ritter wrote:
> Jonas Smedegaard wrote:
>
wait wait. for sure the option should be enabled on the bios,but bhyve
works in a different way than kvm,so it works even if my cpu does not have
all the virt. parameters respected. Infact kvm does not work on that cpu.
But how many cpus there are like mine ? Does Linux feel to cover the gap of
an
Hello to everyone. I follow every day the development of bhyve for FreeBSD
and I have even collaborated with some of its developers to add the
functionality of the passing through of one nvidia gpu to a linux guest.
What to say ? that bhyve is a programming gem. Qemu and kvm have more
functionaliti
Does anyone know if on the market there is a phisycal phone (made with
hardware components) which allows to place calls and to send sms only using
the VOIP technology ? Would be an interesting product to buy and try in my
opinion.
On Fri, Jun 2, 2023 at 10:04 AM Rainer Dorsch wrote:
> Hello,
>
>
Errata corrige :
I still have the old "Samsung / Google Nexus 10" tablet. I don't like
Android. Any help to install Debian instead of Android on this device is
appreciated. Thanks.
On Sat, May 13, 2023 at 2:27 PM Mario Marietto
wrote:
> Hello.
>
> I still have the old
Hello.
I still have the old "Samsung / Google Nexus 10" tablet. I don't like
Android. Any help to install Ubuntu instead of Android on this device is
appreciated. Thanks.
--
Mario.
o Device at
usb-:00:14.0-3.1.3, full speed
:(
On Tue, Apr 4, 2023 at 4:54 PM Mario Marietto
wrote:
> I have installed the package on Ubuntu 22.04. Same situation that I have
> on Debian 11. It is not recognized as sound device :
>
> root@Z390-AORUS-PRO-DEST:/mnt/zroot2/zroo
:43 PM Mario Marietto
wrote:
> I've fixed the issue and I have installed the deb package :
>
> root@marietto:/mnt/zroot2/zroot2/kinect-1-audio# dpkg -i
> hark-kinect_1.2.0.4440_amd64.deb
>
> (Lettura del database... 347122 file e directory attualmente installati.)
> Pre
HDA NVidia at 0x8708 irq 17
4 [NVidia_1 ]: HDA-Intel - HDA NVidia
HDA NVidia at 0x8308 irq 18
What should I do now ?
On Tue, Apr 4, 2023 at 2:13 PM Mario Marietto
wrote:
> Seems like they moved them, I found the devs here:
>
> http://archive.hark.jp
inect (--install):
il sottoprocesso installato pacchetto hark-kinect script post-installation
ha restituito lo stato di errore 1
Elaborazione dei trigger per man-db (2.9.4-2)...
Si sono verificati degli errori nell'elaborazione:
hark-kinect
On Tue, Apr 4, 2023 at 1:33 PM Mario Marietto
wrote:
>
Hello to everyone,
I would like to enable the audio on my old kinect 1 so that I can talk
without having the microphone attached to my mouth. I see that in the past
this could be done installing the package called "hark-kinect",as explained
here :
https://gist.github.com/awesomebytes/924493bcdb3
see above ? Because I don't see any Xbox NUI Sensor
Analog Surround 4.0 on the XFCE pulseaudio addon (instead,it is present on
Ubuntu 20.04). Thanks.
On Sun, Apr 2, 2023 at 1:18 AM Kushal Kumaran wrote:
> On Sat, Apr 01 2023 at 10:42:11 PM, Mario Marietto
> wrote:
> > Hello.
&g
Hello.
I'm trying to compile libfreenect because I want to use my kinect xbox 360
on Debian 11. I'm following the tutorial that I've found here :
https://github.com/OpenKinect/libfreenect
here :
https://itsourcecode.com/modulenotfounderror/no-module-named-numpy-core-_multiarray_umath-solved/
h
t 09:23:32PM +0100, Mario Marietto wrote:
> > --> *Which* Debian .iso did you install with ?
> >
> > debian-live-11.5.0-amd64-xfce.iso. Is there a way to upgrade this to the
> > version that you have suggested ? I prefer to learn how to upgrade it
> than
> > to make
h one came from the
original ISO.
5.10.0-18-amd64
Thanks.
On Tue, Mar 14, 2023 at 8:28 PM Andrew M.A. Cater
wrote:
> [Copying to the list - private replies are discouraged
>
> On Tue, Mar 14, 2023 at 07:57:35PM +0100, Mario Marietto wrote:
> > Hello to everyone.
> >
> > I&
you need to watch to understand
what happens :
https://ibb.co/album/S49Wgc
I'm groping in the dark. Please help me to debug this error. thanks.
On Mon, Mar 13, 2023 at 8:48 PM davidson wrote:
> On Mon, 13 Mar 2023 Mario Marietto wrote:
> > Hello to every Debian user.
> [elided:
Hello to every Debian user.
excuse me if previously I sent this message quoting the wrong user. It was
a mistake. I don't know where that message has gone. It will be lost in the
space. Anyway,I want to send it again in the correct format :
"I've just installed Debian 11 and I see that it is affe
Hello to every Debian user.
I've just installed Debian 11 and I see that it is affected by the bug
explained here :
https://bugs.launchpad.net/oem-priority/+bug/1842320
I see that the bug has been fixed on Ubuntu. Do you confirm that,to fix
it,I just need to install the package
"grub-efi-amd64_2
tried to use the 525 for both. I cant use the 390 for both the GPU.
Il mar 21 feb 2023, 23:27 Mario Marietto ha
scritto:
> its not easy for me,because I have those GPUs on a single system. The OS
> that im running is freebsd and I tried to virtualize debian 11 with bhyve
> (hypervisor fo
If I dont get wrong,nvidia created one single driver which works for every
gpu or almost ? it means that if I install the 525 driver for my RTX 2080
ti will it work also for my old gpu,GTX 1060 ?
Il mar 21 feb 2023, 22:28 Georgi Naplatanov ha scritto:
> On 2/21/23 23:16, Van Snyder wrote:
> > On
Yassine,if you think that you will not love FreeBSD only because you have
seen your friend put his hands in his hair,you are interpreting the
situation too severely. FreeBSD is a good OS,easier than Linux and which
doesn't have all the unnecessary superstructure that Linux has, but offers
almost al
I still do not understand why,when I remove files on a ZFS disk using
commands like (rm and rm -r),the left space does not increase,but it
decreases. I would like to know what I can do to free some space if
removing files does not work. And I don't understand why a ZFS disk goes
fast out of space.
ha scritto:
> Le 1/19/23 à 3:41 PM, Mario Marietto a écrit :
> > The question asked by Yassine is interesting for me. I've been a FreeBSD
> user for some years. After having used Linux for 20 years, I took the
> decision to stop using it a little bit because of some technical
>
The question asked by Yassine is interesting for me. I've been a FreeBSD
user for some years. After having used Linux for 20 years, I took the
decision to stop using it a little bit because of some technical
reasons,mainly tied to the package management. Now that I'm using FreeBSD,I
don't regret th
Hello Yassine,
I think you want nixos.org.
Il giorno gio 19 gen 2023 alle ore 12:28 Yassine Chaouche <
a.chaou...@algerian-radio.dz> ha scritto:
> Hello all,
>
> I was wondering if there was anyone working on an equivalent of
> OpenSolaris BE?
> Basically,
> It automatically creates ZFS snapshot
Why not ? Think about this : you can put the malicious code where there is
the lowest chance for someone to look. A lot of eyes are pointed at the
closed source,because there are less eyes that can look inside there (at
least less eyes than the eyes which look on the source code) and for this
reaso
Its not totally wrong to think that the software do what it wants to do
even if you dont want. A software is a piece of code that respect the
directives of the creator, so its easy that it did what he wants and not
what you want. At least partially.
-- Forwarded message -
Da: Andy
that you didnt understood what I mean with "socialyze' ; please
read again.
Il ven 25 nov 2022, 01:05 David ha scritto:
>
>
> On Fri, Nov 25, 2022 at 00:51, Mario Marietto
> wrote:
>
> you missed the fact that Im not Talking about you or about the users that
> are ver
s can grow in quality and quantity.
Il ven 25 nov 2022, 00:16 David ha scritto:
>
>
> On Fri, Nov 25, 2022 at 00:01, Mario Marietto
> wrote:
>
> For most users it makes no real difference using closed or open source
> code,because yes,they can look inside the code,but to under
1 - 100 of 170 matches
Mail list logo