2018-08-03 03:52:26 -0600 | received badge | ● Popular Question (source) |
2018-06-02 13:35:25 -0600 | received badge | ● Notable Question (source) |
2017-01-28 20:29:49 -0600 | received badge | ● Good Question (source) |
2016-09-29 16:29:41 -0600 | received badge | ● Nice Question (source) |
2016-07-12 15:16:54 -0600 | received badge | ● Nice Question (source) |
2016-04-25 16:38:05 -0600 | received badge | ● Famous Question (source) |
2016-01-19 11:15:22 -0600 | received badge | ● Famous Question (source) |
2016-01-02 02:15:48 -0600 | commented answer | Where can I find the configuration file of vi in fedora 19? thnkq this ans help me :) |
2015-12-01 14:01:04 -0600 | commented question | errors runing VMware WS 10 i don't know about vmware but u can easily use virt-manager using "yum install virt-manager" or if you want to use this think using cmnd line use "yum install virt-install" |
2015-12-01 13:47:22 -0600 | received badge | ● Citizen Patrol (source) |
2015-10-07 01:22:22 -0600 | answered a question | How do I automount all usb drives, so they are accessible to all users? hey change in the /etc/fstab file..... <device> <mountpoint> <filesystemtype><options> <dump> <fsckorder> /dev/hdb5 / ext2 defaults 1 1 /dev/hdb2 /home ext2 defaults 1 2 /dev/hdc /mnt/cdrom iso9660 noauto,ro,user 0 0 /dev/hda1 /mnt/dos/c msdos defaults 0 0 /dev/hdb1 /mnt/dos/d msdos defaults 0 0 /dev/fd0 /mnt/floppy ext2 noauto,user 0 0 /dev/hdb4 none ignore defaults 0 0 none /proc proc defaults /dev/hdb3 none swap sw here 4th one field is the user name :) |
2015-09-26 03:30:33 -0600 | received badge | ● Popular Question (source) |
2015-09-26 03:30:33 -0600 | received badge | ● Notable Question (source) |
2015-09-26 03:30:33 -0600 | received badge | ● Famous Question (source) |
2015-08-25 04:50:46 -0600 | received badge | ● Famous Question (source) |
2015-07-14 01:12:13 -0600 | answered a question | jdk >= 0:1.7.0 is needed by astah_community-6.9.0.b4c6e9-0.noarch try this yum localinstall astah-community-6.9.0.b4c6e9-0.noarch.rpm you can also try this rpm -ivh --nodeps astah-community-6.9.0.b4c6e9-0.noarch.rpm |
2015-07-06 16:02:22 -0600 | received badge | ● Popular Question (source) |
2015-06-18 11:47:29 -0600 | received badge | ● Notable Question (source) |
2015-06-08 05:03:37 -0600 | answered a question | how to remotely login windows in fedora 20 hey i m get the answer of this question..... i m remotely login using "rdesktop" cmnd :) |
2015-06-08 04:59:14 -0600 | answered a question | Can I use Fedora Server for intranet and shared drives for Windows? yes you can do it...... if you want to access your web page from the fedora 21 server use fedora 21 IP in your local network and over the internet you can use your pubic IP to share your file and folder with windows you can use "SAMBA" server..... |
2015-06-08 04:54:43 -0600 | answered a question | How do you install httpd on Fedora 21 Server? rpm -q httpd |
2015-06-04 04:00:28 -0600 | commented question | Fedora update after error metalink.xml not found. try... sudo yum clean all |
2015-05-22 08:03:45 -0600 | received badge | ● Notable Question (source) |
2015-05-22 08:03:45 -0600 | received badge | ● Famous Question (source) |
2015-05-20 18:14:55 -0600 | answered a question | gnome-terminal inactive when in ssh and network changes ssh -X root@ip_address gnome-terminal |
2015-05-19 01:16:33 -0600 | answered a question | compilation and execution commands for of c programs in g editor in fedora 16 try "gcc" commands...... gcc -o filename filenname.c for execution the and see the output of the programm ./filename |
2015-05-19 01:16:24 -0600 | answered a question | Best way to install VirtualBox sudo yum install virt-manager |
2015-05-19 00:44:38 -0600 | received badge | ● Critic (source) |
2015-05-17 18:43:29 -0600 | answered a question | How do I triple boot 2 Linux with Win? hey dear kali is not read the "LVM" partation by default that's why fedora is not in the grub boot list.... yum can install "LVM Packages" "sudo apt-get install lvm2" then mount partation where fedora is installed.... and then update your grub "sudo update-grub" ============================== Method 2: first you install windows second you install Kali backtrack Ubuntu and etc deb base linux and then install Fedora...... above the both method is working for me..... and sorry if i m wrong... |
2015-05-17 18:43:22 -0600 | asked a question | how to add my executalbe jar file in the menu of the program....?? i want to add my program or jar file in to the menu of the fedora20 like gedit system monitor netbeans etc i want to also add my program in start menu in fedora20 |
2015-04-17 04:01:51 -0600 | received badge | ● Popular Question (source) |
2015-03-27 14:41:28 -0600 | marked best answer | can i do this.....?? hiii friends i m make a "PHP" file and save this file at location "/var/www/html" and now i m "TURN ON" my laptop hotsopt and i want to open that file in my mobile phone browser and mobile is connected to laptop hotspot..... if yes then please tell me how.......???? |
2015-03-27 12:46:32 -0600 | marked best answer | How to start a program automatic anyone can tell me that how to start a program automatic after my os (FEDORA 20) start........?? |
2015-03-27 12:44:03 -0600 | marked best answer | Repository is missing name in configuration, using id i want to create my local repo file when i m type "yum install gcc" then the package is install in that package that are contain in the "FEDORA 20 DVD" i get.......... thankyou in advance |
2015-03-27 12:40:40 -0600 | marked best answer | How to install a group of RPM files I've downloaded? I've downloaded three RPMs which need to be installed together. When I fire off the command |
2015-03-15 17:30:57 -0600 | received badge | ● Notable Question (source) |
2015-03-07 22:09:45 -0600 | received badge | ● Good Answer (source) |
2015-02-20 12:51:16 -0600 | commented answer | how to get RPM packages from fedora 21 live dvd....?? please clearly tell me that how to get rpm package from the live dvd |
2015-02-19 10:01:00 -0600 | commented question | how to get RPM packages from fedora 21 live dvd....?? actuly i m download Fedora-Live-Games-x86_64-21 and Fedora-Live-Electronic_Lab-x86_64-21 and now i want to install Fedora-Live-Electronic_Lab-x86_64-21's softwere in fedora game ......that's why..... |
2015-02-18 13:37:21 -0600 | received badge | ● Notable Question (source) |