Ketika menggunakan terminal, terkadang kita ingin mengetahui proses apa saja yang sedang berjalan pada mesin ubuntu kita. Berikut ini saya tuliskan caranya.
Langkah-langkah:
Pernahkah kita ingin membuat list struktur suatu direktori?
Atau ingin tahu ada file apa saja dalam suatu direktori?
Berikut ini saya tulis bagaimana cara melakukan itu melalui terminal ubuntu.
Langkah-langkah:
Berikut ini adalah beberapa shortcut yang sering dipakai dalam memudahkan pekerjaan kita ketika menggunakan terminal ubuntu.
Ctrl-a | Move to the start of the line. |
Ctrl-e | Move to the end of the line. |
Alt-] x | Moves the cursor forward to the next occurrence of x. |
Alt-Ctrl-] x | Moves the cursor backwards to the previous occurrence of x. |
Ctrl-u | Delete from the cursor to the beginning of the line. |
Ctrl-k | Delete from the cursor to the end of the line. |
Ctrl-w | Delete from the cursor to the start of the word. |
Ctrl-y | Pastes text from the clipboard. |
Ctrl-l | Clear the screen leaving the current line at the top of the screen. |
Ctrl-x Ctrl-u | Undo the last changes. Ctrl-_ |
Alt-r | Undo all changes to the line. |
Alt-Ctrl-e | Expand command line. |
Ctrl-r | Incremental reverse search of history. |
Alt-p | Non-incremental reverse search of history. |
!! | Execute last command in history |
!abc | Execute last command in history beginning with abc |
!n | Execute nth command in history |
^abc^xyz | Replace first occurrence of abc with xyz in last command and execute it |
Meld is a visual diff and merge tool for files, folders and version control.
Nibbles is a game where the user controls a snake. The snake moves around the board, eating diamonds while avoiding the walls placed around it. Nibbles also features network multiplayer, and up to six evil AI worms!
Shotwell is a photo manager for GNOME 3.
March 23, 2015: Shotwell 0.22.0 now available.
Share to major Web services, including Facebook, Flickr, and YouTube
gedit is the GNOME text editor.
While aiming at simplicity and ease of use, gedit is a powerful general purpose text editor.
Evolution is a personal information management application that provides integrated mail, calendaring and address book functionality.
Contents
Brasero is an application to burn CD/DVD for the Gnome Desktop. It is designed to be as simple as possible and has some unique features to enable users to create their discs easily and quickly.
Note: compiling against libburn is not enough. You need to activate the backend through GSettings Continue reading [GNOME APP] Brasero