I may have used NetBSD before 2018, as opposed to what I wrote in my first post here. It may have even been before 2016. I remember using NetBSD for it had a working Flash Player, when this application was popular. Flash Player was reliable on...
Ping -4 for inside a ipv4 LAN? Not sure but this once took me some time when they added the -4 parameter. I still always have to think of it because the error is off-context.
Other chance is that there's no gateway ip: #route add default <modem...
Just for crossreferencing: You may be interested in:
101021 – FreeBSD on only TTY as a Daily Driver
86782 – Playing videos in pure console via framebuffer (no X!)
78500 – Can I use multimedia/mpv with framebuffer in kms console?
70361 – A day...
Nah, if reality meets my fancies exactly, then god help us all.
Seriously:
Sometimes it's just to give another angle of view on some topic already said, or to elaborate a certain point more deeply. I agree that for some this comes redundant. But...
Maturin,
I'm "complaining" about needing a +300MB external display server only to operate a graphics card. See it as research. What's actually required? Not the entire X.org installation but the parts that set a resolution and display things. I...
It seems that the most realistic solution is the file manager, although I would always trend to trick with some commands.
Since I think that a file manager in some situation could be useful, I have 4 installed:
1) rox-filer
2) ytree
3) nnn
4)...
Have you tried fzf ? just run it in the directory will produce quick list
$ cd $( find . -type d | fzf)
$ nvim $( find . -type f | fzf)
also highly recommend shells/fish - autosuggest by fuzzyfind any part of the file, eg
$ cd /u/l/etc...
I have a working X.org with xterm and dependencies in 330MB. That's to me atm the minimal size needed for graphical output on top of the base system.. It's still way too much but it goes in the direction of an independent native graphics driver...
Depends on what the machine is. Answer post 70s is simple - the CPU knows where to look at.
In IBM PC the 8088 CPU has a 'reset vector' of 0xFFFFFFF0, the CPU will execute instruction available at that address, which is bound to BIOS ROM.
In...
Or maybe even better use a tmux:
/etc/rc.local
#!/bin/sh
tmux_bin="/usr/local/bin/tmux"
# Session name
tmux_session="startup"
export PATH="$PATH:/root/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
$tmux_bin new-session -d...
Fast dots...
View: https://www.youtube.com/watch?v=9liUNhzYt8Y
I was hoping for at least a jellyfish, but it's mostly just 'fast dots' flying around...
View: https://www.youtube.com/watch?v=VOinXr2uruI
Dots thots... these guys seem to have a...
True, but it's far easier to skim an article than a video. Even with my method of running the video at 2x and just reading the captions, I can get the gist of a written article far more quickly.
FreeBSD's default is "not using any GUI but old school command line interface".
But FreeBSD has a bunch of GUIs (DEs) in ports tree, and even some of them can be installed in-pararrel without conflicts. Admins can choose anything in ports /...
English words, for english speaking people. Imagine the situation in Italy (for example). We have adopted it in our language and for lot of them `transformed` in italian, like `to grab` -> `grabbare`, `to download` -> `downloddare`, `to boot` ->...
Fast dots...
View: https://www.youtube.com/watch?v=9liUNhzYt8Y
I was hoping for at least a jellyfish, but it's mostly just 'fast dots' flying around...
View: https://www.youtube.com/watch?v=VOinXr2uruI
Dots thots... these guys seem to have a...
Just finished a new Build:
Asrock Rack AM5D4ID2
Epyc 4545P
Thermaltight AXP90-53 full copper cooler
64GB RAM
Radeon pro W6400
Crucial T710 SSD
Steinberg UR22 audio interface (the old Mk I model, works great but requires a USB quirk)
Silverstone...
The misc/mc viewer (aka mcview) can view a lot of files, PDF too. Just play with F8 and F9 keys while viewing. It also depends on the configuration file /usr/local/etc/mc/mc.ext.ini (and/or its user counterpart in %{HOME}/.config/mc if any)...
I am now receiving spam on the unique address I used to register for the bugzilla, so either the hack has been used to gain access to the bugzilla or that has now also been hacked. Attempting to log in to the bugzilla now fails with a 503 error.
I usually just have one xterm per screen session. If it's a remote session, start an xterm for it, ssh to the remote host and attach the screen session. Nested multi-screen screen or tmux sessions gets too confusing. Well, I guess you could...
Couple of weeks ago I had similar issue while upgrading from 14.3->15.0, which had issues with firewall. Now I'm doing the upgrade in two steps 14.3 -> 14.4 -> 15.0, but still had some issues with BHyve virtualization on the host.
So the issue...
So that profile is leaning more towards geek. Games consoles and a smartphone would be the more popular approach for normal guys. As soon as you enter closer to "geek", then you are more niche in terms of a market and you need to start putting in...
tmux has copy and paste.
^B[ ---------------- Begin copy mode. Begin Select with SP, move as in vi, end with RET
^B] ^B= --------- Paste selected / Select buffer to paste.
"normal guy" would not be using FreeBSD. Use the right tool for the job. And in that case, its likely Windows. A "normal guy" would certainly be using the Windows OS that came preinstalled on their laptop.
"buildword" must be build first, then "buildkernel", to assure the toolchain to build the kernel matches the updated source tree. Otherwise it ends up using the running system toolchain.
See...
There are command line tools which can read PDFs, but without images, no hyperlinks, etc. misc/lesspipe is such a tool. There might be other tools I'm not aware of, or don't recall.
There are command line music player in the ports tree, e.g...
You don't edit /etc/zfs/exports. It's very clear expressed in the file:
# !!! DO NOT EDIT THIS FILE MANUALLY !!!
If you do, it has no effect, and any manual modification is overwritten by the next system reboot.
The V4: line belongs in...
You are defining the NFSv4 tree root as V4: /var/db/backup but the wrong export directory in the line below. It must be:
V4: /var/db/backup
/var/db/backup -mapall="root"
Mount on client: mount -o nfsv4 192.168.1.250:/ /mnt
Why " / " in "...
Original article here.
Consider this when replying.
The second BETA build for the FreeBSD 15.1 release cycle is now available. ISO images for the amd64, armv7, aarch64, powerpc64, powerpc64le, and riscv64 architectures are FreeBSD mirror sites...
Original article here.
Consider this when replying.
The first BETA build for the FreeBSD 15.1 release cycle is now available. ISO images for the amd64, armv7, aarch64, powerpc64, powerpc64le, and riscv64 architectures are FreeBSD mirror sites...
Something useful to check if the pulled ports tree is sane and on what branch it is: git -C /usr/ports status
And another one to see the last commit log: git -C /usr/ports log -1
Thank you guys, everything went smooth 👍
This is the result, since last portmaster -a -x FreeBSD run:
===>>> The following actions were performed:
Upgrade of pkgconf-2.4.3,1 to pkgconf-2.4.3_1,1
Upgrade of portmaster-3.33 to...
..and to just prove my point
git -v
git version 2.54.0
/usr/bin/time -h git clone https://github.com/freebsd/freebsd-ports.git
Cloning into 'freebsd-ports'...
remote: Enumerating objects: 6930879, done.
remote: Counting objects: 100%...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.