Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Someone just recently hacked my Linux server and installed some software on it. Just to be sure if it was the hacker i want to find out which software were installed and when those software were installed recently?
You can find the complete log of the software installed in the /var/log/dpkg.log file. You can view it using sudo nano /var/log/dpkg.log
Related
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 days ago.
Improve this question
I need to reset the root password on linux ubuntu, but I do not have access to sudo and grub, I have access to bios. There is only one OC on the computer
I tried to go to grub, but nothing happened, I looked at the guides, but they did not help
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 days ago.
Improve this question
I am trying to statr a HSQLDB basic database on linux, but it is obviously a .bat, and can't do it natively. I also tried open a cmd on Wine but didn't work.
Is there any way to run it on Linux?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 11 months ago.
Improve this question
How can I installed remix IDE on desktop for offline use because sometimes I don't have internet. I'm not be able to find it.
This is where you can download the desktop version
https://github.com/ethereum/remix-desktop/releases/
this is the guide:
https://medium.com/remix-ide/getting-started-with-remix-desktop-5f6380568d12
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
Is there any way that i can find the most frequently applications used by a user in Linux? In Windows you can read this information from registry.
Make sure that accounting is turned on:
chkconfig psacct on && /etc/init.d/psacct start
...and then get summary info with sa. Look at examples here or here.
My own experience is that the most frequent command in the account is a shell.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I want to install VMware tools on Arch Linux, but when I click to install VMware tools and when I try to find it in "/media/cdrom" , I do not find it.
Try installing the VMware tools using Pacman.
A list of the various packages is in the Package Database, VMware.