General
178 notes.
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…
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.
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…
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.
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…
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.…
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…
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…
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…
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…
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…
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…