Download ExactMouse tool from https://steelseries.com/downloads and put it to "Always On".
defaults write -g com.apple.mouse.scaling 7Download ExactMouse tool from https://steelseries.com/downloads and put it to "Always On".
defaults write -g com.apple.mouse.scaling 7mklink /J "%APPDATA%\Apple Computer\MobileSync\Backups" "F:\_Backups\iPhoneBackups"mklink /J "C:\Users\Christophe\AppData\Local\Microsoft\Outlook" "F:\_Backups\Outlook"apt-get update
apt-get upgrade
apt-get install git
wget https://apt.puppetlabs.com/puppetlabs-release-trusty.deb
dpkg -i puppetlabs-release-trusty.deb
apt-get update
apt-get install puppet
puppet config print manifest --section master --environment production
cd /etc/puppet/Open regeditand navigate to HKLM/Software/Microsoft/Windows NT/Winlogon.
Make sure to set the following keys
DefaultDomainName = YourDomain (REG_SZ)
DefaultUserName = YourUser (REG_SZ)
DefaultPassword = YourPassword (REG_SZ)To set a nice HTML signature in Mail.app, you have to find the location of your signature in the Library folder.
For me, in Yosemite, the path was ~/Library/Mobile\ Documents/com\~apple\~mail/Data/MailData/Signatures.
The path could also be ~/Library/Mail/V7/MailData/Signatures (for Catalina)
The signature is located in a file that has the following pattern: ubiquitious_*.mailsignature
The HTML signature can be found below. Adopt to your liking. The file must be locked or Mail will overwrite.
Config is 2vCPU, 2 GB RAM and running Debian 7 on 64 bits.
apt-get update
apt-get upgrade
apt-get install htop
Add localadmin user
adduser localadmin
apt-get install sudo