- 2 Posts
- 13 Comments
Parodper@foros.fediverso.galto Open Source@lemmy.ml•FOSSIL: A complete Git alternativegalego4·7 months agoNah, git has a bad command line UX. Which is why the developers are working to make it better, i.e. moving from checkout to switch.
Parodper@foros.fediverso.galto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Pirate IPTV Services Blocked For Pirating The Olympics.English38·1 year agoAren’t the Olympics free?
Parodper@foros.fediverso.galto Open Source@lemmy.ml•open source pdf editor for linux based os?galego3·1 year agoMight be an issue with fonts?
Parodper@foros.fediverso.galto Linux@lemmy.ml•The 9 Smallest Linux Distros That Are Super Lightweightgalego17·1 year agoHonestly, just use Debian. It can run under 200MB of RAM (default install), so it beats all distros on the list except for TinyCore and SliTaz, and it actually has packages.
Parodper@foros.fediverso.galto Open Source@lemmy.ml•Tell Congress: Don't Allow The Return Of The Worst PatentsEnglish5·2 years agoI’ve seen many references to TCP/IP as meaning IP + everything-on-top, usually when talking about other networking technologies like UUnet, OSI, etc. Also as the TCP/IP stack, usually meaning the (Free)BSD networking code used in other systems.
I believe OP has made some mistakes when pasting the text
[Diagram] Oracle VM: Linux External IP: 192.0.2.1 Internal IP: 172.16.0.2 | | GRE Tunnel v Home Server: Linux Internal IP: 172.16.0.2 | | v Firewall: FreeBSD Internal IP: 172.16.0.1 External IP: 192.0.2.2 [Text] Home Linux Server GRE config: $ sudo ip tunnel add gre0 mode gre remote 172.16.0.2 local 192.0.2.1 ttl 255 $ sudo ip link set gre0 up $ sudo ip addr add 10.100.10.1/24 dev gre0 Home Linux Server GRE config: $ sudo ip tunnel add gre0 mode gre remote 192.0.2.2 local 192.0.2.1 ttl 255 $ sudo ip link set gre0 up $ sudo ip addr add 10.100.10.1/24 dev gre0 Firewall: nat on igb1 inet from ! (igb1) to any -> (igb1:0) nat on igb0 inet proto gre from 172.16.0.2 to any -> (igb1:0) rdr pass on igb1 inet proto gre from 141.148.84.178 to (igb1) -> 172.16.0.2
Parodper@foros.fediverso.galto Linux@lemmy.ml•Stupid question, but what makes Linux, linux?6·2 years agoApart from being open source what is Linux?
The codebase in git.kernel.org’s torvalds/linux.git
Could I not create my own operating system that is different to windows or Macos and call it Steve
Of course, in fact many people have done so: TempleOS, MINIX, SerenityOS, etc.
Parodper@foros.fediverso.galto World News@lemmy.ml•Chinese economy expected to have slipped into deflation as recovery falters156·2 years agoIt’s a bad thing because the economy slows down and companies have less income, which means less pay for the workers.
Parodper@foros.fediverso.galto Linux@lemmy.ml•Why doesn't Ubuntu support encrypted hibernate out of the box?2·2 years agoWhat do you mean by «support»? In my Debian install I created an encrypted partition + LVM and I can hibernate without issue. I believe Ubuntu has an install option for encryption, so I think it should also work.
Flatpaks for graphical apps and guix for CLI programs and libraries.
Parodper@foros.fediverso.galto Technology@beehaw.org•ChatGPT broke the Turing test — the race is on for new ways to assess AI5·2 years agoYour underlying model is not made out of words, but out of concepts. You can have multiple words that all map to the same concept, i.e. cosmos, universe, space. Or a single word that map to different concepts.
Parodper@foros.fediverso.galto Linux@lemmy.ml•RISC-V Is Now An Official Debian ArchitectureEnglish2·2 years agoThe porterbox is a HiFie Unmatched.
Cathedral vs bazaar is about development process, nothing to do with source code availability.