Skip to content
Devils' Workshop

Devils' Workshop

The tech community blog!

  • About
  • Contact

Tag Archives: Server

Change Ubuntu Server Timezone

One simple command to change Ubuntu servers timezone to your local timezone

Posted byRahul BansalAugust 18, 2012July 3, 2019Posted inTutorialTags: Server, Timezone, Tutorials, ubuntu

Fix File Permission on Linux/Mac Server

Over the time, file permissions get messy on a linux/mac server. It really annoys (me) to see static files like images have 0755 i.e. executable permission set for them. You can use following commands to fix permissions: find . -type d -print0 | xargs -0 chmod 0775 find . -type f -print0 | xargs -0 chmod […]

Posted byRahul BansalJuly 28, 2012July 3, 2019Posted inTipsTags: Commands, Linux, Mac, Permissions, Security, Server, Wordpress
Devils' Workshop, Proudly powered by WordPress.
  • About
  • Contact