2019-04-23 09:50:22 -0600 | received badge | ● Nice Answer (source) |
2019-04-02 09:09:40 -0600 | edited question | F29 5.x Kernels and USB drives F29 5.x Kernels and USB drives I've got a pc with about 5-6 usb drives attached. Since the 5.x kernels have come out, w |
2019-02-10 14:22:39 -0600 | commented question | What is the best tool to add a GUI to Python code and make a Linux application from it? Very good tutorial for python + GTK3: https://python-gtk-3-tutorial.readthedocs.io/en/latest/ |
2018-07-08 01:08:48 -0600 | received badge | ● Nice Answer (source) |
2018-07-04 01:48:58 -0600 | edited answer | Low disk space on filesystem root - Fedora 28 You have only 20 GB for both Fedora and your data and that definitely isn't much. Your data (your /home folder) currentl |
2018-07-04 01:47:42 -0600 | received badge | ● Rapid Responder (source) |
2018-07-04 01:47:42 -0600 | answered a question | Low disk space on filesystem root - Fedora 28 You have only 20 GB for both Fedora and your data and that definitely isn't much. Your data (your /home folder) currentl |
2018-06-23 11:22:45 -0600 | received badge | ● Good Answer (source) |
2018-06-23 09:36:23 -0600 | received badge | ● Nice Answer (source) |
2018-06-23 00:00:16 -0600 | received badge | ● Rapid Responder (source) |
2018-06-23 00:00:16 -0600 | answered a question | /tmp folder full? Need LVM help /tmp is by default mounted in tmpfs so files in /tmp are stored in memory and its default size is half of your RAM. If y |
2018-03-21 08:42:35 -0600 | edited question | A don't understand there is space from lvm root partition a have: Linux 4.3.3-303.fc23.x8664 #1 SMP Tue Jan 19 18:31:55 UTC 2016 x8664 x8664 x8664 GNU/Linux I dont undestand where is my 50gb of root space I can't undertasand where is 36G of root partition may someone to help me find the lost space thank you |
2018-03-16 09:29:24 -0600 | answered a question | how to use c++ gtk+ in fedora ? The warning says everything you need -- you are using a deprecated function, you should use And it's just a warning so you can ignore it (but it won't work in future versions of Gtk). |
2018-03-08 16:40:01 -0600 | commented answer | What license does Fedora uses? The licence is a joke, but is is still valid opensource licence and some projects use it. And the website doesn't claim that Fedora is under WTFPL, it says: so it just says that there are some packages under WTFPL in Fedora repo and that is true -- we have for example |
2018-03-08 13:10:27 -0600 | received badge | ● Good Answer (source) |
2018-03-08 12:46:33 -0600 | received badge | ● Great Answer (source) |
2018-03-08 12:46:33 -0600 | received badge | ● Guru (source) |
2018-03-08 12:26:23 -0600 | received badge | ● Nice Answer (source) |
2018-03-08 07:22:55 -0600 | commented question | I can't install any extensions. Does it say something more than just "error"? Some error message would be really useful. |
2018-03-08 07:21:11 -0600 | answered a question | What license does Fedora uses? Software in Fedora is available under various open source licences, probably mostly under GNU GPL. More information about licences allowed by Fedora can be found here -- https://fedoraproject.org/wiki/Licens... There probably is some software under WTFPL in Fedora repositories, but Fedora itself is not. |
2018-03-07 13:32:06 -0600 | answered a question | can't find bluetooth/bluetooth.h The package is called (Btw. Fedora 21 is unsupported since 2015, you should really upgrade to newer version.) |
2018-01-26 14:04:18 -0600 | received badge | ● Nice Answer (source) |
2017-12-31 03:28:34 -0600 | received badge | ● Good Answer (source) |
2017-12-29 14:10:14 -0600 | received badge | ● Nice Answer (source) |
2017-12-29 03:23:14 -0600 | answered a question | Where is wireshark? "wireshark" package doesn't contain the GUI, you need to install |
2017-10-06 02:14:12 -0600 | answered a question | Install with /boot in LVM |
2017-08-19 02:32:34 -0600 | edited question | cups: I can not share printers Hi All, I am replacing a Centos5 server with a Fedora 26 server. i have cups configured for all the printers and they all have printed test pages. All of are set to "shared". problem: all my clients are XP and none can attach to any of the shared cups printers, neither with lpr or TCP/IP. (They are all XP, so no tests from W7.) And cups-lpd won't start do to an SELinux error: SELinux is preventing systemd from setopt access on the tcp_socket port None. allow this access for now by executing: And the suggested action does not work. What am I doing wrong? Many thanks, -T |
2017-08-19 02:29:05 -0600 | answered a question | sudo dolphin: "Executing Dolphin as root is not possible." This is actually a new "feature" of Dolphin. The check his hard coded in Dolphin source -- https://cgit.kde.org/dolphin.git/comm... -- and it is not possible to change it (without recompiling Dolphin). Martin Gräßlin's blog explaining this change -- https://blog.martin-graesslin.com/blo... (for Kate, but Dolphin change is result of this). If you want to run file as root I suggest Midnight Commander. |
2017-08-15 09:30:26 -0600 | received badge | ● Good Answer (source) |
2017-08-15 09:13:10 -0600 | received badge | ● Nice Answer (source) |
2017-08-15 00:15:20 -0600 | answered a question | Fedora Server Install - This is really bizzare Fedora uses LVM as default "partitioning" method -- https://docs.fedoraproject.org/en-US/Fedora/14/html/StorageAdministrationGuide/ch-lvm.html You have one 118 GB LVM Physical Volume that has three "children" (Logical Volumes) -- 4 GB swap, 15 GB root ("/") and ~100 GB /home. You don't see these in GParted becase GParted doesn't support LVM. Fedora Server edition also uses XFS as default filesystem, EXT4 is used for Workstation. |
2017-07-20 13:00:52 -0600 | received badge | ● Good Answer (source) |
2017-06-20 14:09:53 -0600 | received badge | ● Nice Answer (source) |
2017-06-20 07:04:34 -0600 | answered a question | dnf install without downloading metadata You are looking for the |
2017-06-13 02:28:34 -0600 | answered a question | Where can older Fedora Versions be found ? Here: https://archives.fedoraproject.org/pu... Just don't forget this is a 12 years old version and its support ended in 2006. |
2017-05-30 18:08:40 -0600 | received badge | ● Nice Answer (source) |
2017-05-30 02:57:53 -0600 | answered a question | blivet-gui option to shrink LUKS partition grayed-out Hi, thank you for finding this, it is a bug, I've released a new version fixing this -- https://bodhi.fedoraproject.org/updat... |
2017-05-14 11:03:16 -0600 | commented answer | startup script to mount share in fedora 25 You can add it to the fstab with |
2017-04-23 01:18:04 -0600 | answered a question | How to install python gst module in Fedora 25? Package is called |
2017-04-10 09:21:42 -0600 | answered a question | Login issue in generated ISO file using spin-kickstarts workstation of fedora 25 Check the kickstart file for the LiveCD -- it has configuration for autologin of the liveuser -- https://pagure.io/fedora-kickstarts/b... |
2017-04-02 00:25:42 -0600 | answered a question | Can't automount NTFS drive in Fedora 25 Are there any information in journal (after booting with the fstab line uncommented)? Some error message could be helpful. Try to uncomment the line and run Try to disable the fs check when mounting (change the Try to run |
2017-03-02 20:56:34 -0600 | received badge | ● Great Answer (source) |
2017-03-02 20:56:34 -0600 | received badge | ● Guru (source) |
2017-03-02 20:55:59 -0600 | received badge | ● Good Answer (source) |
2017-02-14 08:45:29 -0600 | received badge | ● Nice Answer (source) |
2017-02-13 16:06:14 -0600 | received badge | ● Good Answer (source) |