Easily find issues by searching: #<Issue ID>
Example: #1832
Easily find members by searching in: <username>, <first name> and <last name>.
Example: Search smith, will return results smith and adamsmith
Aqua Data Studio / nhilam |
Follow
827
|
SSH Browser
Aqua Data Studio 11.0 features FluidShell, an interactive database shell for all major database vendors. This Universal SQL Shell allows you to execute SQL statements as well as Shell commands. The local Shell commands includes a list of heavily used operations such as import, export, copy, archive, encrypt and email data. The execution of SQL commands provides flexible presentation such as formatted text output and exporting to CSV and Excel files.
OS
Connect to a Database Server, Reconnect and Disconnect:
In the FluidShell prompt, use the \connect command to establish connection to a RDBMS server. You can reconnect to the database server using \reconnect command and end the current transaction using the \disconnect command
\exec Executes an OS command. The command takes the form \exec COMMAND [args]
List Databases, List Schemas, List Tables, List Views:
\list displays the list of databases, schemas, tables or views defined in the connected RDBMS server. The connection to the RDBMS server needs to be established before the \list command is executed.
Commit a Transaction, Rollback and AutoCommit Options:
Use the FluidShell prompt to connect to a database server, execute SQL commands and commit transactions. \commit ends the current transaction and makes permanent all changes performed in the transaction. Use \rollback command to rollback the current transaction to the beginning and use \autocommit to control the current database connection's autocommit mode. The options for this command are autocommit [on, off]. When autocommit is invoked with no arguments, it prints the current auto-commit status.
\go command sends the contents of the work buffer to the database. The command \sql-history displays the SQL statement history table with the time the sql commands were executed in the FluidShell prompt.
CPUs
Select, Insert, Update and more:
You can use the FluidShell prompt to connect to any database server and execute SQL commands such as select, insert, update and more. You can combine the SQL commands with pipeline commands and also use redirect command to output SQL commands to a file, or send a file to a command as input.
Memory
Import data into a table and Export table data into CSV, Excel:
The Import Data Command in the FluidShell allows data of different formats to be imported and inserted into tables. The Export Command allows data from tables to be exported in a variety of formats.
Disks
Create a new Directory, Change Directory, List Present Working Directory and Delete Directory:
Use the FluidShell prompt in Aqua Data Studio to execute Operating System commands - \mkdir [directory] command to create a new directory. \cd [directory] changes to the directory, \pwd tells your present working directory and \rmdir [directory] deletes a directory.
Create a file, List your Files, Move, Copy, Rename and Remove:
Use \touch [filename] command in the FluidShell prompt to create a new file.The \ls command lists your files, \mv command moves your files from one directory to another, \cp copies a file, \rm deletes the file, \ren renames the file.
Sync target and source Directories:
You can syncronize a local target directory with files and subdirectories of source directory using \syncdir command.
File Systems
Compress using zip, tar and gzip algorithms:
FluidShell contains a collection of different algorithms to compress files.\zip command compresses and packs files into a single ZIP archive that is compatible with PKZIP. By default, packing a directory to a zipfile always implies that the subdirectories below should be included in the archive. \tar command stores/extracts files and/or directories to/from an archive file known as a tarfile. \gzip command reduces the size of named files using the GZIP algorithm. Each file is replaced by one with the extension .gz
Uncompress archived file using unzip and gunzip:
\unzip command extracts files from a ZIP archive to the named directory, or current directory if no directory specified. \gunzip takes a list of files and replaces each file whose name ends with .gz with an uncompressed file without the original extension
Network Interfaces
Use \ssh command in the FluidShell prompt to open an SSH terminal tab in Aqua Data Studio 11.0.
Secure Copy Files over the Network:
You can secure copy files over the network using the \scp command. This command copies files between the local host and a remote host. File names may contain a user and host specification to indicate that the file is to be copied to/from that host; current user is assumed if the user portion is omitted. Directory copy is done recursively by default. Copying files between remote hosts is not allowed, and, copying files on the local host is not supported.
Users
Send messages to one or more recipients in FluidShell:
Use the FluidShell prompt in Aqua Data Studio to send a message to one or more recipients - \sendmail command has options to add attachments, bcc, cc, set message in HTML content as well as text content, set message subject, set host address and port of the SMTP server. \sendmail also has options to instruct SMTP to use SSL connection or authenctication.
// TO DO WRITE ABOUT PROCFS -- TARIQ
http://en.wikipedia.org/wiki/Procfs fOR lINUX USERS, ssh browser s for procfx etc.. see more in wiki
About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017