How to view DVI files on Linux?
How to view the DVI files generated by latex
on Linux? It seems evinece
can not open it.
After install the evince-dvi
package, evince
should be able to view dvi files:
# yum install evince-dvi
How to view the DVI files generated by latex
on Linux? It seems evinece
can not open it.
After install the evince-dvi
package, evince
should be able to view dvi files:
# yum install evince-dvi
How to print out a plain text file with line numbers in Linux? Use the nl command: nl text-file Find options in the nl manual. Read more: How to add a space between the line numbers and text content in Emacs? Deleting a Specific Line From a Text File in Command Line in Linux How…
This post summarizes Linux Kernel new features, bugfixes and changes in Linux 4.9.60 Release. Linux 4.9.60 Release contains 24 changes, patches or new features. In total, there are 64,224 lines of Linux source code changed/added in Linux 4.9.60 release compared to Linux 4.9 release. To view the source code of Linux 4.9.60 kernel release online,…
VMware Player and VirtualBox are two cool and free full virtualization solutions and both can run on top of a Linux host. In this post, I introduce how to install, run, and uninstall VMware Player and VirtualBox on Fedora Linux. VMware Player Install VMware Player Download the installation bundle from VMware’s website. For example, the…
In Bash, how to print a string as a line to STDOUT? That is, the string and the newline character, nicely? And similarly, how to print the line to STDERR? In Bash, you can simply use the echo command: echo “your message here” or echo your message here Examples: $ echo the message here the…
MAC stands for Media Access Control which is a six byte number, usually expressed as a twelve digit hexadecimal number. IPs in LAN are translated to MAC address by the ARP (Address Resolution Protocol) protocol. For some reasons such as keeping the true MAC address from being logged, accessing to the network which bounds IPs…
# ssh root@192.168.122.96 root@192.168.122.96’s password: Permission denied, please try again. Do according to [1]. NOTE: on Ubuntu, remember to restart ssh service like this “sudo restart ssh”. [1] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/v2v_guide/preparation_before_the_p2v_migration-enable_root_login_over_ssh Read more: I cannot login Ubuntu Precise desktop ‘dd’ command cannot support calculation for its parameters How can I login without password and run command in…