Jump to content

azdaspaz

Member
  • Posts

    104
  • Joined

  • Last visited

Awards

3 Followers

About azdaspaz

  • Birthday Aug 04, 1995

Contact Methods

  • Steam
    azdaspaz
  • Origin
    azdaspaz
  • Xbox Live
    azdaspaz
  • Twitter
    azdaspaz

Profile Information

  • Gender
    Male
  • Location
    Australia
  • Biography
    Hey.
    I'm Adam or azdaspaz.
    Bach. of IT m/Software Development
  • Occupation
    Do stuff at Google
  • Member title
    Member

System

  • CPU
    Intel 3770K
  • Motherboard
    Asus Maximus V Gene
  • RAM
    HyperX 8GB
  • GPU
    Sapphire HD7950 Dual-X
  • Case
    Fractal Define R4
  • Storage
    Patriot Blaze
  • Display(s)
    3x LG IPS234
  • Cooling
    Corsair H100i, NF-F12's
  • Keyboard
    Logitech G710+
  • Mouse
    Razer DeathAdder
  • Operating System
    Win 10, OSX, Ubuntu

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Like LtStaffel, I'm no C# programmer. But looking at the API can you not just use the `.Add()` function 3 times? If you wanted to simplify it you can put the Add() function in a 'for loop' and iterate it 3 times over. API source: https://msdn.microsoft.com/en-us/library/system.windows.forms.listview.items(v=vs.110).aspx
  2. So it looks like it should be getting the update from what I've read and seen. If you haven't already after updating to canary I'd suggest restarting the Chromebook. You can also try in the url bar 'chrome://restart'. I can see on the official chromium website that your model is there, but says it's coming sometime in 2017: https://sites.google.com/a/chromium.org/dev/chromium-os/chrome-os-systems-supporting-android-apps However, other sites such as below show that the option should be availiable for the C300 as long as you're on the developer channel. http://www.techtimes.com/articles/187085/20161127/acer-chromebook-14-15-and-asus-c300-get-android-apps-via-googles-chrome-os-developer-channel.htm My suggestion would be trying the steps at the following site: https://9to5google.com/2016/10/06/how-to-get-android-apps-running-on-almost-any-chromebook-right-now-video/ Essentially it's just enabling Developer mode and then change a value in the Terminal. Let me know how it goes!
  3. This is a huge step for both Green and Red teams (if this is true). DirectX has far more funding and is already on the majority of windows systems. Can't wait to see the next steps. Maybe DirectX open source for Linux we can dream
  4. This is a huge step for both Green and Red teams (if this is true). DirectX has far more funding and is already on the majority of windows systems. Can't wait to see the next steps. Maybe DirectX open source for Linux we can dream
  5. I've not personally had any experience with the IronKey but you could certainly look for another alternative that doesn't require a specialised, proprietary software. For my use I use a VeraCrypt volume that I keep on my USB drive. It is similar to the now distant TrueCrypt (RIP) and very similar interface and ease of use. VeraCrypt has the option for a full disk encryption on portable devices and also has the option to use key files and different ciphers if so desired. EDIT: To note this is cross platform, if you are only using windows using BitLocker encryption is also an alternative.
  6. I think they should have 64bit only. It would make moving forward a lot easier as a developer so they would only have to dev for one architecture, plus has the extra head room. If they people still want 32bit they can stick with older OS's IMO
  7. Need more cores for Virtualisation studies. 3570K doesn't cut it some times. Plus at the 3 year mark my my rig upgrade
  8. I'd assume that it would work fine since the antenna is just an extension of the internal one. Should be alright, could be wrong, just do some tests and see if there is a difference in speed and/or signal quality.
  9. If you had a spare computer you could run as a 'server' then owncloud is probably a good choice. just install A Linux Distro of your choice on it and use the installer to install. https://owncloud.org/install/ A good tutorial for everything is http://www.ubuntugeek.com/install-owncloud-on-ubuntu-14-04-trusty-tahr.html
  10. Gave that a go, Still is asking me for the password . The variables are passing fine it's just automatically filling in the password that's the issue [root @ adam-nas] /mnt/DATA/scripts# ./script.sh Will now be uploadedmyUser:myPassword @ domain's password:
  11. was probably when I put in the host name for my server: root @ adam - nas. I'd say that's it
  12. Yeah, looking for a port now for freeBSD... Will report back when I fix it
  13. Yeah from doing some more research I saw the expect env and gave that ago before... Seems that FreeNAS(freeBSD) doesn't have that installed by default so I'll have to get that on there. When ever you use those you just get: ./test.sh: spawn: not found./test.sh: expect: not found./test.sh: send: not found The search continues
  14. I put the \n new line after the $PASS expect "password:"send "$PASS\n"put $upload_file Any it still asks for a password: [root@[member='Adam']-nas] /mnt/DATA/scripts# sh ./script.sh20141127.db Will now be uploadeduser @ domain's password: If I type the password manually it continues through the script as follows: [root@[member='Adam']-nas] /mnt/DATA/scripts# sh ./script.sh20141127.db Will now be uploadeduser @ DOMAIN password:Connected to remote.server.Changing to: /Adam FreeNAS/configssftp> expect "password:"Invalid command.sftp> send "myPassword\n"Invalid command.sftp> put 20141127.dbUploading 20141127.db to /Adam FreeNAS/configs/20141127.db20141127.db 100% 287KB 143.5KB/s 00:02sftp>sftp>[root@[member='Adam']-nas] /mnt/DATA/scripts# Hope that's enough information. Bash scripting is still new to me, getting all the syntax correct is super fun. EDIT: It seems that after it connects it tries to use the expect and send commands. They possibly might not be the correct commands for freebsd ?
  15. Just gave that a go. Still no result. I also tried copying the entire line that would show up e.g "user @ domain 's password:" but did not succeed
×