Copy , Paste text in Linux Terminal and Putty
Copy Paste text short cuts in SSH Clients and Linux Terminals
full storyAndroid for Netbook , Laptops and Desktops-the android86 project
Android the new revolutionary OS from google is playing its role on Tablets, and Mobile devices and got a wide variety of listeners in all segments with its google driven interface .This feature rich operating system intially limited to devices designed for Android and like meego and chrome OS it is not readily available [...]
full storyInstall Google Chrome In Fedora 15
By default YUM configuration shipped with fedora doesnt contain support cheome installation
full storyFedora 15 Released
Fedora is a fast, stable, and powerful operating system for everyday use built by a worldwide community of friends. It’s completely free to use, study, and share. te much awaited Fedora 15 can be downloaded from… download : http://fedoraproject.org/en/get-fedora
full storyAccess Linux GUI From Windows
There are a variety of tools for accessing linux console from windows, ie using telnet,ssh etc etc… but to access GUI of Linux (of course X ) from windows , unfortunately there is not a good number of solutions available, following is the ultimate solution for the same Here Utilities needed to accomplish this [...]
full storyLinux for Multimedia
What is LMMS? LMMS is a free cross-platform alternative to commercial programs like FL Studio®, which allow you to produce music with your computer. This includes the creation of melodies and beats, the synthesis and mixing of sounds, and arranging of samples. You can have fun with your MIDI-keyboard and much more; all in a [...]
full storyubuntu task bar missing
one of ubuntu common issue , where is my opened applications ? Cause: This is happening when we accidently delete the panel and when we added this again it is not acting as convensional task bar as of windows and linux.,once it disappeared its bit difficult to bring it back it troubled me little asnd [...]
full storyLinux Gnome Weblog client for Offline and Online Blog Posting
Gnome Blog Entry poster is one of the most populat WYSIWYG blog client, this supports offline file saving blog configuration Simple to use interface WYSIWYG styled text support Panel popup allows entries can be written gradually over the course of a day Spell checking Drag and drop support for images
full storyFind Difference between 2 files in Linux
root@server2 [~/study]# cat file1 1 2 3 4 root@server2 [~/study]# cat file2 1 2 3 4 5 6 7 8 root@server2 [~/study]# diff file1 file2 4a5,9 > 5 > 6 > 7 > 8 > root@server2 [~/study]# here 4a5,9 means append 5 to 9 from position 4 and displayed rest part of file2 next to [...]
full storyFind My Ip Address from Linux
root@server2 [~]# ifconfig -a eth0 Link encap:Ethernet HWaddr 40:14:6E:5C:1E:C8 inet addr:125.17.243.294 Bcast:125.17.273.215 Mask:255.255.255.222 inet6 addr: fe80::214:5eff:fe5c:7ec8/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:24565347 errors:0 dropped:0 overruns:0 frame:0 TX packets:6567673 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:359811953 (343.1 MiB) TX bytes:456789(2.5 GiB) Memory:e8300000-e8320000
full storyLinux Command to List all Directories
this is a very simple requirement, but is still asked by many , thats why i am posting this small post ]# ls -l | grep ^dls -l | grep ^d what is this : i am piping the out put of ls -l to grep ls -l : will list all files with details, [...]
full storyAccess Windows from Linux (files)
if you mean how to access windows partition in linux you can mount it there suppose id /dev/sdc2 is windows partition you can access it with a directory /home/user1/winc if you mount this for this you may do this ]$ mount /dev/sdc2 /home/user1/winc now you can access the contents by ]$ cd /home/user1/winc winc]ls will [...]
full story