Is you institution / office is using proxy, then here is the solution to bypass the proxy in your Ubuntu system. here is the solution How to set Proxy In Ubuntu: STEP 1: Open network connection open network connection–>make a manual proxy type the proxy ip address and port number say 172.16.8.1 port number 3128 and click set to system wide button. STEP 2: Open Terminal Login to root user : ~$ su then type the root user password STEP 3: Open Config file type the following command ~$ gedit /etc/atp/apt.config now the config file will open in the text editor. STEP 4: Enter username and password of proxy now copy and paste the following in the text editor Acquire::http::proxy “ http://username:password@proxyserver:port/ Acquire::https::proxy “ https://username:password@proxyserver:port/ Acquire::socks::proxy “socks://username:password@proxyserver:port/”; change the username as your given username and password as your given p
LoopBack Look back is simple framework for Node.js. its main usage is to create api with Node.js Advantages of Loop Back : Easy Command line module creation It will create function for all end point automatically (GET, POST, DELETE, OPTIONS, PUT) Auto migration to create tables automatically from command line Easy Data source Integration (DB2, Mysql, Oracle SQL, MongoDB, etc.,) Easy field creation in command line (String, Number, Date, etc.,) Less Coding No need to create functions for all end points Advanced function We can create advanced function like before and after action, mailing Less SQL Queried We can create Auto-Migration script to create tables automatically Have lookup (foreign keys) to get joined values UI UI to explore the API created Easy testing with UI at all end points SDKS Android Ios Angular
Comments
Post a Comment