Magister

joined 1 year ago
[–] Magister@lemmy.world 8 points 18 hours ago

Omg I forgot Corel Linux ! I installed it 25 years ago, wow!

[–] Magister@lemmy.world 1 points 1 week ago

it will be a Weyland-Yutani corp

[–] Magister@lemmy.world 3 points 1 week ago* (last edited 1 week ago) (1 children)

A friend cracked a ~~rub~~ rib by sneezing...

[–] Magister@lemmy.world 5 points 1 week ago

my 5680 has absolutely nothing. Checking online I found that the right one is a usb-c 3.2 and the 2 left ones are TB4. IIRC they all support DisplayPort and all support being used as the power input (165W charger), not sure for PD and fast charging a cell/tablet...

[–] Magister@lemmy.world 16 points 1 week ago (4 children)

True, my latest Dell laptop has 3 "usb-c shaped ports", there is 0 symbol anywhere close to them or the underside cover, you're on your own as to what it supports, you have to find the doc online somewhere I guess.

[–] Magister@lemmy.world 4 points 1 week ago

Yes, I'm using QEMU though, no VMware or VirtualBox .

[–] Magister@lemmy.world 4 points 1 week ago

MX Linux (debian based) works perfectly on a usb drive

[–] Magister@lemmy.world -4 points 1 week ago

What? No, it's developing countries stealing thousands and thousands of cars from rich country Canada. Buy a new RAV4 hybrid in Canada, it will be in africa/middle east in less than a month....

[–] Magister@lemmy.world 7 points 1 week ago

Well, less and less people post stuff like their vacation pic or food pic etc. Then more and more companies pay to be in your feed, so now your feed is only non-sense stuff like yours, or mine, it does not make sense, I often see posts from stuff not in my country or sometimes not in my language.

I only use FB for Marketplace (really big here), and for some FB hobby groups that replace good old forums. I never publish anything, and only one of my friend still post pictures of their journey, that's it.

In Canada it is way worst, because every sources deemed news media cannot post/share articles, imagine in the USA if your feed had no news like cnn, abc, nbc, cbs, npr, nyt, etc. but in your feed you see all the alternatives news (read: far-right, conspiracy, pro-russian, pro-musk, anti-ev, etc).

This is our reality in Canada, our facebook feed looks like twitter, full of hate and fake news. I always block them, but there are certainly thousands and thousands of bots posting those kind of thing.

FB is dead.

[–] Magister@lemmy.world 6 points 1 week ago

The pic, can be everywhere in USA, everywhere.

[–] Magister@lemmy.world 8 points 1 week ago

Canada is in America too! In Toronto for instance the average car speed is 12MPH... Always jammed, everywhere. People taking 1h30-2h the morning, and same the evening, to commute 20-25 miles.

I'm in Montreal, it's about 18mph here. It would take me ~1h+ to do my 20miles.

I WFH.

[–] Magister@lemmy.world 2 points 2 weeks ago

Old, which is the one at McDo now IIRC

15
submitted 5 months ago* (last edited 5 months ago) by Magister@lemmy.world to c/linux@lemmy.ml
 

I have an old application, EagleCAD, from 2014, a 32bit app, I managed to install it on my linux (Debian based, 64bits) and it works fine, but I had to look for and install some lib manually.

How can I package all this, the bin and libs, into one that I could easily re-install on about any distro? AppImage? Flatpak? Snap?

$ ldd ./eagle
	linux-gate.so.1 (0xf7ef4000)
	libXrender.so.1 => /lib/i386-linux-gnu/libXrender.so.1 (0xf7ec4000)
	libXrandr.so.2 => /lib/i386-linux-gnu/libXrandr.so.2 (0xf7eb5000)
	libXcursor.so.1 => /lib/i386-linux-gnu/libXcursor.so.1 (0xf7ea8000)
	libfreetype.so.6 => /lib/i386-linux-gnu/libfreetype.so.6 (0xf7dd8000)
	libfontconfig.so.1 => /lib/i386-linux-gnu/libfontconfig.so.1 (0xf7d85000)
	libXext.so.6 => /lib/i386-linux-gnu/libXext.so.6 (0xf7d6f000)
	libX11.so.6 => /lib/i386-linux-gnu/libX11.so.6 (0xf7c1d000)
	libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7c18000)
	libXi.so.6 => /lib/i386-linux-gnu/libXi.so.6 (0xf7c03000)
	libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7bfc000)
	librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xf7bf7000)
	libssl.so.1.0.0 => /lib/i386-linux-gnu/libssl.so.1.0.0 (0xf7b8a000)
	libcrypto.so.1.0.0 => /lib/i386-linux-gnu/libcrypto.so.1.0.0 (0xf798b000)
	libstdc++.so.6 => /lib/i386-linux-gnu/libstdc++.so.6 (0xf7600000)
	libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7886000)
	libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf785f000)
	libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7200000)
	/lib/ld-linux.so.2 (0xf7ef6000)
	libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xf7842000)
	libXfixes.so.3 => /lib/i386-linux-gnu/libXfixes.so.3 (0xf783a000)
	libpng16.so.16 => /lib/i386-linux-gnu/libpng16.so.16 (0xf75c3000)
	libbrotlidec.so.1 => /lib/i386-linux-gnu/libbrotlidec.so.1 (0xf782a000)
	libexpat.so.1 => /lib/i386-linux-gnu/libexpat.so.1 (0xf7597000)
	libxcb.so.1 => /lib/i386-linux-gnu/libxcb.so.1 (0xf7569000)
	libbrotlicommon.so.1 => /lib/i386-linux-gnu/libbrotlicommon.so.1 (0xf7546000)
	libXau.so.6 => /lib/i386-linux-gnu/libXau.so.6 (0xf7825000)
	libXdmcp.so.6 => /lib/i386-linux-gnu/libXdmcp.so.6 (0xf753f000)
	libbsd.so.0 => /lib/i386-linux-gnu/libbsd.so.0 (0xf7528000)
	libmd.so.0 => /lib/i386-linux-gnu/libmd.so.0 (0xf7519000)
view more: next ›