Web

Home/Web

phpPgAdmin and phpMyAdmin moving to Adminer

If you are a user of the web interfaces to the database services provided by the CAT, be advised that we are moving from the old phpPgAdmin and phpMyadmin to a new interface called Adminer (formerly known as phpMinAdmin). The functionality of the old interfaces will still be provided, although the graphical layout will be [...]

2022-08-25T16:18:29-08:00August 25th, 2022|

Connect to PostgreSQL (Database Class)

Connect to PostgreSQL for a Database Class The CAT offers PostgreSQL databases for database classes, which can be accessed in a variety of ways: command line, client, and web browser. Database accounts for classes are self-managed Table of Contents How to Access via Command Line How to Access via Client How to Access [...]

2022-09-28T10:20:36-08:00May 20th, 2022|

MCECS Web Sign-On Update – 2/10/2022

On 8am on Thursday, February 10th, we will be upgrading the single sign-on software that provides authentication to various CAT supplied MCECS web services. The change should only affect: intranet.cecs.pdx.edu - the MCECS Intranet for IT services services.cecs.pdx.edu - the portal for card access, printer fees, and locker rentals dbclass.cecs.pdx.edu - for CS students in [...]

2022-02-07T17:33:27-08:00February 7th, 2022|

Old Windows methods for web directory access have been removed

As announced in Fall 2021, the following Windows paths will no longer work. the U: drive (for Tier 1 Windows users) the following paths seen from Windows: \\unix\cecs \\unix\ece \\unix\solaris \\unix\linux \\unix\linu \\unix\solu Also, any variant of the above with \\unix replaced with \\unix.cecs.pdx.edu This will affect any old drive maps that use these paths. [...]

2022-01-02T15:43:36-08:00December 22nd, 2021|

New Version of the Edge browser coming to Windows systems

During patching this week (July 15-17), we will be pushing out a new version of Microsoft’s native Edge browser to CAT supported Windows 10 desktops. While there may not be a large community of users intentionally using Edge, it is often the default browser on Windows 10 that runs when many applications need to display [...]

2020-07-15T17:45:22-08:00July 15th, 2020|

Setting Up a Web App With Python + Flask

Setting Up virtualenv Basically a virtualenv is a "virtual environment" for python that contains its own python installation with separate libraries from the global python installation. Set up a virtualenv in your public_html folder by running virtualenv <~yourUsername>/public_html/yourDir>. This will create a folder with virtual python environment. Before installing any other Python packages, go to [...]

2022-03-29T13:31:13-08:00June 28th, 2019|

MCECS Web Server Infrastructure

MCECS Web Server Infrastructure MCECS web servers are configured with the following: Currently running Apache 2.4 PHP 7.0 with the following modules curl date gd gmp imap intl ldap mbstring mcrypt mysqli pdo_mysql pdo_pgsql pdo_sqlite pgsql snmp soap sqlite3 ssh2 tidy xml zip Support is provided for CGI PHP typically runs as the [...]

2019-01-24T09:31:14-08:00January 23rd, 2019|

Connect to PostgresSQL

Connect to PostgreSQL How to access PostgreSQL from a Web Browser You can access PostgreSQL using our web interface from anywhere - on campus, on a laptop, or at home - using this link: https://dbase.cecs.pdx.edu/postgresql/ NOTE: First, you will be prompted to use your MCECS account login/password to authenticate with this [...]

2023-01-22T23:33:06-08:00September 10th, 2017|

Connect to MySQL

Connect to MySQL How to access MySQL from a Web Browser You can access MySQL using a web interface from anywhere - on campus, on a laptop, or at home - using this link: https://dbase.cecs.pdx.edu/mysql/ NOTE: First, you will be prompted to use your MCECS account login/password to authenticate with this [...]

2023-01-22T23:30:36-08:00September 10th, 2017|
Go to Top