No Clean Feed - Stop Internet Censorship in Australia
Twitter
Register: US Army considered attack on WikiLeaks http://bit.ly/c4xFNS
too early RT @jasonjordan: Is it too late to bother putting pants on today?
all things RT @BrentHodgson: Many things are only as complicated as we make them in our own minds.
unacceptable outcome RT @JoshuaWithers: I should be asleep. Everyone please stop tweeting until I'm asleep.

[Shell Script] Aria2C and Rapidshare Downloads

Tonight I was mucking around with some Shell Scripting to work out how to download a list of files from Rapidshare(Premium) using Command Line Interface in Linux(EG. CentOS).

I was able to come up with a small script which incorporates aria2c and wget in order to authenticate and then download the files from rapidshare. This requires the modules aria2 and wget to be downloaded, which can be done with the following lines using YUM.

yum install aria2; yum install wget;

Once you have those two modules installed, you will then need to create a Shell Script with executible permissions containing the following.

wget --save-cookies cookies.txt --post-data "login={USERNAME}&password={PASSWORD}" -O - https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi > /dev/null
aria2c -s {NUMBER OF CONNECTIONS} -j 1 -c --load-cookies=cookies.txt -i lists.txt

You will also be required to create a file called for example "lists.txt" and have it in the same directory as the script itself, which will contain the URL of a file on each line. You will of course replace {USERNAME} and {PASSWORD} with your rapidshare premium account username/password and replace {NUMBER OF CONNECTIONS} with the number of simultaneous connections per file download (for example 20).

 

Modern Warfare 2

As a fair few people will know, Call of Duty 4: Modern Warfare 2 came out in Australia on Tuesday morning. I was one of those who went to the Midnight launch and picked up my copy to bring it home and play for a few hours. Before the launch, the game was riddled with many different things posted online and leaked by those who managed to get copies of the game early. To see some of the things which were leaked, and caused so many issues, you can have a look in the Games on Net News Section

To begin with, the game was looking great, it was working well, and I was having no issues finding other Aussies to play against.

Within 24 hours that has all changed, and an Influx of Americans to play once the game was released over there, ended up meaning that any of those outside of the US who were wanting to play were forced to be in games with Americans and high latency. I mean, who would like to be taking a shot at a guy, empty half a clip into him, to be killed by a single bullet... Then of course, you can watch the killcam, and see that according to the other persons view, you hadn't even fired off a shot?

Infinity Wards Robert Bowling(@fourzerotwo) was quick off the bat to reply and state that even though they're not putting in a "local only" option to the game, that it would mean that it was just already applied, however with the way it has been faring over the past 24 hours, it would seem that he hasn't got a clue what he was on about. However, whether this stems from either a lack of testing, or just from ignorance for those outside their largest market region, is unsure.

Unfortunately, until these issues are resolved, I would be urging anyone to not waste your hard-earned money on this game(unless you're from an American Continent), as you'll no doubt be hit by what is plaguing myself, and thousands of other aussies who were looking forward to this game.

The big question is: Will Infinity Ward do anything about it?

 

A Night of Horrors

Well, I finally have my New PC up and running, along with a new 1TB HDD, and a brand new Windows 7 Ultimate Install.

However the road to get there, was paved with issues.

I built the system myself, and funnily enough, there wasn't a single issue on that front. Readout from DXDiag:

------------------
System Information
------------------
Time of this report: 11/6/2009, 13:18:53
Machine name: ANTHONY-PC
Operating System: Windows 7 Ultimate 64-bit (6.1, Build 7600) (7600.win7_rtm.090713-1255)
Language: English (Regional Setting: English)
System Manufacturer: Gigabyte Technology Co., Ltd.
System Model: P55-UD4P
BIOS: Award Modular BIOS v6.00PG
Processor: Intel(R) Core(TM) i7 CPU         860  @ 2.80GHz (8 CPUs), ~2.9GHz
Memory: 4096MB RAM
Available OS Memory: 4092MB RAM
Page File: 1146MB used, 7034MB available

---------------
Display Devices
---------------
Card name: NVIDIA GeForce 9600 GT (Microsoft Corporation - WDDM v1.1)
Manufacturer: NVIDIA
Chip type: GeForce 9600 GT
DAC type: Integrated RAMDAC
Device Key: Enum\PCI\VEN_10DE&DEV_0622&SUBSYS_34991458&REV_A1
Display Memory: 2797 MB
Dedicated Memory: 1007 MB
Shared Memory: 1789 MB
Current Mode: 1920 x 1200 (32 bit) (59Hz)
Monitor Name: Generic PnP Monitor
Monitor Model: ASUS VW266H
Monitor Id: ACI26A4
Native Mode: 1920 x 1200(p) (59.950Hz)
Output Type: DVI

Onto my issues. It appears that when I was swapping out drives into the new PC, my old OS managed to corrupt the MBR and stopped working on me, and I couldn't repair it using the Windows Repair tools (bootrec), so as I had no tools to repair it on hand, I resigned to pulling off my documents and putting them onto one of my spare drives (using DOS CLI - xcopy), and figured it'd be easier just to completely install windows.

When I got to my Windows 7 Install CD, I realised that it was scratched and wouldn't work, so I had to go for a drive to a mates house to get them to copy me theirs. Got back, put the CD in the drive, and what do I get after running windows "Your Optical drive is missing correct drivers", and I was unable to get past this error, nor are there any drivers out there for the optical drive which wouldn't be with Windows. So I'm guessing that's a bug in the installation program.

After trying numerous things, including a USB Install(couldn't find the drive for some reason), I gave up for the night, and went off to bed, got up the next morning, tried it again, and it failed. Tried again an hour later, and what do ya know. It worked.

I swear, after going through around 5 hours worth of work getting the OS working, I remembered exactly why I liked Linux...

 

<< Start < Prev 1 2 3 4 Next > End >>

Page 1 of 4