CentOS7 issues and resolutions
update openssl http://www.voidcn.com/article/p-afycxhtw-bpb.html install vsftpd https://www.liquidweb.com/kb/how-to-install-and-configure-vsftpd-on-centos-7/ fix vsftpd Fixing 500 OOPS: vsftpd: refusing to run with writable root inside chroot ()
Compiling fluxbox under Ubuntu
Download fluxbox source code from its official website. http://fluxbox.org/download/ sudo apt-get install build-essential texinfo libacl1-dev autoconf automake xorg-dev libx11-dev libimlib2-dev libxinerama-dev libxrender-dev libxft-dev libxpm-dev ./configure --prefix=/usr --enable-nls --enable-imlib2 --enable-xinerama make…
What does directory permission ‘S’ mean?
‘S’ = The directory’s setgid bit is set, but the execute bit isn’t set. ‘s’ = The directory’s setgid bit is set, and the execute bit is set. SetGID =…