Experimenting with Unix |
|
| Listed in | Linux_unix on position 13 and overall rank is 2729 |
| Country | India |
| Language | English |
| Owner | fermilevel |
| Member Since | July 5, 2009 |
| URL | http://unixlab.blogspot.com/ |
| Pagerank | 0 |
| Tags | ubuntu | linux | |
|
|
|
Latest Posts on: Experimenting with Unix
Retrieved latest 5 posts at: http://unixlab.blogspot.com/feeds/posts/default
Transparent Proxy on Linux using redsocks
This post is targeted at those Linux users behind a network proxy but cannot set it in an app, or are just plain lazy to go about telling every app to use a proxy. I’ll give a quick rundown of the instructions for those in haste, with geeky details following towards the end. I’m assuming a fairly recent distro here, and I’m targeti..
Posted on 27 April 2012 | 11:38 am
How to restore missing gnome panel
Open a terminal and try $gconftool --recursive-unset /apps/panel && killall gnome-panel ..
Posted on 15 April 2012 | 4:24 pm
How to Convert MTS to AVI in Linux
Try this $ ffmpeg -i InputFile.MTS -vcodec libxvid -b 18000k -acodec libmp3lame -ac 2-ab 320k -deinterlace -s 1440x1080 OutputFile.AVI ..
Posted on 15 April 2012 | 4:22 pm
Setting up a NIS slave server
This note explains how to setup a nis slave server. It is assumed that you have a NIS server running . Setup Existing NIS server named mahalanobis on 10.107.35.1 The slave server is to be set up is named gauss on 10.107.35.6 Install ubuntu 10. 04 Lucid on gauss 10.107.35.6. Setup the network interface and make sure that it..
Posted on 3 February 2012 | 11:07 am
Mount Ext4 partitios in Windows
Ubuntu partitions are incompatible with Windows, we can not read and write to them from widows. Ext4 partitions can be read from windows if you install a simple utility in Windows. Download ext2fsd from http://sourceforge.net/projects/ext2fsd/files/Ext2fsd/0.51/ Find out Ext2Fsd-0.51.exe from the above s..
Posted on 12 December 2011 | 4:11 am