Magister

joined 1 year ago
[–] Magister@lemmy.world 21 points 3 hours ago

USA a dictatorship January 20th, the next day Infowars will go back to Jones.

[–] Magister@lemmy.world 34 points 1 day ago (2 children)

don't worry, DOGE will abolish the FBI, you'll be able to work wherever you want!

[–] Magister@lemmy.world 3 points 1 day ago (2 children)

I guess the full 25 billions$ will go to Musk/SpaceX

[–] Magister@lemmy.world 47 points 1 day ago (15 children)

It's special, from the outside (I'm not American) to see the USA will go in full blast dictatorship in 2 months. If we believe Trump will do what he said, basically there will be no more future election, no department of education, no FBI, no press freedom, no veteran healthcare, etc and also Hillary, the Biden, Obama, etc will be in jail yada yada.

Will see from the outside, with a popcorn bucket, the shitshow.

From the outside, a lot of people are also saying that USA deserved it because they voted for it, like brexit for instance.

Sorry for you guys ☹️

[–] Magister@lemmy.world 13 points 1 day ago (4 children)

If they say to Trump "cut FBI, cut NASA", Trump will do it, and all fund for space exploration will got to SpaceX by the way.

[–] Magister@lemmy.world 20 points 1 day ago (2 children)

375... only after 375 calls in 2+ years that they decided to do something?

Anyway SWAT needs those calls, else they would be fell as useless and their budget cut.

[–] Magister@lemmy.world 1 points 2 days ago (1 children)

Install MX Linux (not the AHS version) it is Debian based and pretty nice

[–] Magister@lemmy.world 23 points 3 days ago (2 children)

DOGE will abolish the FBI, good luck 🤞🏻

[–] Magister@lemmy.world 6 points 3 days ago

Don't worry, DOGE will abolish FBI

[–] Magister@lemmy.world 6 points 3 days ago

Canada would be easy, but you cannot just go there and work

[–] Magister@lemmy.world 1 points 3 days ago

PWA in Linux is unusable yep, with FF or Edge, super buggy.

I'm using Teams in Windows, I have a software KVM to move between my Linux PC and work windows laptop

[–] Magister@lemmy.world 19 points 3 days ago (4 children)

Well, I'm a unix guy for 30 years and hated M$ bill gates blablabla and forced to use windows at work etc. Teams was somewhat bad at the beginning, especially start of covid pandemic , I'm using Teams multiple times daily for ~5 years now. But since ~1 year it handles video call pretty nicely, 20+ feeds, share screens, whiteboard, etc. it's pretty stable at least, don't crash anymore, and we can have multiple accounts. It took times to reach this state I agree...

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