Display application’s path of running process in Windows

Normally you use Task Manager to see which processes are running, but from that you don’t know which application they belong to. Luckily, with these simple commandlines, you can easily see...
unlocked padlock in front of broken keyboard keys

The Best Ethical Hacking Tools

There are a lot of tools available to you when you begin your quest for ethical hacking. These include Hashcat, Cain & Able, and Angry IP scanner. Regardless of your level...

How to install Python 2.7 on BlueHost in 4 steps

1. DOWNLOAD wget http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tgz tar zxvf Python-2.7.2.tgz 2. INSTALL cd Python-2.7.2 ./configure –prefix=/home/<your account>/opt/python272 --enable-unicode=ucs4 make make install 3. TEST Now try to run: /home/<your account>/opt/python272/bin/python 4. MAKE IT YOUR DEFAULT PYTHON $vim ~/.bashrc add the following line export PATH=/home/<your account>/opt/python272/bin:$PATH reload the session $source ~/.bashrc
woman using google on laptop

Different Types of Google Penalties

A high-ranking website? Yes, please!  But what if you're hit with a Google penalty that'll turn your webmaster dreams into a nightmare. Google penalties can affect any website that fails to follow...
a button on a door that says they are air conditioned for your comfort

What to Consider When Buying Air Conditioning in Glasgow in 2022

When you are looking to buy air conditioning in Glasgow, there are several factors that you should consider. These factors include energy efficiency, noise level, warranty, and brand name. Choosing an...

PYROCMS Tag Reference Cheat Sheet

I started to work on PYRCMS for a few personal projects and found that it’s quite powerful & flexible with my favorite Code Igniter PHP framework. I looked for a cheat sheet of...

Search comma-separated list attribute using jQuery

I have an attribute that is comma-separated list, and I want to search for a particular value in that list example: <img id=”img1” src=”somepic.jpg” tags=”nature,flower,color”> SOLUTION Using jQuery, it’s simple to do, for example, I...
coding on a computer

How to Be a Better Computer Programmer Fast in 2022

As a computer programmer, you'll find that the hardest part of your job is the coding. It's a difficult field that requires a lot of rules, called syntax. By practice, you'll...

WordPress Cheat Sheets collection

Working on WordPress? And you want a quick way for reference, then choose one of the following cheatsheets, they are great & helpful. 1. WordPress Cheat Sheet by Andy Wibbels Download: http://andywibbels.com/files/WordPress_Cheatsheet_v1.pdf 2. WordPress...

How to keep Safari in zoom

I’m using Macbook Pro 17″ and the text in Safari looks so small. You can zoom using (Command and +/-) or two fingers on the trackpad. But the problem is that...

HOT NEWS