Access 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 storyVisual Basic For Linux
Visual basic is the most friendly GUI development tool ever released,and its released under Windows. i googled for years to get its version under linux, my search ended in Gambas this looks like VB 6.0 with similar fetaures the Helo world program Code to display message bog with Hello world ‘ Gambas class file PUBLIC [...]
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 storyUbuntu Netbook Wireless Problem solved for Dell Mini
Everything went fine with ubuntu netbok (Ubuntu 11.04 – the Natty Narwhal – released in April 2011 and supported until October 2012. ) remix but wireless failed, it was frustrating but i solved it with good people from linuxquestions.org i installed ubuntu netbook remix , when connected with cabled it was fine but not in [...]
full storyUbuntu mobile
Ubuntu Mobile Internet Device Edition was an Ubuntu distribution planned to run on the Intel Mobile Internet Device platform, x86 mobile computers based on the Intel Atom processor. It was planned to use the GNOME framework Hildon as the basis for its GUI. Functionality According to Canonical, it would provide an uncompromised Web 2.0 [...]
full storyGOS , Friendly Linux Operating System good for Netbook
Features Google Gadgets Enjoy a desktop full of live, personalized data Google Picasa with WINE 1.0 gOS 3.1 pre-installs WINE 1.0, which makes it capable of running some Windows software. For example, Google Picasa for Linux runs like it does on Windows thanks to WINE 1.0. Google Mail and Calendar Easy to [...]
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 storyrun windows applications in Linux Photoshop,MS Office in Linux
wine is a set of librarires that lets linux to Run windows Application inside linux. even if this is possible to a great extent this is not a end solution wine runs almost all applications in linux, for eg. let us consider one of the most popular Windows application the photoshop Photoshop is a great [...]
full story