Skip to main content

in1.lt – All in one about IT

Tag: monitor

Stop monitor from going to sleep in ubuntu 16.04

2017-12-112017-12-11 gintautas

Using Command Line.
I am using /etc/X11/xorg.conf file in Ubutnu 14.04, which has below lines written in it.
Section "ServerFlags"
Option "BlankTime" "60"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection

And it is working fine in Ubuntu 14.04 but not working in Ubuntu 16.04.
Read More

Install Conky

2017-12-082017-12-08 gintautas

Displaying System Details On Your Desktop With Conky System Monitor On Ubuntu:
apt-get install conky
conky -C > > ~/.conkyrc
conky

Shell script to watch the disk space

2016-01-062016-01-06 gintautas

Find out the percentage of space:
df -H | grep -vE '^Filesystem|tmpfs|cdrom' | awk '{ print $5 " " $1 }'
Output:

71% /dev/hdb1
98% /dev/hdb5

Read More

Categories

  • Be kategorijos
  • Linux
  • Websites
  • Windows

Recent Posts

  • firewalld – managing firewall from command line
  • Cockpit – remote management tools
  • How to install qbittorrent-nox [Note]
  • Install Samba on Raspberry PI
  • Raspberry Pi Media Server – MiniDLNA

Archives

  • February 2021
  • December 2020
  • September 2020
  • June 2020
  • April 2020
  • February 2019
  • January 2019
  • November 2018
  • October 2018
  • September 2018
  • July 2018
  • January 2018
  • December 2017
  • November 2017
  • August 2017
  • April 2017
  • September 2016
  • August 2016
  • July 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
sparkling Theme by Colorlib Powered by WordPress