Problem : We’re having issues when using the Invoke-Command command in Powershell to manually trigger a remote Scheduled Task on […]
Fix User
Linux/Bash: Comment every line matching a pattern
Problem : sed is foreign to me, to say the least. I’d like to traverse a C project tree and […]
Search and replace /’s in VI
Problem : I was wondering how I would search and replace all /’s with -‘s in vi. %s///-/g doesn’t work […]
Google Chrome page is infected by the Ukash virus
Problem : I have a Samsung Chromebook. On the Google Chrome page I can’t get rid of a site called […]
du -sb giving different results for 2 directories with same contents?
Problem : I have a directory A with 1000 sub-directories (000-999) each containing 3500 .jpg files. I wrote a PHP […]
kali linux settings interface fails to load
Problem : i have a Kali Linux 2.0 2017 64 bit ; what i discovered is that settings does not […]
How to set up encrypted network in easiest way in Linux?
Problem : Let’s consider we have unencrypted network connection (for example, Ad-hoc Wifi without any WPA, but not limited to […]
VERR_ACCESS_DENIED error with Virutalised existing linux partition
Problem : I have installed both ubuntu 14.04 and windows 8.1 on my harddrive but due to certain circumstances I […]
How force Chrome to use google.com search engine without https
Problem : Chrome’s default search engine is https://www.google.com. How we can force chrome to use http://www.google.com without https? I need […]
inotify script stops after first change
Problem : Inspired by this superuser answer I have written the following copy_library.sh script, saved in the same folder as […]