ffmpeg / avconv is pretty nice. it can even do mp4 to gif conversion! 🙂 so what the user can do is: use SimpleScreenRecorder, to record a fixed rectangle of the screen to mp4 and then use ffmpeg / avconv […]
setup LAMP Linux Apache2 MariaDB PHP7.3 su – root; # become root apt update; # update system to latest apt upgrade; # database first apt install mariadb-server mariadb-client # set root pwd for database (can be root on dev test […]
Warning! This is probably not THE best solution and rather a dirty hack. Updates only should come via yum package manager and official repositories. After update, Telegram stops working. first thing one does is open up a terminal, and try […]
“Google controls about 62% of mobile browsers, 69% of desktop browsers, and the operating systems on 71% of mobile devices in the world. 92% of internet searches go through Google and 73% of American adults use YouTube. Google runs code […]
were you annoyed by Youtube Ads? Me not. thanks to addons like uBlock. now those addons of Firefox suddenly stopped working, this is pretty annoying: “could not be verified for use in Forefox and has been disabled” huh? WHAT? WHY? […]
web3d awesome! you can walk here with cursor buttons and tilt up and down with mouse wheel: and even upload your own pictures: http://www.spacegoo.com/tiananmen/# marbleous: But the website itself is pretty impressive: unfortunately the tux web flying simulator did […]
install firefox app and test it for free here: https://appr.tc/ When Browsers start to talk to each other – Open Source HTML5 based Web Video Audio Conferencing WebCam ScreenSharing – Collaboration over internet WebRTC (“Web Real-Time Communication“) enables applications such […]
applies to: Mozilla Firefox 53.0 (64-Bit) It happened by accident… Ctrl+Shift+X and suddenly your text is written in another direction…i think hebrew is writing from right to left. Left to right, horizontal The following writing systems are written […]
mankind’s natural inertia in general hates changes… and updates are changes… but updates are critical for security. “ALL OS are unsafe – Flash and the most broswers anyway. This year’s Pwn2Own contest showed once more – zero-day-exploits are everywhere and […]
mirror download of this version: Adblock_Edge_2.1.9.1-signed.1-let-fixed.1-signed.xpi.gz sha512sum: 28253143d791157967e8b6370061beb84292a4733e2747e9d872005ec0033c1f423039926834dbbf65bff00abb5172d249fa3d6da3eb7a48f65e748f7f1989c0 sha256sum: 995237047ed6d612d7d5f4851f6bed4b18be01d4829241f9f0109ab515a586d4 https://bitbucket.org/adstomper/adblockedge src: https://github.com/adstomper/adblockedge src: https://bitbucket.org/adstomper/adblockedge/src license: https://github.com/adstomper/adblockedge/blob/master/LICENSE this smells like corruption… after all, advertisement on the internet is big business – with Google’s Youtube playing an add spot every 5 […]
You can run this tool on your Linux or OSX box: https://ooni.torproject.org/install/ooniprobe/ Linux: Debian On Debian testing and unstable: Step 1. Type the following in your terminal: apt-get install ooniprobe; On Debian stable (jessie): Step 1. Configure debian backports by […]
https://dwaves.de/2014/11/24/how-nsa-surveillance-free-is-mozilla-firefox-and-thunderbird-landuke-says-they-are-fucking-capitalists/ Checkout: IceCat Ok, let’s put this straigt. Mozilla HAD (!!!) a contract with Google from 2012 – 2014 that showered them with money – which they probably got a lot of shitstorms, and online-bashing. But even worse: Google stole […]
update: 2018.04 PaleMoon archive Server HACKED! “A malicious party gained access to the at the time Windows-based archive server” (src) oh gosh! ? GO USE CENTOS AND LATEST KERNEL NOW! “malware dropper tracked by ESET as Win32/ClipBanker.DY” (steals bitcoins) https://www.securityweek.com/archive-server-pale-moon-open-source-browser-hacked […]
one’s mistake: Chrome is simply a name for a “frame”. The naming is imho badly chosen. BSI: Firefox only browser to meet criterias (src) Google has given money to Mozilla foundation to make Google default search engine per default… this […]
update 2020-10 (untested) https://www.falkon.org/ update: 2018: https://en.wikipedia.org/wiki/Vivaldi_(web_browser) Vivaldi is a freeware, cross-platform web browser developed by Vivaldi Technologies, a company founded by Opera Software co-founder and former CEO Jon Stephenson von Tetzchner and Tatsuki Tomita. The browser was officially launched […]
wget way: vim /scripts/download_website.sh; # create new file and fill with this content #!/bin/bash wget –no-check-certificate –limit-rate=5k –random-wait –recursive –no-clobber –page-requisites –html-extension –convert-links $1 chmod u+x /scripts/download_website.sh; # mark script executable mkdir /offline_websites_workspace; # create new dir where to offline […]