Skip to content
Writing

Notes, fixes and guides.

Sixteen years of working notes — Linux and networking, Django and Laravel deployment, SwiftUI, AWS. Written down mostly so I can find them again.

General Dec 21, 2009 1 min read

What is Inbound and Outbound Network Loadbalancing

Network load balancing is now a key feature that is required for all enterprises, especially financial companies. This capability balances network sessions like web, email, etc over multiple…

terminal Dec 19, 2009 1 min read

How to make terminal ask for password every time you type sudo command

when you type sudo command for the first time in a terminal it will ask you the sudo password.This password will be remembered by that terminal for 15…

Uncategorized Dec 17, 2009 1 min read

How to make a terminal remember sudo passowrd for ever

when you type sudo command for the first time in a terminal it will ask you the sudo password.This password will be remembered by that terminal for 15…

General Dec 17, 2009 1 min read

How to reinstall and reconfigure all packages automatically in Ubuntu 9.10

If you want to reinstall and reconfigure all packages in your Ubuntu just type the following command in terminal.sudo dpkg-reconfigure -phigh -a

General Dec 16, 2009 1 min read

How to Assign Custom Shortcut Keys on Ubuntu 9.10

Ubuntu includes a very limited shortcut key configuration utility which doesn't allow you to assign hotkeys to your own applications or scripts. To get around this limitation, we…

Uncategorized Dec 9, 2009 1 min read

How to install Google Chrome beta in Ubuntu

Google has releases Chrome beta for Linux.Download 32 bitDownload 64 bit

General Dec 9, 2009 1 min read

Google Chrome is now available for Linux

Google released a beta version of Chrome for Linux and browser extensions for users of beta and developer builds.The final step for Chrome on Linux will be to…

General Dec 8, 2009 1 min read

How to display free disk space of drives (hard disk)

The df utility displays statistics about the amount of free disk space on the specified file system or on the file system of which file is a part.…

General Dec 5, 2009 1 min read

How to download and convert Youtube videos in Linux

Utube Ripper is an application written in Gambas that works exclusively on Linux. It's useful to download and convert Youtube videos in a simple and efficient way.You can…

General Dec 3, 2009 1 min read

Diamond-like DVD that will last for centuries and is not susceptible to failure

"Never use rewritable discs for long-term storage."— Library of US Congress Website"Storage media such as compact discs and DVDs that were thought to last, don't — they often…

General Dec 2, 2009 1 min read

Convert copy protected PDFs to unprotected, using two simple commands in Ubuntu

Use two simple commands to convert a protected pdf into an unprotected pdf.Here in this example i assume the protected pdf file name to be 'protected.pdf'.Now open your…

General Nov 29, 2009 1 min read

Change in name from “Ubuntu Netbook Remix” to “Ubuntu Netbook Edition”

Ubuntu Netbook Remix is a custom user interface for the popular Ubuntu Linux distribution designed to play well with laptops with small screens. Instead of dealing with a…