How is your PC set up?

5    17 Feb 2017 17:10 by u/Dougal_McHaggis

  • Linux Mint desktop
  • Sublime text editor
  • Mysql workbench with ssh tunnel
  • Virtualbox guest with headless Debian and /var/www is a shared folder with host
  • Save from Sublime to the shared folder
  • Connect to the guest on www and ssh

6 comments

1
  • Fedora Desktop
  • Sublime Text 3
  • Nginx+PHP-FPM
    • PHP-FPM is running as my user, code goes in a directory in my home directory
    • sessions, cache, and temp directories for PHP are reside in a dot directory in my home directory
  • Valentina Studio for any SQL work I don't want to do on a CLI
1
  • Linux Mint
  • Notepad++
  • Eclipse
  • Cygwin
  • Network storage in the basement
1

Desktop: Windows 7 with Cygwin which provides a nice terminal emulator, gcc, git, Vim, and SSH (you know, the usual tools).

"Development server": Arch Linux with mostly the same tools plus the Linux only ones like Valgrind.

New laptop: Antergos with Cinnamon desktop. It is an Arch spin-off. I tried mah-tay first but Firefox failed to render any text so I went with something else.

1

Ubuntu XFCE4

Terminator terminal

Vim for C

IntelliJ + VIM plugin for Scala/Haskell/Elixir

0
  • Windows 7 desktop with Putty/SSH, Notepad++, Pycharm, TortoiseGit
  • CentOS 7.X VMs to deploy code on.