How to configure self signed SSL certificate in owncloud Ubuntu Before directly jumping into this tutorial you must have running owncloud server in your system. I have written it in my previous post,you can learn how to from this link https://sharadchhetri.com/installing-owncloud-in-ubuntu-13-04/ In this tutorial we will learn how to configure self signed ssl certificate in […]
Linux
How to convert float to integer number
How to convert float to integer number In this tutorial we will learn how to convert float to integer number. This tutorial is helpful in bash or shell scripting. For eg. the float value number is 204.47584 and you would like to show only number in integer form means upto 204. So for this use […]
How to install and configure FTP server with chroot in Ubuntu 12.04 LTS
How to install and configure FTP server with chroot in Ubuntu 12.04 LTS In this tutorial we will learn how to configure FTP server with chroot enable in Ubuntu 12.04 LTS. Advantage : The ftp user is bounded to login only into home directory ( because of chroot enabled ).The user can’not change directory other […]
How to install and configure Secure FTP server in Ubuntu 12.04 LTS
In this tutorial we will learn how to install and configure VSFTP server.In this practical we will disable the Anonymous login and will allow system user to login with password. This tutorial is 2nd part of the post How to install and configure FTP server in Ubuntu 12.04 LTS Note: We will install the vsftpd […]
How to install and configure FTP server in Ubuntu 12.04 LTS
In this tutorial we will learn how to install and configure vsftpd server in Ubuntu 12.04 LTSWe will configure the FTP server for anonymous user only. Note: We will install the vsftpd 3.0 package after downloading it into the system. We are not going to use “apt-get install” method . The reason it has bug […]
500 OOPS: vsftpd: refusing to run with writable root inside chroot()
500 OOPS: vsftpd: refusing to run with writable root inside chroot() Today I was configuring the vsftp server in Ubuntu 12.04 LTS with chroot enable. But I stuck with issue even I enable the “chroot_local_user=YES ” in /etc/vsftpd.conf Error:500 OOPS: vsftpd: refusing to run with writable root inside chroot() To solve this issue ,I installed […]
Recent Comments