Monthly Archive: March 2018

Add plain FTP server in Debian 0

Add plain FTP server in Debian

Install ProFTPd $> sudo apt-get install proftpd $> sudo adduser <username> That's it! Now all users will have FTP access to their home directory. This represents a security risk. It is better to use SSH....

Setup new CentOS 7 dev machine 1

Setup new CentOS 7 dev machine

hostnamectl set-hostname your-new-hostname Install Remote Desktop (RDP) rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum -y install xrdp systemctl start xrdp systemctl enable xrdp firewall-cmd --permanent --add-port=3389/tcp firewall-cmd --reload chcon --type=bin_t /usr/sbin/xrdp chcon --type=bin_t /usr/sbin/xrdp-sesman Troubleshooting netstat -antup...

VisualStudio 2013 Hangs on Startup 0

VisualStudio 2013 Hangs on Startup

We have to be comprehensive of such a bug from Microsoft. They have limited resources and Visual Studio is not one of their flagship product. Alter your shortcut to add the following as an argument. Then remove...