Archive for 'Legacy'

As most of you already know, server cloning with PS4 isn’t the same walk in the park as it was with previous versions. I personally recommend against cloning PS4 boxes, but then again I know people are still doing it for various reasons…So, I decided to post my PS4 post cloning script to the community ;-) Do whatever you want with the script.

Also check out this article CTX107406

Free NAS Server

Came around this. Looks great!

freenas

FreeNAS is a free NAS (Network-Attached Storage) server, supporting: CIFS (samba), FTP, NFS, RSYNC protocols, local user authentication, Software RAID (0,1,5) with a Full WEB configuration interface. FreeNAS takes less than 16MB once installed on Compact Flash, hard drive or USB key.
The minimal FreeBSD distribution, Web interface, PHP scripts and documentation are based on M0n0wall.

Read more and download here

Ok, so I’m not a big fan of Citrix Access Gateway.
Anyways, today I had the sudden feeling I would like to install the damn thing on my laptop under vmare 5.5
Check this vmware forums article for details

Here’s a nice pic of CAG running in my vmware (the desktop is just black and stuff, so the pic is from the web gui)

cag

The key to get the thing running is VMware Gateway

See below for VMware Gateway and my working vmx file:

Allrite, so I bought this LaCie Ethernet Disk mini 300GB to have as backup unit and to store some of the kids movies and some music. The damn thing however came delivered with fat32 filesystem (max file size=4gb but just 2gb over network + other shortcoming of fat32)

Now there was the option to format the thing with EXT3 file system; however that EXT3 thing would certainly not be readable from USB cable connection from my Windows thingies. Enter Ext2 (ext3 too!) driver for Windows and all is great again

Complete reading and writing access to files and directories of volumes with the Ext2 or Ext3 file system.
Supports features which are specific to the I/O-system of Windows: Byte Range Locks, Directory Notfication (so the Explorer updates the view of a directory on changes within that directory), Oplocks (so SMB clients are able to cache the content of files).
Allows Windows to run with paging files on Ext2 volumes.

Read more and download here
Backup copy here (v. 1.11a //090102)

So you want to use Firefox, but you’re going ballistic when you can’t manage Firefox through GPO?
Well, enter FirefoxADM…

FirefoxADM is an open-source project dedicated to the goal of being able to manage large numbers of Firefox installations on a network using the Windows Active Directory Group Policy Objects (GPOs)

Read more and download here

Wget for Windows

GNU Wget is a free utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies.

Download an entire site
wget -m -p -k robots=off http://www.somesite.foo.com

This will commmand will do the stuff, and -m and -p will grab all images, CSS, etc. robots=off ignores a sites robots.txt file If you add the -k flag, wget will convert all absolute links into relative links.

Donwload a part of a site
wget -m -k -np http://www.somesite.foo.com/images

The -np (no parent) options means that wget won’t travel “above” /images in the hierarchy

Check here for additional versions
Backup copy here  (1.10.2 //090102)

Cool Icons

Stumpled over some really nice looking icons over at this site

01298_freestyle

 
When you’re running published applications on MetaFrame then you’ve might have encountered the problem that child processes (and sometimes even the main executable) will be left running.

Read more here or check the solution below:

  1. HKLMSYSTEMCCCControlCitrixwfshellTWI
  2. Value Name:LogoffCheckSysModules
  3. Type:REG_SZ
  4. String:MyAppName.exe

NOTE:
Enter the list of executable names with a comma and NO spaces between them, for example:
App1.exe,app2.exe,app3.exe

//Edit (090102):  Tim Mangan also have a nice tool called LaunchIt 
Read more here
Backup copy here

Lansweeper

I don’t know. Maybe it’s cool, maybe not.

Lansweeper is a powerful freeware solution without any embedded ads to make a complete software, hardware, asset inventory of your windows network.
No need to install a client on your workstations, all scanning is done through the use of WMI, fileshares and remote registry access.

You can use lansweeper with unlimited clients (no restrictions)
One lansweeper service can handle over 10.000 clients (depending on your server specifications)

 

Read more and download here
Check out live demo of the web interface here

Universal TCP/IP Network Bootdisk

This is kinda old skool…
But, somehow, even in this modern age there’s the occational need to boot up on a 1.44 floppy to access network the way our forfathers used to do it….

The Universal TCP/IP Network Bootdisk is a DOS bootdisk that provides TCP/IP networking support. It’s designed for use in Microsoft networking environments, on either peer-to-peer or domain based LANs. Currently 94 different network card drivers all included, all on the single 1.44MB disk!

 

Read more and download here
Backup copy here (v. 6.2 //090102)