: Go For It.
Go For It
Go For It (GFI), developed by Manuel Kehl, claims: "This is an easy-To-use, stylish and elegant productivity software that features a To-Do List, and integrates a timer that allows you to focus on the current transaction." The timer function of this software is particularly interesting. It also allows you to pause and relax for a while before you continue working.
Download and install
Users who use Debian systems (such as
Ubuntu Common Terminal commands
NO Classification PS1 command name usage and parameter function annotation
1 file Management # ls ls-a lists all files in the current directory, including hidden files with. headers
File Management # ls ls-l or LL lists the details of the files in the current directory
File Management # pwd pwd View the absolute path of the current directory
File Management # CD CD. Back
/cache/apt/archivesTo back up a list of all packages that are currently installed on the system#dpkg –get-selections | Grep-v deinstall > ~/somefileRecover all packages from the list file of the installed packages backed up above#dpkg –set-selections Clean up older versions of the software cache#sudo Apt-get AutoCleanClean up all software caches#sudo Apt-get CleanRemove orphaned software that is no longer u
I am a novice in the novice, only to start using Ubuntu. Below, summarize how to install the software ...0. Using Apt-getIn fact, the method of installing software under Ubuntu is often simple. is to enter in the terminal:sudo apt-get Install * * * The above * * * indicates the required software. and * can also represent the wildcard character, which means that I want to download a multiget, but I forgot
space on the hard diskFree-m View Current Memory usagePS-A See which processes are currently in progressKill process Number (the number of the first column in ps-a) or killall process name (kills a process)Kill-9 process number forces a process to be killedCommon APT Commands:Apt-cache Search PackageApt-cache Show package for information about packages, such as description, size, version, etc.sudo apt-get install packagesudo apt-get Install package--Reinstall reinstall packagessudo apt-get-f in
Come to the lab for almost one months, barely touching window, has been developed under Ubuntu, and then want to summarize the most commonly used Linux instructions.(0) su and sudo: get root permissionsu switch to root user sudo command switches to the root user, executes the command, and switches back to the current user su liaohuqiang switch back to normal user(1) Apt: for installing packagesapt list list
Common mysql commands in ubuntu
BitsCN.com
Basic MySQL database Operation Commands
======================================
I. mysql service operations
0. check the database version SQL> status;
1. net start mysql // start the mysql service
2. net stop mysql // stop mysql service
3. mysql-h host address-u user name-p user password // enter the mysql database
4. q
Common ubuntu terminal commands NO classification PS1 command name usage and Parameter Function annotation 1 file management # ls-a list all files in the current directory, including. hidden File Management in the header # ls-l or ll list detailed file information under the current directory file management # pwd view
Common commands and tips for Ubuntusudo apt-get install software name installation software commandsudo nautilus Open file (with root permission)SU root switches to "root"LS lists the current directory file (excluding hidden files)Ls-a list current directory files (including hidden files)Ls-l list the files in the current directory for more informationCd.. Back t
opposite of this is the number of rows that the head has just started.7, head above description8, tail above description9, Nano is Ubnutu in the built-in to the text of a compiler remember ctrl+o enter and Ctrl+x key Exit key10, Ping and window is the same as the IP address is transferred11, hostname host name the so-called code @ubuntu is the name of the host12, find/usr/local|grep xxx .... (Slash/Enter the root directory)To query the root of the te
Ubuntu -- tar command tar zxvf ut6410-android2.1.tgz
Tar zcvf ut6410-android2.1.tgz ut6410-android2.1/tar -- exclude ut6410-android2.1/out-zcvf ut6410-android2.1.tgz ut6410-android2.1/
Tar command
[[Email protected] ~] # Tar [-cxtzjvfppn] file and directory ....
Parameters:
-C: Create a parameter command for the compressed file );
-X: Unlock the parameter command of a compressed file!
-T: view the files in the tarfile!
Note that C/X/T can only exist
-L3. View the routing table information: $route-N4. View information for all listening ports: $netstat-LNTP5. View information for all established connections: $netstat-ANTP6. View network statistics Information: $netstat-SV. Viewing information about a system process1. View information for all processes: $ps-ef2. View information about the current process: $topVi. viewing information about the user1. View information about the current activity: $w or $who2. View the information for the specifie
Commonly used terminal commands in ubuntu
Lsusb query the usb device id by adding 0x ***** (numbers 0 and letters x) to the home directory/. android/adb_usb.ini File)
Adb devices displays all currently running Simulators
Adb reboot restart adb reboot-p Shutdown
Adb install-r application .apk install the application (-r re-install the program to save data;-s is installed in the SD card, rather than the inte
1.SEQ is used to generate an integer to another integer from all integers, such as: SEQ 3 5Output: 345Note: If the argument is an integer, the output is 1 to all integers between this number2.tee [-A] file reads content from a standard input device and displays it in a standard output device, plus save to fileIf the file does not exist, it is created if there is no parameter-a, overwriting if it existsWhen parameter-A is present, if the file does not exist, it is created and appended if it exist
to install a new package, it will not be upgraded, but is flagged as hold. Apt-get Update does not upgrade the package that is marked as hold (this is the meaning of the "stick"). See below how to manually set the package as a. I recommend using the '-u ' option at the same time because you can see which packages will be upgraded. Apt-get Dist-upgrade [-u]: Similar to apt-get upgrade, but Dist-upgrade Packages are installed and removed to meet dependencies. Therefore, it is dangerous. Apt-cache
success:mysql-h172.16.77.15-uroot-p123 mysql-h host address-u user name-P user PasswordView Character SetsShow variables like '%char% ';To Modify a character set:VI/ETC/MY.CNF add Default-character-set=utf8 under [client]create sudo without password loginTo set the Aboutyun user with no password sudo permissions: Chmode u+w/etc/sudoersaboutyun all= (root) nopasswd:allchmod u-w/etc/sudoers test: sudo ifconfigUbuntu View Service List codesudo service--
Clear Software and residual RC Software List in Ubuntu: 1. Very useful cleanup command: sudoapt-getautoclean clear old software cache sudoapt-getclean clear all software caches sudoap
In Ubuntu, clean up the software and the list of residual RC configuration software:
1. Very useful cleanup commands:Sudo apt-get auto
["\ n"] [""]|sudo xargs dpkg-p-Automatic processing of H files is missing at compile time#sudo auto-apt run./configureTo view the temporary storage directory for downloading packages when installing software#ls/var/cache/apt/archivesTo back up a list of all packages that are currently installed on the system#dpkg –get-selections | Grep-v deinstall > ~/somefileRecover all packages from the list file of the
I am a novice in the novice, only to start using Ubuntu. Below, summarize how to install the software ...0. Using Apt-getIn fact, the method of installing software under Ubuntu is often simple. is to enter in the terminal:sudo apt-get Install * * *The above * * * indicates the required software. and * can also represent the wildcard character, which means that I want to download a multiget, but I forgot how
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.