Jump to content

DoctorDoofus

Member
  • Posts

    3
  • Joined

  • Last visited

Awards

This user doesn't have any awards

1 Follower

About DoctorDoofus

  • Birthday May 11, 1992

Contact Methods

Profile Information

  • Gender
    Male
  • Location
    New York, USA
  • Interests
    IT, music, vape.
  • Biography
    A lucky young guy who loves computers.

System

  • CPU
    Intel Core i7 940 @ 2.93GHz
  • Motherboard
    Dell Inc. 0R849J
  • RAM
    18.0GB Triple-Channel DDR3 @ 531MHz
  • GPU
    2047MB NVIDIA GeForce GTX 670 (EVGA)
  • Storage
    111GB Samsung SSD 840 EVO 120GB ATA Device (SSD) 41 °C 931GB Western Digital WDC WD1002FAEX-00Z3A0 ATA Device (SATA) 44 °C 698GB Seagate ST3750630AS ATA Device (SATA) 35 °C 931GB Western Digital WDC WD1002FAEX-00Z3A0 ATA Device (SATA) 44 °C 30GB PNY DUO-LINK USB Device (USB)
  • PSU
    500W
  • Display(s)
    2x DELL ST2220L
  • Cooling
    Fresh Air Cooling
  • Keyboard
    Ducky DK2108S
  • Mouse
    Razer Naga Hex
  • Sound
    Logitech G930 Wireless Headset
  • Operating System
    Windows 8.1 Professional

DoctorDoofus's Achievements

  1. Thank you for the response. I think I will continue looking into Python - I've begun following the tutorial for C# posted above and it's definitely educational. I'm not sure how far I want to go. As a sysadmin I work day-to-day on servers - 90% Windows, with Domain Controllers, Application Servers, File Servers. Outside of Server Administration I work with backup systems - Datto in particular, which is Linux-based. I also configure/manage networks - we have a spread of Cisco ASA's, SonicWALL TZ210's and Sophos UTM's. I also have to configure Layer 2 and 3 network devices - configuring alternate subnets and VLAN's. Out of curiosity, I've figured out how to make a very basic website a few months ago - I host the server internally and configured the HTML through Dreamweaver. (www.dtammam.com for laughs). Programming seems like the next step - I have to script, and the logic makes sense - it assists me in automating tasks that would take hours to do. For example, one of our clients uses a CAD/CAM software suite - SolidWorks. I create an Admin install image, create a script that runs in the background and runs the image with silent parameters on each workstation. Took me about 2-3 hours to script - the install takes 30 minutes. 30 minutes times 40 workstations really saved a lot of time. Programming seems interesting because the way I'm trying to enter it, I want to be able to solve little shortfalls that certain OS' and applications have. One example would be in the game Clash of Clans - I'd like to make a program where I have a field for each type of troop or upgrade, and if I enter how many troops or upgrades I'm running, it could give me the cumulative cost (the app isn't programmed to do it currently). I'd also like to make my own personal Dropbox-type service (this will probably require Linux programming with rsync). The end-goal is to be able to see a problem and be able to create a program to solve the issue. It's hard to see the big picture for this idea (it might be ambitious), but I'm hoping my expectations are realistic!
  2. What makes all of the different programming languages necessary? One concept I haven't grasped is the idea of choosing a language - what makes you pick one over another?3
  3. Howdy y'all, I'm a 22 year old sysadmin trying to get into programming. On a day-to-day basis I have to automate tasks through a script editor that is integrated to our RMM software. I'm not sure what the language is (probably an overlay of Ruby) but I understand the core premise of scripting languages at least - for my needs, it's all sequential and relies on nested if statements. So for example, I start a script like this: Here's a very basic example of a type of script that I make: If: 'C:\Program\File1' exists Then: 1. Download Zip1.zip 2. Download Unzip.exe 3. Unzip.exe Zip1.zip 4. Run File2.msi /q 5. Gpupdate.exe /force Else: 1. Download File1 2. Download Zip1.zip 3. Download Unzip.exe 4. Unzip.exe Zip1.zip 5. Run File2.msi /q 6. Gpupdate.exe /force My question is this: how do you get into actual programming? I'm interested in learning how to program to better understand why what I do on a command line makes sense. Long-term goals would be learning SQL due to necessary administration of SQL applications - but other than that I can't figure out which language to try to learn/how to learn it/why learn that language over any other. I've logged 2 hours on CodeAcademy with Python (chose that since it's the code behind Dropbox, and it seemed cool) but I was unable to see the bigger picture - I can't see where my code transforms from line of commands to an actual executable. What would you guys recommend? Thanks for reading, and any input would be appreciated!
×