

This packages is a must have for php developers.

The first package I install after Package Control is phpfmt. Also we can browse packages on and you can read documentation, usage and configuration of packages.

You can search and install other packages by name via opening command palette and typing Install Package then you just type the packages name you want to install. Now we can install other packages with Package Control. To install package control we open Command Palette, to open it go to Tools->Command Palette or with shortcut Shift+Ctrl+P on Linux. So let's start! Package Controlįirst things first, We need to install Package Control to install other packages. So I am looking for a more secure way to execute sudo at every file operation when I am using my SFTP client (which is a Sublime Text plugin), this plugin: codexns.io/products/sftp_for_sublime.Sublime Text 3 has awesome packages for all kinds all things and in this blog post I will write about packages that make me happy when using for web development. But I was told this is not a secure way to enable sudo at file save, because then every client that connects with the correct credentials will be root, not just my own client. So I added "sudo" in the sftp subsystem path in my sshd_config file on the server, and it works - it can save with root privileges, it has the same result as if people would add "sudo" in the winSCP client settings at the sftp path. Because I connect the editors SFTP client with a user from the wheel group that can be root in a passwordless way when executing sudo su.Īnd I have disabled root login to secure SSH.

I thought there is some linux command or file that can be edited that would enable me to execute sudo at every file save, and even at every file open. I am using Sublime Text editor with its SFTP plugin to edit files (also root files) on my server.
