To See GNU/Linux on all Desktops in this world.

Remote Desktop connection in Linux

We know that in corporate network there are both Linux and proprietary software desktops. In such environment if you want to access your proprietary software machine from your Linux desktop, at that time you can use “Rdesktop” tool. With this utility you can easily access your remote machine.

First check that whether the rdesktop utility is installed on your linux machine or not ?

We can easily get this utility from internet.

After its installation you can now execute the command rdesktop.
#rdesktop 192.168.10.10

Get Relaxed while working and have little fun.

Hi All, here on this blog, I will try to share some ideas with which we can enjoy our daily work with having little fun at work place.

It is proven from study, that if we make change in our work topic after every 40-50 minutes constant work on one subject, then we will get recharge a lot.

Our mind will get refresh easily by changing topic.

Fire Fox Web Browser with Colorful Tabs

We all are using Firefox web browser. It is really good and cool.

Here there is one tips with which we can use Firefox's tabs with different colors.

Some times it happens we need to open many tabs with Ctlr + T option.

There is one add on of Firefox which can make all opened tabs in different colors.

below is the link from where we can download that add on and enjoy our Firefox web browser.

Download Firefox add on for Tabs with colors.

https://addons.mozilla.org/en-US/firefox/addon/1368

Hope this will help you to move on different tabs easily.

Huawei company is going to Launch Android Phone in this year.

Huawei Technologies company had announced that they are going to enter into the market of Open Handset Alliance.
Company has plan to launch smartphones, which are based on Android platform.

HP will soon launch GNU/Linux based desktop computers.

HP moving ahead with GNU/Linux

Now HP is going to put GNU/Linux on one of its Desktop solutions.

With the news from web, HP has joined the few of OEM partners to give solution on Desktops with GNU/Linux.

As company find that now a days proprietary software is not going in market with many numbers, it is little bit tough time for proprietary software with its operating system to go in market.

HP's this offer will help small businesses to enhance their productivity with ease in their time and technology management.

Spell checking in "vi or vim" editor.

Some times while editing any configuration files on linux or unix server, we need to do check spellings. For that we go for help of dictionary.
But we can do this in vi editor itself, while editing it.
Just for checking open one test.txt file with vi editor.
type some wrong spell in it.
Now save this file with :w! ( Press enter )
Now do : !spell -b ( press enter )
Check the bottom line you will get the wrong spell's list over here.

Cool na !

Enjoy vi editor.

Linux and Unix server monitoring with "tail" command. Nice command for System Administrator.

Many times on linux's live servers we need to do find out, that what are system's messages for running processes on linux server, at that time linux monitoring tools will help us.

It might be redhat linux server, fedora core, ubuntu linux server, debain server etc.

We can easily monitor those log message with "tail" command. This command is very help-ful to linux and unix system administrators.

What ever type of log message will it be, e.g., log message, warning message, error message.

Make directory trees on unix and linux with mkdir command options

Some times while working on live servers of unix or linux, on shell command line, we required to create different directories tree, so we are using mkdir command.

For creating many sub directories at a time we can use one of the switch of mkdir command.

which is -p, while using -p with mkdir it will create as many sub directories as you wish.

below is the very good example of it, to defining the directory trees with the mkdir command, only with one command from bash shell prompt.

mkdir -p /testdir/abc/def/ghi/jkl/mno/p/q/r/s/t/u

Syndicate content

Back to top