IGNOU BCA BCS-012 Basic Mathematics 2019-2020 pdf Assignment Download
IGNOU BCA BCS-012 Basic Mathematics 2019-2020 pdf Assignment Download BCS-012 Basic Mathematics IGNOU BCA BCS-012 Basic Mathematics 2019-2020 pdf Assignment Download
IGNOU BCA BCS-012 Basic Mathematics 2019-2020 pdf Assignment Download BCS-012 Basic Mathematics IGNOU BCA BCS-012 Basic Mathematics 2019-2020 pdf Assignment Download
IGNOU BCA BCA-011 Computer Basics and PC Software 2019-2020 pdf Assignment Download Course Code Course Title Download BCA-011 Computer Basics and PC Software IGNOU BCA BCA-011 Computer Basics and PC Software 2019-2020 pdf Assignment Download
Installation and configuration of WebRTC with asterisk on Amazon Installing Base Packages needed in Amazon Linux or CentOS to install Asterisk PBX We first need to install some basic packages, to compile everything: sudo yum install \ gcc \ gcc-c++ \ make \ autoconf \ libtool \ ncurses-devel \ libuuid-devel \ libxml2-devel \ sqlite-devel \ … Read more
How to create free ssl for website How It Works Let’s Encrypt is the first free and open CAWe generate certificates using their ACME server by using domain validation. Private Keys are generated in your browser and never transmitted.For browsers which support Web Cryptography (all modern browsers) we generate a private key in your browser … Read more
No space left on device: Couldn’t create accept lock (/etc/httpd/logs/accept.lock. If httpd service is starting properly but not able to access web services and you find No space left on device error in error log , check these items in order: 1. Check your disk space This comes first because it’s the easiest to check, and … Read more
Get URL Parameters With JavaScript The JavaScript function below parses and returns the parameters. function getUrlVars() { var vars = {}; var parts = window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi, function(m,key,value) { vars[key] = value; }); return vars; } Then is how you can pick a value from the url parameter. var number = getUrlVars()[“x”]; var mytext = getUrlVars()[“text”]; The … Read more
myisamchk: error: myisam_sort_buffer_size is too small MySQL Error while repair with myisamchk utility – recovering (with sort) MyISAM-table ‘tableName’ Data records: 10662929483 – Fixing index 1 myisamchk: error: myisam_sort_buffer_size is too small MyISAM-table ‘tableName’ is not fixed because of errors Try fixing it by using the –safe-recover (-o), the –force (-f) option or by not using … Read more
The Bihar School Examination Board (BSEB) will declare the results of intermediate or Class 12 board examinations on Saturday after 2.30 pm. The examination was held between February 6 and 16 and practical exams were conducted between January 15 and January 25. This year more than13 lakh studentsappeared for the intermediate written exams held across 1339 centres in 38 … Read more
php include pages or files The include (or require) statement takes all the text/code/markup that exists in the specified file and copies it into the file that uses the include statement. Including files is very useful when you want to include the same PHP, HTML, or text on multiple pages of a website. It is possible to insert … Read more
Failed to start httpd server: Address already in use Error Message while restart on http service: Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80 no listening socket available,shutting down unable to open log Solution: This error usually occurs when web server is using the port, here 80, or The clean … Read more