Category Archives: Linux

Tips & Trik Terminal, Kumpulan shortcut di terminal ubuntu

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

[GNOME APP] SHOTWELL

Shotwell

shotwell-home1.png

Shotwell is a photo manager for GNOME 3.

News

Features

  • Import from disk or camera
  • Organize by time-based Events, Tags (keywords), Folders, and more
  • View your photos in full-window or fullscreen mode
  • Crop, rotate, color adjust, straighten, and enhance photos
  • Slideshow
  • Video and RAW photo support
  • Share to major Web services, including Facebook, Flickr, and YouTube

Continue reading [GNOME APP] SHOTWELL

[GNOME APP] GEDIT

https://i0.wp.com/git.gnome.org/browse/gedit/plain/pixmaps/gedit-logo.png?w=474&ssl=1

gedit is the GNOME text editor.

While aiming at simplicity and ease of use, gedit is a powerful general purpose text editor.

Notable Features

  • Full support for internationalized text (UTF-8)
  • Configurable syntax highlighting for various languages (C, C++, Java, HTML, XML, Python, Perl and many others)
  • Undo/Redo
  • Editing files from remote locations
  • File reverting
  • Print and print preview support
  • Clipboard support (cut/copy/paste)
  • Search and replace
  • Go to specific line
  • Auto indentation
  • Text wrapping
  • Line numbers
  • Right margin
  • Current line highlighting
  • Bracket matching
  • Backup files
  • Configurable fonts and colors
  • A complete online user manual
  • A flexible plugin system which can be used to dynamically add new advanced features

Continue reading [GNOME APP] GEDIT

[GNOME APP] Brasero

https://i0.wp.com/git.gnome.org/browse/brasero/plain/data/icons/hicolor_apps_256x256_brasero.png?w=474&ssl=1

What is Brasero?

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.

Features

  • Supports multiple backends: cdrtools, growisofs and libburn(optional).

Note: compiling against libburn is not enough. You need to activate the backend through GSettings Continue reading [GNOME APP] Brasero