Categories
Linux Open Source Solutions Web

Using Static IP Address On Ubuntu



By default most unix boxes now come with dynamic IP enabled for all its networking needs. This is a very useful configuration but at times it helps to know that a system’s IP will remain the same no matter what changes occur around it. A classic example of this case can be a server.

In any case if you want to change your unix box to use static IP the following simple steps will get your task done:

Categories
Linux Open Source Solutions Web

Fixing WiFi regulatory rule in Unix

Wifi routers usually specify the regulatory rules for all devices connected to their network. In rare cases a router may go rouge and specify the wrong regulatory domain, which might effect the quality of the connection and at times may make the network unreachable even if the network says that its connected.

Below are the debug messages from the command “dmesg” in one such case:

Categories
Chrome Firefox Open Source Solutions Web

Deleting specific Cookies in Firefox & Chrome

Sometimes when websites are updated,they tend to change the way they manage cookies.  What happens then is that there is a small possibility of certain parts of the website not functioning as the old cookies remain in the browser.  In those cases the best approach is to remove the errant cookie and let the website recreate the cookies.

Here is a quick tutorial on how to do that:

Firefox:

  • Click on Tools, then Options (or Edit | Preferences on Linux)
  • Select Privacy
  • In the Cookies panel, click on Show Cookies
  • To remove a single cookie click on the entry in the list and click on the Remove Cookie button
  • To remove all cookies click on the Remove All Cookies button
  • Voilà, you are done 🙂

Chrome:

  • Click the “wrench” icon on the browser toolbar (usually on the right extreme)
  • Click the Under the Hood tab.
  • Goto the Content settings in the “Privacy” section.
  • Click the Cookies tab in the Content Settings dialog that appears.
  • Click All cookies and site data to open the Cookies and Other Data dialog.
  • To delete all cookies, click Remove all at the bottom of the dialog.
  • To delete a specific cookie, select the site that issued the cookie, then the cookie, and click Remove.
  • Voilà, you are done 🙂
Categories
Open Source Solutions

Restoring Lost Session in Firefox


Image representing Firefox as depicted in Crun...
Image via CrunchBase

After a crash Firefox, when restarted gives a page with the option of Restoring the session or Starting a new session. Sometimes in haste we might hit the “New Session” option and feel a bit stupid that all those open tabs are now gone…

Well there is a simple way to undo that. Simply point your browser to “about:sessionrestore” and you will get back to the page with the option of restoring your previous session again!





Categories
Media Open Source

Adding WaterMarks to Videos in KdenLive


A range of video effects in Kdenlive
Image via Wikipedia

Kdenlive is a wonderful opensource program for video editing that I have off late become a huge fan of. The software is little tough to initially understand but once you get used to it, its very easy to make pleasing videos on it.



One of the recent problems I faced in Kdenlive was to add a watermark to a video I had created. One of the ways to create a watermark on a kdenlive project is as follows:

  1. Create the base project and save your project
  2. Now create a new project with same project settings – fps, resolution etc.
  3. Select «Add Clip» and select the first project you created
  4. Now create a title slide with the information that you will use to watermark.
  5. Now using the Composite transition place the title slide over the first project. You can use the opacity control to control the transperacy of your water mark
  6. Render you video.
Enhanced by Zemanta