jasperreport to export PDF with other font MATRIX

2023-01-21   ES  

1. Modify GRUB file

vim /etc/default/grub

Find

GRUB_CMDLINE_LINUX="xxxx"

Modification

GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"

2. Enter the following command, update the GRUB configuration file

update-grub

If there is no such command, please enter the installation command first

apt-get install grub2-common

3. Edit the corresponding files to “ENP0S3” to “ETH0”

sudo vi /etc/network/interfaces

4. Restart system

reboot

5. View network card

ifconfig

source

Related Posts

nodejs knowledge point

Android realizes monitoring and calling and recording it to the local bamboo forest

vmware cloning CentOS7 virtual machine

kotlin declare variables to remove the question mark (?) Use keyword Lateinit

jasperreport to export PDF with other font MATRIX

Random Posts

Docker lightweight management tool Portainer Xinghe

Use PyeChartsco in Django

Luogu P6192 [Template] The smallest Stanner Tree

Writing the program of the order N. Requirement: Write a function to achieve a grade of a given value of N. The main function is responsible for determining the value of N, calling a custom function, and outputting the calculation result. Write a step -by -line function of N and call

MyBatis’s physical class and table fields corresponding to ResultMap writing