Tag Archives: commands

Shared media files with other users in linux

          I think everyone might come across this problem. How to share your Music and Videos with other users in linux machine..? For mine ( username is arul ) I have all music and videos in my …

Read more »

Dos2Unix / Unix2Dos in ubuntu

By default ubuntu does not have dos2unix and unix2dos commands. But they provide some alternative commands. Those are fromdos and todos. sometimes its hard to switch to new commands. You can solve this issue by creating soft/symbolic links. Here its …

Read more »

How to add Red5 service

How to add Red5 service In this article you are going to add red5 service in your Linux box. Please use the Below script. Steps: Save these shell script lines as a file. For mine i saved as file “red5″. …

Read more »

Ubuntu FAQ

Hi i am using ubuntu in my laptop . Previously i am using windows os. i face some problems like how to open my computer in shorcut, show desktop, Run etc., i search in google and resolve here i explain …

Read more »

Batch file for building any java application

Batch file for building any java application What is batch file…..? In DOS, OS/2, and Microsoft Windows, a batch file is a text file containing a series of commands intended to be executed by the command interpreter. Article on wikipedia …

Read more »

How to create and use private / public keys

Hi all, Here the document for how to create private and public keys for login. This is more helpful others can login to your machine without disclose the password. How to create private key for my machine..? Go to /home/root/.ssh …

Read more »