Bookmarks for 12 apr 2013 from 14:46 to 21:36

These are my links for 12 apr 2013 from 14:46 to 21:36:

  • carloslima/dhsnapshot · GitHub – This script was created out of the need to have snapshots-like backups using the DreamHost Backup service, which provides 50GB of space for personal backups but gives very limited access to it's servers. Basically, you have no SSH access, only RSync and SFTP. It can be used to backup any machine: your computer, a server or even a Dreamhost-hosted website. You just need to configure it with the path to backup, your dreamhost backup account and the private key used for authentication and it will create daily backups and keep the last 7 days, 4 weeks and 6 months.
  • palexander/dreamback · GitHub – Dreamback is the easiest way to automate your backups on dreamhost. Dreamhost does not guarantee their backups of your users (though they've saved me with backups before), so it's best to run backups yourself. This is beta quality software. Please report issues if you have them. Using Dreamback is easy: 1) Create a user on dreamhost to manage your backups 2) Log in with your new user 3) gem install dreamback 4) dreamback 5) Answer the questions to setup your automated backup
  • View all MySQL Variables for Pasting into my.cnf – This is really useful for me because I work with dozens of different database servers. The first thing I do is run this command and paste it into the servers /etc/my.cnf file. That way I will always know the original value and it just makes life much easier.
  • How Permissions Work – Permissions are a key component of the Windows Server 2003 security architecture that you can use to manage the process of authorizing users, groups, and computers to access objects on a network.

Bookmarks for 29 mar 2013 through 2 apr 2013

These are my links for 29 mar 2013 through 2 apr 2013:

Bookmarks for 19 mar 2013 through 28 mar 2013

These are my links for 19 mar 2013 through 28 mar 2013:

Bookmarks for 25 feb 2013 through 19 mar 2013

These are my links for 25 feb 2013 through 19 mar 2013:

  • owncloud 5.0: Unable to upload files – Issue #2006 – The php version of Ubuntu 10.04 LTS it's too old for Owncloud 5.0. Here an help to upgrade to php 5.4
  • Xiki – A shell console with GUI features – Xiki does what shell consoles do, but lets you edit everything at any time. It's trivial to make your own commands and menus to access other tools. [ via braindead.tumblr.com ]
  • Active Directory Management with PowerShell in Windows Server 2008 R2 – One of the first things you notice with Windows Server 2008 R2 is that PowerShell 2.0 has become central to the admin function  There is a powerful Active Directory module for Powershell that contains a provider and cmdlets that are designed to allow you to manage Active Directory from the command line. Now, you can also use versions  for previous versions of Windows Server.