Tag Archives: ubuntu

MELD – Mencari beda (komparasi) dari dua berkas

Bagi teman-teman yang hobi oprek android (modifikasi systemUI, mod app, mod setting, dll) pasti sering melakukan komparasi dua file atau lebih. Untuk teman-teman yang lain untuk kepentingan tertentu, kadang juga perlu membandingkan isi dari dua file atau lebih, misal file a.php dengan file b.php.

Pada tulisan ini saya tunjukan bagaimana cara mencari beda atau membandingkan isi dari dua file di ubuntu? . Dalam hal ini saya akan menggunakan aplikasi meld, yang merupakan GUI untuk diff.

Langkah-langkah:

  1. Buka terminal
  2. Install meld
    sudo apt-get install meld
  3. Buka aplikasi meld, pilih file comparison, browse masing-masing file yang mau dibandingkan, klik compare.
  4. Skrinsut:

Tips & Trik Terminal, generate MD5 Hash suatu file di ubuntu

Ketika kita download suatu file (.iso misalnya), biasanya disertai file md5 atau di sediakan di web tempat kita download. Biasanya digunakan untuk mengetahui apakah file tersebut corrupt atau tidak.

Pada tulisan ini, saya akan menunjukan bagaimana meng-generate md5 hash pada terminal ubuntu. Misalnya saya mau meng-generate dari file iso zorin os yang saya unduh,

Langkah-langkah:

  1. Buka terminal
  2. Masuk ke direktori dimana file iso zorin os berada.
  3. Jalankan perintah berikut:
    md5sum zorin-os-9-core-32.iso
  4. Skrinsut:

Get Hardware Information with Dmidecode Command on 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