2015-03-18 09:10:48 -0600 | edited question | Test question, please ignore This is a test question that I'm using to debug the upload error. Please ignore it. |
2014-03-05 11:05:10 -0600 | received badge | ● Enlightened (source) |
2014-03-05 02:48:52 -0600 | received badge | ● Good Answer (source) |
2014-03-04 22:24:20 -0600 | received badge | ● Nice Answer (source) |
2014-03-04 12:20:15 -0600 | commented question | ASK: unable to login with firefox Please check my answer. it should work now. Thanks for reporting. |
2014-03-04 10:33:55 -0600 | answered a question | ASK: unable to login with firefox Okay, I have found what's wrong and hotfixed it for now, and working on a permanent solution. Please check, it should work now. |
2014-02-17 10:09:30 -0600 | received badge | ● Nice Answer (source) |
2014-02-16 18:08:39 -0600 | received badge | ● Nice Answer (source) |
2014-02-16 11:10:41 -0600 | answered a question | Fedora 20 Install: Preserving existing /home/ Before reading my advice, please note that I strongly advice you to make a backup before any installation or upgrading! There are other files listing the users (mainly /etc/passwd and /etc/shadow). When installing from a different distribution, the installation will need to delete these files (because Fedora might have different default users than your previous distro). Preserving /home will make sure it does not format the /home partition, and you can use your data after the reinstallation, but it will NOT recreate the user automatically, which is why this is a second option. If this was your first ever user and the old distro also started counting from uid 1000 for accounts, creating a new user should "magically" create a new user with the correct homedir. Otherwise (and this might be a good idea to do anyway), you will likely need to chown the /home directory after installing (as the uid might have changed a bit), after which it should work. |
2014-02-16 11:00:06 -0600 | answered a question | Can't boot with newly built Linux kernel Your computer has probably secureboot turned on, as this is required for Window 8+ certification. As such, it will only run kernels signed by a Microsoft signed key. To boot a custom kernel, you will need to get into your UEFI setup, and disable secureboot. |
2014-02-16 10:54:27 -0600 | commented answer | This is a second test question And we are still testing123 |
2014-02-16 10:49:14 -0600 | commented answer | This is a second test question And we are still testing some more! |
2014-02-16 10:44:04 -0600 | answered a question | How to modify grub2 to boot updated linux kernel Your computer has probably secureboot turned on, as this is required for Window 8+ certification. As such, it will only run kernels signed by a Microsoft signed key. To boot a custom kernel, you will need to get into your UEFI setup, and disable secureboot. |
2014-02-16 10:31:06 -0600 | commented question | F20 boot freezing after Fedora logo appear Could you please press Escape during the start procedure (when the icon is still filling), and post the last line that's printed here? |
2014-02-16 06:00:13 -0600 | answered a question | Unable to Configure MySql (MariaDB) to run at startup Please note that also the last one says "mariadb.service", as that is the service file. For backwards compatibility, there is a mysql.service which symlinks there. As such, to enable it, execute "systemctl enable mariadb.service". |
2013-03-14 10:18:49 -0600 | received badge | ● Editor (source) |
2013-03-14 10:18:30 -0600 | answered a question | I can't logging using Fedora Account System and ASKBOT? Hello, This would be an issue with the migration to the new OpenID provider. Could you email(puiterwijk@fedoraproject.org) or privmsg me on IRC (puiterwijk on freenode) to fix this? Patrick |
2013-03-07 15:40:26 -0600 | answered a question | This is a second test question A new answer!!! |
2013-03-07 15:39:01 -0600 | commented question | This is a second test question And a comment on the question |
2013-03-07 15:38:54 -0600 | commented answer | This is a second test question And a comment on my answer |
2013-03-07 15:38:42 -0600 | answered a question | This is a second test question And my testing answer! |
2012-09-17 05:57:05 -0600 | received badge | ● Teacher (source) |
2012-08-03 03:34:08 -0600 | answered a question | Kernel 3.4.6 no boot option This looks like a grub 1 boot entry. For the new format, you might want to use something like: |
2012-08-03 03:24:11 -0600 | answered a question | Install Fedora 17 to GPT partition It uses GPT by default on UEFI systems, and I believe also 64-bit discs. Another thing you could try is to format it with live media using gparted. |
2012-08-03 03:18:25 -0600 | answered a question | gcc: error trying to exec 'cc1': execvp: No such file or directory Hello, Could you try to install 'cpp' through yum? Execute the following command in a terminal: sudo yum install cpp |