How to install MATE on Linux Mint 17 Qiana?
I am using Linux Ming 17 Qiana. How to install MATE on Linux Mint 17?
In Linux Mint, the package that installs MATE is ‘mint-meta-mate’:
$ sudo aptitude install mint-meta-mate
I am using Linux Ming 17 Qiana. How to install MATE on Linux Mint 17?
In Linux Mint, the package that installs MATE is ‘mint-meta-mate’:
$ sudo aptitude install mint-meta-mate
I have seen the question Better way to count total page views? I think, the better way is.. We can save the number of page views in the database. It is acceptable. But, it is not fulfilling my requirement, if many different users can appear to have the same IP Address (e.g, if they are…
For most of cases, you should not disable SELinux. However, for some users, SELinux may cause problems or is not needed. We may just make it not block operations or totally disable it. Making SELinux log warnings instead of blocking For many cases, people find SELinux blocks operations. For tests or some other situations, you…
We need more loop devices on Linux than the default number (most commonly 8) some time, such as we are building 12 or more virtual machines on top of xen using loop device backed VBD. In this post, we want to use 32 loops. 1. If loop device is compiled directly in the kernel Pass…
# 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…
The encoding of x86 and x86-64 instructions is well documented in Intel or AMD’s manuals. However, they are not quite easy for beginners to start with to learn encoding of the x86-64 instructions. In this post, I will give a list of useful manuals for understanding and studying the x86-64 instruction encoding, a brief introduction…
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 Read more: How to view .mbox files on Linux? How to view a file at a specific commit in git?…