Skip to content
Topic

General

178 notes.

Django Aug 14, 2023 1 min read

How To Deploy a Django project on an Ubuntu server with Nginx

Here's a general outline of How to Deploy a Django project on an Ubuntu server with Nginx: Server Setup: Start by setting up an Ubuntu server. SSH into…

General Jun 30, 2023 2 min read

WordPress: How to Fix the “Missing a temporary folder” Error

The "Missing a temporary folder" error typically stems from incorrect server configurations. When WordPress attempts to upload files or carry out temporary operations, it requires access to a temporary folder.

General Oct 14, 2022 1 min read

How to upgrade Ubuntu server 20.04 to Ubuntu 22.04 (latest)

1. Let's fetch the latest version of the package list from the repositories. 15605447646aa93a2ae37d1_000000 2. Upgrade the installed packages. 15605447646aa93a2ae37d1_000001 3. Upgrade the…

Coding Sep 22, 2018 1 min read

Python: Lowest Common Ancestor of a Binary Search Tree

Python 3 code to find the Lowest Common Ancestor of a Binary Search Tree 15605447646aa93a2ae37d1_000007 Hope it helps.

General May 11, 2018 1 min read

Excel: VBA Macro Code for Multi Select Drop Down List

This post assumes that you already have a data validation setup on all/few fields in a column which is now showing a drop-down for the fields in that…

General Feb 15, 2013 1 min read

Use WGET to recursively download the whole FTP directory

I wanted to copy all of the files and folders from my current host to my new server. And I only have FTP access to that current host.…

General Feb 12, 2013 1 min read

intad.pag2p.co sidepage.co streamride.net, are they Malware?

intad.pag2p.co/dva1/int, sidepage.co and ui.streamride.net has been creating a panic to internet users around the globe. Everyone who first encounters it thinks that their computer is infected by a…

General Jun 7, 2012 1 min read

Asianet(ISP) now showing Interstitial ads (intad.pag2p.co) along with their javascript injection.

  Asianet had been injecting javascript code to each webpage requested, for the past three months now. Now, they have started showing interstitial ads. When you type in…

General Mar 31, 2012 1 min read

Remove ui.streamride.net ads injected by ISPs (Asianet in my case)

Read it full here : Asianet(ISP) injecting javascript code(ads) in every webpage requested by the customer Here asianet(ISP) is injecting a javascript code into a website without the…

General Mar 31, 2012 1 min read

Asianet(ISP) injecting javascript code(ads) in every webpage requested by the customer

Update: Asianet(ISP) now showing Interstitial ads (intad.pag2p.co) along with their javascript injection.   Some of you out there, using Asianet, might have noticed that an ad is shown…

General Nov 30, 2010 1 min read

Git: Create and delete remote branches

Many git users frequently do create and delete branches. I often forget the command. So i am now writing it down here. May be, it will be useful…

General May 14, 2010 1 min read

How to Install Adobe PDF Reader 9.3 in Ubuntu 10.04

Adobe Reader is a famous pdf reader.Command line way:$ wget http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.3.2/enu/AdbeRdr9.3.2-1_i386linux_enu.deb$ sudo dpkg -i…