Skip to content

Instantly share code, notes, and snippets.

@AffanIndo
AffanIndo / .Xdefaults
Created December 22, 2019 12:42
u/schorsch3000 urxvt Configuration
urxvt.transparent: false
urxvt.shading: 15
URxvt.cursorBlink: 1
URxvt.termName: rxvt-256color
URxvt.font: xft:Fira Mono:pixelsize=15,style=regular
URxvt.boldFont: xft:Fira Mono:pixelsize=15,style=bold
URxvt.italicFont: xft:Fira Mono:pixelsize=15,style=bold
URxvt.boldItalicFont: xft:Fira Mono:pixelsize=15,style=bold
URxvt.reverseVideo: True
URxvt.letterSpace: -1
@AffanIndo
AffanIndo / Apps.txt
Created August 23, 2019 09:58
Installed apps on my Manjaro Linux machine
SOFTWARE LIST:
+audacity
+blender
+compton-tryone-git (aur)
+ctags
+emacs
+feh
+inkscape
+rclone
+kdenlive
@AffanIndo
AffanIndo / commands.py
Created July 19, 2019 12:26
Ranger command to open tmux split in current directory
# You always need to import ranger.api.commands here to get the Command class:
from ranger.api.commands import *
# My additional commands
class terminal(Command):
""":terminal
Open new tmux split in the current directory.
"""
def execute(self):
MAINTENANCE
[x] Install System and Application Patches/Updates
[x] $ sudo apt-get update && sudo apt-get dist-upgrade
[x] Free up Disk Space (Be Extremely Careful)
[x] $ sudo apt-get --purge autoremove
[x] $ sudo apt-get clean
[x] $ du -sh ~/.cache/thumbnails
[x] $ rm -rf ~/.cache/thumbnails/*
[x] Remove Junk Manually (Try Baobab) & Backup to Google Drive
[x] Google Drive
@AffanIndo
AffanIndo / FFmpeg.sh
Last active June 10, 2022 14:30
FFmpeg Cheat Sheet
# batch convert
for i in *.mp4; do ffmpeg -i "$i" "${i%.mp4}.webm"; done
# convert from one format to another
ffmpeg -i input.mp3 output.wav
# convert from one video format to another ("-qscale" value are 0-10, 0 is the best)
ffmpeg -i input.mp4 -qscale 0 output.webm
# convert video to audio (sometimes this one is better than the custom one below)
pacman: sudo pacman -Syu PACKAGENAME # install (and update package list)
sudo pacman -S PACKAGENAME # install
pacman -Ss PACKAGENAME # search
pacman -Si PACKAGENAME # info about package
pacman -Qs PACKAGENAME # search installed package
pacman -Qi PACKAGENAME # info about installed package
pacman -Ql PACKAGENAME # list all installed package
sudo pacman -R PACKAGENAME # normal remove
sudo pacman -Rsn PACKAGENAME # remove package, dependencies, and backup configuration files
pacman -Qdt
@AffanIndo
AffanIndo / space-invaders-color.sh
Last active May 26, 2018 14:25
ANSI color scheme script featuring Space Invaders.
#!/bin/bash
#
# ANSI color scheme script featuring Space Invaders
#
# Original: http://crunchbanglinux.org/forums/post/126921/#p126921
# Modified by lolilolicon
#
f=3 b=4
for j in f b; do
@AffanIndo
AffanIndo / audacious-delete.sh
Created May 20, 2018 22:26
Delete currently playing music in Audacious. USE AT YOUR OWN RISK.
trash "$(audtool current-song-filename)"
audtool --playlist-delete $(audtool --playlist-position)
audtool --playback-play
@AffanIndo
AffanIndo / 256-term.sh
Created May 20, 2018 22:24
Print out 256 colours, with each number printed in its corresponding colour.
#!/bin/bash
# Tom Hale, 2016. MIT Licence.
# Print out 256 colours, with each number printed in its corresponding colour
# See http://askubuntu.com/questions/821157/print-a-256-color-test-pattern-in-the-terminal/821163#821163
set -eu # Fail on errors or undeclared variables
printable_colours=256
@AffanIndo
AffanIndo / Krita.txt
Created December 12, 2017 13:59
Summary: Krita PPA and Snap is not reliable, use AppImage instead.
* Now talking on #krita
* Topic for #krita is: repo: https://phabricator.kde.org/source/krita/. Unstable branch: master. Stable branch: krita/3.3 | Current stable release: 3.3.2 | Please wait around after asking a question | off-topic chat: ##krita-chat | This is not a company support channel, it's a chat channel for developers and users of Krita
* Topic for #krita set by boud!~brempt@calcifer.xs4all.nl at Fri Nov 3 16:08:25 2017
<SaberArthur> hello, my xorg crash when I use krita, it never happened before, how to fix this?
<SaberArthur> is there any log I should attach?
<SaberArthur> https://pasteboard.co/GXS67KS.png
<SaberArthur> Xorg.0.log https://hastebin.com/raw/inalaxukol
<SaberArthur> dunno if this is relevant but here is syslog https://hastebin.com/raw/rizocibuho
<boud> SaberArthur: which version of Krita is that?
<SaberArthur> 3.3.1