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.
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…
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…
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…
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
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…
How to install Google Chrome beta in Ubuntu
Google has releases Chrome beta for Linux.Download 32 bitDownload 64 bit
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…
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.…
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…
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…
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…
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…