Topics - Deozaan [ switch to compact view ]

Pages: prev1 ... 7 8 9 10 11 [12] 13 14 15 16 17 ... 93next


58
DC Gamer Club / Assassin's Creed Unity free for a week
« on: April 18, 2019, 10:54 AM »
In support of Notre Dame, which was badly damaged in a fire earlier this week, Ubisoft is giving away Assassin's Creed Unity, which prominently features the cathedral, for a week on their Uplay store.

They've also pledged to donate €500,000 to help rebuild Notre Dame.

As the smoke clears on the events that unfolded on Monday at the Notre-Dame de Paris, we stand in solidarité with our fellow Parisians and everyone around the world moved by the devastation the fire caused. Notre-Dame is an integral part of Paris, a city to which we are deeply connected. Seeing the monument in peril like this affected us all.

In light of Monday's events, we will be donating €500,000 to help with the restoration and reconstruction of the Cathedral. We encourage all of you who are interested to donate as well. In addition, we want to give everyone the chance to experience the majesty and beauty of Notre-Dame the best way we know how. For one week, we will be giving Assassin's Creed Unity away free on PC, for anyone who wants to enjoy it. You can download it now for Uplay PC here: http://assassinscreed.com/unity-notredame/

When we created Assassin's Creed Unity, we developed an even closer connection with this incredible city and its landmarks – one of the most notable elements of the game was the extraordinary recreation of Notre-Dame.

Video games can enable us to explore places in ways we never could have otherwise imagined. We hope, with this small gesture, we can provide everyone an opportunity to appreciate our virtual homage to this monumental piece of architecture.

59
Recently I was wondering how I could get a file from a headless Linux VM onto a different Windows machine, and thought it would be super useful to have some kind of file sharing service which could be accessed from the command line. Almost like a pastebin, but for files rather than just text.

A quick search revealed something called transfer.sh which allows you to send files up to 10 GB with no complicated setup required.

  • Made for use with shell
  • Share files with a URL
  • Upload up to 10 GB
  • Files stored for 14 days
  • For free
  • Encrypt your files
  • Preview your files in the browser

An example of how to use it:
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt

And there's even an onion link:
http://jxm5d6emw5rknovg.onion/

I'd never heard of it but searched the DC forum in case I'd missed some previous mention of it, and found that a relatively new member of the forum posted a link using it just a couple weeks ago, here: https://www.donationcoder.com/forum/index.php?topic=26193.msg428747#msg428747

It's open source, too, so if you want to host it yourself you can do that:

This code contains the server with everything you need to create your own instance.

Transfer.sh currently supports the s3 (Amazon S3), gdrive (Google Drive) providers, and local file system (local).

I hope others here find this useful.

60
Details are scarce as it seems Google is withholding information until more people have had a chance to update to a version of Chrome which doesn't have the vulnerability. This is the most specific information I found:

According to the official release notes, this vulnerability involves a memory mismanagement bug in a part of Chrome called FileReader.

That’s a programming tool that makes it easy for web developers to pop up menus and dialogs asking you to choose from a list of local files, for example when you want to pick a file to upload or an attachment to add to your webmail.

When we heard that the vulnerability was connected to FileReader, we assumed that the bug would involve reading from files you weren’t supposed to.

Ironically, however, it looks as though attackers can take much more general control, allowing them to pull off what’s called Remote Code Execution, or RCE.

RCE almost always means a crooks can implant malware without any warnings, dialogs or popups.

Just tricking you into looking at a booby-trapped web page might be enough for crooks to take over your computer remotely.

I'm curious if this affects all Chromium-based browsers. :-\

Pages: prev1 ... 7 8 9 10 11 [12] 13 14 15 16 17 ... 93next
Go to full version