Sunday, September 08, 2019
Wednesday, July 17, 2019
Friday, June 28, 2019
some more ls aliases
# some more ls aliases
alias ll='ls -alFrth --color=auto'
alias la='ls -a --color=auto'
alias l='ls -CF --color=auto'
alias ll='ls -alFrth --color=auto'
alias la='ls -a --color=auto'
alias l='ls -CF --color=auto'
Set Default Browser?
sudo update-alternatives --config x-www-browser
sudo update-alternatives --config gnome-www-browser
Sunday, May 12, 2019
Wednesday, May 08, 2019
.gitconfig
[alias]
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
pushall = !git remote | xargs -L1 git push --all
pushalltags = !git remote | xargs -L1 git push --tags
fetchall = !git fetch --all --tags
squash-all = "!f(){ git reset $(git commit-tree HEAD^{tree} \"${1:-}\");};f"
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = true
[user]
name = Daniel Abrantes
email = daniel.abrantes@gmail.com
[diff]
tool = meld
[merge]
tool = meld
[format]
pretty = oneline
[push]
default = simple
Thursday, January 31, 2019
How Do I manually remove malformed Packages?
sudo vi /var/lib/dpkg/status
remove all entries about the package and save , then try again.sudo apt-get update
Tuesday, January 29, 2019
Wednesday, January 02, 2019
https://aws.amazon.com/blogs/aws/keeping-time-with-amazon-time-sync-service/
https://aws.amazon.com/blogs/aws/keeping-time-with-amazon-time-sync-service/
Subscribe to:
Posts (Atom)
Git get all remote branches
git branch -r \ | grep -v '\->' \ | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" \ | while read remote; do \ git branc...
-
sh -c 'xfce4-screenshooter --fullscreen --save "$HOME/Pictures/Screenshots/Screenshot_$(date +%Y-%m-%d_%H:%M:%S).png"' s...
-
Known Issues Firefox 3.5 will only support color profiles as specified by ICC v2, later versions will add su...