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 Nov 8, 2009 1 min read

How to Pronounce Linux

function VoteWindow() {url="http://vote.sparklit.com/wait.html";options="toolbar=no,scrollbars=yes,directories=no,status=no,menubar=no,";options+="resizable=yes,width=469,height=520";window.open(url,"…

General Nov 8, 2009 1 min read

How to play multimedia files(install codecs) in ubuntu 9.10

You can find many applications for windows to play many kind of codecs.Some of the windows applications are windows media player, real player, vlc, mplayerUbuntu equivalent : vlc, mplayer,…

General Nov 8, 2009 1 min read

Create a larger casper-rw loop file for your live usb from Linux

A larger casper-rw loop file is particularly useful for those who have performed a linux install to a large thumb drive using a Windows USB tutorial and need…

General Nov 8, 2009 1 min read

Mic not working with skype on Ubuntu 9.10 karmic koala

After installing skype 2.1 in your ubuntu 9.10 you might have seen that there is only one option in skype's audio properties: "pulse audio server" and Nothing else. But…

General Nov 8, 2009 2 min read

Install Video and Music Players for ubuntu 9.10 karmic koala

Most current video multimedia players play many video formats, including the Flash video .flv format.MPlayer Multimedia PlayerMplayer is a video player with a wide range of formats supported…

General Nov 1, 2009 1 min read

How to play video dvd in ubuntu 9.10 karmic Koala

Follows the steps below to play DVD in your ubuntu 9.10 karmic Koala1. Become root$ sudo su -2. Add medibuntu repositories to your sources.list.# wget…

Install Oct 30, 2009 1 min read

How to install Skype on Ubuntu 9.10 Karmic Koala

The two methods  below doesn't work now. Please see http://blog.dipinkrishna.info/2009/11/how-to-download-and-install-skype-for_3060.html for a successfull installation of skype on ubuntu.I have…

General Oct 27, 2009 1 min read

Seahorse – Encryption Made Easy

Seahorse is a GNOME application for managing encryption keys. It also integrates with nautilus, gedit and other places for encryption operations. With seahorse you can... Create and manage…

Uncategorized Oct 20, 2009 1 min read

Google is giving web masters access to the malicious code

Google is giving web masters access to the malicious code it finds in their web pages. If the Google bot detects malicious code when indexing a web page,…

Google Oct 20, 2009 1 min read

Google’s memory stress test tool

Google has released its Stressful Application Test, known by its Unix name as stressapptest. According to Google, Stressful Application Test, which has been used inside the company for…

General Oct 17, 2009 1 min read

How to download torrent files from command line(Linux Terminal)

This can be achieved by using the ultra-lightweight text-based BitTorrent client "rTorrent".If you are using Ubuntu, you can install rTorrent via Synaptic Package Manager, or with this command:$…

General Oct 13, 2009 3 min read

Recover deleted files in linux using Photorec easily

PhotoRec is file data recovery software designed to recover lost files including video, documents and archives from Hard Disks and CDRom and lost pictures (thus, its 'Photo Recovery'…