Magister

joined 1 year ago
[–] Magister@lemmy.world 3 points 1 week ago (1 children)

Lol, even Canadian Army would be able to win this (I hope...)

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

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

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

Ok there was something about OAS at 67, starting in 2029

[–] Magister@lemmy.world 11 points 2 weeks ago (4 children)

Shit it's 67 in Canada IIRC

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

it will be a Weyland-Yutani corp

[–] Magister@lemmy.world 1 points 2 weeks ago* (last edited 2 weeks ago)

I saw a couple of DIY portable PC like this, a SFF in a suitcase, a portable 15" screen attached to it, hinge with a small keyboard, etc, in a kind of DIY enclosure.

I wanted to do it with my mini PC (a bee-link, it's like 4"x5"x2"), with a usb-c portable monitor (no external AC adapter needed), and my Lenovo Trackpoint Keyboard II (super slim, with a trackpoint so no need for external mouse), all in a small Aluminum Attache Case

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

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

[–] Magister@lemmy.world 5 points 2 weeks 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 2 weeks 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 3 weeks ago

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

[–] Magister@lemmy.world 4 points 3 weeks ago

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

[–] Magister@lemmy.world -4 points 3 weeks 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....

 

On the web, left of my name, my avatar is a black box, but on my profile page I can clearly see it.

https://lemmy.world/u/Magister

Why? I'm pretty sure it was working months ago.

 

Je n'ai jamais rien vu d'aussi beau, la perfection, partout!

 

What a good time those years were!

15
submitted 6 months ago* (last edited 6 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)
 

Tanné de cette bullshit, arrêtez avec votre retour au travail, on y retournera pas! Je suis en télétravail depuis bientôt 4 ans et jamais je ne retournerai perdre 1h le matin et 1h le soir dans les bouchons, pour m'asseoir derrière un ordi et faire des Teams avec l'Europe et les USA, jamais.

C'est pas mon problème si les petits cafés hipsters du centre ville ont du mal, et que les tours sont vides.

 

Things like Bee-Link, Miniforums, and others?

I have a bee-link SER5 with a 5600H, for 10 months, this thing rocks, it's like 4"x4" it's incredible!

view more: next ›