Skip to content

Instantly share code, notes, and snippets.

@goeroeku
Last active February 7, 2019 07:07
Show Gist options
  • Save goeroeku/778a63cf32f735b6723045d8a625817c to your computer and use it in GitHub Desktop.
Save goeroeku/778a63cf32f735b6723045d8a625817c to your computer and use it in GitHub Desktop.
Some utilities app

batch rename extension to UPERCASE

for f in *.jpg; do mv "$f" "${f//jpg/JPG}"; done

screen cloud (win or linux)

https://screencloud.net/

install

wget -q http://download.opensuse.org/repositories/home:olav-st/xUbuntu_16.04/Release.key -O- | sudo apt-key add -
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/olav-st/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/screencloud.list"
sudo apt-get update
sudo apt-get install screencloud

image editor

pinta editor

install

apt install pinta

office

wps

install

wget http://kdl.cc.ksosoft.com/wps-community/download/fonts/wps-office-fonts_1.0_all.deb
wget http://kdl.cc.ksosoft.com/wps-community/download/a21/wps-office_10.1.0.5672~a21_amd64.deb

browser

google chrome

add key google

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
wget -q https://dl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -

install

apt update apt install google-chrome-stable

redshift

install

apt install redshift-gtk

disk management

disk ubuntu

install

apt install gnome-disk-utility

chat

telegram

install

sudo add-apt-repository ppa:atareao/telegram
sudo apt-get update
sudo apt-get install telegram

audio

https://linux.tutorials.id/en/linux-applications/howto-install-pulseaudio-equalizer-in-ubuntu/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment