Home Windows
 
 
 
Search
Search Only:

Search Keyword command

Total: 50 results found.

Page 1 of 3
Question: Where is the Trash folder located in Ubuntu?   Answer: It's located in ~/.local/share/Trash/files you can access it by typing in the command below: cd ~/.local/share/Trash/files  ...
Question: How to find what what shell you are currently using on Linux?   Answer:  Open a new Terminal Window  Type in the following command echo $SHELL This will output something similar like below ...
... of the version numbers On the next screen select "Drop to root shell prompt" Once in the root shell prompt use the passwd command to reset your password password USERNAME Replace USERNAME with the username ...
Question: How to install Google Earth in Ubuntu?   Answer:  Open a new Terminal Window  Type in the following command and hit Enter to download the installation file (Binary File). wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin ...
Question: How to get the date for next week friday or any other day of the week via the command line in Linux?   Answer:  Open a new Terminal Window Type in the following commanddate -d fri Description: ...
Question: How to find the User Id for a specific user in Linux?   Answer: Open a new Terminal Session if not already in the command line. Enter the following command. Replace UNAME with the name ...
...   Answer: In the mySql command line you should run the following command to repair the table repair table mytable; //Replace mytable with your table name REPAIR TABLE  repairs a possibly corrupted ...
Question: How to change the root password for mySql under Linux in the command line?   Answer: You will need to know the current root password in order to change it In the command line type in and ...
Question: How to search and replace text within a text file using the Command Line on Linux?   Answer: This can be accomplished by using the sed command. sed =  stream editor for filtering and transforming ...
Question: How to install MySql Server 5 on Ubuntu? NOTE: Tried and tested on Ubuntu 10.04   Answer: Open a new Command Line Window  Execute the following command to install MySql Server 5 sudo apt-get ...
Question: How to convert FAT32 to NTFS in Windows XP?   Answer:  Reboot the PC into Safe Mode with Command Prompt. This can be done by pressing F8 during the boot process and a menu will appear, select ...
... commands: sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install libapache2-mod-php5 Now we need to restart Apache so that our changes can take effect. There are two commands for ...
Question: How-to create a MySQL database and assign user privileges to it? NOTE: Please note that this is done in the Command Line Interface.   Answer:  First login to the mySql server using root. ...
Question: How to Export your MySQL database schema to a file using the Command Line?   Answer:  Use the following command in the Command Line Interface mysqldump --no-data --tables -uMYSQL_USER_NAME ...
... the File Right click in the File and click on Rename Rename the file to a short name eg. file Open up Command Prompt by clicking on "START->PROGRAMS->ACCESSORIES->COMMAND PROMPT" Locate the file ...
Question: How to get the number of Words, Characters and Rows within a Text file on Linux via the Command Line?   Answer: By using the wc command. wc = print newline, word, and byte counts for each ...
Question: How to check how long your Linux system has been up and running?   Answer: In the Command Line Interface type in the uptime command and hit enter uptime Now the uptime information should ...
Question: How to execute SQL commands from a file in postgresql? In my case I had a .sql file with hundreds of insert statements and I wanted to run all of them, I was left with two options namely manually ...
Question: How to list all Postgres databases using the Command Line?   Answer:  Type in the following command in the CLI (Command Line Interface) psql -l This command will list all of the databases ...
Questions: How to delete a column in a database table using postgres sql via the command line?   Answer: Use the following statement ALTER TABLE my_table DROP COLUMN my_column; Replace my_table with ...
«StartPrev123NextEnd»

 
Banner