|
At the following screenshots you can see some popular usages of Web Console.
Packing directory into archive using TAR and GZIP:
 Screenshot: Packing directory into archive using TAR + GZIP
Unpacking archive using using TAR and GUNZIP:
 Screenshot: Unpacking archive using TAR + GUNZIP
Dumping MySQL database data into file "dump.sql" using native MySQL database backup program — mysqldump and packing that file into archive "dump.tar.gz":
 Screenshot: Dumping MySQL DB data into file
Unpacking archive "dump.tar.gz" and importing data from it into MySQL database using native MySQL command-line tool — mysql:
 Screenshot: Importing data into MySQL DB from file
Setting up CRON scheduled task to execute some command regularly:
 Screenshot: Setting up new scheduled task on server
Setting up new CRON task without removing all of existing scheduled tasks:
 Screenshot: Adding new scheduled task without removing all of existing scheduled tasks
Writing simple "Hello word" example C program:
 Screenshot: Writing simple "Hello word" example C program
Compiling and executing simple "Hello word" example C program:
 Screenshot: Compiling and executing simple "Hello word" example C program
Packing files/directorys into ZIP archive and downloading it from server using Web Console internal command:
 Screenshot: Downloading file from server
Opening (view) image file on server using Web Console internal command:
 Screenshot: Opening image file on server
BIG screenshots (click at screenshot to see full-size image):
Starting multi-files AJAX uploading:
 Screenshot: Starting multi-files AJAX uploading
Files uploading progress:
 Screenshot: Files uploading progress
Files uploading finished:
 Screenshot: Files uploading finished
File manager:
 Screenshot: File manager
File edit:
 Screenshot: File edit
View/modify Web Console configuration:
 Screenshot: View/modify Web Console configuration
View/modify Web Console user information:
 Screenshot: View/modify Web Console user information
Web Console internal commands list:
 Screenshot: Web Console internal commands list
|