Tuesday, February 14, 2023

Calculate Linux

 uname -srm


eix firefox


sudo emerge firefox


++


♥♠♣♥♠♣♥♠♣♥♠♣♥♠♣♥♠♣♥♠♣♥♠♣♥♠♣♥♠♣♥♠♣

Do you need encouragement while typing the best code ever?

Try this:


https://github.com/nifanfa/MOOS


Antix XFCE


https://www.howtogeek.com/867350/notepad-plus-plus-on-linux/


https://jellyfin.org/


https://en.wikipedia.org/wiki/Jellyfin


http://www.rohitab.com/apimonitor


https://blog.goranrakic.com/2011/04/midlver_za_licnu_kartu_na_gnulinuxu_naokolo_brze.html


https://github.com/frankmorgner/vsmartcard


https://www.elitesecurity.org/t474616-1


https://docs.strongswan.org/docs/5.9/howtos/smartcards.html


eUPRAVA na Linuxu ?


https://docs.citrix.com/en-us/linux-virtual-delivery-agent/current-release/configure/authentication/support-for-smart-cards.html











Lazarus-ide goodies:

const
  UTF8BOM: array[0..2] of Byte = ($EF, $BB, $BF);
var
  UTF8Str: UTF8String;
  FS: TFileStream;



begin

  UTF8Str := UTF8Encode(Memo3.Text);

//teka := ...;

  FS := TFileStream.Create(teka, fmCreate);

      try
        FS.WriteBuffer(UTF8BOM[0], SizeOf(UTF8BOM));
        FS.WriteBuffer(PAnsiChar(UTF8Str)^, Length(UTF8Str));
      finally
        FS.Free;
      end;


OpenDocument(teka);

end;




No comments:

Post a Comment

Коментар: