15
Witness
7y

Just bought my my first laptop!

I've had a PC desktop but this is the first laptop of my own! What do you guys recommend I should install from a programmer perspective? Any software you can't live without?

Comments
  • 20
    Linux.
  • 2
  • 9
    Your favourite IDE
    Your favourite text editor (notepad++, atom...)
    A password manager (keepass)
    Ssh,scp,sftp client (putty, winscp...)

    A Visual Machine to test your code in a clean machine, maybe

    That's from the top of my head
  • 1
    First install for me is always adblock. On Macs, Total Spaces and Witch (workspace manager and better alt-tab) follow immediately after.

    When working with several computers on a same desk, I use synergy to integrate them together (shared mouse, keyboard and clipboard), but only the pro version uses SSL, so if you don't want to broadcast your keystrokes, use that version.
  • 0
    @awelxtr cool beans buddy I almost forgot about notepad++.

    Btw, I don't have Microsoft Office stuff, what should I use instead?
  • 0
  • 1
    If you’ve bought a Mac, I can’t recommend “Paste” enough
  • 0
    @Torbuntu I'm using Opera, what does Vivaldi offer?
  • 0
  • 0
    @Torbuntu I think I might! Thanks. Btw, what do you use instead of Microsoft office?
  • 2
    @Witness For Office, alternatives exist, but I do everything in Latex (there are some light versions with package management if the huge install the full version is bugs you like it did me), and use iWork on Mac or Google Drive for things sent to me (or the Office that was shipped with it surface) or when latex feels too heavy for the purpose.
  • 0
    @CptFox wow! That's hardcore, I haven't even learned Latex.
  • 2
    @Witness if you often do some types of work, like updating your resume (useful in the end of college) or reports and articles, latex is pretty cool to get really professional results with not that much trouble, and once you know it well, it's very powerful. It's also great when you reference your own stuff a lot, thanks to labels that will check numbering for you in case your index changes.

    But if you don't feel like learning it, Microsoft Word is also amazing once you get how they want you to use it. I however hate Libre Office with a passion, and Google Docs still lacks some key features to me
  • 1
  • 1
    @Witness LibreOffice or OpenOffice exist. You can use Google Docs also.

    Or you can go full geek and keep your docs in markup / latex and version them in git.

    But get an Excel-like program. With it and notepad++ you'll edit text files and patterns like a pro.
  • 1
    Sublime, then yor life should be more productive
  • 1
    Visual studio code
    Github desktop
  • 1
    Install the Genuitec Angular IDE... and get cracking.
  • 3
    f.lux You will appreciate it when you work at night
  • 1
    Keypirinha
  • 2
    @Ikun with Windows 10 Creators update its already there with name Night mode.

    Hope so OP's have it on his laptop.
  • 1
    You didn't tell us which laptop you purchased..
  • 0
    @cyberwalk3r got a Lenovo 310, i5 7th gen, 8GB DDR4, 1TB HDD, nvidia 920MX 2GB, Windows 10 home.
  • 1
    @cyberwalk3r the easiest way I can describe it is as a virtual machine, but much lighter and much more flexible. It gives you a development stack that you can discard and reload at will, then use as is on production with a very minimal impact on performance.
Add Comment