Chromium Beta Channel chromium-browser Ubuntu 16.04 by https://launchpad.net/~saiarcot895/+archive/ubuntu/chromium-dev
[raw] sudo add-apt-repository ppa:saiarcot895/chromium-devsudo apt-get update
[/raw]
Chromium Beta Channel chromium-browser Ubuntu 16.04 by https://launchpad.net/~saiarcot895/+archive/ubuntu/chromium-dev
[raw] sudo add-apt-repository ppa:saiarcot895/chromium-devInstall the latest Firefox Quantum 57.0 on Ubuntu 16.04 / Zorin OS
[raw]
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa
sudo apt-get update
sudo apt-get upgrade -y firefox
[/raw]
Brace yourself for an all-new Firefox. It’s fast. Really fast. It’s over twice as fast as Firefox from 6 months ago, built on a completely overhauled core engine with brand new technology from our advanced research group, and graced with a clean, modern interface. Today is the first of several releases we’re calling Firefox Quantum, all designed to get to the things you love and the stuff you need faster than ever before. Experience the difference on desktops running Windows, macOS, and Linux; on Android, speed improvements are landing as well, and both Android and iOS have a new look and feel. To learn more about Firefox Quantum, visit the Mozilla Blog.
See the full Release Notes here.
57.0+build4-0ubuntu0.16.04.5 and higher.
Solved failed to map segment from shared object when trying to upgrade Gitlab with [raw]
mount /tmp -o remount,exec
[/raw]
Run the update again after usage.
#OGV
#adjust scaling by 1-10 with ogv.
#https://trac.ffmpeg.org/wiki/TheoraVorbisEncodingGuide
ffmpeg -i INPUT.mov -codec:v libtheora -qscale:v 10 -codec:a libvorbis -qscale:a 10 OUTPUT.ogv
#WEBM
ffmpeg -i INPUT.mov -q:v 10 -c:v libvpx -c:a libvorbis OUTPUT.webm
[/raw]
Fix tracker-store and tracker-fs high CPU usage on Zorin OS.
[raw] echo -e “\nHidden=true\n” | sudo tee –append /etc/xdg/autostart/tracker-extract.desktop /etc/xdg/autostart/tracker-miner-apps.desktop /etc/xdg/autostart/tracker-miner-fs.desktop /etc/xdg/autostart/tracker-miner-user-guides.desktop /etc/xdg/autostart/tracker-store.desktop > /dev/nullInstall Sublime 3 / Docker-CE / GitKraken / Slack / Shutter on Zorin OS
[raw] sudo add-apt-repository ppa:webupd8team/sublime-text-3Easily update docker compose individual containers with this one-liner!
[raw] docker-compose up -d –no-deps –buildFixes NVIDIA-384 problem with libEGL.so.1 is not a symbolic link
[raw]
sudo mv /usr/lib/nvidia-384/libEGL.so.1 /usr/lib/nvidia-384/libEGL.so.1.org
sudo mv /usr/lib32/nvidia-384/libEGL.so.1 /usr/lib32/nvidia-384/libEGL.so.1.org
sudo ln -s /usr/lib/nvidia-384/libEGL.so.384.90 /usr/lib/nvidia-384/libEGL.so.1
sudo ln -s /usr/lib32/nvidia-384/libEGL.so.384.90 /usr/lib32/nvidia-384/libEGL.so.1
[/raw]
Reboot
Reset all your git changes with this one liner.
[raw] git stash -u – Removes all changesOther options if you want something less nuclear…
[raw]
git checkout . – Removes Unstaged Tracked files ONLY
git clean -f – Removes Unstaged UnTracked files ONLY
git reset –hard – Removes Staged Tracked and UnStaged Tracked files ONLY
[/raw]
then
[raw] nmap -sn 192.168.1.0/24ssh keyscan add is the easiest way to add ssh keys to your known_hosts file
To fix this Gitlab error please edit your /etc/gitlab/gitlab.rb file and update your whitelist with
[raw] gitlab_rails[‘rack_attack_git_basic_auth’] = {Replacing x.x.x.x with the IP you are trying to login with.
Then do [raw]gitlab-ctl reconfigure[/raw]
Bonus round, also [raw]docker login -u <your username> -p <token> registry.gitlab.com[/raw] Should help.
This will clean the mess up.
[raw] sudo docker system prune -afBut sometimes that’s not enough. The following will nuke all your images and reclaim your space.
[raw]sudo service docker stop
sudo rm -rf /var/lib/docker
sudo service docker start
Disable wifi from terminal:
[raw]nmcli radio wifi off[/raw]
Enable wifi from terminal
[raw]nmcli radio wifi on[/raw]
Install berkeley 4.8 db libs on Ubuntu 16.04 with these various methods. Fixes
libdb_cxx headers missing ubuntu found berkeley db other than 4.8, required for portable wallets berkeley db 4.8 ubuntu