Untuk mengubah timestamp file (termasuk waktu Modify, Access, dan Change) agar seolah-olah file tersebut dimodifikasi 8 hari yang lalu, Anda dapat menggunakan perintah touch dengan opsi -t di Linux. Perintah ini memungkinkan Anda untuk mengubah waktu akses dan modifikasi file. Langkah-langkah: Menentukan Tanggal yang Diinginkan Format tanggal untuk perintah touch adalah [[CC]YY]MMDDhhmm[.ss], yang berarti: CC … Continue reading mengubah timestamp file (termasuk waktu Modify, Access, dan Change) Linux File
Category: Ubuntu
Mengonversi MP3 ke MP4 menggunakan ffmpeg
Untuk mengonversi file MP3 ke MP4 di Ubuntu, Anda bisa menggunakan alat baris perintah seperti ffmpeg. ffmpeg adalah alat yang sangat kuat dan serbaguna untuk menangani file multimedia. Berikut adalah langkah-langkah untuk mengonversi MP3 ke MP4 menggunakan ffmpeg: Instal ffmpeg:Jika ffmpeg belum diinstal di sistem Anda, Anda bisa menginstalnya dengan perintah berikut: sudo apt update … Continue reading Mengonversi MP3 ke MP4 menggunakan ffmpeg
Can’t Open Terminal in Ubuntu: How to Fix
How to Open, Extract and Create RAR Files in Linux
RAR is the most popular tool for creating and extracting compressed archive (.rar) files. When we download an archive file from the web, we required a rar tool to extract them. RAR is available freely under Windows operating systems to handle compressed files, but unfortunately, rar tool doesn’t pre-installed under Linux systems. This article explains how to install unrar and rar command-line tools using official binary tar … Continue reading How to Open, Extract and Create RAR Files in Linux
How to Add ‘Show Desktop’ Shortcut to Left Panel in Ubuntu 20.04
Ubuntu used to have a “Show Desktop” shortcut icon in left dock launcher. It allows you to single click minimize all visual app windows, and click again to restore them. The feature was however removed in recent Ubuntu releases. If you’re just looking for a way to simulate the function, press Ctrl + Alt + D or Super … Continue reading How to Add ‘Show Desktop’ Shortcut to Left Panel in Ubuntu 20.04
Copy File from another Server by SCP
scp -P [port number] [username]@[server name or IP]:[path to file on server] [path to file on local PC]scp -P 227 otong@182.34.56.789:/home/otong/xxxx.dump /home/vina/xxxx.dump
How to Move ‘Min, Max, Close’ Window Buttons to Left on Ubuntu 20.04
How to Move ‘Min, Max, Close’ Window Buttons to Left on Ubuntu 21.04 (Hirsute Hippo) The easiest way to move the window buttons in my opinion is to use gnome tweaks 1. Open Terminal (Ctrl + Alt + T) and run his command sudo apt-get update sudo apt-get install gnome-tweaks 2. press alt+f2 type gnome-tweaks … Continue reading How to Move ‘Min, Max, Close’ Window Buttons to Left on Ubuntu 20.04
SET DEFAULT BRIGHTNESS ON UBUNTU
The easiest way I found to set my brightness was to use the xbacklight package: sudo apt-get install xbacklight Now you can set the brightness easily to a certain percentage via the command line: xbacklight -set 50 To set the brightness automatically when I log in I use “Startup Applications” like so: Hit the super key and … Continue reading SET DEFAULT BRIGHTNESS ON UBUNTU
How to compress and uncompress files and folders in the Terminal
ZIP – Cross Platform First up is ZIP one of the most commonly used compression techniques used across all platforms To compress zip -r archive_name.zip folder_to_compress To extract unzip archive_name.zip If you want to make a zip without those invisible Mac resource files such as “_MACOSX” or “._Filename” and .ds store files, use the “-X” … Continue reading How to compress and uncompress files and folders in the Terminal
Menambah Icon ke Unity Launcher (Dash) Ubuntu
1. Menggunakan terminal, Mount ke direktori dimana shell script atau file execute berada. 2. Ketikkan di terminal : gedit nama_aplikasi.desktop 3. Gedit text editor akan terbuka, masukkan kode dibawah ini: [Desktop Entry]Name=Eclipse Type=ApplicationExec=/path/to/file/eclipseTerminal=falseIcon=/path/to/icon/eclipse.svgComment=Integrated Development EnvironmentNoDisplay=falseCategories=Development;IDE;Name[en]=Eclipse edit Icon= and Exec= and Name= *also Terminal=True/false determines weather the terminal opens a window and displays output or runs in … Continue reading Menambah Icon ke Unity Launcher (Dash) Ubuntu
