cd
vi .vimrcadd these lines to opened file
set nocompatible
set expandtab
set shiftwidth=4
I've seen many people got stuck at
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install <any-package>these command despite of setting http_proxy or HTTP_PROXY. Since Ubuntu 15.10, it removed apt-get default proxy configuration. So to overcome this, create an proxy configuration file
| /** | |
| * Author: Rajmani Arya | |
| * Originally By: http://stackoverflow.com/users/121747/jack | |
| */ | |
| static int fd_in, fd_out; | |
| static fpos_t pos_in, pos_out; | |
| void switchStdin(const char *newStream) | |
| { | |
| fflush(stdin); |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Modal Test</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> | |
| <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> | |
| </head> | |
| <body> |