Skip to main content

All Questions

0 votes
1 answer
972 views

How to check BIOS Settings from Terminal (CentOS 7)?

I am trying to verify three BIOS settings on remote Linux machines (Dell OptiPlex 3090) with CentOS 7 on them. I want to check AC Recovery is Enabled, Wake on LAN, and Block Sleep. I've tried multiple ...
Student1860's user avatar
2 votes
1 answer
1k views

Creating XFCE4 Application Shortcuts from the terminal (CentOS)

I am trying to add a new application shortcut in the command line which will load the terminal when you press Ctrl + Alt + T. I am using the xfconf-query utility to monitor xfce4-keyboard-shortcuts ...
hymcode's user avatar
  • 83
5 votes
1 answer
2k views

How to know the utilization of intel CPU and GPU in Linux?

In ubuntu, to know the time taken by CPU to run a program we would use time in terminal. Whereas in case of intel GPU, we would use intel_gpu_time. But in case of CentOS time command works. But ...
user176598's user avatar
60 votes
4 answers
127k views

Encode with ffmpeg using avi to mp4

What command lines to use to convert from avi to mp4, but without destroying the framesize and making the file small as the original size or a little bit bigger, and same thing with mp4 to avi? ...
dale's user avatar
  • 767