• 1 Post
  • 90 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle

  • “Is this a common issue with samba” - no.

    Samba shuffles rather a lot of data, quite happily. You have not given us an exhaustive description of the shoddy wiring, dodgy switches and wonky configuration that makes up your network. If it was perfect, you would not be posting here.

    There is one snag with CIFS (Samba follows MS’s standards and ironically, I think that CIFS is now renamed back to SMB) that I am aware of, so SMB … snag: SMB will indicate that a chunk of data has been received successfully but not that it has been written to disc successfully. NFS will notify that a chunk of data has been written to disc.

    The difference is subtle but if there is not a battery backed RAID involved then SMB/CIFS can lose data if the system restarts part way through a write.

    Your issue is probably hardware related. Test your network with say iperf3. Have a look at network stats. Don’t rely on cargo cult bollocks - do some investigations. Nowadays we have nearly all the tools as open source to do the entire job - we did not have that 30 years ago. Grab wireshark, nmap, mtr and the rest and get nerdy (or hire me to do it - don’t do that please!)








  • If the boy has a gaming rig, then he also has a CAD workstation.

    I managed to get a dodgy copy of AutoCAD 2 running on my 80286 with an 80287 maths co pro that I persuaded my parents to buy me for Chrimbo. Sadly, it was a bit shite. The next version of AutoCAD needed a 32 bit machine with 32 MB (yes MB) of RAM. That was way out of my league.

    Depending on the age of the boy and given how long the little darlings are tending to hang around these days, a constructive bribery system in lieu of rent or pocket money enhancement might be in order 8)


  • gerdesj@lemmy.mltoLinux@lemmy.mlwhat do you think of mit??
    link
    fedilink
    English
    arrow-up
    8
    ·
    5 months ago

    such not being able to mix with any type of license

    GPL licenced software merely has to comply with the GPL - make your changes available to all etc. The whole point of the GPL is to ensure that you can take but enforces that you give back too. It’s the Stone Soup thing.

    MIT is loved by say Apple because they can take your work, do their thing and not have to contribute back. To be fair, Appley stuff is now quite a long way away from BSD!

    As I’m feeling charitable, I should also point out that CUPS is/was largely Apple driven, as is Avahi/Bonjour. I can deploy a Linux box and expect it to find and setup available printers without having to do anything.



  • It’s always DNS (unless it’s NTP).

    So now should we add dd to DNS and NTP? No. dd an image over something you shouldn’t is simply a daft thing to do and I’m sure many here use dd instead of a GUI or something more friendly that stops you from doing the daft thing. However, forgetting to consider DNS and NTP is when you cease to be a technician. DNS and NTP failure cause way more problems than they should at a casual glance.

    When I was a lad people used to riff on # rm -r ./ * destroying systems (lol). Bear in mind that . means current directory and … means parent directory and that all directories apart from / have both . and … entries. So rm -r should walk both upwards and then downwards. Even better, because Unix type systems can do this sort of thing, deleting the rm binary itself won’t stop the destruction. I’m not sure when the box would eventually panic, if at all. I think I’ll clone a VM and find out.

    rm these days won’t do that. It even has a --no-preserve-root option …


  • Evolution. It works with MS Exchange.

    I have an elderly and rather unloved Gmail account for testing and spam reception only and a couple of Yubi keys so I’ll see what I can do with them. I probably ought to use the Gmail account more but I’m concerned that Google will kill it off 8) I got it when the G stood for gigabyte because everyone else set quotas in the 10s or low 100s of megabytes. “Do no evil” Google were as cool as fuck but that was a long time ago. Sad really.



  • mead

    Do you really drink a honey based brew?

    There is almost certainly a binary version of gcc in Gentoo. I ran Gentoo for 20 odd years and also generally insisted on compiling everything. I recall gcc going from v3 to 4. My laptop ran for over a week on a glass table with a prop to keep the fan vent unobstructed.

    I probably should have learned back then that I didn’t really understand exactly how the toolchain worked and how to get from ebuilds to binary code really works. I’m a sysadmin and not a programmer.

    With hindsight, I suggest that you pick your fights with care. Use the bin versions of entire packages where available and enjoy the flexibility of USE when it will make a difference.

    gcc is not the biggest lump you will compile but it does take a while. It was rather slower 20 years ago.


  • Mint has managed to become a meme and that’s no bad thing, per se, but it can look a bit odd to the cognoscenti. Anyone doing research by search engine looking to escape MS towards Linux will find Mint as the outstanding suggestion.

    That’s just the way it is at the moment: Mint is the gateway to Linux. Embrace that fact and you are on the way to enlightenment.

    I am the MD of a small IT company in the UK. I’ve run Gentoo and then Arch on my daily drivers for around 25 years. The rest of my company insist on Windows or Apples. Obviously, I was never going to entice anyone over with Gentoo or even Arch, although my wife rocks Arch on her laptop but I manage that and she doesn’t care what I call Facebook and email.

    We are now at an inflection point - MS are shuffling everyone over to Azure with increasing desperation: Outlook/Exchange and MS Office will be severely off prem. by around 2026. So if you are going to move towards the light, now is a good time to get your arse in gear.

    I now have Kubuntu on my work desktop and laptop. You get secure boot out of the box, along with full disc encryption and you can also run a full endpoint suite (ESET for us). That scores a series of ticks on the Cyber Essentials Plus accreditation and that is required in my world.

    AD etc: CID - https://cid-doc.github.io/ pretty nifty. I’ve defined the equivalent of Windows drive letters as mounts under home, eg: ~/H: - that works really well.

    Email - Gnome Evolution with EWS. Just works. Used it for years.

    Office - Libre Office. I used to teach people how to use spreadsheets, word processors, databases and so on. LO is fine. Anyone attempting to tell me that LO can’t deal with … something … often gets … educated. All software has bugs - fine, we can deal with that. I recently showed someone how decimal alignment works. I also had to explain that it is standard and not a feature of LO.

    For my company the year of Linux on the desktop has to be 2025 (with options on 2026). I have two employees who insist on it now and I have to cobble together something that will do the trick. I get one attempt at it and I’ve been doing application integration and systems and all that stuff for quite a while.

    Linux has so much to give as an ecosystem but we do need to tick some boxes to go properly mainstream on the desktop and that needs to happen sooner rather than later.


  • Because Ubuntu LTS works very reliably

    Ubuntu pulled a blinder many years ago with their LTS model. You get a new one every two years with five years support for each one and a guarantee of moving from one to the next. That gives you quite a lot of time to deal with issues, without requiring you to live in the stoneage.

    For example: Apache Guacamole is a webby remote access gateway thingie. It currently requires tomcat9 because TC9->10 is a major breaking change. Ubuntu 22.04 has TC9 and Ubuntu 24.04 has a later version (probably 10). However Ubuntu 22.04 is supported until 2027. So we stick at Ubuntu 22.04 and get security updates etc.

    Guacamole is currently at 1.5.5, and the next version will be 1.6.0. The new version will have lots of functionality additions. The devs will then worry about Tomcat editions and the like. Meanwhile Ubuntu will still be supported.

    In my opinion the two year release/five year supported model is an absolute belter.