Unbuntu programs

Author: s | 2025-04-24

★★★★☆ (4.2 / 1416 reviews)

Download opera 57.0 build 3098.116 (64 bit)

Recently did a full upgrade PC and OS in Linux Mint to version 19.1 Cinnamon (Unbuntu 18.04 Bionic) The Unbuntu/Mint PPA for 2.2.2 is busted when using integrated MB How do i setup a unturned 3.0 server using the linux command line? aka unbuntu or digital ocean

ladyhorus' tera armor for uunp

Unbuntu software installation guide – Flirc

Hi All,With the recent support of TR069 of in 6.38 I was unable to find much documentation on setting up a ACS server to work with Mikrotik. After some trial and error I managed to get a working lab environment going so thought I would forward the steps I took for anyone interested. Please note this setup is strictly for labing and as such has major security flaws for a production environment I strongly recommend following and when you are ready to move to production.Install FreeACSFreeACS, installed on Unbuntu 14.04.5 LTS (GNU/Linux 3.13.0-107-generic x86_64) VM. I noticed some problems with running the the install script so have added a few steps to install some requirements manually.1) Install tomcat7, Java and SQL5.5sudo apt-get updatesudo apt-get install tomcat7sudo apt-get install default-jresudo apt-get install mysql-server-5.52) Download and install the FreeACS Scriptcd ~ && wget ... -ubuntu.shchmod 755 install-or-update-freeacs-ubuntu.sh && sudo ./install-or-update-freeacs-ubuntu.sh(I believe the script trys to install and run the most recent version of mysql instal of 5.5 which causes the prechecks to fail at the end of the installation which is why we manually install it)3) We now proceed to the steps outlined in I ignored some steps and made slightly different changes to others so I will do a run down of my version of this walkthrougha) Restart mySQLservice mysql restartb) Edit the tomcat7 configuration detailsnano /var/lib/tomcat7/conf/catalina.properties (find the string "common.loader" and append ",${catalina.base}/common,${catalina.base}/common/*.properties" to it, the end result should look like: "common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib,${catalina.home}/lib/*.jar,${catalina.home}/common/classes,${catalina.home}/common/*.jar,${catalina.base}/common,${catalina.base}/common/*.properties")nano /etc/init.d/tomcat7 (Find the line beginning with “# Required-Start:”and append “$mysql” to it.)nano /var/lib/tomcat7/common/xaps-stun.properties (find "primary.ip =" and enter the public/external IP address of your machine.)c) Restart tomcatservice tomcat7 restartd) Port forwarding and Firewall configurationThese ports will need to be mapped to the local address of your Unbuntu Machine (For more information refer to 5.3 of TCP8080 TCP443 TCP69 TCP3306 TCP3479 UDP3480 UDP9116 UDPe) Fire up a browser and navigate to if you see a login page login with admin/xaps, if successfull I suggest immediately changing the default login credentials via the GUI under permission at the top.CPE Configuration1) Download and install the TR069 package to your router via the extra packages .zip, for the hEX series you can use ... 6.38.1.zip, check for other models, extract the zip and then upload the TR069 package to your router and reboot.2) Once the router boots back up add the lines below to your configuration, this will allow connectivity from your CPE to your newly installed TR069 server, this will also ensure your CPE constantly polls to the ACS Server and supplies a unique UnitID/Username to the server.### Set TR069 Username to Ether1 mac address/system scriptadd name=identity owner=admin policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive source="delay 10;\ \n:local macaddress [/interface get ether1 mac-address]\ \n:local tidymac\ \n\ \n:for i from=0 to=([:len \$macaddress] - 1) do={ \ \n :local char [:pick \$macaddress \$i]\ \n :if (\$char = ":") do={\ \n :set \$char ""\ \n }\ \n :set tidymac (\$tidymac . \$char) \ \n}\ \n:put \$tidymac; /tr069-client set acs-url= enabled=yes password= periodic-inform-enabled=yes periodic-inform-interval=30s username=\$tidymac"###Lower polling interval /system scriptadd name=Inter owner=admin Recently did a full upgrade PC and OS in Linux Mint to version 19.1 Cinnamon (Unbuntu 18.04 Bionic) The Unbuntu/Mint PPA for 2.2.2 is busted when using integrated MB How do i setup a unturned 3.0 server using the linux command line? aka unbuntu or digital ocean 1. Install Ubuntu on Windows with Windows Subsystem for Linux (WSL)2. Install Ubuntu on Windows from a USB stick3. Install Ubuntu on Windows from a Virtual Machine (VM)Ubuntu on WindowsUpdated December 27, 2022.So you want to install Ubuntu on Windows 10 or Windows 11? Don’t worry, you’re at the right place. You might be surprised to know, but there’s no single, universal way to install and run Ubuntu on Windows.In this post, we lay out 3 ways to install and run Unbuntu on Windows 10 or Windows 11, including:WSL (Windows Subsystem for Linux).Using a USB stick.Using a VM (Virtual Machine).So, without further ado, let’s get started.1. Install Ubuntu on Windows with Windows Subsystem for Linux (WSL)The Windows Subsystem for Linux, WSL for short, is an environment created on top of the Windows operating system that helps users run the Linux environment on their Windows 10 or Windows 11.WSL includes things like command line tools, utilities, and other applications. But, keep in mind that you won’t get the default GNOME GUI that comes with other methods of installing Ubuntu in Windows 10.That is to say, you can only run Ubuntu through the Windows Terminal by using WSL. Also, to run WSL, you’ve to meet certain minimum requirements on Windows 10 or Windows 11; here they are:64-bit operating system.Windows 10 build 14393 or later.If you meet the above minimum requirements, you should be able to run Ubuntu on Windows without any difficulties. Here’s how:On your Windows machine, go to the Start menu

Comments

User8008

Hi All,With the recent support of TR069 of in 6.38 I was unable to find much documentation on setting up a ACS server to work with Mikrotik. After some trial and error I managed to get a working lab environment going so thought I would forward the steps I took for anyone interested. Please note this setup is strictly for labing and as such has major security flaws for a production environment I strongly recommend following and when you are ready to move to production.Install FreeACSFreeACS, installed on Unbuntu 14.04.5 LTS (GNU/Linux 3.13.0-107-generic x86_64) VM. I noticed some problems with running the the install script so have added a few steps to install some requirements manually.1) Install tomcat7, Java and SQL5.5sudo apt-get updatesudo apt-get install tomcat7sudo apt-get install default-jresudo apt-get install mysql-server-5.52) Download and install the FreeACS Scriptcd ~ && wget ... -ubuntu.shchmod 755 install-or-update-freeacs-ubuntu.sh && sudo ./install-or-update-freeacs-ubuntu.sh(I believe the script trys to install and run the most recent version of mysql instal of 5.5 which causes the prechecks to fail at the end of the installation which is why we manually install it)3) We now proceed to the steps outlined in I ignored some steps and made slightly different changes to others so I will do a run down of my version of this walkthrougha) Restart mySQLservice mysql restartb) Edit the tomcat7 configuration detailsnano /var/lib/tomcat7/conf/catalina.properties (find the string "common.loader" and append ",${catalina.base}/common,${catalina.base}/common/*.properties" to it, the end result should look like: "common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib,${catalina.home}/lib/*.jar,${catalina.home}/common/classes,${catalina.home}/common/*.jar,${catalina.base}/common,${catalina.base}/common/*.properties")nano /etc/init.d/tomcat7 (Find the line beginning with “# Required-Start:”and append “$mysql” to it.)nano /var/lib/tomcat7/common/xaps-stun.properties (find "primary.ip =" and enter the public/external IP address of your machine.)c) Restart tomcatservice tomcat7 restartd) Port forwarding and Firewall configurationThese ports will need to be mapped to the local address of your Unbuntu Machine (For more information refer to 5.3 of TCP8080 TCP443 TCP69 TCP3306 TCP3479 UDP3480 UDP9116 UDPe) Fire up a browser and navigate to if you see a login page login with admin/xaps, if successfull I suggest immediately changing the default login credentials via the GUI under permission at the top.CPE Configuration1) Download and install the TR069 package to your router via the extra packages .zip, for the hEX series you can use ... 6.38.1.zip, check for other models, extract the zip and then upload the TR069 package to your router and reboot.2) Once the router boots back up add the lines below to your configuration, this will allow connectivity from your CPE to your newly installed TR069 server, this will also ensure your CPE constantly polls to the ACS Server and supplies a unique UnitID/Username to the server.### Set TR069 Username to Ether1 mac address/system scriptadd name=identity owner=admin policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive source="delay 10;\ \n:local macaddress [/interface get ether1 mac-address]\ \n:local tidymac\ \n\ \n:for i from=0 to=([:len \$macaddress] - 1) do={ \ \n :local char [:pick \$macaddress \$i]\ \n :if (\$char = ":") do={\ \n :set \$char ""\ \n }\ \n :set tidymac (\$tidymac . \$char) \ \n}\ \n:put \$tidymac; /tr069-client set acs-url= enabled=yes password= periodic-inform-enabled=yes periodic-inform-interval=30s username=\$tidymac"###Lower polling interval /system scriptadd name=Inter owner=admin

2025-04-06
User7537

1. Install Ubuntu on Windows with Windows Subsystem for Linux (WSL)2. Install Ubuntu on Windows from a USB stick3. Install Ubuntu on Windows from a Virtual Machine (VM)Ubuntu on WindowsUpdated December 27, 2022.So you want to install Ubuntu on Windows 10 or Windows 11? Don’t worry, you’re at the right place. You might be surprised to know, but there’s no single, universal way to install and run Ubuntu on Windows.In this post, we lay out 3 ways to install and run Unbuntu on Windows 10 or Windows 11, including:WSL (Windows Subsystem for Linux).Using a USB stick.Using a VM (Virtual Machine).So, without further ado, let’s get started.1. Install Ubuntu on Windows with Windows Subsystem for Linux (WSL)The Windows Subsystem for Linux, WSL for short, is an environment created on top of the Windows operating system that helps users run the Linux environment on their Windows 10 or Windows 11.WSL includes things like command line tools, utilities, and other applications. But, keep in mind that you won’t get the default GNOME GUI that comes with other methods of installing Ubuntu in Windows 10.That is to say, you can only run Ubuntu through the Windows Terminal by using WSL. Also, to run WSL, you’ve to meet certain minimum requirements on Windows 10 or Windows 11; here they are:64-bit operating system.Windows 10 build 14393 or later.If you meet the above minimum requirements, you should be able to run Ubuntu on Windows without any difficulties. Here’s how:On your Windows machine, go to the Start menu

2025-04-04
User8610

The second option “Automatically repair downloads (using PAR2)” is equally important. Let Binreader do the work for you. While the third option isn’t checked by default the client will remove the files from the download list when finished if you like. If not they are easy to clean up.We left the RAR handling set to the default “Start extracting while you download”. The download folder is important. Especially if you decide to run Binreader off a thumbdrive like we did. By default content is held in a downloads folder under the Binreader app folder. This is easy to change. For those using the reader in a normal setting the default is convenient. We did not modify any of the other settings. Now it was time to test some newsgroup downloads. First we had to find a good NZB file for testing. We headed over to NZB.cc to find a Ubuntu NZB.After finding a good Ubuntu NZB we downloaded the file and went back to Binreader. Clicking “Add NZB” and selecting the NZB file will automatically queue and start the download as shown below.As you can see in the image the download immediately started and the PAR2 files are paused. They are only downloaded if necessary to repair the archive. In our case Unbuntu downloaded and was automatically extracted without any need for repair.After the download is completed you can simply click the “Downloads” button at the top of the Binreader interface and find your content. One other note, when deleting downloads from within the Binreader interface it will ask whether you want to delete just the entry or the associated files. Make sure to click “No” if you only want the entries deleted. The message is clear but we wouldn’t want anyone accidentally deleting their downloaded content.Well that wraps up our review or Binreader. We enjoyed the Usenet client and look forward to using the portable version while on travel. Definitely download a free copy of Binreader and enjoy!

2025-04-05
User9140

Period of time Microsoft Teams has been immensely popular among startups small businesses and corporations around the world. TeamViewer Meeting installs on your desktop all the essential meeting tools you need to communicate better with your teams and clients from anywhere. The tool lets you create a shared workspace to collaborate with multiple members of your team with. Download 64-bit Download on the Microsoft Store. This setup file contains Windows 10 Professional a Starting Windows 10. 100 Safe and Secure Free Download 64-bit Latest Version 2021. You can also use this tool on Windows XP Windows 7 8 and Windows 10 operating system. Choose your download option based on the prossesor you have. Select About This Mac. Cisco Webex Teams app for Windows 10 Download Cisco Webex Teams for Windows 1087 64-bit32-bit. Veejay be an independent advisor but listen to the community the download link ONLY gives the 64bit version even if your office installation is 32 bit. If you need to activate your Windows or Office then you should use this tool that is fully free for you. Download Microsoft Teams on any Device All versions can be found here even IOS and Unbuntu. Download Microsoft Teams - Microsoft Teams is an entirely new experience that brings together people conversations and contentalong with the tools that teams needso they can easily. It is the successor to the companys most popular Windows 10 OS. In the Overview tab look for Processor or Chip. Download Microsoft Teams 140019572 from our software library for free. Download TeamViewer now to connect to remote desktops provide remote support and collaborate with online meetings and video conferencing. Microsoft Teams is a very complete tool that can improve communication within a group thats working together on common projects. Download 3264 Bit Windows and setup Guide- Microsoft recently launched the next generation of Windows 11. Team messaging file sharing white boarding video meetings and calling. You can use kms tool on Windows 32-bit or 64-bit operating system. For the 64-bit version. Install Cisco Webex Teams latest full setup on your PClaptop Safe and Secure. Pin On Mon Microsoft Teams Download Free For Windows 10 7 8 8 1 32 64 Bit Latest Microsoft Windows 10 Communication Tools Pin On Software Free Pin On Computer Latest Windows 10 Home Keygen Download 2019 Working 32 64 Bit Windows 10 Windows Windows 10 Microsoft Download Windows 8 Pro Iso 32 Bit 64 Bit Free Tablet Touch Screen Technology Windows 10 Activator 32 64 Bit 100 Working Features Of Kmspico Windows 10 Activator About Windows Windows 10 Operating System Windows 10 Personal Computer Pin On Tech Tips Windows 7 Gold Edition Iso Fully Activated Genuine X86 X64 Free Download Is Here

2025-04-15
User6969

File created %LOCALAPPDATA%\Programs\MiKTeX\tex4ht\ht-fonts\alias\gbk\gbkyou\gbkyou59.htf new file created %LOCALAPPDATA%\Programs\MiKTeX\tex4ht\ht-fonts\alias\kurier\sy-iwona new catalogue created %LOCALAPPDATA%\Programs\MiKTeX\fonts\source\public\amsfonts\symbols\msam8.mf new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmtt8.pfm new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\enc\dvips\arabi\arsimplified.enc new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\adobe new catalogue created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\babel\locale\asa new catalogue created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\babel\locale\ha\babel-ha.ini new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\babel\locale\nyn\babel-nyn.ini new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\babel\locale\yo\babel-yoruba.tex new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\latex\biblatex\bbx\authortitle-tcomp.bbx new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\urw35vf\bookman\ubkri7t.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\public\cm\cmb10.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\vf\cspsfonts-adobe\courier\pcrro8u.vf new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\public\csfonts\cstcsc10.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\source\jknappen\ec\ecbi0600.mf new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\source\jknappen\ec\ecsx2074.mf new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\source\jknappen\ec\tcsi3583.mf new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\jknappen\ec\ecoc1728.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\jknappen\ec\tcci0500.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\enctex\utf8off.tex new file created %LOCALAPPDATA%\Programs\MiKTeX\ghostscript\base\stocht.ps new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\monotype\helvetic\mhvbi.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\doc\generic\hyph-utf8 new catalogue created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\hyph-utf8\patterns\tex\hyph-cs.tex new file created %LOCALAPPDATA%\Programs\MiKTeX\doc\latex\l3kernel\l3news05.tex new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\afm\public\lm\lmbsy5.afm new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\public\lm\cs-lmr10.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\public\lm\qx-lmss17.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\public\lm\ts1-lmbx12.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\latex\lm\il2lmr.fd new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\latex\base\lablst.tex new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\luatex\luaotfload\luaotfload-database.lua new file created %LOCALAPPDATA%\Programs\MiKTeX\metapost\support new catalogue created %LOCALAPPDATA%\Programs\MiKTeX\miktex\bin\x64\miktex-lacheck.exe new file created %LOCALAPPDATA%\Programs\MiKTeX\tpm\packages\miktex-web-bin-x64-2.9.tpm new file created %LOCALAPPDATA%\Programs\MiKTeX\doc\latex\oberdiek\pdfcolfoot.pdf new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\vf\adobe\palatino\pplr.vf new file created %LOCALAPPDATA%\Programs\MiKTeX\doc\generic\pgf\text-en\plots\pgf-asymptotic-example.gnuplot new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\pgf\basiclayer\pgfcoregraphicstate.code.tex new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\pgf\graphdrawing\lua\pgf\gd\interface\Scope.lua new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\latex\pgf\frontendlayer new catalogue created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\ruhyphen\ruenhyph.tex new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\tex4ht\cp1250.4ht new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\tex4ht\seslideb.4ht new file created %LOCALAPPDATA%\Programs\MiKTeX\tex4ht\ht-fonts\alias\adobe\mathptmx\zptmcm7v.htf new file created %LOCALAPPDATA%\Programs\MiKTeX\tex4ht\ht-fonts\alias\adobe\utopia\putbo8r.htf new file created %LOCALAPPDATA%\Programs\MiKTeX\tex4ht\ht-fonts\alias\cjk\b5ka\ntufsm47.htf new file created Special Offer: Click "Scan Your PC" to download Outbyte PC Repair and perform a free scan to identify and rectify Basic-miktex-21.1-x64.exe related issues.

2025-04-13
User9426

Basic-miktex-21.1-x64.exe is part of MiKTeXSetupWizard and developed by MiKTeX.org according to the Basic-miktex-21.1-x64.exe file information. In certain cases, malicious trackers and scripts can disguise themselves as legitimate files, like Basic-miktex-21.1-x64.exe, leading to glitches, overload and system malfunctions.In such cases, Basic-miktex-21.1-x64.exe can create unnecessary records and folders in the Windows registry. Check your PC to eliminate possible application conflicts and system failures. Consider running a Free Scan for Basic-miktex-21.1-x64.exe related Issues to identify and fix potential problems efficiently. Special Offer: Select your preferred language and click “Download Now” to get Outbyte PC Repair, a utility specifically designed for system optimization and addressing Basic-miktex-21.1-x64.exe related issues. Outbyte PC Repair will automatically identify and rectify potential system discrepancies and inefficiencies. The software is regularly updated to provide users with the latest, manufacturer-approved versions. It's compatible with the Windows 7 your machine is currently running.Basic-miktex-21.1-x64.exe's description is "MiKTeXSetupWizard".%LOCALAPPDATA%\Programs\MiKTeX\miktex\bin\x64\initexmf.exe%LOCALAPPDATA%\Programs\MiKTeX\miktex\bin\x64\mpm.exe %LOCALAPPDATA%\Programs\MiKTeX\fonts\source\public\amsfonts\symbols\msam7.mf new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmtt8.pfb new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\enc\dvips\arabi\aromega.enc new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\map\dvips\avantgar\uag.map new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\babel\locale\as\babel-assamese.tex new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\babel\locale\ha\babel-ha-NE.ini new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\babel\locale\nyn\babel-nyankole.tex new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\babel\locale\yo\babel-yo.ini new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\latex\biblatex\bbx\authortitle-icomp.bbx new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\urw35vf\bookman\ubkrc8t.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\public\cm new catalogue created %LOCALAPPDATA%\Programs\MiKTeX\fonts\vf\cspsfonts-adobe\courier\pcrrc8u.vf new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\public\csfonts\csssqi8.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\source\jknappen\ec\ecbi0500.mf new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\source\jknappen\ec\ecsx1728.mf new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\source\jknappen\ec\tcsi2986.mf new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\jknappen\ec\ecoc1440.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\jknappen\ec\tcbx3583.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\enctex\utf8math.tex new file created %LOCALAPPDATA%\Programs\MiKTeX\ghostscript\base\stc_l.upp new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\monotype\helvetic\mhvb8t.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\tpm\packages\hyperref.tpm new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\hyph-utf8\patterns\tex\hyph-cop.tex new file created %LOCALAPPDATA%\Programs\MiKTeX\doc\latex\l3kernel\l3news05.pdf new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\afm\public\lm\lmbsy10.aft new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\public\lm\cs-lmduno10.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\public\lm\qx-lmss12.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\tfm\public\lm\ts1-lmbx10.tfm new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\latex\lm\il2lmdh.fd new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\latex\base\inputenc.sty new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\luatex\luaotfload\luaotfload-configuration.lua new file created %LOCALAPPDATA%\Programs\MiKTeX\metapost\base\upmpost.mp new file created %LOCALAPPDATA%\Programs\MiKTeX\tpm\packages\miktex-kpathsea-bin-x64-2.9.tpm new file created %LOCALAPPDATA%\Programs\MiKTeX\miktex\bin\x64\miktex-weave.exe new file created %LOCALAPPDATA%\Programs\MiKTeX\doc\latex\oberdiek\pdfcol.pdf new file created %LOCALAPPDATA%\Programs\MiKTeX\fonts\vf\adobe\palatino\pplbu.vf new file created %LOCALAPPDATA%\Programs\MiKTeX\doc\generic\pgf\text-en\plots new catalogue created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\pgf\basiclayer\pgfcoreexternal.code.tex new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\pgf\graphdrawing\lua\pgf\gd\interface\InterfaceToDisplay.lua new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\latex\pgf\doc\pgfmanual.sty new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\ruhyphen\koi2ucy.tex new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\tex4ht\covington.4ht new file created %LOCALAPPDATA%\Programs\MiKTeX\tex\generic\tex4ht\seminar.4ht new file created %LOCALAPPDATA%\Programs\MiKTeX\tex4ht\ht-fonts\alias\adobe\mathptmx\zptmcm7t.htf new file created %LOCALAPPDATA%\Programs\MiKTeX\tex4ht\ht-fonts\alias\adobe\utopia\putbo7t.htf new file created %LOCALAPPDATA%\Programs\MiKTeX\tex4ht\ht-fonts\alias\cjk\b5ka\ntufsm46.htf new file created %LOCALAPPDATA%\Programs\MiKTeX\tex4ht\ht-fonts\alias\EB_Garamond\EBGaramond-ExtraBoldItalic-lf-sc-ot1.htf new file created %LOCALAPPDATA%\Programs\MiKTeX\tex4ht\ht-fonts\alias\EB_Garamond\EBGaramond-SemiBold-osf-swash-ly1.htf new file created %LOCALAPPDATA%\Programs\MiKTeX\tex4ht\ht-fonts\alias\gbk\gbkcy\gbkcy80.htf new file created %LOCALAPPDATA%\Programs\MiKTeX\tex4ht\ht-fonts\alias\gbk\gbkkai\gbkkai51.htf new file created %LOCALAPPDATA%\Programs\MiKTeX\tex4ht\ht-fonts\alias\gbk\gbksu\gbksu22.htf new file created %LOCALAPPDATA%\Programs\MiKTeX\tex4ht\ht-fonts\alias\gbk\gbkxk\gbkxk88.htf new

2025-04-19

Add Comment