• Uncategorized

random things

  • Uncategorized
Home » 2011 » December

Month: December 2011

Disabling logout window in Gnome on ctrl-alt-delete (on Ubunu and Debian Linux for example)

Uncategorized 2011-12-12gheja 0 Comments

It was quite annoying every time I hit ctrl-alt-del in Gnome, the Logout window appeared – instead giving the combination to the active window (virtual machines, VNC, Remote Desktop connections, etc.). Gladly this is just another global shortcut like any other ones (alt-F1 for menu, for example), therefore it can be disabled the same way:

Read More

Getting file age in a simple way

Uncategorized 2011-12-09gheja 0 Comments

I just needed a way to detect regularly if a file has been changed recently. The solution I came up with was this: now=`date +%s` mtime=`stat -c %Z /some/file` if [ $((now – mtime)) -gt 3600 ]; then     echo “xy seems to be out-of-date.” fi This checks the current time and the modification time of

Read More

Recent Posts

  • Swap the Subject and description line in Roundcube Webmail mail list
  • Using ssh-rsa public key on Ubuntu 22.04 – no mutual signature algorithm
  • “Operation not supported” – extended attributes, getfattr, setfattr
  • Repairing a broken mp4 video using untrunc – “moov atom not found”
  • systemd-tty-ask hangs

Recent Comments

  • Chris on How to repair an SQLite database
  • Mark dc on How to repair an SQLite database
  • Kimberly on How to repair an SQLite database
  • John Walker on How to repair an SQLite database
  • Jimmy McCrillis on How to repair an SQLite database

Archives

  • April 2025
  • November 2023
  • January 2023
  • April 2022
  • February 2018
  • August 2015
  • July 2015
  • May 2015
  • December 2014
  • July 2013
  • February 2013
  • January 2013
  • December 2012
  • August 2012
  • July 2012
  • May 2012
  • December 2011
  • March 2011
  • November 2010
  • August 2010
  • April 2010
  • February 2010
  • January 2010
  • December 2009
  • October 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009

Categories

  • Uncategorized

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
Simple East Blog Theme By NavThemes.com
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.Accept Read More
Privacy & Cookies Policy

Necessary Always Enabled