Auto launch VLC on OS X – AppleScript

Add the following to an AppleScript: (from AppleScript Editor) do shell script “/Applications/VLC.app/Contents/MacOS/VLC /path/to/your/video-file.mov –fullscreen” tell me to quit Export … More

Pi read only filesystem

Disable swap dphys-swapfile swapoff dphys-swapfile uninstall update-rc.d dphys-swapfile disable Install UnionFS aptitude install unionfs-fuse Create mount script nano /usr/local/bin/mount_unionfs add … More

Remove updates from WSUS database

If you remove some products like Office or certain versions of Windows, for example. PowerShell: [reflection.assembly]::LoadWithPartialName(“Microsoft.UpdateServices.Administration”) | Out-Null $wsus = … More

WSUS install by powershell

http://blogs.technet.com/b/heyscriptingguy/archive/2013/04/15/installing-wsus-on-windows-server-2012.aspx Install-WindowsFeature -Name UpdateServices Run C:Program FilesUpdate ServicesToolswsusutil.exe postinstall CONTENT_DIR=D:WSUS (Example) WSUS is ready to use (at least it was this … More

Raspi, Mate

Re-size file system There are no utilities included for automatic file system re-sizing. However, it’s not hard to do manually. Once booted: … More