Author: Konrad Fedorczyk
How to fix VSC ESLint error “The file must be included in at least one of the projects provided”?
When you’re using the Visual Studio Code’s ESLint plugin (with TypeScript), you might get this error in the first character of the document.
Working automatic refresh phpMyAdmin bookmarklet
Simply drag it to your bookmarks: Refresh phpMyAdmin And that’s all 🙂
Fix “authentication failed” error in Tower
Sometimes when you use Tower with Beanstalk it shows authentication failed error. This short guide will show you how to quickly fix this on macOS.
How to clone Github repo using SSH
In this “cut to the chase” tutorial I’ll show you how to clone Github repo using ssh on Mac OS or Linux (so that you won’t need to use password).
How to downgrade macOS? Instructions with installer links
How to find and install older macOS/OS X versions? If you want to download installer images and downgrade your operating system here you can find some instructions.
Display element from the set using probability (Vanilla JS)
This is simple Vanilla JS script that will allow you to show one element from the set using basic percentage probability.
When copying a large file on Linux transfer hangs at the end… And you want to f**king kill someone.
There’s an annoying bug in almost every Linux distribution I’ve worked with. When your copying a large file to usb device (pendrive etc.) it hangs at the end (I mean it haaaaaaaaaaaaangs). I’ve found a solution that works on Elementary and Ubuntu (at least). Simply paste this two commands in your terminal: Add this to […]
How to watch file count in a directory (Linux/macOS)?
If you want to monitor file count in some directory simply use this: You can also mask specific files using asterisk char: If you get Argument list too long error, please change command syntax to this:
How to run double plank (dock) on Elementary OS Juno?
If none of the other tutorials for double plank (on newest Elementary OS Freya) worked for you please check this post.
How to mirror (statically) a website?
If you want to copy a website really really fast use HTTrack with following switches: httrack http://website.com/ -K –sockets=50 –disable-security-limits –max-rate=0 It works on Linux (there’s a native Debian package) and Windows. Check documentation for other options. K is very important because it affects link generation. If you want original links without html extensions use […]