Advanced Search
Search Results
32 total results found
How to Set Dynamic (DHCP) IP Address - Mac OS
1. Open System Preferences Click the Apple icon, from the Apple drop-down list, select System Preferences. 2. Open Network Settings Click the Network icon. 3. Select Your Wired Network Interface (Ethernet) In the left column, select Ethernet (for wire...
Connecting to the ‘delta.cs.uwindsor.ca’ Server via SSH through Visual Studio Code
This article was contributed by Avinash Karhana (karhanaa@uwindsor.ca). Thank you! Prerequisites **Visual Studio Code (VS Code)** installed. If you don't have it, download and install it from https://code.visualstudio.com. **Remote - SSH Extension** ...
Delta.cs.uwindsor.ca
Delta is the School of Computer Science's main computing server. You can reach Delta using any of these methods: The School dedicated Linux labs: Java Lab: ER-3150 XLab: ER-3119 300 Ouellette From the web. https://nx.cs.uwindsor.ca (require VP...
Digital Research Alliance of Canada
The Digital Research Alliance of Canada serves Canadian researchers, with the objective of advancing Canada’s position as a leader in the knowledge economy on the international stage. By integrating, championing and funding the infrastructure and activities re...
Check and clean up large files in your home directory
Over time, your home directory may grow in size. We recommend regularly checking your disk usage and removing any unnecessary files or folders. You can use one of the following methods to check your disk space usage: Use du command:du -cha --max-depth=1 . ...
COMP 2057 Prof. David Mayo
Before connecting to the server, please ensure that you have access to Computer Science resources. Please visit https://auth.cs.uwindsor.ca and synchronise your password. Please use VPN to connect to campus, and also use VPN on the eduroam wifi. The fol...
Graduate Printer
Note: Printing is only available when connected to CSWIFI or when using the computers located in the Graduate Labs (Erie). First, delete the old “GradPrinter” from your computer (if exists) Install PaperCut Print Deploy Client: Windows: https://prin...
MyWeb Tutorials: Database Creation
This article provides step-by-step instructions for creating a database in MyWeb (DirectAdmin) and a table in phpMyAdmin. Login to MyWeb using your UWINID and password: https://www.myweb.cs.uwindsor.ca From “Account Manager” menu, click on “Databases” ...
MyWeb Tutorials: Login to MyWeb
DirectAdmin is a web-based hosting control panel that allows you to manage your website files, databases, and basic site settings through a browser.At the School of Computer Science, we use DirectAdmin under the name MyWeb to provide students with personal web...
MyWeb Tutorials: File Manager & HTML page
In this tutorial, we will create a simple HTML page and navigate through the website's files. Accessing the File Manager Log in to MyWeb (DirectAdmin) From the main dashboard, click File Manager You will see a directory tree showing files and folders...
MyWeb Tutorials: Create PHP/DB application
This tutorial shows how to: Create a PHP file Connect to a database Display table contents Add Create, Read, Update, Delete (CRUD) functionality Create a PHP File Log in to MyWeb (DirectAdmin) Open File Manager Go to: public_html Create a new f...
MyWeb Tutorials: Git (Version Control)
Recommended Workflow (Read First) If you are planning to use GIT, then you need to consider our GitLab server is the source of truth for your website code. You should write and edit your code locally on your own computer using any editor or IDE (such as VS Co...
PostgreSQL
Note: Access to PostgreSQL is restricted to students with projects, and it can be accessed via special subnet (not available publicly to all students) How to Access Your Database: First step, you need to request the creation of a database by sending an ema...
MyWeb Tutorials: Connect to DB remotely
In addition to accessing your database through phpMyAdmin on MyWeb, you may also connect to your database directly from your own computer using tools such as HeidiSQL, MySQL Workbench, DBeaver, or the MySQL command-line client. Remote database access allows yo...