elconomeno

25 nov 2014

›
if you want to install a dropbox - googledirve  alike service in your company, take a look at  http://owncloud.org/
24 nov 2014

make an image backup of a pc

›
download resque CD  (395mb) burn it on a cd/dvd boot the pc where you want to recover the data mount -t cifs //192.168.1.5/Share /mnt...
14 nov 2014

libre office draw loading gallery objects

›
download galerry files here ; http://www.openoffice.org/fr/Documentation/Gallery/indexgal.html go to C:\Users\ \AppData\Roaming\LibreOf...
5 nov 2014

fast development html

›
http://jsfiddle.net/  is a very small, but fast in Browser IDE for HTML -Javascript - CSS. it's also possible to save and share you co...
1 opmerking:
8 jan 2014

ldapfilter with timestamps in powershell

›
$DateString = (Get-Date).AddMinutes(-30).ToString("u") -Replace "-|:|\s" $DateString = $DateString -Replace "Z...
9 sep 2013

create shortcut with powershell

›
  function   Set-Shortcut   ( $linkpath   ,   $targetPath   ) {       Write-Host   $linkpath       $strlinkpath   =   [ String   ] $...
11 mrt 2013

script to generate files in folder structure

›
$DefaultPath = " " $dirs =  get-childitem  -Recurse -Path $DefaultPath | where {$_.mode -match "d"} foreach($dir ...
›
Homepage
Internetversie tonen
Mogelijk gemaakt door Blogger.