• Twitter
  • RSS
netjunky.net
  • Home
  • Hosting
  • Linux
  • Odoo
  • Programming
  • Therefore
  • Windows
Select Page

Delete files older than 5 days with script

by Igor | Mar 23, 2015 | Hosting, Linux

#!/bin/bash
find /tmp/ -type f -mtime +5 -exec rm -f {} \;

How to force fsck on CentOS server reboot

by Igor | Mar 23, 2015 | Hosting, Linux

shutdown -Fr now
Next Entries »

Recent Posts

  • Set default value for a field in Odoo interface
  • Odoo development setup with Ubuntu and PyCharm
  • Auto reload Odoo server after Python code change
  • Controlling Amazon EC2 instances using the AWSSDK C# API
  • Configure Proxy Server Settings in Windows 8.1

Recent Comments

  • Eva on Set default value for a field in Odoo interface
  • Mark on Configure Proxy Server Settings in Windows 8.1
  • Igor on Controlling Amazon EC2 instances using the AWSSDK C# API
  • Pavel Safronov on Controlling Amazon EC2 instances using the AWSSDK C# API
  • Peter dominy on What’s new and cool in Odoo 9

Archives

  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015

Categories

  • Hosting
  • Linux
  • Odoo
  • Programming
  • Therefore
  • Windows

Tags

Amazon Amazon Web Services ASP.NET Azure Bash C# CentOS Cloudflare cPanel Internet privacy Linux Odoo Odoo 9 Open Office PHP Programming Proxy Python Squid Therefore Ubuntu Windows 8.1

#netjunky GitHub

#netjunky

  • Hosting (9)
  • Linux (14)
  • Odoo (20)
  • Programming (9)
  • Therefore (1)
  • Windows (1)

#netjunky most used tags

Amazon Amazon Web Services ASP.NET Azure Bash C# CentOS Cloudflare cPanel Internet privacy Linux Odoo Odoo 9 Open Office PHP Programming Proxy Python Squid Therefore Ubuntu Windows 8.1
  • Twitter
  • RSS