<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Buzz Spill Daily</title><link>https://liberty.io</link><description>Curated star highlights with fresh energy.</description><language>en-us</language><lastBuildDate>Thu, 30 Jul 2026 07:35:10 -0400</lastBuildDate><atom:link href="https://liberty.io/rss.xml" rel="self" type="application/rss+xml" /><item><title>MongoDB MongoError: Out of memory</title><link>https://liberty.io/mongodb-mongoerror-out-of-memory.html</link><guid isPermaLink="true">https://liberty.io/mongodb-mongoerror-out-of-memory.html</guid><description>I have a newly installed MongoDB server running on an AWS Ubuntu EC2.
The server has nothing else installed on it.
The DB currently contains 35 documents of 3 MB each, meaning less than 110 MB of d......</description><pubDate>Thu, 30 Jul 2026 11:25:03 -0400</pubDate></item><item><title>managing email server with filter to folders</title><link>https://liberty.io/managing-email-server-with-filter-to-folders.html</link><guid isPermaLink="true">https://liberty.io/managing-email-server-with-filter-to-folders.html</guid><description>I&amp;#039;m looking for a solution for managing emails from my domain shared with other colleagues on the team.
I would like to manage incoming emails by dividing them into folders in IMAP based on filters, ...</description><pubDate>Thu, 30 Jul 2026 11:23:12 -0400</pubDate></item><item><title>How to change ip address in ubuntu desktop through command line</title><link>https://liberty.io/how-to-change-ip-address-in-ubuntu-desktop-through-command-line.html</link><guid isPermaLink="true">https://liberty.io/how-to-change-ip-address-in-ubuntu-desktop-through-command-line.html</guid><description>In Ubuntu desktop 13.04 changing /etc/network/interfaces file don&amp;#039;t change ip address or convert DHCP to static network interface configuration. after changing the file I tried
sudo service netwo......</description><pubDate>Thu, 30 Jul 2026 11:18:31 -0400</pubDate></item><item><title>Add an audio file to and mkv video</title><link>https://liberty.io/add-an-audio-file-to-and-mkv-video.html</link><guid isPermaLink="true">https://liberty.io/add-an-audio-file-to-and-mkv-video.html</guid><description>I&amp;#039;m quite new to multimedia things, I&amp;#039;m trying to find a way to make nice screencasts, I&amp;#039;ve already been able to capture my desktop with ffmpeg:
$ ffmpeg -f alsa -ac 2 -i hw:0,0 -f x11grab -r 30 -......</description><pubDate>Thu, 30 Jul 2026 11:02:04 -0400</pubDate></item><item><title>Named pipe getting &quot;clogged&quot;</title><link>https://liberty.io/named-pipe-getting-clogged.html</link><guid isPermaLink="true">https://liberty.io/named-pipe-getting-clogged.html</guid><description>for elem in {1..99} ; do echo $elem&amp;gt; mypipe ; done
This piece of bash code should pass 99 ints through the pipe, which previously, in another terminal had this set:
cat &amp;lt;mypipe
Does anyone......</description><pubDate>Thu, 30 Jul 2026 11:02:00 -0400</pubDate></item><item><title>Undo wordpress chmod?</title><link>https://liberty.io/undo-wordpress-chmod.html</link><guid isPermaLink="true">https://liberty.io/undo-wordpress-chmod.html</guid><description>firstly im new to ubuntu and I did something im not sure of. I was trying to chmod wordpress folder because it was having problem not having permission to do anything. (Already installed xampp)
A......</description><pubDate>Thu, 30 Jul 2026 11:02:00 -0400</pubDate></item><item><title>How to update GRUB in a dual booting disk?</title><link>https://liberty.io/how-to-update-grub-in-a-dual-booting-disk.html</link><guid isPermaLink="true">https://liberty.io/how-to-update-grub-in-a-dual-booting-disk.html</guid><description>I want to install Fedora (I want to use GNOME 40) with Ubuntu 20.04 on my disk. I am afraid of updating GRUB directly with update-grub in Ubuntu than in Fedora will break the bootloader. What is the ...</description><pubDate>Thu, 30 Jul 2026 10:56:53 -0400</pubDate></item><item><title>How can I get sikuli-ide to work?</title><link>https://liberty.io/how-can-i-get-sikuli-ide-to-work.html</link><guid isPermaLink="true">https://liberty.io/how-can-i-get-sikuli-ide-to-work.html</guid><description>I installed sikuli-ide with
sudo apt-get install sikuli-ide
Everything was fine until I tried to start it from the terminal. I typed
sikuli-ide
But the only response I got was
[info] locale: en_U......</description><pubDate>Thu, 30 Jul 2026 10:56:08 -0400</pubDate></item><item><title>strings command gives : No such file error</title><link>https://liberty.io/strings-command-gives-no-such-file-error.html</link><guid isPermaLink="true">https://liberty.io/strings-command-gives-no-such-file-error.html</guid><description>I&amp;#039;m a newbie user of Ubuntu. I am using Virtualbox to use Ubuntu. I use a shared folder called &amp;#039;projects&amp;#039;. In Ubuntu, I go to a folder called Fibo and
right-click on it -&amp;gt; Open Terminal Here
and......</description><pubDate>Thu, 30 Jul 2026 10:29:02 -0400</pubDate></item><item><title>How to view CHM files?</title><link>https://liberty.io/how-to-view-chm-files.html</link><guid isPermaLink="true">https://liberty.io/how-to-view-chm-files.html</guid><description>How to view CHM files in Ubuntu?...</description><pubDate>Thu, 30 Jul 2026 10:24:11 -0400</pubDate></item><item><title>Installing suggested/recommended packages?</title><link>https://liberty.io/installing-suggested-recommended-packages.html</link><guid isPermaLink="true">https://liberty.io/installing-suggested-recommended-packages.html</guid><description>I ran the following code and got this package needs these packages, now it also says these packages are suggested, and theses are recommended. How do I get those up to install as well.
myusuf3@pur......</description><pubDate>Thu, 30 Jul 2026 10:22:48 -0400</pubDate></item><item><title>What are my audio devices?</title><link>https://liberty.io/what-are-my-audio-devices.html</link><guid isPermaLink="true">https://liberty.io/what-are-my-audio-devices.html</guid><description>I&amp;#039;m attempting to use easycap to record from my camcorder but I&amp;#039;m having a slight problem. Using their test script I&amp;#039;m able to get audio and video. I&amp;#039;ve noticed that in the script on line 159 it ma......</description><pubDate>Thu, 30 Jul 2026 10:07:49 -0400</pubDate></item><item><title>Can&amp;#039;t Boot USB via GRUB or BIOS</title><link>https://liberty.io/can-039-t-boot-usb-via-grub-or-bios.html</link><guid isPermaLink="true">https://liberty.io/can-039-t-boot-usb-via-grub-or-bios.html</guid><description>I&amp;#039;ve been having issues booting from a USB to reinstall windows (or any OS for that matter). I&amp;#039;ve got my BIOS set up correctly according to the Manufacturer (It&amp;#039;s the legacy BIOS version with setti......</description><pubDate>Thu, 30 Jul 2026 10:03:18 -0400</pubDate></item><item><title>How to change a bluetooth device&amp;#039;s permanenty on all devices (headphones) name in ubuntu 20.04</title><link>https://liberty.io/how-to-change-a-bluetooth-device-039-s-permanenty-on-all-devices-headp.html</link><guid isPermaLink="true">https://liberty.io/how-to-change-a-bluetooth-device-039-s-permanenty-on-all-devices-headp.html</guid><description>This is not a duplicate of How to change Bluetooth broadcast device name?
I tried
cd /var/lib/bluetooth
sudo vi F8:A2:D6:F8:E7:E8 config
F8:A2:D6:F8:E7:E8 being my device bluetooth mac and there we......</description><pubDate>Thu, 30 Jul 2026 10:01:08 -0400</pubDate></item><item><title>How to remove or delete single cron job using linux command?</title><link>https://liberty.io/how-to-remove-or-delete-single-cron-job-using-linux-command.html</link><guid isPermaLink="true">https://liberty.io/how-to-remove-or-delete-single-cron-job-using-linux-command.html</guid><description>I have created cron jobs for my site which is listed below and they are working fine. I print all cron job by using this PHP script:
$cronfiles=exec(&amp;#039;crontab -l&amp;#039;,$output);
echo &quot;&amp;lt;pre&amp;gt;&quot;;
prin......</description><pubDate>Thu, 30 Jul 2026 09:57:10 -0400</pubDate></item><item><title>How can I set my linux box as a router to forward ip packets?</title><link>https://liberty.io/how-can-i-set-my-linux-box-as-a-router-to-forward-ip-packets.html</link><guid isPermaLink="true">https://liberty.io/how-can-i-set-my-linux-box-as-a-router-to-forward-ip-packets.html</guid><description>I am doing a network experiment about ip packet forwarding, but I don&amp;#039;t know why it does work.
I have a linux machine with two network interfaces, eth0 and eth1 both with static IP address (eth0: ......</description><pubDate>Thu, 30 Jul 2026 09:50:22 -0400</pubDate></item><item><title>How to make Fluxbox stop making annoying sound effects?</title><link>https://liberty.io/how-to-make-fluxbox-stop-making-annoying-sound-effects.html</link><guid isPermaLink="true">https://liberty.io/how-to-make-fluxbox-stop-making-annoying-sound-effects.html</guid><description>Whenever I open a new tab in Chrome, or pretty much interact with the UI in any way, Fluxbox makes some very annoying sound effects. Where can I disable that?...</description><pubDate>Thu, 30 Jul 2026 09:48:50 -0400</pubDate></item><item><title>fan control issues on Toshiba Satellite c655d-s5136</title><link>https://liberty.io/fan-control-issues-on-toshiba-satellite-c655d-s5136.html</link><guid isPermaLink="true">https://liberty.io/fan-control-issues-on-toshiba-satellite-c655d-s5136.html</guid><description>On Ubuntu 14.04, my fan always runs,even when idle.
This is not the case when I am in Win7,in which it only runs when I am playing movies.
This bothers me greatly and I have followed other threads ...</description><pubDate>Thu, 30 Jul 2026 09:46:19 -0400</pubDate></item><item><title>How can I clear screen command history? [duplicate]</title><link>https://liberty.io/how-can-i-clear-screen-command-history-duplicate.html</link><guid isPermaLink="true">https://liberty.io/how-can-i-clear-screen-command-history-duplicate.html</guid><description>I&amp;#039;m using screen command after ssh to a public remote machine with Ubuntu 14.04 so that I could continue my sessions whenever I want. I&amp;#039;ve found that some admins are tracking my command history and......</description><pubDate>Thu, 30 Jul 2026 09:44:58 -0400</pubDate></item><item><title>How to fix &quot;chown: invalid group:&quot; if the user does not exist on the running system?</title><link>https://liberty.io/how-to-fix-chown-invalid-group-if-the-user-does-not-exist-on-the-runni.html</link><guid isPermaLink="true">https://liberty.io/how-to-fix-chown-invalid-group-if-the-user-does-not-exist-on-the-runni.html</guid><description>I want to fix permissions on another disk with chown. Set the permissions to a user which does not exist on the system which is currently running.
Does that work without adding the user?...</description><pubDate>Thu, 30 Jul 2026 09:40:37 -0400</pubDate></item><item><title>`sudo ubuntu-drivers list` is suggesting a server version of the nvidia driver</title><link>https://liberty.io/sudo-ubuntu-drivers-list-is-suggesting-a-server-version-of-the-nvidia-.html</link><guid isPermaLink="true">https://liberty.io/sudo-ubuntu-drivers-list-is-suggesting-a-server-version-of-the-nvidia-.html</guid><description>Today on Ubuntu 18.04.5 I tried to update the nvidia driver using sudo ubuntu-drivers install which led to the following output:
Reading package lists... Done
Building dependency tree
Reading ...</description><pubDate>Thu, 30 Jul 2026 09:32:35 -0400</pubDate></item><item><title>Why use apt-get upgrade instead of apt-get dist-upgrade?</title><link>https://liberty.io/why-use-apt-get-upgrade-instead-of-apt-get-dist-upgrade.html</link><guid isPermaLink="true">https://liberty.io/why-use-apt-get-upgrade-instead-of-apt-get-dist-upgrade.html</guid><description>I usually use apt-get update &amp;amp;&amp;amp; apt-get upgrade to run my updates and upgrades instead of the GUI because it seems to run more quickly.
However, I&amp;#039;ve noticed lately that I often get a mes......</description><pubDate>Thu, 30 Jul 2026 09:28:20 -0400</pubDate></item><item><title>UFW Ctrl-C and iptables: Chain already exists</title><link>https://liberty.io/ufw-ctrl-c-and-iptables-chain-already-exists.html</link><guid isPermaLink="true">https://liberty.io/ufw-ctrl-c-and-iptables-chain-already-exists.html</guid><description>I did a dumb thing, so bear with me.
While running a ufw command to add a rule, I did a Ctrl-C, this led to the problem of the following error being generated every time I try to use UFW:
ERROR: ...</description><pubDate>Thu, 30 Jul 2026 09:23:21 -0400</pubDate></item><item><title>How to configure two monitors on Ubuntu 16.04?</title><link>https://liberty.io/how-to-configure-two-monitors-on-ubuntu-16-04.html</link><guid isPermaLink="true">https://liberty.io/how-to-configure-two-monitors-on-ubuntu-16-04.html</guid><description>I&amp;#039;m a front-end developer and I work with a laptop running Ubuntu 16.04. Recently, I bought a Full HD monitor in order to better test my applications.
But the main thing I want to do, I hadn&amp;#039;t ach......</description><pubDate>Thu, 30 Jul 2026 09:17:26 -0400</pubDate></item><item><title>How to install latest ca-certificates on Ubuntu 14 [closed]</title><link>https://liberty.io/how-to-install-latest-ca-certificates-on-ubuntu-14-closed.html</link><guid isPermaLink="true">https://liberty.io/how-to-install-latest-ca-certificates-on-ubuntu-14-closed.html</guid><description>I have an Ubuntu 14.04.5 LTS installation. It just recently became unable to verify modern Let&amp;#039;s Encrypt certificates. The current version of ca-certificates is 20160104ubuntu0.14.04.1. apt search ca-...</description><pubDate>Thu, 30 Jul 2026 09:07:54 -0400</pubDate></item><item><title>Disable PIE and PIC defaults in gcc on ubuntu 17.04?</title><link>https://liberty.io/disable-pie-and-pic-defaults-in-gcc-on-ubuntu-17-04.html</link><guid isPermaLink="true">https://liberty.io/disable-pie-and-pic-defaults-in-gcc-on-ubuntu-17-04.html</guid><description>I have just been painfully discovering that gcc apparently generates -fpic code by default and links with -fPIE by default (On ubuntu 17.04). This completely screws up thousands of tests I run with ...</description><pubDate>Thu, 30 Jul 2026 09:07:01 -0400</pubDate></item><item><title>Legends of Runeterra (WINE) don&amp;#039;t open</title><link>https://liberty.io/legends-of-runeterra-wine-don-039-t-open.html</link><guid isPermaLink="true">https://liberty.io/legends-of-runeterra-wine-don-039-t-open.html</guid><description>so, im trying to run LoR on Ubuntu 22.04, the problem is, when i try to open, the message &amp;quot;Legends of Runeterra snap is experimental, etc etc etc&amp;quot; and then don&amp;#039;t open, anybody knows what ......</description><pubDate>Thu, 30 Jul 2026 08:59:55 -0400</pubDate></item><item><title>Creating a usb stick for installing Windows</title><link>https://liberty.io/creating-a-usb-stick-for-installing-windows.html</link><guid isPermaLink="true">https://liberty.io/creating-a-usb-stick-for-installing-windows.html</guid><description>I&amp;#039;m running Kubuntu 20.04, and I&amp;#039;m trying to create a USB stick for installing Windows. I have the Windows image I need to put on the stick -- no problem there. But I&amp;#039;ve been thwarted at every turn......</description><pubDate>Thu, 30 Jul 2026 08:59:35 -0400</pubDate></item><item><title>Can ping and traceroute but not able to browse certain websites</title><link>https://liberty.io/can-ping-and-traceroute-but-not-able-to-browse-certain-websites.html</link><guid isPermaLink="true">https://liberty.io/can-ping-and-traceroute-but-not-able-to-browse-certain-websites.html</guid><description>I can ping and traceroute with the help of mtr -rw but I simply cannot browse certain websites. I have found no common denominator between these websites to understand where the problem lies.
The o......</description><pubDate>Thu, 30 Jul 2026 08:58:29 -0400</pubDate></item><item><title>How to remove an icon from launchpad</title><link>https://liberty.io/how-to-remove-an-icon-from-launchpad.html</link><guid isPermaLink="true">https://liberty.io/how-to-remove-an-icon-from-launchpad.html</guid><description>I&amp;#039;m running Ubuntu 16.04 (Standard Gnome). I recently was using app designer on MATLAB when all of a sudden, I started seeing an icon in my launchpad (image link here). I want to remove it but I ca......</description><pubDate>Thu, 30 Jul 2026 08:31:23 -0400</pubDate></item><item><title>Is triple monitor possible with Intel HD 3000?</title><link>https://liberty.io/is-triple-monitor-possible-with-intel-hd-3000.html</link><guid isPermaLink="true">https://liberty.io/is-triple-monitor-possible-with-intel-hd-3000.html</guid><description>I am considering buying a new PC, with Intel HD 3000. I have 3 monitors, the MB has VGA, HDMI and DVI outputs. Is it possible to work with 3 monitors in such a system (with 12.04 or 11.10)? Does an......</description><pubDate>Thu, 30 Jul 2026 08:30:53 -0400</pubDate></item><item><title>Make KDM the default display manager</title><link>https://liberty.io/make-kdm-the-default-display-manager.html</link><guid isPermaLink="true">https://liberty.io/make-kdm-the-default-display-manager.html</guid><description>I&amp;#039;m giving KDE another try - so far so good. I installed everything using apt-get install kubuntu-desktop. During the installation it asked me which login manager to use and I chose LightDM - howev......</description><pubDate>Thu, 30 Jul 2026 08:28:26 -0400</pubDate></item><item><title>How do I use locate to find hidden files in Terminal? [duplicate]</title><link>https://liberty.io/how-do-i-use-locate-to-find-hidden-files-in-terminal-duplicate.html</link><guid isPermaLink="true">https://liberty.io/how-do-i-use-locate-to-find-hidden-files-in-terminal-duplicate.html</guid><description>I am trying to find a hidden file that I know the name, but no the location of.
The name is &quot;message&quot;, and I have tried sudo locate *message*, but I have not found it. I have too much output, plus ......</description><pubDate>Thu, 30 Jul 2026 08:25:00 -0400</pubDate></item><item><title>How do you reset a USB device from the command line?</title><link>https://liberty.io/how-do-you-reset-a-usb-device-from-the-command-line.html</link><guid isPermaLink="true">https://liberty.io/how-do-you-reset-a-usb-device-from-the-command-line.html</guid><description>Is it possible to reset the connection of a USB device, without physically disconnecting/connecting from the PC?
Specifically, my device is a digital camera. I&amp;#039;m using gphoto2, but lately I get &quot;......</description><pubDate>Thu, 30 Jul 2026 08:21:14 -0400</pubDate></item><item><title>i18n vs qsTr (what is the difference)</title><link>https://liberty.io/i18n-vs-qstr-what-is-the-difference.html</link><guid isPermaLink="true">https://liberty.io/i18n-vs-qstr-what-is-the-difference.html</guid><description>In this tutorial http://developer.ubuntu.com/resources/tutorials/getting-started/currency-converter-phone-app/ you can see i18n.tr was used for the internationalisation of text in the Qml file. Tod......</description><pubDate>Thu, 30 Jul 2026 08:13:48 -0400</pubDate></item><item><title>mate-session warns about not finding a desktop file</title><link>https://liberty.io/mate-session-warns-about-not-finding-a-desktop-file.html</link><guid isPermaLink="true">https://liberty.io/mate-session-warns-about-not-finding-a-desktop-file.html</guid><description>Getting similar warnings in the system logs:
Jul 14 09:11:18 precision-7510 mate-session[5184]: WARNING: Unable to find desktop file &amp;#039;keepassxc.desktop&amp;#039;: V složkách hledání nelze najít platný soubor ...</description><pubDate>Thu, 30 Jul 2026 08:12:48 -0400</pubDate></item><item><title>What is tar -xvf [duplicate]</title><link>https://liberty.io/what-is-tar-xvf-duplicate.html</link><guid isPermaLink="true">https://liberty.io/what-is-tar-xvf-duplicate.html</guid><description>I am learning about the basics of Linux and archiving/compressing TAR files i have stumbled across tar -xvf and was wondering what it does. I have checked the man pages and know that x means extrac......</description><pubDate>Thu, 30 Jul 2026 08:10:30 -0400</pubDate></item><item><title>How can I control fan speed on Acer Nitro 5? [duplicate]</title><link>https://liberty.io/how-can-i-control-fan-speed-on-acer-nitro-5-duplicate.html</link><guid isPermaLink="true">https://liberty.io/how-can-i-control-fan-speed-on-acer-nitro-5-duplicate.html</guid><description>I have an Acer Nitro-AN515-53 running Ubuntu. Is there a way I can control fan speed? Is there any type of software for this?...</description><pubDate>Thu, 30 Jul 2026 08:07:03 -0400</pubDate></item><item><title>What replaced mail-stack-delivery?</title><link>https://liberty.io/what-replaced-mail-stack-delivery.html</link><guid isPermaLink="true">https://liberty.io/what-replaced-mail-stack-delivery.html</guid><description>Trying to install mail-stack-delivery on 19.10 Eoan I see it&amp;#039;s now a transitional package that only installs dovecot-core. Before it used to install both Dovecot and Postfix and write a basic config ...</description><pubDate>Thu, 30 Jul 2026 08:02:38 -0400</pubDate></item><item><title>20.04 LTS Turn off adaptive brightness on desktop</title><link>https://liberty.io/20-04-lts-turn-off-adaptive-brightness-on-desktop.html</link><guid isPermaLink="true">https://liberty.io/20-04-lts-turn-off-adaptive-brightness-on-desktop.html</guid><description>When I have a brighter window open, the screen gets REALLY bright.
When I have a darker window open, the screen gets REALLY dark.
It has nothing to do with environmental light sources, as this is a ...</description><pubDate>Thu, 30 Jul 2026 08:01:57 -0400</pubDate></item><item><title>Timeshift --clone console using</title><link>https://liberty.io/timeshift-clone-console-using.html</link><guid isPermaLink="true">https://liberty.io/timeshift-clone-console-using.html</guid><description>I can&amp;#039;t run system clone via the Timeshift utility. Maybe I&amp;#039;m using the wrong syntax?
user@ubuntuserver:~$ sudo timeshift --clone
[sudo] password for user:
/dev/sdb1 is mounted at: /run/timeshift/......</description><pubDate>Thu, 30 Jul 2026 07:55:33 -0400</pubDate></item><item><title>What is the purpose of &quot;Libvirt qemu&quot; user?</title><link>https://liberty.io/what-is-the-purpose-of-libvirt-qemu-user.html</link><guid isPermaLink="true">https://liberty.io/what-is-the-purpose-of-libvirt-qemu-user.html</guid><description>What is the purpose of &quot;Libvirt qemu&quot; user that is created as non system user when installing some virtualisation package ?
Which package did that exactly ?...</description><pubDate>Thu, 30 Jul 2026 07:51:36 -0400</pubDate></item><item><title>Mongodb shuts down everytime showing exit status 1</title><link>https://liberty.io/mongodb-shuts-down-everytime-showing-exit-status-1.html</link><guid isPermaLink="true">https://liberty.io/mongodb-shuts-down-everytime-showing-exit-status-1.html</guid><description>thanks for being here, to be fair I do have a solution, but its a temporary one. Its repetitive and kinda annoying doing it everytime you switch on your pc. So if someone has a more permanent solut......</description><pubDate>Thu, 30 Jul 2026 07:42:39 -0400</pubDate></item><item><title>User limit of inotify watches reached on Ubuntu 16.04</title><link>https://liberty.io/user-limit-of-inotify-watches-reached-on-ubuntu-16-04.html</link><guid isPermaLink="true">https://liberty.io/user-limit-of-inotify-watches-reached-on-ubuntu-16-04.html</guid><description>I just installed Ubuntu 16.04 and I get this warning when I start SmartGit:
IOException: User limit of inotify watches reached
Moreover I get this warning launching tail -f:
tail: inotify resour......</description><pubDate>Thu, 30 Jul 2026 07:40:16 -0400</pubDate></item><item><title>Can Wine and its programs be set to use Ubuntu file manager instead of Wine Explorer?</title><link>https://liberty.io/can-wine-and-its-programs-be-set-to-use-ubuntu-file-manager-instead-of.html</link><guid isPermaLink="true">https://liberty.io/can-wine-and-its-programs-be-set-to-use-ubuntu-file-manager-instead-of.html</guid><description>When browsing directories in a Windows program installed in Wine - like when opening a folder in Foobar2000 - Wine always opens the Wine explorer:
Is it possible to set Wine to open an Ubuntu file ...</description><pubDate>Thu, 30 Jul 2026 07:28:44 -0400</pubDate></item><item><title>How do you get to the root directory that I need to delete a file in?</title><link>https://liberty.io/how-do-you-get-to-the-root-directory-that-i-need-to-delete-a-file-in.html</link><guid isPermaLink="true">https://liberty.io/how-do-you-get-to-the-root-directory-that-i-need-to-delete-a-file-in.html</guid><description>I need to get into the root directory to delete a file. How do I get there?...</description><pubDate>Thu, 30 Jul 2026 07:25:34 -0400</pubDate></item><item><title>Very slow wireless connection (unrelated to power management) using Netgear N150 WNA1100 in 12.04</title><link>https://liberty.io/very-slow-wireless-connection-unrelated-to-power-management-using-netg.html</link><guid isPermaLink="true">https://liberty.io/very-slow-wireless-connection-unrelated-to-power-management-using-netg.html</guid><description>I am using a Netgear N150 WNA1100 USB Adapter. The network driver is: ath9k_htc.
When I use Ubuntu 12.04 my wireless connection is much slower than when I use the WNA1100 with my Windows 7 install......</description><pubDate>Thu, 30 Jul 2026 07:22:21 -0400</pubDate></item><item><title>resolv.conf keeps getting reset by something</title><link>https://liberty.io/resolv-conf-keeps-getting-reset-by-something.html</link><guid isPermaLink="true">https://liberty.io/resolv-conf-keeps-getting-reset-by-something.html</guid><description>I need help figuring out why my resolv.conf keeps changing to this, causing me to not be able to access the outside internet and only the local network:
$ cat /etc/resolv.conf
nameserver 192.168.1......</description><pubDate>Thu, 30 Jul 2026 07:21:39 -0400</pubDate></item><item><title>Is there any Radeon drivers for Ubuntu 22.04?</title><link>https://liberty.io/is-there-any-radeon-drivers-for-ubuntu-22-04.html</link><guid isPermaLink="true">https://liberty.io/is-there-any-radeon-drivers-for-ubuntu-22-04.html</guid><description>So, today I installed Ubuntu version 22.04 LTS to my server, model Dell Precision T7600, it has 2 intel xeon CPU and AMD RX 5500XT GPU installed myself, for mining. I tried to install the latest dr......</description><pubDate>Thu, 30 Jul 2026 07:20:50 -0400</pubDate></item><item><title>Script to find empty files in the current directory? [duplicate]</title><link>https://liberty.io/script-to-find-empty-files-in-the-current-directory-duplicate.html</link><guid isPermaLink="true">https://liberty.io/script-to-find-empty-files-in-the-current-directory-duplicate.html</guid><description>Im trying to write a script that can search the current directory for empty files, followed by a count of the empty files. I would also prefer the files to be one per line of the output. For exampl......</description><pubDate>Thu, 30 Jul 2026 07:19:36 -0400</pubDate></item><item><title>I entered &quot;sudo chmod 770 /&quot; on terminal. Is it fixable?</title><link>https://liberty.io/i-entered-sudo-chmod-770-on-terminal-is-it-fixable.html</link><guid isPermaLink="true">https://liberty.io/i-entered-sudo-chmod-770-on-terminal-is-it-fixable.html</guid><description>I was trying to deny permissions to access the root folder to all non sudoers, and had the (NOT) brilliant idea to run sudo chmod 770 /. Now I get permission denied for all commands.
I am running ...</description><pubDate>Thu, 30 Jul 2026 07:19:04 -0400</pubDate></item><item><title>Dual Output with Virtual Video Driver &amp; GPU Output?</title><link>https://liberty.io/dual-output-with-virtual-video-driver-gpu-output.html</link><guid isPermaLink="true">https://liberty.io/dual-output-with-virtual-video-driver-gpu-output.html</guid><description>As the title suggests, I&amp;#039;m hoping to have two screen/monitor outputs.
The virtual output can be VirtIO or VGA, the second is an output from a GPU (using a HDMI dummy dongle).
However, anytime I boo......</description><pubDate>Thu, 30 Jul 2026 07:16:35 -0400</pubDate></item><item><title>Ubuntu 16.04 LTS black screen after login</title><link>https://liberty.io/ubuntu-16-04-lts-black-screen-after-login.html</link><guid isPermaLink="true">https://liberty.io/ubuntu-16-04-lts-black-screen-after-login.html</guid><description>I have recently upgraded from Ubuntu 15.10 LTS to 16.04 LTS via the upgrade notification i have received.
The laptop boots up and i am shown the login screen with the 3 previously created accounts......</description><pubDate>Thu, 30 Jul 2026 07:15:45 -0400</pubDate></item><item><title>how do I install latest version of svn</title><link>https://liberty.io/how-do-i-install-latest-version-of-svn.html</link><guid isPermaLink="true">https://liberty.io/how-do-i-install-latest-version-of-svn.html</guid><description>after running the command
sudo apt-get install subversion
and checking the version of svn using command
svn --version
the version was 1.9. But the latest version is 1.11.
How should I get the la......</description><pubDate>Thu, 30 Jul 2026 07:02:18 -0400</pubDate></item><item><title>The package system is broken in ubuntu 21.04 with php PPA</title><link>https://liberty.io/the-package-system-is-broken-in-ubuntu-21-04-with-php-ppa.html</link><guid isPermaLink="true">https://liberty.io/the-package-system-is-broken-in-ubuntu-21-04-with-php-ppa.html</guid><description>I can&amp;#039;t update ubuntu because the package system is broken.
below is the picture of error:
after updating ubuntu I got this issue.
update 1:
I have tried these:
sudo apt-get clean:
output:
(base) ......</description><pubDate>Thu, 30 Jul 2026 06:59:36 -0400</pubDate></item><item><title>MPICH installation</title><link>https://liberty.io/mpich-installation.html</link><guid isPermaLink="true">https://liberty.io/mpich-installation.html</guid><description>I searching on internet how to download the MPICH in my laptop, and something is going wrong... I don&amp;#039;t know what is happening. I am using ubuntu 18.04. Someone know any good installation video, or......</description><pubDate>Thu, 30 Jul 2026 06:58:53 -0400</pubDate></item><item><title>Cannot Install p7zip in Ubuntu 18.04 [duplicate]</title><link>https://liberty.io/cannot-install-p7zip-in-ubuntu-18-04-duplicate.html</link><guid isPermaLink="true">https://liberty.io/cannot-install-p7zip-in-ubuntu-18-04-duplicate.html</guid><description>Currently i am using an instance on Google cloud platform and in Ubuntu 16.04 I am able to install p7zip to extract .7z files, but on Ubuntu 18.04 I get the following error:
Package p7zip-full is ......</description><pubDate>Thu, 30 Jul 2026 06:58:11 -0400</pubDate></item><item><title>Emacs 24 can&amp;#039;t find ls</title><link>https://liberty.io/emacs-24-can-039-t-find-ls.html</link><guid isPermaLink="true">https://liberty.io/emacs-24-can-039-t-find-ls.html</guid><description>I installed emacs-snapshot through http://emacs.naquadah.org/
Everything works fine except when I run dired
I get this error:
Debugger entered--Lisp error: (file-error &quot;Searching for program&quot; &quot;no......</description><pubDate>Thu, 30 Jul 2026 06:56:41 -0400</pubDate></item><item><title>How can I get my Raspberry pi to run Dual monitor running ubuntu</title><link>https://liberty.io/how-can-i-get-my-raspberry-pi-to-run-dual-monitor-running-ubuntu.html</link><guid isPermaLink="true">https://liberty.io/how-can-i-get-my-raspberry-pi-to-run-dual-monitor-running-ubuntu.html</guid><description>I have a Raspberry 4 / 4G running Ubuntu, it has a 7” touch Screen connected with a ribbon cable. When Plug a TV or other Monitor into the HDMI port I only get sound. As soon get no options in the ...</description><pubDate>Thu, 30 Jul 2026 06:43:33 -0400</pubDate></item><item><title>How to allow a WAN connection via a forward port?</title><link>https://liberty.io/how-to-allow-a-wan-connection-via-a-forward-port.html</link><guid isPermaLink="true">https://liberty.io/how-to-allow-a-wan-connection-via-a-forward-port.html</guid><description>My home internet connection has a static IP address (eg: 123.123.123.123)
I have configured my router to forward port 9000 to an internal host (192.168.1.101), which is running Ubuntu 14-04.
I run ...</description><pubDate>Thu, 30 Jul 2026 06:43:30 -0400</pubDate></item><item><title>wayland login loop after moving $HOME to new SSD</title><link>https://liberty.io/wayland-login-loop-after-moving-home-to-new-ssd.html</link><guid isPermaLink="true">https://liberty.io/wayland-login-loop-after-moving-home-to-new-ssd.html</guid><description>TR;DR
I moved my home dir to a new SSD and manually changed owner to my user. Now I cannot log into wayland unless I log in to Xorg session first.
I moved my home directory to a new SSD using rsync......</description><pubDate>Thu, 30 Jul 2026 06:32:22 -0400</pubDate></item><item><title>Compile OpenGL Program (Missing GL/gl.h)</title><link>https://liberty.io/compile-opengl-program-missing-gl-gl-h.html</link><guid isPermaLink="true">https://liberty.io/compile-opengl-program-missing-gl-gl-h.html</guid><description>I am a complete Linux/Ubuntu noob, so I apologize for any dumb portions of this question or follow up ones.
I am trying to get a program that my software engineering class&amp;#039;s group wrote onto my home ...</description><pubDate>Thu, 30 Jul 2026 06:19:41 -0400</pubDate></item><item><title>Do I need to check the integrity of a Ubuntu install? [duplicate]</title><link>https://liberty.io/do-i-need-to-check-the-integrity-of-a-ubuntu-install-duplicate.html</link><guid isPermaLink="true">https://liberty.io/do-i-need-to-check-the-integrity-of-a-ubuntu-install-duplicate.html</guid><description>I want to install Ubuntu, and I&amp;#039;m switching from Windows 10.
I&amp;#039;ve heard that some people will check the integrity of the ISO image. Should I do this and if so, why?...</description><pubDate>Thu, 30 Jul 2026 06:16:34 -0400</pubDate></item><item><title>Firefox not playing videos on Ubuntu 20.04.4 LTS</title><link>https://liberty.io/firefox-not-playing-videos-on-ubuntu-20-04-4-lts.html</link><guid isPermaLink="true">https://liberty.io/firefox-not-playing-videos-on-ubuntu-20-04-4-lts.html</guid><description>My newly deployed Ubuntu 20.04.4 LTS has already installed Firefox 80, but most videos in the web are not playable. One codec complains &amp;quot;No video formats available&amp;quot;, while the other, for ...</description><pubDate>Thu, 30 Jul 2026 06:11:53 -0400</pubDate></item><item><title>What&amp;#039;s the easiest installation for a home server, Ubuntu Desktop or Ubuntu Server?</title><link>https://liberty.io/what-039-s-the-easiest-installation-for-a-home-server-ubuntu-desktop-o.html</link><guid isPermaLink="true">https://liberty.io/what-039-s-the-easiest-installation-for-a-home-server-ubuntu-desktop-o.html</guid><description>I have a Dell Server on which I&amp;#039;ve been running Microsoft Server 2008, I want to turn it into a simple home server for file sharing and media streaming. I&amp;#039;m fairly new to Linux, but understand a l......</description><pubDate>Thu, 30 Jul 2026 06:03:39 -0400</pubDate></item><item><title>How to reinstall dpkg</title><link>https://liberty.io/how-to-reinstall-dpkg.html</link><guid isPermaLink="true">https://liberty.io/how-to-reinstall-dpkg.html</guid><description>I always get this error when I attempt to install a package using apt-get. I would appreciate help. This seems a common problem with every other package, but I&amp;#039;ve never encountered a problem with the ...</description><pubDate>Thu, 30 Jul 2026 06:00:15 -0400</pubDate></item><item><title>Opening Vector Files In Ubuntu</title><link>https://liberty.io/opening-vector-files-in-ubuntu.html</link><guid isPermaLink="true">https://liberty.io/opening-vector-files-in-ubuntu.html</guid><description>Is there a way to open .ai, .eps and .svg files in Linux natively? Gimp can save in svg, but am not sure about the other file types...</description><pubDate>Thu, 30 Jul 2026 05:55:52 -0400</pubDate></item><item><title>openssh-server can&amp;#039;t connect remotely</title><link>https://liberty.io/openssh-server-can-039-t-connect-remotely.html</link><guid isPermaLink="true">https://liberty.io/openssh-server-can-039-t-connect-remotely.html</guid><description>I&amp;#039;ve got a fresh install of 16.04.3 desktop with openssh installed. I can connect to ssh on the same machine, but not across my internal network. ufw is inactive.
The server host cannot be pinged......</description><pubDate>Thu, 30 Jul 2026 05:52:25 -0400</pubDate></item><item><title>Does gnome support desktop widgets?</title><link>https://liberty.io/does-gnome-support-desktop-widgets.html</link><guid isPermaLink="true">https://liberty.io/does-gnome-support-desktop-widgets.html</guid><description>Does gnome support desktop widgets? Any analogue to KDE plasmoids, Vista/Win7 sidebar/desktop widgets, Mac OS X dashboard widgets, etc....</description><pubDate>Thu, 30 Jul 2026 05:48:38 -0400</pubDate></item><item><title>How to make Thunderbird NOT use Bing as search engine?</title><link>https://liberty.io/how-to-make-thunderbird-not-use-bing-as-search-engine.html</link><guid isPermaLink="true">https://liberty.io/how-to-make-thunderbird-not-use-bing-as-search-engine.html</guid><description>When I type something in Thunderbird&amp;#039;s search bar, the first item that pops up is a Bing search for that term. Is there a way to remove Bing? I don&amp;#039;t really need Thunderbird to be able to search th......</description><pubDate>Thu, 30 Jul 2026 05:48:26 -0400</pubDate></item><item><title>Wine, but for mac .apps? [duplicate]</title><link>https://liberty.io/wine-but-for-mac-apps-duplicate.html</link><guid isPermaLink="true">https://liberty.io/wine-but-for-mac-apps-duplicate.html</guid><description>Is there such a program like wine, but one that runs Mac / OSX .app(s)? I would find it very interesting to run mac .apps and see the result on such a program....</description><pubDate>Thu, 30 Jul 2026 05:47:43 -0400</pubDate></item><item><title>make: *** No rule to make target &amp;#039;clean&amp;#039;. Stop. make: *** No targets specified and no makefile found. Stop</title><link>https://liberty.io/make-no-rule-to-make-target-039-clean-039-stop-make-no-targets-specifi.html</link><guid isPermaLink="true">https://liberty.io/make-no-rule-to-make-target-039-clean-039-stop-make-no-targets-specifi.html</guid><description>I have little experience coding and trying to setup up Python vmaf on Ubuntu using https://github.com/Netflix/vmaf/blob/master/resource/doc/python.md#linux instructions.
up to the stage of Clean bu......</description><pubDate>Thu, 30 Jul 2026 05:45:30 -0400</pubDate></item><item><title>Launching gnome-terminal from vscode</title><link>https://liberty.io/launching-gnome-terminal-from-vscode.html</link><guid isPermaLink="true">https://liberty.io/launching-gnome-terminal-from-vscode.html</guid><description>Since updating to latest ubuntu and vscode, I can&amp;#039;t launch gnome-terminal from vscode.
If I try launch gnome-terminal in vscode&amp;#039;s terminal or via an extension then I get: Error creating terminal: ...</description><pubDate>Thu, 30 Jul 2026 05:23:09 -0400</pubDate></item><item><title>User Karthik Bhat - Ask Ubuntu</title><link>https://liberty.io/user-karthik-bhat-ask-ubuntu.html</link><guid isPermaLink="true">https://liberty.io/user-karthik-bhat-ask-ubuntu.html</guid><description>Q&amp;A for Ubuntu users and developers...</description><pubDate>Thu, 30 Jul 2026 05:06:15 -0400</pubDate></item><item><title>No photo album sharing like DropBox in Ubuntu One [duplicate]</title><link>https://liberty.io/no-photo-album-sharing-like-dropbox-in-ubuntu-one-duplicate.html</link><guid isPermaLink="true">https://liberty.io/no-photo-album-sharing-like-dropbox-in-ubuntu-one-duplicate.html</guid><description>Possible Duplicate: Online photo gallery for Ubuntu One?
I would really like to be able to settle on Ubuntu One, but I can&amp;#039;t find a way to share pictures/photos like I can with DropBox. DropBo......</description><pubDate>Thu, 30 Jul 2026 05:02:32 -0400</pubDate></item><item><title>Sublime Text 3 - show whitespace charcters</title><link>https://liberty.io/sublime-text-3-show-whitespace-charcters.html</link><guid isPermaLink="true">https://liberty.io/sublime-text-3-show-whitespace-charcters.html</guid><description>I&amp;#039;m trying to edit the Sublime Text 3 user preferences (Preferences &gt; Settings) to get it to show all formatting characters (including whitespace). I believe the line
&quot;draw_white_space&quot;: &quot;selectio......</description><pubDate>Thu, 30 Jul 2026 05:00:06 -0400</pubDate></item><item><title>grub rescue: “error: disk &amp;#039;hd0&amp;#039; not found.”</title><link>https://liberty.io/grub-rescue-error-disk-039-hd0-039-not-found.html</link><guid isPermaLink="true">https://liberty.io/grub-rescue-error-disk-039-hd0-039-not-found.html</guid><description>The PC with Ubuntu 20.04.2 LTS turn into grub rescue.
error: disk &amp;#039;hd0&amp;#039; not found.
grub rescue&amp;gt; ls
grub rescue&amp;gt;
Like that, when I type ls, only a new line character outputted.
Any solutions?...</description><pubDate>Thu, 30 Jul 2026 04:57:16 -0400</pubDate></item><item><title>How do I determine the total size of a directory (folder) from the command line?</title><link>https://liberty.io/how-do-i-determine-the-total-size-of-a-directory-folder-from-the-comma.html</link><guid isPermaLink="true">https://liberty.io/how-do-i-determine-the-total-size-of-a-directory-folder-from-the-comma.html</guid><description>Is there a simple command to display the total aggregate size (disk usage) of all files in a directory (folder)?
I have tried these, and they don&amp;#039;t do what I want:
ls -l, which only displays the ......</description><pubDate>Thu, 30 Jul 2026 04:42:55 -0400</pubDate></item><item><title>iptables - rule to block all other incoming traffic except ssh</title><link>https://liberty.io/iptables-rule-to-block-all-other-incoming-traffic-except-ssh.html</link><guid isPermaLink="true">https://liberty.io/iptables-rule-to-block-all-other-incoming-traffic-except-ssh.html</guid><description>I currently have the following rules to allow connections to my SSH server on port 2233:
iptables -A INPUT -p tcp --dport 2233 -m conntrack --ctstate NEW,ESTABLISHED -j ACCEPT
iptables -A OUTPUT -p......</description><pubDate>Thu, 30 Jul 2026 04:34:31 -0400</pubDate></item><item><title>Installing BlackHat on Ubuntu 16.04 conflicts with Anaconda</title><link>https://liberty.io/installing-blackhat-on-ubuntu-16-04-conflicts-with-anaconda.html</link><guid isPermaLink="true">https://liberty.io/installing-blackhat-on-ubuntu-16-04-conflicts-with-anaconda.html</guid><description>I&amp;#039;m trying to install BlackHat on Ubuntu 16.04.
I have no problem with qd but I can&amp;#039;t configure BlackHat.
I got
Could not link test program to Python. Maybe the main Python library has been
ins......</description><pubDate>Thu, 30 Jul 2026 04:31:15 -0400</pubDate></item><item><title>What programming language is Ubuntu Terminal written in?</title><link>https://liberty.io/what-programming-language-is-ubuntu-terminal-written-in.html</link><guid isPermaLink="true">https://liberty.io/what-programming-language-is-ubuntu-terminal-written-in.html</guid><description>This may seem like a very rookie question for you Linux-users, but I just started using Linux. Thanks....</description><pubDate>Thu, 30 Jul 2026 04:30:30 -0400</pubDate></item><item><title>Notification of new devices on wireless network?</title><link>https://liberty.io/notification-of-new-devices-on-wireless-network.html</link><guid isPermaLink="true">https://liberty.io/notification-of-new-devices-on-wireless-network.html</guid><description>Just wondering if there is an application that can notify me of a new device on my wireless network (IE: home computer online, mobile phone online, home computer offline, etc) so I can easily take ......</description><pubDate>Thu, 30 Jul 2026 04:27:59 -0400</pubDate></item><item><title>Sound not working on Ubuntu 21.10</title><link>https://liberty.io/sound-not-working-on-ubuntu-21-10.html</link><guid isPermaLink="true">https://liberty.io/sound-not-working-on-ubuntu-21-10.html</guid><description>Here&amp;#039;s the relevant information:
&amp;gt; inxi -SMA
System: Host: 321go Kernel: 5.13.0-20-generic x86_64 bits: 64 Desktop: GNOME 40.5 Distro: Ubuntu 21.10 (Impish Indri)
Machine: Type: Laptop Sys......</description><pubDate>Thu, 30 Jul 2026 04:26:51 -0400</pubDate></item><item><title>How do I set persistent environment variables for root?</title><link>https://liberty.io/how-do-i-set-persistent-environment-variables-for-root.html</link><guid isPermaLink="true">https://liberty.io/how-do-i-set-persistent-environment-variables-for-root.html</guid><description>To create persistent environment variables, I add the script file to /etc/profile.d directory, for example:
# my script
export MY_VAR=var_value
This works properly for current user:
alex@alex-64......</description><pubDate>Thu, 30 Jul 2026 04:22:21 -0400</pubDate></item><item><title>How to install the latest gmp library in 12.04?</title><link>https://liberty.io/how-to-install-the-latest-gmp-library-in-12-04.html</link><guid isPermaLink="true">https://liberty.io/how-to-install-the-latest-gmp-library-in-12-04.html</guid><description>I know it should be of the form &quot;sudo apt-get install &quot;. But what should be the name of the library? And after installing, how to verify that it has been installed correctly....</description><pubDate>Thu, 30 Jul 2026 04:11:22 -0400</pubDate></item><item><title>How to install PAM for OpenVPN server?</title><link>https://liberty.io/how-to-install-pam-for-openvpn-server.html</link><guid isPermaLink="true">https://liberty.io/how-to-install-pam-for-openvpn-server.html</guid><description>I followed a guide on installing an OpenVPN server on Ubuntu successfully, and all is well with authenticating and connecting, etc. However, now I want to implement username/password authentication......</description><pubDate>Thu, 30 Jul 2026 04:11:11 -0400</pubDate></item><item><title>Which is correct for VirtualBox memory usage: Windows Task Manager or System Monitor?</title><link>https://liberty.io/which-is-correct-for-virtualbox-memory-usage-windows-task-manager-or-s.html</link><guid isPermaLink="true">https://liberty.io/which-is-correct-for-virtualbox-memory-usage-windows-task-manager-or-s.html</guid><description>I have configured my Ubuntu VirtualBox install to have a base memory setting of 512MB. When running this install, its fairly sluggish in a way that feels like its thrashing memory. In other words......</description><pubDate>Thu, 30 Jul 2026 04:10:28 -0400</pubDate></item><item><title>nVidia driver reset after each kernel update</title><link>https://liberty.io/nvidia-driver-reset-after-each-kernel-update.html</link><guid isPermaLink="true">https://liberty.io/nvidia-driver-reset-after-each-kernel-update.html</guid><description>I am using the official nVidia driver because my card (GeForce 750 Ti) isn&amp;#039;t yet supported by the Ubuntu one. Every time the kernel updates, my system breaks.
I&amp;#039;ve formatted my system two-three ti......</description><pubDate>Thu, 30 Jul 2026 04:07:53 -0400</pubDate></item><item><title>How can I speed up CD ripping with rhythmbox?</title><link>https://liberty.io/how-can-i-speed-up-cd-ripping-with-rhythmbox.html</link><guid isPermaLink="true">https://liberty.io/how-can-i-speed-up-cd-ripping-with-rhythmbox.html</guid><description>I am trying to rip my music collection from CD into mp3. For this task I am using Rhythmbox but the process is taking a lot of time since Rhythmbox is ripping the CDs very slowly.
Are there ways to ...</description><pubDate>Thu, 30 Jul 2026 04:07:46 -0400</pubDate></item><item><title>Copy all files from my old hard drive to my new one</title><link>https://liberty.io/copy-all-files-from-my-old-hard-drive-to-my-new-one.html</link><guid isPermaLink="true">https://liberty.io/copy-all-files-from-my-old-hard-drive-to-my-new-one.html</guid><description>I&amp;#039;m changing my old hard drive (500GB full) with a new one (1TB).
I use it to backup all my files, so I just need the best way to copy all files from old one to new one, but I don&amp;#039;t want to use the ...</description><pubDate>Thu, 30 Jul 2026 04:04:38 -0400</pubDate></item><item><title>What does MANUFACTURER: CE80 mean?</title><link>https://liberty.io/what-does-manufacturer-ce80-mean.html</link><guid isPermaLink="true">https://liberty.io/what-does-manufacturer-ce80-mean.html</guid><description>What&amp;#039;s the meaning of Manufacturer: CE80 in a memory description when listing with command sudo dmidecode -t memory? (Ubuntu 15.10)...</description><pubDate>Thu, 30 Jul 2026 04:03:14 -0400</pubDate></item><item><title>How do you update your SSD firmware when Samsung doesn&amp;#039;t provide a Linux tool? [duplicate]</title><link>https://liberty.io/how-do-you-update-your-ssd-firmware-when-samsung-doesn-039-t-provide-a.html</link><guid isPermaLink="true">https://liberty.io/how-do-you-update-your-ssd-firmware-when-samsung-doesn-039-t-provide-a.html</guid><description>They have windows and mac one, but no Linux:
http://www.samsung.com/semiconductor/minisite/ssd/download/tools.html
How to update the m2 SSD firmware?...</description><pubDate>Thu, 30 Jul 2026 04:02:58 -0400</pubDate></item><item><title>how to create a cursor theme for Ubuntu 20.04?</title><link>https://liberty.io/how-to-create-a-cursor-theme-for-ubuntu-20-04.html</link><guid isPermaLink="true">https://liberty.io/how-to-create-a-cursor-theme-for-ubuntu-20-04.html</guid><description>I want to create my own cursor from a set of pngs. I want to know how to do it with the program: xcursogen that is readily installed with ubuntu. please give a step-by-step, detailed answer. I&amp;#039;m no......</description><pubDate>Thu, 30 Jul 2026 03:59:45 -0400</pubDate></item><item><title>Unable to check processes running on GPU with nvidia-smi, command not found and package not found</title><link>https://liberty.io/unable-to-check-processes-running-on-gpu-with-nvidia-smi-command-not-f.html</link><guid isPermaLink="true">https://liberty.io/unable-to-check-processes-running-on-gpu-with-nvidia-smi-command-not-f.html</guid><description>im running on a DJI Manifold 2G (nvidia jetson tx2). However, i cant seem to access any nvidia tools. For instance,the nvidia-smi tool is missing, and i am unable to install it as well.
OS details ......</description><pubDate>Thu, 30 Jul 2026 03:47:42 -0400</pubDate></item><item><title>Failed to get size of gamma for output default when trying to add new screen resolution</title><link>https://liberty.io/failed-to-get-size-of-gamma-for-output-default-when-trying-to-add-new-.html</link><guid isPermaLink="true">https://liberty.io/failed-to-get-size-of-gamma-for-output-default-when-trying-to-add-new-.html</guid><description>I&amp;#039;m trying to adjust resolution on my new MSI GT70 2OC. In settings, only one resolution is available: 1920x1080. This is fine, except that I need to decrease the resolution and make it more rectan......</description><pubDate>Thu, 30 Jul 2026 03:29:55 -0400</pubDate></item><item><title>unable to install/import tkinter</title><link>https://liberty.io/unable-to-install-import-tkinter.html</link><guid isPermaLink="true">https://liberty.io/unable-to-install-import-tkinter.html</guid><description>I got a pretty confusing Problem:
I build a python program using tkinter. Then I dist-upgraded my ubuntu 13.10 (amd64) to ubuntu 14.04 LTS, now I tried to run my tkinter program. My compiler told ......</description><pubDate>Thu, 30 Jul 2026 03:29:09 -0400</pubDate></item><item><title>SMB2.0 won&amp;#039;t mount using CIFS, works on smbclient</title><link>https://liberty.io/smb2-0-won-039-t-mount-using-cifs-works-on-smbclient.html</link><guid isPermaLink="true">https://liberty.io/smb2-0-won-039-t-mount-using-cifs-works-on-smbclient.html</guid><description>Since the recent disabling of SMB1, I&amp;#039;ve tried to update my mounts to use SMB2.
The top level mounts (\server\share$) work OK.
The subdirectory mounts, however,(\server\files\service\subfolder) no ...</description><pubDate>Thu, 30 Jul 2026 03:21:29 -0400</pubDate></item><item><title>.desktop files: how to specify the icon path [duplicate]</title><link>https://liberty.io/desktop-files-how-to-specify-the-icon-path-duplicate.html</link><guid isPermaLink="true">https://liberty.io/desktop-files-how-to-specify-the-icon-path-duplicate.html</guid><description>I had a look at the .desktop files on my 12.04 Ubuntu system, and many of them do not have a full path specification for their icon file. It is rather something like:
Icon=anjuta
or
Icon=vlc
o......</description><pubDate>Thu, 30 Jul 2026 03:13:29 -0400</pubDate></item><item><title>Why do &quot;df&quot; and &quot;du&quot; commands show different disk usage?</title><link>https://liberty.io/why-do-df-and-du-commands-show-different-disk-usage.html</link><guid isPermaLink="true">https://liberty.io/why-do-df-and-du-commands-show-different-disk-usage.html</guid><description>I cannot access ubuntu system on my pc, the error message: &quot;the system is running in low graphics mode&quot; and I tried some commands I searched from internet.
I found out a problems seems there is no ...</description><pubDate>Thu, 30 Jul 2026 03:13:08 -0400</pubDate></item><item><title>Generate RSA key in Ubuntu 20.04</title><link>https://liberty.io/generate-rsa-key-in-ubuntu-20-04.html</link><guid isPermaLink="true">https://liberty.io/generate-rsa-key-in-ubuntu-20-04.html</guid><description>Whenever I create a public/private keypair using ssh-keygen in Ubuntu 20.04, I get an OpenSSH private key file instead. Even if I manually specify that I want to use rsa using the following command......</description><pubDate>Thu, 30 Jul 2026 03:08:32 -0400</pubDate></item></channel></rss>