Fred
Any errors while connecting?
On newer GhostBSD 13.0 (based upon FreeBSD 13.0 STABLE) The ping command defaults to ipv6 or something like that ping -c 3 he.net fails ping -4 -c 3 he.net works. You have to tell the ping tool to select ipv4 version. Wonder if this is the same when working with a VPN. That you have to be specific about which ip4 or ip6 to use. Or modifiy your network interface to support both. So could be a simple configuration setting that needs to be made?
ɴꙩᴍᴀᴅ
I don't think so. But after configuring tor, nyx should be a matter of installing it $ doas pkg install nyx
Anonymous
WTH konqueror to be removed 6/23/21 say it ain't so elvis
ɴꙩᴍᴀᴅ
Anonymous
alright elvis... ya know why they use an obsolete linux for the /compat instead of something "current" like debian
ɴꙩᴍᴀᴅ
Compat is based on CentOS since it is stable, industry-standard proven. I don't know if after the path changes done to CentOS they will change to another base distro or not... time will show us what happens
Neruq
Does anyone know why the system freezes after a few minutes of inactivity and does not react?
kub-kun
are you loging via ssh?
Neruq
are you loging via ssh?
No, it is installed on the virtualized kvm/qemu machine, the same thing happened when I installed FreeBSD on a computer, when the user is not active, it crashes, it does not react when I want to put it back in activity, what could it be?
Fred
No, it is installed on the virtualized kvm/qemu machine, the same thing happened when I installed FreeBSD on a computer, when the user is not active, it crashes, it does not react when I want to put it back in activity, what could it be?
Look at /var/log/messages file? This simple answer , is probably not correct for your situation. Ctrl-alt-2, a tty login work? Ssh user@192.168.1.xx. Over the ethernet. You have to enable ssh first and make sure the port is open in the firewall.
Fred
Maybe learn ssh as a tool to have visibility into your system 'crash'??
Neruq
Maybe learn ssh as a tool to have visibility into your system 'crash'??
FreeBSD with xfce and xdm graphical desktop environment.
Neruq
Maybe learn ssh as a tool to have visibility into your system 'crash'??
It seems to be complicated to configure SSH on the host system to connect to the guest system.
Badugar
Accelerators for x86 CPUs somehow remind me of e.g. Altivec for Power or VIS for SPARC..
Badugar
I'd like to see the CPU field diversify again, unlike now, like 90% is x86
Badugar
There's a project about a PPC notebook, not sure how it's progressing
Badugar
https://itsfoss.com/linux-powerpc-notebook-project/
Badugar
https://www.powerpc-notebook.org/en/ here it is
Vasek
Hi, I am setting up a notebook with FreeBSD 13, and I am installing software using the ports collection. I am about to install the desktop environment. I am worried about the compilation time. Could anybody advise me as to which of the most common DEs has in general least dependencies and compilation times? Thanks!
Vasek
well, I am building other software from ports. If I install DE using pkgs and other SW using ports, would it not mess up my libraries ?
Vasek
Besides KDE, XFCE4 is there some DE which is reasonably well mantained and has fewer dependencies?
ɴꙩᴍᴀᴅ
I use both pkg and ports in the system with no issues at all
ɴꙩᴍᴀᴅ
Ports are good and useful when you want to tailor the software to your machine and/or needs
Vasek
Thanks! I am also considering fluxbox
Vasek
I use both pkg and ports in the system with no issues at all
In that case, I will try to install X and DE using pkg
ɴꙩᴍᴀᴅ
In that case, I will try to install X and DE using pkg
Awesome! Feel free to ask any doubts if you find any during the process
Rberto
Avatar: the legend of Aang xD
Daniel
Does the guide cover setting up security/nyx. Haven't had a chance to view it yet.
No, just go straight to the point, installing tor and setting up for use in firefox, lynx or system wide.
Null
Advanced Programming in the UNIX Environment - Complete Course In this course (CS631) from Stevens Institute of Technology taught by Jan Schaumann, you will learn to develop complex system-level software in the C programming language while gaining an intimate understanding of the Unix operating system and its programming environment. —Topics covered include the user/kernel interface, fundamental concepts of Unix, user authentication, basic and advanced I/O, fileystems, signals, process relationships, and interprocess communication. Fundamental concepts of software development and maintenance on Unix systems (development and debugging tools such as "make" and "gdb") will also be covered. —Full course schedule, slides and programs can be found at: https://stevens.netmeister.org/631/ —Full video series (56) is available on youtube too: https://www.youtube.com/watch?v=BsB9Cg6yJc4&list=PL0qfF8MrJ-jxMfirAdxDs9zIiBg2Wug0z&index=1
Vicen
🙌🏼🙌🏼
ɴꙩᴍᴀᴅ
Hello and welcome _unKnown
_unKnown
🙏
Pouria
Hi guys. Is there any option/flag like $ pacman -Qu ? I did not find anything about that.
ɴꙩᴍᴀᴅ
Hi guys. Is there any option/flag like $ pacman -Qu ? I did not find anything about that.
That flags query databases and only alerts from outdated or non-upgraded packages right?
ɴꙩᴍᴀᴅ
Yes.
check man page for pkg-query(8) maybe there's a combination there. I normally use $ pkg update && pkg upgrade and just read the list of outdated packages before upgrading anything
Pouria
Do you know which man page should i read? pkg-query(8) manual page?
Pouria
I think i found it.
Pouria
$ pkg upgrade -n
ɴꙩᴍᴀᴅ
I think i found it.
pkg version can do it too
Pouria
pkg-upgrade(8)
Pouria
Pouria
OH. Do you have any updates? I have updated my packages.
Pouria
I you do not have, i will downgrade some packages.
ɴꙩᴍᴀᴅ
OH. Do you have any updates? I have updated my packages.
Yep $ pkg version -vRL= And it returns: firefox-88.0.1_1,2 < needs updating (remote has 89.0_1,2) irssi-1.2.2_2,2 < needs updating (remote has 1.2.3,2) libxml2-2.9.10_3 < needs updating (remote has 2.9.10_4) opencv-core-3.4.1_37 ? orphaned: graphics/opencv-core pcre2-10.36 < needs updating (remote has 10.37) py37-requests-2.22.0_2 < needs updating (remote has 2.25.1)
ɴꙩᴍᴀᴅ
Thanks man.
You're welcome (:
Pouria
$ pkg upgrade -n How about the above command?
Pouria
Could you send me output of the command?
ɴꙩᴍᴀᴅ
$ pkg upgrade -n How about the above command?
It does the same more or less. Here's the output: Checking for upgrades (23 candidates): 100% Processing candidates (23 candidates): 100% The following 6 package(s) will be affected (of 0 checked): Installed packages to be UPGRADED: firefox: 88.0.1_1,2 -> 89.0_1,2 irssi: 1.2.2_2,2 -> 1.2.3,2 libxml2: 2.9.10_3 -> 2.9.10_4 pcre2: 10.36 -> 10.37 py37-requests: 2.22.0_2 -> 2.25.1 Installed packages to be REINSTALLED: gimp-app-2.10.24,1 (options changed) Number of packages to be upgraded: 5 Number of packages to be reinstalled: 1 75 MiB to be downloaded.
Vicen
Vicen
Haha
ɴꙩᴍᴀᴅ
Hello there @inkosta Welcome to FreeBSD
Andriy
333 members
Andriy
Rberto
Vicen
Null
AT&T Archives: The UNIX Operating System This film "The UNIX System: Making Computers More Productive", is one of two that Bell Labs made in 1982 about UNIX's significance, impact and usability. Even 10 years after its first installation, it's still an introduction to the system. The other film, "The UNIX System: Making Computers Easier to Use", is roughly the same, only a little shorter. The former film was geared towards software developers and computer science students, the latter towards programmers specifically. Footage courtesy of AT&T Archives and History Center, Warren, NJ
Anonymous
neb
The message is not supported on this version of Telegram
neb
Testing OverGram - Telegram on Android TV.
neb
I can post messges (written with TV remote), but the overlay doesn't work. Kinda pointles, but fun.