Skip to content

Instantly share code, notes, and snippets.

View jahidHn's full-sized avatar

Jahid Hasan jahidHn

View GitHub Profile
@jahidHn
jahidHn / using localhost as a ftp server
Last active April 6, 2018 03:45
How to setup ftp server in ubuntu
Command Line:
# Install Lamp
Configure for permission:
cd /var/www/html
sudo chown -R user:www-data /var/www/html/
sudo chmod -R 775 /var/www/html/
sudo chmod g+s /var/www/html/
#Install ftp [vsftpd]
@jahidHn
jahidHn / media-query.css
Created September 3, 2014 06:21
Media-query
/*==================================================
= Bootstrap 3 Media Queries =
==================================================*/
/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}