EMULAB Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

The new forum is online, hope you enjoy it!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Simone

Pages: 1 ... 8 9 10 11 12 [13]
241
DatWorkshop Pro / 2.2 WIP
« on: 25 October 2008, 11:13 »
  • Added a Mini Browser
  • Added a Profiler with www support
  • CustomDat now works with MESS datfiles
  • Added Sets Limit options to CustomDat
  • Solved an issue with DragAndDrop on the main Form
  • Added the ability to copy or move a file by dragging it from explorer to the file list
  • Added FlashFXP Queue Maker
  • Updated mamediff to 2.30 and datutil to 2.45
  • Added the ability to modify the DatFiles Path and Name to Realdiff and Realmerge Lists
  • Fixed 'Remove clone Sets' in Custom Dat when source is xml
  • Fixed a bug with the Dat autoselect in Zip menagement code
  • Added MRU support to CheckArchive
  • Added 'Delete' button to CheckArchive
  • Added two new entry to the help menu, homepage and board links
  • Added support for Progetto EMMA and MAWS to Dat Explorer
  • Added support for KeyUp and KeyDown to all Combo Lists
  • Realdiff and Realmerge remove more ListXml Tags for more cleaned Results
  • Realdiff now keep the original header name, description, version  and options

242
DatWorkshop Pro / DatWorkshop Pro - ToDo
« on: 02 October 2008, 18:52 »
  • Aggiungere un counter, la possibilità di esportare la lista dei files (txt, htm, bat) e i tasti "seleziona tutti" , "deseleziona tutti" "cancella" "cancella tutti" in Archive Checker
  • Aggiungi/rimuovi Rom/romset in dat explorer
  • supporto Unicode
  • Realdiff, rimuovere isbios= e sampleof=

243
Off Topic / Xebian Reminders (how to make an xbox nas)
« on: 02 August 2008, 15:29 »
Installation of Xebian:

Boot from Xebian Livecd.

Logging in via SSH 192.168.0.10 (with putty)
User : root
Pws : xebian

Install Xebian on HDD by typing 'XBOXLinuxInstall' and following the instructios



Mount all partitions:

su
cd /mnt
mkdir C E F G X Y Z
vi /etc/fstab


add the following lines:
/dev/hda50   /mnt/E      fatx   defaults,user,umask=000      0   0
/dev/hda51   /mnt/C      fatx   defaults,user,umask=000      0   0
/dev/hda52   /mnt/X      fatx   defaults,user,umask=000      0   0
/dev/hda53   /mnt/Y      fatx   defaults,user,umask=000      0   0
/dev/hda54   /mnt/Z      fatx   defaults,user,umask=000      0   0
/dev/hda55   /mnt/F      fatx   defaults,user,umask=000      0   0
/dev/hda56   /mnt/G      fatx   defaults,user,umask=000      0   0

To mount the partitions type:
mount -a

To verify the success type:
less /etc/mtab


Installation of Webmin:

vi /etc/apt/sources.list

add the following line :
deb http://download.webmin.com/download/repository sarge contrib

type:
apt-get update
apt-get install webmin


point the browser to https://ipaddress:10000


Installation of vnc server:

apt-get install tightvncserver
tightvncserver -depth 24




Installation of rtorrent:

apt-get install rtorrent

or:

Preparing Your System

Remove existing libtorrent and rtorrent if you have installed from repos

sudo apt-get remove rtorrent libtorrent7

Install Dependencies

sudo apt-get install build-essential libsigc++-2.0-dev pkg-config comerr-dev libcurl3-openssl-dev libidn11-dev libkadm55 libkrb5-dev libssl-dev zlib1g-dev libncurses5 libncurses5-dev

Install rtorrent and libtorrent

First you need to download libtorrent latest Version from here in /usr/local/ directory.

wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.11.1.tar.gz
sudo gzip -d sudo tar xvf libtorrent-0.11.1.tar.gz
sudo tar xvf libtorrent-0.11.1.tar
cd libtorrent-0.11.1
sudo ./configure
sudo make
sudo make install


First you need to download rtorrent latest Version from here http://libtorrent.rakshasa.no/ in /usr/local/ directory.

wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.7.1.tar.gz
gzip -d sudo tar xvf rtorrent-0.7.1.tar.gz
sudo tar xvf rtorrent-0.7.1.tar
cd rtorrent-0.7.1
sudo ./configure
sudo make
sudo make install


rtorrent: error while loading shared libraries: libtorrent.so.10: cannot open shared object file: No such file or directory

# To solve this problem from the terminal typed:

sudo nano /etc/ld.so.conf

# Then pasted the following text:

include /usr/local/lib

# Then I saved the file I edited. I fired up the terminal and typed:

sudo ldconfig


Thats it your new versions of rtorrent and libtorrent is installed

Remove rtorrent and libtorrent

If you want to remove rtorrent and libtorrent use the following command go to /usr/local/ directory

rm -rf rtorrent-0.7.1.tar.gz rtorrent-0.7.1 libtorrent-0.11.1.tar.gz libtorrent-0.11.1



Add system startup for samba:

update-rc.d samba defaults



Update Xebian (to be fixed):

After logging in via SSH, firstly change /etc/apt/sources.list to look like the following (using "vi /etc/apt/sources.list", :wq, enter to save), basically all you need to do is add the final two lines:

deb http://ftp.at.debian.org/debian stable main contrib non-free

deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free

deb http://security.debian.org stable/updates main contrib non-free
deb-src http://security.debian.org stable/updates main contrib non-free

deb http://alexfisher.me.uk/debian sarge main
deb http://debian-multimedia.fx-services.com/ sarge main


The other links should be *left* using the *stable* repos. Now, update Xebian using the following command, which includes installing the joe text editor as it a) is what I did (and it worked) and b) ensures your updates are working as they should:

apt-get update
apt-get install joe
apt-get update
apt-get upgrade


The joe installation will print out a readme file, just type :q (colon, Q) to exit it, ignore the errors about log file permissions, then choose Y to install glibc now and Y to restart services.

After the upgrade hit :q again to exit the readmes, then chose No for the portmap stuff, N to keep the current /etc/issue and /etc/issue.net. Once upgraded you'll be dumped at a normal command prompt and just type "shutdown -r now" to reboot, then start up again from the dashboard.

244
DatWorkshop Pro / 2.1 WIP
« on: 26 July 2008, 17:16 »
Riabilitato il supporto per la traduzione
Possibilit? di aggiungere automaticamente i dat creati al profiler di CMP
Aggiornato il setup con datutil v2.42
Nuove opzioni (nascoste) da inserire nell'ini per abilitare/disabilitare i menu grafici e lo stile xp
Corretto un bug che si presentava quando ? abilitato il check CRC invertiti in realdiff
Ora ? possibile nascondere le opzioni riguardanti il formato di output (Cambia struttura)
Aggiunto supporto CHD a realmerge
Aggiunto il supporto al tag "region" per i chd in CustomDat
Aggiunto Batch Mode a DatUtil FE
Realmerge ora pu? unire DatFiles di tipo diverso (Listinfo - XML)
Aggiunte due opzioni (controllo dimensione e controllo crc invertiti) in SHA1 Tool
Corretto un bug nella gestione di 7z
Aggiunti due nuovi pulsanti (formato e target) di opzione nei vari tool
Realmerge: corretto "Salta Ultimo DatFile" con Dats XML
Aggiunta l'estrazione dei dat dagli emulatori RAINE e M1
--------------

Re-enabled translation support
Added a function to automatically add created dats to CMP profiler
Setup updated with datutil v2.42
New (hidden) options to enable/disable graphics menu and xp style
Fixed a bug in realdiff with Inverted CRC check
Now is possible to hide output format (Change structure) related options
Added chd support to realmerge
Added chd-regions support to CustomDat
Added Batch Mode to DatUtil FE
Realmerge now works with mixed DatFile Formats (Listinfo - XML)
Added two options (check size and check inverted crc) to SHA1 tool
Fixed a bug in 7z code
Added two options buttons (format and target) to some tools
Realmerge: Fixed "Skip Last DatFile" with XML Dats
Now is possibile to create DatFiles from RAINE and M1 emulators

245
Off Topic / Il mio nuovo computer - My new machine
« on: 21 July 2008, 19:40 »
Configuration :

Case...................Middle Tower Cooler Master Centurion 5 Black
PSU....................Seasonic SS-500ET Active PFC 500W 120mm Fan 80 Plus
Mother Board...........Asus P5K - Intel P35 - Dual-channel DDR2 1066/800/667 MHz - Multi-core CPU
CPU....................Intel Q6700 2,66 Ghz 8Mb, FSB 1066 Boxed
RAM....................4 X Corsair DDR2 2GB 1066 - XMS2 CM2X2048-8500C5C
RAM....................4 X KingMax DDR2 1 GB 1066 Ghz Retail - Lifetime Warranty
Controller.............Adaptec SCSI Card 29320
HD0....................Fujitsu MAU 73GB 15K U320 80pin SCA-2 SCSI (MAU3073NC)
HD1....................Seagate Barracuda 7200.10 SATA 3.0Gb/s 750-GB (ST3750840AS)
HD2....................Seagate Barracuda 7200.10 SATA 3.0Gb/s 750-GB (ST3750840AS)
HD3....................Seagate Barracuda 7200.11 SATA 3.0Gb/s 500-GB (ST3500320AS)
DVD-RW.................Piodata DVR-108DX
GPU....................Asus EN8600 GTS 256 MB DDR3 TV Out Pci-Express HTDP
Sound Card.............Realteck ALC 883 - 8-Channel High-Definition Audio On-Board
NIC....................PCIe Gigabit LAN controller featuring AI NET2 On-Board

OS.....................Windows SeVen x64




246
DatWorkshop Pro / DatWorkshop Pro - History
« on: 09 July 2008, 19:31 »
Tuesday 01 July 2008 - DatWorkshop Pro 2.0

General: Now you can choice a preferred dat format (ListInfo or Generic XML) for generated DatFiles.
Realdiff: Fixed Sha1 Check when the older dat not contain the sha1 value for a roms and the newer dat expose it
Realdiff: Improved Auto Dest. Name facility
Hash-Calc: Fixed a possible crash
GUI: Right Toolbar can be hidden by uncheck 'Show Description' for the Main Toolbar
GUI: New custom icon
Library: Updated unrar.dll to version 3.80.2.166
Misc: Fixed a crash in the Option Form when 'Maximize on startup' is selected (introduced in v0.125.2)
Misc: New Modern Setup
Misc: Added Logiqx tools (MAMEDiff v2.29 and DatUtil 2.41) in the setup
Misc: Version Check for Main application and Logiqx tools
Misc: Added 'Import' button to DatFile Header editor

Generale : Ora ? possibile selezionare il formato preferito per i Dat Creati tra Listinfo o XML Generico
Realdiff : Sistemato il check Sha1 quando il vecchio dat non lo contiene ed il nuovo si
Realdiff : Migliorata l'asseganzine del nome automatico
Hash-Cacl : Sistemato un possibile crash
GUI: La barra di destra pu? essere nascosta deselzinando "Show Description" per la Main Toolbar
GUI: Nuova icona personalizzata
Librerie: Aggiornata la unrar.dll alla versione 3.80.2.166
Misc: Sistemato il crash che avveniva se si selezionava "Maximize on startup" nelle opzioni
Misc: Nuovo moderno setup
Misc: Aggiunti i tools di Logiqx (MAMEDiff v2.29 and DatUtil 2.41) nel setup
Misc: Controllo versione dell'applicazione e dei tools di logiqx via web
Misc: Aggiunto il pulsante 'Import' quando si edita l'header di un dat
---------------

Tuesday 27 May 2008  - DatWorkshop Pro 0.125.2

As a result of the use of more advanced programming techniques,
the speed of Realdiff was significantly increased even with check sha1
Added a simple Archive Integrity Checker (only zip and 7z)
...more bugs fixed...
---------------

Tuesday 27 Apr 2008 - DatWorkshop Pro 0.124.0
XML Support : All Tools can now manipulate XML DatFiles
Added Logiqx DatUtil FrontEnd
GUI : Some changes in Wish List
GUI : New Xp Style Buttons
GUI : UnRar ProgressBar
Wish List : INI Category Support
Wish List : Now remeber custom extensions
Create Dat : Now Support Drag&Drop for the Exe Name
RealDiff : Added some options for Tag Removing
RealDiff : Changed 'Preserve Listinfo Tags' with 'Remove Other Tags'
Ash-Calc : Fixed a crash
Misc : DoubleClick on the tray icon now remember the previous state
---------------

Tuesday 04 Mar 2008 - DatWorkshop Pro 0.123.3
Rar support (only for decompression)
Optimized the 7-Zip(and Zip) Support
New Vertical Toolbar
New Tool : Ash Calc
New : Extended Windows System Menu
New Error detections code when reading Bad DatFiles
Some bugs Fixed (As always)
---------------

Saturday 23 Feb 2008 - DatWorkshop Pro 0.123.2
New: Customizable Toolbar
New : You can now associate .dat files with Dat Workshop Pro
Some New Options and GUI changes
Some bugs Fixed (As always)
---------------

Thursday 14 Feb 2008 - DatWorkshop 0.123.1
New: Support for 7z Compression
New : Preserve Listinfo Tags Option for Realdiff
---------------

Sunday 10 Feb 2008 - DatWorkshop 0.123.0
New 7-zip32.dll (solve many compression issue)
New Tools
A lot of bugs fixed
And much more...
---------------

Sunday 29 Jul 2007 - DatWorkshop 0.117.2
---------------

Monday 20 Nov 2006 - DatWorkshop 0.110.2
Added CHD Support to Realdiff
Some Bugs Fixed
---------------

DatWorkshop v0.108.4 - Some bugs fixed
---------------

Sunday 10 Sep 2006 - DatWorkshop v0.108.3
Now with Multi-Language Support
---------------

Wednesday 26 Jul 2006 - DatWorkshop v0.107
---------------

Tuesday 11 Jul 2006 - DatWorkshop v0.106.34
---------------

Saturday 08 Jul 2006 - DatWorkshop v0.106.30
---------------

Saturday 15 Apr 2006 - DatWorkshop v0.104.2
---------------

247
DatWorkshop Pro / 2.0 WIP
« on: 27 June 2008, 23:29 »
New Modern Setup
Version Check
More Options

Pages: 1 ... 8 9 10 11 12 [13]

Page created in 0.195 seconds with 17 queries.