ɴꙩᴍᴀᴅ
OK, but 16 subscribers? I could help recruit more, if you want. I really like the concept :)
Thanks, you're very kind. Feel free to share it if you like it (:
Pouria
Hello, how can I transfer files between Android and FreeBSD? I see adb, do you prefer it? ssh and scp are not good for my work.
Pouria
I also saw mtpfs But the fusermount command is not available in FreeBSD.
Pouria
your choice is adb?
Carl
you can use sftp
Pouria
because i want mv directory from my phone to my PC.
Pouria
not copy.
Carl
ssh is perfect for mv, why not?
Pouria
ssh is perfect for mv, why not?
can i mv directory from phone to PC with ssh?
Pouria
i have termux on my phone.
Carl
you can cp and remove, you can mv, and you can do whatever you need or want ... from termux you can do the ssh with the internat ip if you are in the same router, or with the external ip if you are far from home
Pouria
how can mv in ssh?
Pouria
Explained anything about mv?
Carl
for mv from the phone to the pc, maybe it's better the sftp
Carl
with or you just do a scp with the folder ... when it finish, you remove the old one
Pouria
can you say me which section or part was explain about mv?
Carl
yep the possibilities are infinites
Pouria
OK.
Carl
scp -r
Pouria
scp -r
this command does not move, just copy recursively.
Carl
yes, and when you are sure you copied the folder without any trouble ... you remove the folder with ssh ... what is wrong to be sure?
Pouria
the directory has large files.
Carl
do the sftp then ... ftp is like to open a file browser
Pouria
Thanks Guys.
Pouria
Carl
Thanks Guys.
https://wiki.termux.com/wiki/Remote_Access
Carl
you have many possibilities there, freebsd will acept them all
Carl
Carl
the alcoholims is later, when you have all daemons started and running without any upgrade in horizont
Carl
the power to serve
Carl
time to sleep ... see you tomorrow
Carl
Dirk (dinoex)
speed.
For speed I use an ssh app and copy files and directories with rsync from FreeBSD
kub-kun
noice rice
Dirk (dinoex)
The APP I use is "SSHelper"
neb
Thanks, you're very kind. Feel free to share it if you like it (:
There a few more subscribers waiting now 😈
neb
@unixworks
ɴꙩᴍᴀᴅ
@neb_1984 wow I'm looking at it rn, that's awesome!! Time to push content-creation work 🙃
neb
Yay!
Anonymous
Hello guys. can i look/see GPU temperature?
Zebr
nvidia-smi for nvidia cards
Zebr
for amd - sysutils/radeontop
Anonymous
nvidia-smi for nvidia cards
Does not in repository.
Zebr
should come with nvidia drivers
Anonymous
should come with nvidia drivers
No. i installed "nvidia-driver-340" but i don't see nvidia-smi
Anonymous
could be nvidia-settings‍ package?
Anonymous
i can see temperature with nvidia-settings.
Lee
who knows how to. copy zvol, i want to. move my vm zvol from zpool1 to zpool2
Andriy
who knows how to. copy zvol, i want to. move my vm zvol from zpool1 to zpool2
search for zpool send/receive https://docs.oracle.com/cd/E18752_01/html/819-5461/gbchx.html
Z
Guys, for having a Debian GNU/kFreeBSD, what you run with debootstrap? When I do debootstrap --arch=amd64 stable chroot/ http://deb.debian.org/debian, it makes a GNU/Linux basis.
Z
Does anyone know how system can be installed using pc-sysinstall?
Z
I know that, I don't know the installation process
Z
I did and when I read more, I understood less.
Anonymous
interesting... thx for the links
Anonymous
Woah.
Anonymous
Still very much ongoing
Anonymous
Since 2013
Eliab/Andi
Hey mates, does anybody play games on BSD (steam/lutris)?
Eliab/Andi
kub-kun
Ah 👍 thx
RoboNuggie made video about this project
kub-kun
https://youtu.be/0lLs3JxezBM
Eliab/Andi
Eliab/Andi
Installation of FreeBSD 12.2
Phil
Hey, did someone ever tried to run freebsd on raspberry pi 4 with 8Gb ram .. I planned to make a NAS with it, is it good idea ? Something like ZFS in Raid-Z (with 3 harddisks)
ɴꙩᴍᴀᴅ
https://www.reddit.com/r/freebsd/comments/jsyab5/freebsd_on_raspberry_pi4/
Phil
It looks like that yes https://wiki.freebsd.org/arm/Raspberry%20Pi#What_works
Nameful
Has anyone tried out running FreeBSD on the PinePhone?
Pouria
Hi can i set/map right alt key as Escape key? setxkbmap -option ralt:escape does not work.