Skip to main content

All Questions

Tagged with
2 votes
2 answers
109 views

Blacklist Powershell packages

Hello everyone since there is no discussion about blacklisting PowerShell packages (at least I think that there is none), I am asking you here. I asked same question on Stackoverflow but it was off ...
Silent3rror's user avatar
2 votes
1 answer
3k views

How to install SysInternals in Powershell to allow access through CLI

I am currently trying to make junctions in my Windows 10 filesystem and also need to delete a directory with process-locked files in it. SysInternals seems to have 2 great packages in the form of ...
Scott Anderson's user avatar
16 votes
1 answer
22k views

Install whereis command on alpine linux

I'm trying to install the whereis command on alpine linux 3.5 Actually I'm running the following command: apk add --update whereis But it is not working since I get this error: fetch http://dl-cdn....
Michele Carino's user avatar
3 votes
2 answers
164 views

Linux: w (who) command top-like monitor

Is there a monitor like top but for the w (who) command? It's ok if it's a package that needs to be installed. Any Linux flavor. I'd like to have a simple CLI real-time monitor of users logged into ...
mVChr's user avatar
  • 405
0 votes
1 answer
2k views

How can I upgrade ffmpeg in CentOS 6.x

At first, I've downloaded ffmpeg 0.6.5. and it works. But when I'm trying to use '-vf' option, Terminal said there's no such command. So I asked this on Super User and someone said that the cause is ...
Juneyoung Oh's user avatar
1 vote
1 answer
244 views

Unattended installation of a .pkg file in Haiku

Is there a way to do this from the command-line, additionally being able to specify the destination partition? I tried to create an empty partition, and install the package onto that, so I could just ...
Kev's user avatar
  • 1,154