Main public logs

Jump to navigation Jump to search

Combined display of all available logs of COEP Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 13:31, 12 August 2025 Wikiadmin talk contribs created page COEP Moodle FAQ (Created page with "COEP Moodle is available at [http://moodle.coep.org.in COEP Moodle. '''To login''' a) (for students) use your MIS ID as login-id and the default password sent to you on email (You'll have to search your emails for that, check for announcements regarding moodle). b) (for faculty), use your email-id without the @coep.ac.in part (e.g. abhijit.comp and not abhijit.comp@coep...) and use the password sent to you on email. = Questions/Complaints and Answers = == I have...")
  • 13:30, 12 August 2025 Wikiadmin talk contribs created page Introduction to Inquiry, Thinking and Research Sem IV 2015 (Created page with "Introduction to Inquiry, Thinking and Research is an elective course offered to second year students of COEP in the even semester '''2015'''. The course aims at fostering very important skills of "inquiry" among budding engineers, to nurture their personality and engineering acumen. = Course Advertisement = Advertisement = FAQ = == Is it related to my branch? == Yes. It is related to all branches. Inquiry is a part of each discipline of sc...")
  • 13:30, 12 August 2025 Wikiadmin talk contribs created page Operating Systems (Created page with "CT 315 Operating Systems, Sem VI, Year 2013. == Instructor == Abhijit A.M. is the instructor. == Syllabus == == Scheme of Evaluation == == Compiling Linux Kernel == ADDING SYSTEM-CALLS TO THE KERNEL AND THEN COMPILING IT.<br/> All the process is carried out in Guest OS.<br/> 1.Install Virtual-box.<br/> $sudo apt-get install virtual-box 2.Install ubuntu OS in the virtual-box.(make the appropriate correct partitions while installing ubuntu...")
  • 13:29, 12 August 2025 Wikiadmin talk contribs created page Data Structures (Odd Semester 2014) (Created page with "CT 205 Data Structures is offered to S.Y. B.Tech. Computer Engineering and I.T. students. It is a 4 credit course. The laboratory course CT 209 Data Structures Laboratory is a 2 credit course. = Common Mistakes by Students in Assignments Submission = == Writing the NUL character == The NUL character is written as '\0' and not as '/0' == Copying pointers == When you say p = q, where p and q are both pointers, then p does not point to q, but p points to where q points....")
  • 13:29, 12 August 2025 Wikiadmin talk contribs created page Introduction to Inquiry, Thinking and Research (Created page with "Introduction to Inquiry, Thinking and Research is an elective course offered to '''Second Year Non Electrical Branch''' students of COEP in the odd semester '''2014'''. The course aims at fostering very important skills of "inquiry" among budding engineers, to nurture their personality and engineering acumen. = Course Advertisement = Advertisement = FAQ = == Is it related to my branch? == Yes. It is related to all branches. Inquiry is a part of each...")
  • 13:29, 12 August 2025 Wikiadmin talk contribs created page DNS server Project (Created page with "==Connection Timeout== The timeout set by the user can be set in the code using ''.timeout()'' function for the socket variable. ==ptr Query Type== Reverse DNS lookups use the special domain ''in-addr.arpa'' for IPv6 and ''ip6.arpa'' for IPv6. For reverse queries, the IP address in the query must be reversed and the respective domain must be appended to it before sending the query to the server. For converting the IP addresses to their expanded form ''.exploded'' from...")
  • 13:29, 12 August 2025 Wikiadmin talk contribs created page Bittorrent Client (Created page with "Bittorrent Tips,Tricks and FAQs. == Overview == Here is an overview of the process involved in creating a torrent client. * Parse torrent file. * Connect to tracker. * Ask for list of peers. * Connect to peer. * Request for piece from peer (Most peers send bitfield and/or have messages when you connect for the first time, more on this later.) * Authenticate piece. * Save piece to file. '' Note: If the piece is large, then you are supposed to first request for a blo...")
  • 13:28, 12 August 2025 Wikiadmin talk contribs created page IMAP Server Project (Created page with "== Getting inspiration == Install Alpine or Mutt (email clients) to see how they work. == Setup == The first thing you need to do is to [https://www.youtube.com/watch?v=zlBFZ0ZY6_c setup] Postfix(Mail Server) and Dovecot(IMAP Server) on your machine. I would mention one more link for the above mentioned procedure => [https://www.youtube.com/watch?v=zlBFZ0ZY6_c&t=1266s setup_link_video]. Next [https://wiki.dovecot.org/TestInstallation test] your Dovecot's installation....")
  • 13:28, 12 August 2025 Wikiadmin talk contribs created page HTTP Server Project (Created page with "==How to have standard HTTP Server Running on Localhost to cross-check your project?== - Open Terminal - Navigate to the directory you want to have the root directory. - Run python -m http.server 8000 - Go to http://127.0.0.1:8000/ ( localhost ) You can perform tests on HTTP server running on localhost from browser or Postman. (depending on you.) @ Postman: https://www.postman.com/ @ http.server docs : https://docs.python.org/3/library/http.server.html ==Common...")
  • 13:28, 12 August 2025 Wikiadmin talk contribs created page Computer Networks 2020 (Created page with "Computer Networks 2020 Course * Notes and Tips on doing the projects * HTTP Server Project IMAP Server Project Bittorrent Client DNS server Project")
  • 13:27, 12 August 2025 Wikiadmin talk contribs created page FOSS Development 2017 (Created page with "FOSS Development Elective course offered in Even Semester 2016-17. List of activities done by students {| class="wikitable" |- ! MIS ID !! Student Name !! Links to Debian Packages !! Links to Localisation Done !! Links to VCS repos for project |- | 111403003 || Akash Sarda || https://qa.debian.org/developer.php?email=akashsarda3@gmail.com || https://gitlab.com/gnukhata/gkwebapp/merge_requests/374 || https://github.com/AkashSarda/UniTimetable |- | 111403033 || Example |...")
  • 13:27, 12 August 2025 Wikiadmin talk contribs created page Debian Packaging workshop 2nd Jan to 8th Jan 2017 (Created page with "= Debian Packaging Workshop overview = The workshop on Debian Packaging was scheduled between 2-8th Jan 2017 at COEP FOSS lab. The invited people who took the workshop are Pravin and Sruthi. Students have learn the way to package nodejs modules. = Steps for packaging NodeJs modules = == Create a container == === What is a container === If you want to host more than one operating system at the same time on a machine, then there are many alternatives like Virtualbox, KVM...")
  • 13:27, 12 August 2025 Wikiadmin talk contribs created page FOSS Development 2016 (Created page with "FOSS Development Course offered in Even Semester 2015-16. ==Objective of Course== # Understand technical,legal,social issues of FOSS Development # Understand various popular models FOSS Development # Understand detail the process of packaging of different platforms # Contribute one of the ongoing FOSS project == Course Topics== The following topics are covered over the length of the course: : # Debian Packaging # Moodle and It's Development # A Basic introduction to P...")
  • 13:26, 12 August 2025 Wikiadmin talk contribs created page Open Technologies Workshop Oct 2015 (Created page with "Open Technologies Workshop conducted from 12-15 October 2015. = Assignment 1 = Pick up a software of your choice. Find the source code repository, the bug reporting website, the community discussion mailing list, Any other related websites and update it here. Do it as a table. {| class="wikitable" |- !Name !!MIS !! Application name !!Source Code Repository !! Bug Reporting Website!! Community Discussion Mailing List !! Discussion Forum |- | Nikita Paranjape || 111403...")
  • 13:26, 12 August 2025 Wikiadmin talk contribs created page Operating Systems 2015 (Created page with "Operating Systems Sem VI Third Year B.Tech. Computer Engineering ==Instructor== Prof. Abhijit A.M is the instructor for this course. ==Virtual Box Resources== * Virtual Box Tricks * Virtual Machine Troubleshooting * Installing VirtualBox and Creating Virtual Machine * Windows 10(TechPreview) Setup using VirtualBox * Android Setup using Virtual Box * Chrome OS Setup using Virtual Box * BackBox OS Setup using Virtual Box * Solaris 11.1 insta...")
  • 17:59, 11 August 2025 MediaWiki default talk contribs created page Main Page
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)