Search
483 results for “zirias”
-
Why in the world do companies continue to rely on the #Windows platform? 😠
At our place, the solution to work at home is "#Citrix Workspace" (which internally already got the nickname "shitrix" for the various/random issues it causes every few weeks). There's no version for #FreeBSD, and I didn't succeed running the #Linux version on FreeBSD yet (different story), so I grabbed a copy of "Windows Server 2022" from our MSDN subscription and installed it in a #bhyve VM. Of course, to use it, you also need a browser...
Two days ago, this machine installed some Windows updates again. Yesterday, I found my #Chromium broken (shows window, exits silently). Updating it to the latest version didn't help. Trying to run #IE11 (still linked as default browser on the server version) froze the whole machine, requiring a force-kill of the VM.
This morning, I found that #Edge works now (yay, I can access the workplace again), which it didn't few months ago for .... "reasons" 🤯
-
Why in the world do companies continue to rely on the #Windows platform? 😠
At our place, the solution to work at home is "#Citrix Workspace" (which internally already got the nickname "shitrix" for the various/random issues it causes every few weeks). There's no version for #FreeBSD, and I didn't succeed running the #Linux version on FreeBSD yet (different story), so I grabbed a copy of "Windows Server 2022" from our MSDN subscription and installed it in a #bhyve VM. Of course, to use it, you also need a browser...
Two days ago, this machine installed some Windows updates again. Yesterday, I found my #Chromium broken (shows window, exits silently). Updating it to the latest version didn't help. Trying to run #IE11 (still linked as default browser on the server version) froze the whole machine, requiring a force-kill of the VM.
This morning, I found that #Edge works now (yay, I can access the workplace again), which it didn't few months ago for .... "reasons" 🤯
-
Why in the world do companies continue to rely on the #Windows platform? 😠
At our place, the solution to work at home is "#Citrix Workspace" (which internally already got the nickname "shitrix" for the various/random issues it causes every few weeks). There's no version for #FreeBSD, and I didn't succeed running the #Linux version on FreeBSD yet (different story), so I grabbed a copy of "Windows Server 2022" from our MSDN subscription and installed it in a #bhyve VM. Of course, to use it, you also need a browser...
Two days ago, this machine installed some Windows updates again. Yesterday, I found my #Chromium broken (shows window, exits silently). Updating it to the latest version didn't help. Trying to run #IE11 (still linked as default browser on the server version) froze the whole machine, requiring a force-kill of the VM.
This morning, I found that #Edge works now (yay, I can access the workplace again), which it didn't few months ago for .... "reasons" 🤯
-
So #FreeBSD 14 is finally announced 🥳 – I already made my mind to not immediately jump on it, because I couldn't see any "killer feature" for me while 13.2 is working just fine. Upgrading to 13.0-RELEASE back then, I ran into several surprising issues. I could find workarounds for all of them, still it was a bit annoying...
But now, looking at the official announcement, this bullet point caught my attention:
"ZFS has been upgraded to OpenZFS release 2.2, providing significant performance improvements."
Performance of my #ZFS pool degrades badly under heavy I/O-load (a parallel poudriere build with lots of smaller ports and lots of ccache hits). The pool is backed by 4 spinning disks in a #raidz configuration.
Could I expect 14.0 to improve performance in that specific scenario? 🤔
-
@hl @TomAoki @peteorrall @xdydx You can run #samba perfectly fine on #FreeBSD, I have one instance running here as an "Active Directory" domain controller, one as an #SMB fileserver, and quite a few for the client parts of a domain member (with its #winbind).
What you can't do in a "good" way is mounting SMB shares on FreeBSD. The SMB client in base is horribly outdated (really really never use #SMBv1 these days!), and outside base, only stuff on top of #fuse is possible.
-
https://www.europesays.com/lt/90404/ Algis KRUPAVIČIUS: Protestai ir demokratinė diskusija – kur eina Lietuva? – Respublika.lt #Antraštės #BRAZAUSKAS #BreakingNews #BreakingNews #demokratija #FeaturedNews #FeaturedNews #Headlines #juršėnas #KRUPAVIČIUS #LatestNews #LatestNews #Lietuva #Lietuvių #Lithuania #Lithuanian #LT #Naujienos #News #PopuliariausiosNaujienos #PopuliariausiosNaujienos #protestai #TopStories #TopStories #trukdyti #Žemaitaitis #žiniasklaida
-
https://www.europesays.com/lt/67068/ Seimo valdančioji dauguma pasikinkė buldozerį #Antraštės #ArūnasKumpis #BreakingNews #BreakingNews #FeaturedNews #FeaturedNews #Headlines #LatestNews #LatestNews #Lietuva #Lietuvių #Lithuania #Lithuanian #lrt #LT #Naujienos #News #PirmalaikiaiRinkimai #PopuliariausiosNaujienos #PopuliariausiosNaujienos #protestai #TopStories #TopStories #žiniasklaidosLaisvė
-
@TomAoki @peteorrall @hl @xdydx I'm surprised ... I didn't expect this to come up in the "enterprise" realm, "just" using kerberized #NFSv4 instead should be pretty fine there and it's probably more the #soho environment that will profit most from some up-to-date #smb client in #FreeBSD 😎 ... but would certainly be very nice to get that!
Also interesting they finally want to move to #MIT #krb5 in base. I'll probably continue to build it from ports, so I can use #LibreSSL instead of #OpenSSL, but still nice, as I found you're e.g. forced to use base #kerberos with the NFS client.
-
@hl @xdydx #FreeBSD has only support for SMBv1, which you should absolutely avoid for security reasons, although you can probably configure #samba to still allow it ... but ... don't. Nowadays I'd prefer to say FreeBSD does not support mounting SMB shares.
There are some ports available implementing "modern" SMB (v2/v3) on top of #fuse, which might be an option, but in my experience, they're not perfectly reliable and performance isn't the greatest either.
If ever possible, work on the server side and see whether you can share via #NFS instead. Either #NFSv3 (which is only "secure" as long as your network is perfectly secure and you control all participating machines, but at least it doesn't pretend to do anything else), or #NFSv4 with #kerberos security.
-
@lattera @drscriptt Now here's some document in the hope it might help someone 😎
https://sekrit.de/webdocs/freebsd/nfs-jail-kerberos-samba.html
#FreeBSD #NFS #NFSv4 #jail #kerberos #kerberized #Samba #ActiveDirectory
-
@drscriptt I'll just dump my understanding of the issue with #kerberos, #nfsv4 and #samba (or #ActiveDirectory) now on here, so if you know better, please correct me 😉
A kerberized service needs an SPN to prove its identity towards clients. This SPN can be attached to any account, it's just best practice to have a dedicated service account. For nfs, it must be named "nfs/<host.fqdn>". The key for this SPN must be available to the server, that's why you have to export it and add it to /etc/krb5.keytab on the server.
To access the service, you need a "service ticket" for its SPN. This can be obtained with your kerberos TGT (ticket-granting ticket). In case of NFS, this is also needed for mounting. And here's the issue with system-wide mounts, there's no user logged into the domain, so you need a "host-based initiator". Basically a key present in the host's /etc/krb5.keytab that's used for the kinit procedure.
[...]
-
@drscriptt I'm still doing a lot of testing and I guess I now finally have a somewhat good understanding what's going on.
With a samba (Windows AD) domain, you should
* create a service account for the nfs-server and create the nfs SPN in that account, export keytab entries for just that SPN and add them to /etc/krb5.keytab on the NFS server
* set the "host" SPN as UPN on all machine accounts that are NFS clients, including the realm in the UPN, which enables the host-based initiator to work (authenticating as the machine account) for the system-wide mount
I'll try to write that down in some howto soon, #jailed #nfsv4 with #kerberos on #FreeBSD and a #samba domain...
I guess it won't necessarily apply to a directory managed in OpenLDAP though ... 😶
-
Impatiently waiting for my #ZFS backup to complete ...
Then the next step will be to test #jailed #NFS (as introduced in #FreeBSD 13.3), to finally replace my horrible hack of redirecting NFS-related traffic with #pf (and, therefore, punching a hole for LAN machines to access the physical host located in the management segment).
I hope to also move to #nfsv4 at the same time. And once *this* works, enable #krb5 auth and encryption. We will see 😎
-
@thindil @thomasadam How exactly would that work? I mean, I *did* use #fvwm2 "inside" #KDE a long time ago, but scripted the ~/.xsession for that manually ...
So, if there's some .desktop file for #fvwm3 with "Type=XSession", would e.g. sddm offer me a session "Plasma+FVWM3" or something like that when plasma is installed as well? 🤔
-
https://www.wacoca.com/games/1298987/ 【天外魔境 ZIRIA/PCエンジン版】13衆あと8人!ドーマン倒すぞ!!【胡桃沢りりか】 ##GAMING #Game #GameNews #games #GamingNews #GamingTrending #Megaman #TrendingGames #Vtuber #Youtuber #ヴァーチャルYouTuber #エンターテイメント #オッドアイ #ゲーミング #ゲーム #ゲーム実況 #ゲーム攻略 #ゲーム最新情報 #ドラゴンクエストV天空の花嫁 #バーチャルYouTuber #ピンク髪 #メスガキ #ヤンデレ #ロックマン #個人 #天使 #女性 #新人vtuber #歌枠 #病みかわ #耐久 #胡桃沢りりか #胡桃澤りりか #雑談
-
I now added a screenshot of #qXmoji on github. People need to see screenshots for some reason (I'm no exception) 😄
I wanted "default looks", so, disabled any #Qt theming and thought #fvwm3 with default config should be a very nice match for a tool targeting "plain #X11", and firing up a #Xephyr session, I was quite surprised how polished fvwm3's default config looks nowadays, even integrating #stalonetray when available 👍
I still prefer my custom config, but nevertheless, great job 🙂
-
@josephholsten @jhx Well, I'm certainly not a fan of this "do everything in the browser" movement, quite to the contrary, instead of making things really simpler, it adds tons of complexity. But on the other hand, you can't do anything about it, given more and more public and "enterprise" networks are configured to ONLY allow http/https outbound 😞
I want to be able to access my systems from anywhere, and I've been running #shellinabox for years, which is nice and simple and most of the time, a terminal is all you need. Still #guacamole can offer a nice addition also allowing graphical remote logins. Regarding security, anything "remote desktop" has inherent complexity and especially Microsoft had a history of vulns, so it really makes sense to have some authenticating gateway in between for access from the internet 😉
-
@rodneylives My first suggestion would be: Don't. Even new #C64 game releases are sold as e.g. disk (D64) or cart (CRT) image downloads. People interested in this kind of stuff nowadays can probably be expected to just install an emulator on their machine 😉
If you still want to do that, I don't know any existing solution, but it's certainly possible and reminds me a bit of what #Cloanto is doing with their #c64forever product. But be careful, VICE is #GPL licensed, so for derived work, sure you can sell it, but you're obliged to make your modified source available publicly and free of cost.
-
@rodneylives My first suggestion would be: Don't. Even new #C64 game releases are sold as e.g. disk (D64) or cart (CRT) image downloads. People interested in this kind of stuff nowadays can probably be expected to just install an emulator on their machine 😉
If you still want to do that, I don't know any existing solution, but it's certainly possible and reminds me a bit of what #Cloanto is doing with their #c64forever product. But be careful, VICE is #GPL licensed, so for derived work, sure you can sell it, but you're obliged to make your modified source available publicly and free of cost.
-
@rodneylives My first suggestion would be: Don't. Even new #C64 game releases are sold as e.g. disk (D64) or cart (CRT) image downloads. People interested in this kind of stuff nowadays can probably be expected to just install an emulator on their machine 😉
If you still want to do that, I don't know any existing solution, but it's certainly possible and reminds me a bit of what #Cloanto is doing with their #c64forever product. But be careful, VICE is #GPL licensed, so for derived work, sure you can sell it, but you're obliged to make your modified source available publicly and free of cost.
-
@rodneylives My first suggestion would be: Don't. Even new #C64 game releases are sold as e.g. disk (D64) or cart (CRT) image downloads. People interested in this kind of stuff nowadays can probably be expected to just install an emulator on their machine 😉
If you still want to do that, I don't know any existing solution, but it's certainly possible and reminds me a bit of what #Cloanto is doing with their #c64forever product. But be careful, VICE is #GPL licensed, so for derived work, sure you can sell it, but you're obliged to make your modified source available publicly and free of cost.
-
@rodneylives My first suggestion would be: Don't. Even new #C64 game releases are sold as e.g. disk (D64) or cart (CRT) image downloads. People interested in this kind of stuff nowadays can probably be expected to just install an emulator on their machine 😉
If you still want to do that, I don't know any existing solution, but it's certainly possible and reminds me a bit of what #Cloanto is doing with their #c64forever product. But be careful, VICE is #GPL licensed, so for derived work, sure you can sell it, but you're obliged to make your modified source available publicly and free of cost.
-
Hmm ... kerberos, for now, does *not* work.
Unfortunately, #FreeBSD's nfs isn't all too verbose about what's failing.
I get: "permission denied" 😎 (and nothing else in logs either).
At least I have an idea. I use MIT #krb5 from ports together with a #samba domain controller, so I build base with WITHOUT_KERBEROS=yes (I really don't need the heimdal from base). Just read the docs again, this also disables gssapi unless you add WITH_GSSAPI=yes. Which I did now. I'm pretty sure kerberized nfs will need libgssapi. We will see....
-
https://www.europesays.com/lt/73577/ Būdama 35 metų mirė prezidento Johno F.Kennedy anūkė – Respublika.lt #Antraštės #anūkė #BreakingNews #BreakingNews #FeaturedNews #FeaturedNews #Headlines #JAV #Kennedy #LatestNews #LatestNews #Lietuva #Lietuvių #Lithuania #Lithuanian #LT #Mirtis #Naujienos #News #Pasaulis #PopuliariausiosNaujienos #PopuliariausiosNaujienos #Schlossberg #TopStories #TopStories #Veidai #Vėžys #World #WorldNews #WorldNews #žiniasklaida
-
https://www.europesays.com/lt/51949/ Skaidrūs rinkimai Lietuvoje neįmanomi? – Respublika.lt #Antraštės #biuleteniai #BreakingNews #BreakingNews #FeaturedNews #FeaturedNews #Headlines #kampanija #kodeksas #LatestNews #LatestNews #Lietuva #Lietuvių #Lithuania #Lithuanian #LT #na #Naujienos #News #PopuliariausiosNaujienos #PopuliariausiosNaujienos #Ramanavičienė #rinkimai #Tapinas #TopStories #TopStories #Vėgėlė #vrk #žiniasklaida
-
https://www.europesays.com/lt/168111/ Pabudusį milžiną išvydusi Europos žiniasklaida bėrė druską ant „Žalgirio“ žaizdos – Delfi #Antraštės #BreakingNews #BreakingNews #Eurolyga #FeaturedNews #FeaturedNews #Headlines #Kauno„Žalgiris“ #LatestNews #LatestNews #Lietuva #Lietuvių #Lithuania #Lithuanian #LT #Naujienos #News #PopuliariausiosNaujienos #PopuliariausiosNaujienos #TopStories #TopStories
-
I'm about to prepare yet another release, #dos2ansi v1.3.
Finding these bitmap fonts triggered two things:
1. I realized dos2ansi needs a mode to NOT attempt to mimic #VGA looks by chosing more similarly looking characters: A font recreating the orignal IBM fonts probably won't have glyphs for these other characters (and the original ones will look, well, original 😜 ...)
2. It gave me the idea that I now had everything in place for some sort of "ANSI viewer", just needs a script to tie together dos2ansi, #xterm, #less and the #ibmfonts. So, here it is: showansi. It should work with other X terminals, pagers, fonts, for configuration see the updated README:
https://github.com/Zirias/dos2ansiThe script first calls dos2ansi to query some #SAUCE metadata it then uses to pick the most appropriate font, window size and title for xterm.
The screenshot uses completely unconfigured Xorg and xterm, to show the script sets everything as needed.
-
@nixCraft #FreeBSD user on both desktop and server (incl. firewall) as well as #ports maintainer here:
My answer (ASAP) is an approximation.
For the base system, I read the published #advisories ASAP. I decide whether I'm affected, and how exposed my different machines are. If necessary, I rebuild base from source and update all machines needing the update ASAP.
For ports, I try to keep an eye on "exposed services" (like e.g. my MTA) for servers and at least browsers for desktops. Actually installing an update can take two or three days because I'm building my own package repository using #poudriere.
-
Ar yra skirtumas tarp socialinio tinklo ir socialinės žiniasklaidos?
Termino reikšmės prasme