Devolity Blog

Devolity Blog

How does browser fingerprinting work?

Websites utilize a potent technique called “browser fingerprinting” to track your operating system, current plugins, time zone, language, screen resolution, and a number of other active settings. The add-ons you add to your Chrome browser can identify you because they…

How to email large files privately

There are file size restrictions in messengers, social networks, file exchangers, and emails if you need to send someone a large file, say one that weighs 40 GB. Not to add that sending your paper over email opens it up…

Is Photoshop obsolete?

Imagine having the ability to flawlessly enhance any image according to your exact preferences. Now, achieving that level of perfection is as easy as a simple drag and drop, thanks to an AI innovation called DragGAN: 🏌 A team of…

Disk space error by vim

If you Getting DISK SPACE error while openig your file by Vim Editter. “There is not enough space in the file system.[Press return to continue]“and you know that you have space in your home directory, than simply use this commandin…

Convert Text to Html

Convert your text file to html in Linux by Command line.text file to html. Create a file named txt2htmlwith the following contents Always start the output with an HTML header BEGIN    {print “<html>”print “<head>” use the name of the…

Modifies files date and times

Changing the date & time of files.To Make a file look older.Use the touch -t option to change the timestamp of a file with a single command is: # touch -t ccyymmddhhMMSS filename You can manipulate the timings ofyour files using this…