<?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>Sat, 18 Jul 2026 01:32:03 -0400</lastBuildDate><atom:link href="https://liberty.io/rss.xml" rel="self" type="application/rss+xml" /><item><title>Unmounted disk still spins up regularly</title><link>https://liberty.io/unmounted-disk-still-spins-up-regularly.html</link><guid isPermaLink="true">https://liberty.io/unmounted-disk-still-spins-up-regularly.html</guid><description>I just added a disk, with partitions but none of them are mounted. The disk will still spin up every now and then. it goes like this:
### disk spins up
hdparm -Y /dev/sdb;date
/dev/sdb: issuing ......</description><pubDate>Sat, 18 Jul 2026 05:31:03 -0400</pubDate></item><item><title>Is there a way to install Beagle on 11.04?</title><link>https://liberty.io/is-there-a-way-to-install-beagle-on-11-04.html</link><guid isPermaLink="true">https://liberty.io/is-there-a-way-to-install-beagle-on-11-04.html</guid><description>Beagle, a great desktop search engine which was part of Ubuntu is discontinued for some time now and removed from Ubuntu from 10.04 and afterwards. Even though there are a lot of alternative apps s......</description><pubDate>Sat, 18 Jul 2026 05:29:12 -0400</pubDate></item><item><title>How NVIDIA On-Demand option works in NVIDIA X Server Settings?</title><link>https://liberty.io/how-nvidia-on-demand-option-works-in-nvidia-x-server-settings.html</link><guid isPermaLink="true">https://liberty.io/how-nvidia-on-demand-option-works-in-nvidia-x-server-settings.html</guid><description>I have installed Nvidia proprietary driver on Ubuntu 19.10.
In the Prime Profiles section, there are three options:
* NVIDIA (Performance Mode)
* NVIDIA On-Demand
* Intel (Power Saving Mode)
Fir......</description><pubDate>Sat, 18 Jul 2026 05:16:56 -0400</pubDate></item><item><title>How come you can put a question mark in file names?</title><link>https://liberty.io/how-come-you-can-put-a-question-mark-in-file-names.html</link><guid isPermaLink="true">https://liberty.io/how-come-you-can-put-a-question-mark-in-file-names.html</guid><description>In Windows, you can&amp;#039;t put a ? in a file or directory name, because they are reserved characters for PHP GET functions and wildcards. But in Ubuntu, I can. I can name a file lol?.txt and access it ...</description><pubDate>Sat, 18 Jul 2026 05:12:26 -0400</pubDate></item><item><title>How to create multiple files(100 files) and they can contain 30 random characters in each of them using script</title><link>https://liberty.io/how-to-create-multiple-files-100-files-and-they-can-contain-30-random-.html</link><guid isPermaLink="true">https://liberty.io/how-to-create-multiple-files-100-files-and-they-can-contain-30-random-.html</guid><description>I need to create 100 files using script Linux which contain 30 random characters password and that password contain only strings, small letters and big letters.
And the name of each file will be &quot; ...</description><pubDate>Sat, 18 Jul 2026 05:09:46 -0400</pubDate></item><item><title>Run script full screen in terminal</title><link>https://liberty.io/run-script-full-screen-in-terminal.html</link><guid isPermaLink="true">https://liberty.io/run-script-full-screen-in-terminal.html</guid><description>How do I get a bash script to run in full screen when it&amp;#039;s executed or how can I change the terminal size if I can&amp;#039;t make it full screen?...</description><pubDate>Sat, 18 Jul 2026 05:02:10 -0400</pubDate></item><item><title>Screen turns yellow even using the live option Ubuntu 22.04</title><link>https://liberty.io/screen-turns-yellow-even-using-the-live-option-ubuntu-22-04.html</link><guid isPermaLink="true">https://liberty.io/screen-turns-yellow-even-using-the-live-option-ubuntu-22-04.html</guid><description>I&amp;#039;ve already performed the tests and changed the cable. I&amp;#039;ve come to the conclusion that it&amp;#039;s not a problem with the cables or the monitors because I tested it with other distros even in Windows an......</description><pubDate>Sat, 18 Jul 2026 05:01:44 -0400</pubDate></item><item><title>Cat command error message</title><link>https://liberty.io/cat-command-error-message.html</link><guid isPermaLink="true">https://liberty.io/cat-command-error-message.html</guid><description>I am new to linux and am trying to get to know the command line and I got to the cat command and am having trouble with an error message. I am not quite sure what is happening here. Every time I ty......</description><pubDate>Sat, 18 Jul 2026 05:00:56 -0400</pubDate></item><item><title>Unable to boot from USB/SSD on ACER Nitro 5 AN-515-42 with Radeon RX560</title><link>https://liberty.io/unable-to-boot-from-usb-ssd-on-acer-nitro-5-an-515-42-with-radeon-rx56.html</link><guid isPermaLink="true">https://liberty.io/unable-to-boot-from-usb-ssd-on-acer-nitro-5-an-515-42-with-radeon-rx56.html</guid><description>I tried to install Ubuntu 19.04 via USB-Boot on my new notebook.
It is a new Acer Nitro 5 with its own Linux (Linpus Lite) system. But whether this already setup Linux boots nor the USB device with ...</description><pubDate>Sat, 18 Jul 2026 04:54:29 -0400</pubDate></item><item><title>Questions about a Dell Dimension 2400</title><link>https://liberty.io/questions-about-a-dell-dimension-2400.html</link><guid isPermaLink="true">https://liberty.io/questions-about-a-dell-dimension-2400.html</guid><description>I have recently acquired a Dimension 2400. I have upgraded it to 1 GB of RAM in hopes to install ubuntu. I have installed windows 7 in the meantime, i had some troubles with drivers but finally got......</description><pubDate>Sat, 18 Jul 2026 04:46:08 -0400</pubDate></item><item><title>bash: [: too many arguments?</title><link>https://liberty.io/bash-too-many-arguments.html</link><guid isPermaLink="true">https://liberty.io/bash-too-many-arguments.html</guid><description>I&amp;#039;m trying to create a directory and cd into it:
In ~/.bashrc:
function abc() { appname=$1 appdir=&amp;quot;$HOME/code/$appname&amp;quot; if [ mkdir $appdir -a cd $appdir ]; then echo Success e......</description><pubDate>Sat, 18 Jul 2026 04:30:39 -0400</pubDate></item><item><title>Arrange Icons In Better Grid</title><link>https://liberty.io/arrange-icons-in-better-grid.html</link><guid isPermaLink="true">https://liberty.io/arrange-icons-in-better-grid.html</guid><description>I&amp;#039;ve recently come to find all my desktop programs and icons thrown askew about the place, and while rearranging, I noticed that the grid system Ubuntu uses by default is (in my eyes) miserable.
On ...</description><pubDate>Sat, 18 Jul 2026 04:27:29 -0400</pubDate></item><item><title>how to disable the trackstick in dell?</title><link>https://liberty.io/how-to-disable-the-trackstick-in-dell.html</link><guid isPermaLink="true">https://liberty.io/how-to-disable-the-trackstick-in-dell.html</guid><description>How to disable the trackstick which is in between the keys of the Dell laptop keyboard. It really causes a lot of problem while typing....</description><pubDate>Sat, 18 Jul 2026 04:16:15 -0400</pubDate></item><item><title>Ubuntu 16.04 LTS wifi suddenly stopped working at all Alienware 13</title><link>https://liberty.io/ubuntu-16-04-lts-wifi-suddenly-stopped-working-at-all-alienware-13.html</link><guid isPermaLink="true">https://liberty.io/ubuntu-16-04-lts-wifi-suddenly-stopped-working-at-all-alienware-13.html</guid><description>I have installed Ubuntu 16.04 on my Alienware 13 laptop and everything worked like charm for couple of weeks. Then, suddenly, the wifi completely stopped working. I am not aware of installing any u......</description><pubDate>Sat, 18 Jul 2026 04:14:51 -0400</pubDate></item><item><title>How can I find duplicate photos?</title><link>https://liberty.io/how-can-i-find-duplicate-photos.html</link><guid isPermaLink="true">https://liberty.io/how-can-i-find-duplicate-photos.html</guid><description>What can I use to find duplicate photos, including photos that have been resized?...</description><pubDate>Sat, 18 Jul 2026 04:13:48 -0400</pubDate></item><item><title>Permissions problems with /var/www/html and my own home directory for a website document root</title><link>https://liberty.io/permissions-problems-with-var-www-html-and-my-own-home-directory-for-a.html</link><guid isPermaLink="true">https://liberty.io/permissions-problems-with-var-www-html-and-my-own-home-directory-for-a.html</guid><description>I&amp;#039;m trying to not give 777 permission in my /var/www/html folder, but I want to edit my files without sudo. So I thought to create a symlink of a folder in my home directory within /var/www/html. I ...</description><pubDate>Sat, 18 Jul 2026 04:00:41 -0400</pubDate></item><item><title>Equivalent of Windows net use (list) for connected samba shares</title><link>https://liberty.io/equivalent-of-windows-net-use-list-for-connected-samba-shares.html</link><guid isPermaLink="true">https://liberty.io/equivalent-of-windows-net-use-list-for-connected-samba-shares.html</guid><description>What is the equivalent CLI command to list all currently connect smb shares from the client perspective.
Like :
C:\&amp;gt; net use
Status Local Remote Network
----......</description><pubDate>Sat, 18 Jul 2026 03:59:14 -0400</pubDate></item><item><title>AutoCAD 2017 for Ubuntu</title><link>https://liberty.io/autocad-2017-for-ubuntu.html</link><guid isPermaLink="true">https://liberty.io/autocad-2017-for-ubuntu.html</guid><description>How do I install AutoCAD 2017 for Ubuntu 16.04 LTS?
I installed Wine and got the .exe in Desktop. I right clicked and selected Wine Windows Program Loader and nothing happened.
How do I properly ...</description><pubDate>Sat, 18 Jul 2026 03:53:09 -0400</pubDate></item><item><title>Can not install pymol because I cannot install libfreetype6-dev</title><link>https://liberty.io/can-not-install-pymol-because-i-cannot-install-libfreetype6-dev.html</link><guid isPermaLink="true">https://liberty.io/can-not-install-pymol-because-i-cannot-install-libfreetype6-dev.html</guid><description>I am following this link http://www.pymolwiki.org/index.php/User:Tlinnet/Linux_Install to install pymol. I need libfreetype6-dev as a dependency, but it cannot be installed.
fmp@eva03:~/Bins$ sudo......</description><pubDate>Sat, 18 Jul 2026 03:51:30 -0400</pubDate></item><item><title>bin/bash: bad interpreter: No such file or directory</title><link>https://liberty.io/bin-bash-bad-interpreter-no-such-file-or-directory.html</link><guid isPermaLink="true">https://liberty.io/bin-bash-bad-interpreter-no-such-file-or-directory.html</guid><description>I just shifted from Windows to Linux (Ubuntu 18.04)...and following a tutorial to learn bash scripting...
I wrote a simple shell script
#!bin/bash
echo &quot;Hello World&quot;
but when I tried to run it ...</description><pubDate>Sat, 18 Jul 2026 03:40:16 -0400</pubDate></item><item><title>Meaning of &quot;b&quot; and &quot;c&quot; in file privileges description (output of ls -l)</title><link>https://liberty.io/meaning-of-b-and-c-in-file-privileges-description-output-of-ls-l.html</link><guid isPermaLink="true">https://liberty.io/meaning-of-b-and-c-in-file-privileges-description-output-of-ls-l.html</guid><description>Basic question regarding the ls utility. What do letters b and c mean at the beginning of the 10-symbol code describing the items&amp;#039; privileges?
From what I understand, when typing ls -l, the terminal ...</description><pubDate>Sat, 18 Jul 2026 03:33:38 -0400</pubDate></item><item><title>Why is the firewall disabled by default?</title><link>https://liberty.io/why-is-the-firewall-disabled-by-default.html</link><guid isPermaLink="true">https://liberty.io/why-is-the-firewall-disabled-by-default.html</guid><description>Why is ufw firewall included in Ubuntu, when it is not enabled and pre-configured by default? Most users don&amp;#039;t even know it is there, because no GUI frontend is provided....</description><pubDate>Sat, 18 Jul 2026 03:19:17 -0400</pubDate></item><item><title>How to run apache2 in chroot jail setup</title><link>https://liberty.io/how-to-run-apache2-in-chroot-jail-setup.html</link><guid isPermaLink="true">https://liberty.io/how-to-run-apache2-in-chroot-jail-setup.html</guid><description>Ubuntu 14.04
I was trying to setup apache in chroot,but i can&amp;#039;t found any related answer.
I was googling over a week but i can&amp;#039;t get my answers
so some one please help me.....
Thanks in ...</description><pubDate>Sat, 18 Jul 2026 03:01:29 -0400</pubDate></item><item><title>“Activation of network connection failed” for wifi connection version 20.04</title><link>https://liberty.io/activation-of-network-connection-failed-for-wifi-connection-version-20.html</link><guid isPermaLink="true">https://liberty.io/activation-of-network-connection-failed-for-wifi-connection-version-20.html</guid><description>I have installed Ubuntu 20.04 on a Asus laptop with dual boot along side Windows 10, and I can get the wifi connection when i restart my laptop but after 2/3 minutes automatically wifi icon disapp......</description><pubDate>Sat, 18 Jul 2026 02:58:27 -0400</pubDate></item><item><title>How to select video quality from youtube-dl?</title><link>https://liberty.io/how-to-select-video-quality-from-youtube-dl.html</link><guid isPermaLink="true">https://liberty.io/how-to-select-video-quality-from-youtube-dl.html</guid><description>I have installed youtube-dl in my 14.04.
I can download video by following command,
$ youtube-dl [youtube-link]
But I want to know how to select available pixel quality of youtube video(i.e 108......</description><pubDate>Sat, 18 Jul 2026 02:57:46 -0400</pubDate></item><item><title>Getting latest nvidia driver through software an updates</title><link>https://liberty.io/getting-latest-nvidia-driver-through-software-an-updates.html</link><guid isPermaLink="true">https://liberty.io/getting-latest-nvidia-driver-through-software-an-updates.html</guid><description>Is there A way I can install the latest driver https://www.nvidia.com/en-us/drivers/unix/
Using the software and updates manager rather than directly? In my experience manually installing the driver ...</description><pubDate>Sat, 18 Jul 2026 02:56:36 -0400</pubDate></item><item><title>How to set php 8.0 as default version in ubuntu server</title><link>https://liberty.io/how-to-set-php-8-0-as-default-version-in-ubuntu-server.html</link><guid isPermaLink="true">https://liberty.io/how-to-set-php-8-0-as-default-version-in-ubuntu-server.html</guid><description>For some reason, i have to install PHP 7.4 and PHP 8.0 in the same ubuntu server. By default when i install php 7.4, it shows it is the default version when use the command php -v.
But i want to run ...</description><pubDate>Sat, 18 Jul 2026 02:51:50 -0400</pubDate></item><item><title>Mac OSX, Windows 7 and Ubuntu</title><link>https://liberty.io/mac-osx-windows-7-and-ubuntu.html</link><guid isPermaLink="true">https://liberty.io/mac-osx-windows-7-and-ubuntu.html</guid><description>I want to install Ubuntu 12.04 on a MacBook Pro with Max OSX und Windows 7 (BootCamp) already installed.
Now there is a tutorial for installing Ubuntu on recent Mac OSX editions. However it does not ...</description><pubDate>Sat, 18 Jul 2026 02:35:55 -0400</pubDate></item><item><title>Where are shell/terminal settings stored? [duplicate]</title><link>https://liberty.io/where-are-shell-terminal-settings-stored-duplicate.html</link><guid isPermaLink="true">https://liberty.io/where-are-shell-terminal-settings-stored-duplicate.html</guid><description>I updated my Ubuntu but it crashed during installation and I was not able to recover it (my hard drive crashed). I changed my hard drive and re-install ubuntu
I saved all my important docs (bookma......</description><pubDate>Sat, 18 Jul 2026 02:33:57 -0400</pubDate></item><item><title>How to print all columns using AWK</title><link>https://liberty.io/how-to-print-all-columns-using-awk.html</link><guid isPermaLink="true">https://liberty.io/how-to-print-all-columns-using-awk.html</guid><description>In AWK, is there a way to print all columns? I do not want to print them like this:
printf($1 $2 $3 ...)
Is there a way to print all of them?...</description><pubDate>Sat, 18 Jul 2026 02:31:44 -0400</pubDate></item><item><title>Install texlive-full in Ubuntu 18.04</title><link>https://liberty.io/install-texlive-full-in-ubuntu-18-04.html</link><guid isPermaLink="true">https://liberty.io/install-texlive-full-in-ubuntu-18-04.html</guid><description>I&amp;#039;m trying to install texlive-full and unfortunately, the answer here could not help!
Error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some pac......</description><pubDate>Sat, 18 Jul 2026 02:31:11 -0400</pubDate></item><item><title>Processor temperature when just browsing the web is 55-60 C</title><link>https://liberty.io/processor-temperature-when-just-browsing-the-web-is-55-60-c.html</link><guid isPermaLink="true">https://liberty.io/processor-temperature-when-just-browsing-the-web-is-55-60-c.html</guid><description>I&amp;#039;m running ubuntu 12.04 on my laptop. It has an Intel® Core™ i7-3537U CPU @ 2.00GHz × 4, 8 GB ram, and an AMD Radeon HD 8730M It also has a Intel HD 4000 but i&amp;#039;m using AMD
I have nothing else open......</description><pubDate>Sat, 18 Jul 2026 02:24:46 -0400</pubDate></item><item><title>Online virus scanners for linux</title><link>https://liberty.io/online-virus-scanners-for-linux.html</link><guid isPermaLink="true">https://liberty.io/online-virus-scanners-for-linux.html</guid><description>Can we scan the drive online to scan and remove the virus files?
If there where can i find them? How to scan and remove the virus through online scanners?
Thank you!...</description><pubDate>Sat, 18 Jul 2026 02:15:37 -0400</pubDate></item><item><title>How do I start KeePass2 (portable) from Nautilus in Ubuntu 13.04?</title><link>https://liberty.io/how-do-i-start-keepass2-portable-from-nautilus-in-ubuntu-13-04.html</link><guid isPermaLink="true">https://liberty.io/how-do-i-start-keepass2-portable-from-nautilus-in-ubuntu-13-04.html</guid><description>I have KeePass2 installed on a USB flash drive. In Ubuntu 12.04 all I had to do to start is was right click KeePass.exe and select Open With Mono Runtime. In 13.04 I only have the options of openin......</description><pubDate>Sat, 18 Jul 2026 02:13:34 -0400</pubDate></item><item><title>What is the difference between GRUB_CMDLINE_LINUX and GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub</title><link>https://liberty.io/what-is-the-difference-between-grub-cmdline-linux-and-grub-cmdline-lin.html</link><guid isPermaLink="true">https://liberty.io/what-is-the-difference-between-grub-cmdline-linux-and-grub-cmdline-lin.html</guid><description>I&amp;#039;m troubleshooting a fn-key brightness control problem on my laptop, so I&amp;#039;m wading through a lot of config options in /etc/default/grub, as you can imagine. However, it&amp;#039;s raised a question for me:......</description><pubDate>Sat, 18 Jul 2026 02:13:30 -0400</pubDate></item><item><title>Can I run nginx and apache at the same time?</title><link>https://liberty.io/can-i-run-nginx-and-apache-at-the-same-time.html</link><guid isPermaLink="true">https://liberty.io/can-i-run-nginx-and-apache-at-the-same-time.html</guid><description>Here is my scenario:
Apache is running perfectly with SSL enabled and certs installed on port 443.
I would like to install nginx as well on the same machine. Both as a functional reverse proxy an......</description><pubDate>Sat, 18 Jul 2026 02:05:34 -0400</pubDate></item><item><title>Ubuntu 19.10 change desktop environment</title><link>https://liberty.io/ubuntu-19-10-change-desktop-environment.html</link><guid isPermaLink="true">https://liberty.io/ubuntu-19-10-change-desktop-environment.html</guid><description>I&amp;#039;ve installed another desktop environment which I would like to try. I am not sure how to switch to it.
Is there still a button on the log in screen that will switch desktop environments? This same ...</description><pubDate>Sat, 18 Jul 2026 01:58:21 -0400</pubDate></item><item><title>What&amp;#039;s the difference between &quot;purge&quot; and &quot;remove --purge&quot;?</title><link>https://liberty.io/what-039-s-the-difference-between-purge-and-remove-purge.html</link><guid isPermaLink="true">https://liberty.io/what-039-s-the-difference-between-purge-and-remove-purge.html</guid><description>What is the difference between sudo apt-get purge and sudo apt get remove --purge?
There must be a difference or both of them shouldn&amp;#039;t exist....</description><pubDate>Sat, 18 Jul 2026 01:55:34 -0400</pubDate></item><item><title>What is the closest equivalent to Melodyne in Ubuntu?</title><link>https://liberty.io/what-is-the-closest-equivalent-to-melodyne-in-ubuntu.html</link><guid isPermaLink="true">https://liberty.io/what-is-the-closest-equivalent-to-melodyne-in-ubuntu.html</guid><description>It&amp;#039;s been over 15 years since the first versions of Melodyne were released. What Linux software equivalents exist? I need software that will enable me to move notes in audio such that they change in ...</description><pubDate>Sat, 18 Jul 2026 01:48:30 -0400</pubDate></item><item><title>How can I install and download drivers without internet?</title><link>https://liberty.io/how-can-i-install-and-download-drivers-without-internet.html</link><guid isPermaLink="true">https://liberty.io/how-can-i-install-and-download-drivers-without-internet.html</guid><description>I have recently installed ubuntu 12.04 LTS, but as in previous versions; I need a driver for wireless. When booting from USB, I could download and install the Broadcom Wireless STA driver: now I ca......</description><pubDate>Sat, 18 Jul 2026 01:45:46 -0400</pubDate></item><item><title>What does pip install &lt;dot&gt; mean?</title><link>https://liberty.io/what-does-pip-install-dot-mean.html</link><guid isPermaLink="true">https://liberty.io/what-does-pip-install-dot-mean.html</guid><description>I am installing this https://github.com/wkentaro/pytorch-fcn. It tells me to do this instruction.
git clone https://github.com/wkentaro/pytorch-fcn.git
cd pytorch-fcn
pip install .
What does pip ...</description><pubDate>Sat, 18 Jul 2026 01:38:31 -0400</pubDate></item><item><title>ssh &quot;Connection timed out&quot; after first reboot of a Raspberry Pi</title><link>https://liberty.io/ssh-connection-timed-out-after-first-reboot-of-a-raspberry-pi.html</link><guid isPermaLink="true">https://liberty.io/ssh-connection-timed-out-after-first-reboot-of-a-raspberry-pi.html</guid><description>I am trying to setup an Ubuntu 20.04 Server on a Raspberry Pi 4+ (RPi). Everything works and I can ssh in without a problem the first time the server starts up, both using Ethernet and WiFi. Howe......</description><pubDate>Sat, 18 Jul 2026 01:25:28 -0400</pubDate></item><item><title>Apcupsd run script?</title><link>https://liberty.io/apcupsd-run-script.html</link><guid isPermaLink="true">https://liberty.io/apcupsd-run-script.html</guid><description>I want apcupsd to run a sript on the master computer in case the power is missing for my ups i have according to the guide from apcupsd added it in this folder:
/Etc/apcupsd
And called it: &quot;doshu......</description><pubDate>Sat, 18 Jul 2026 01:24:16 -0400</pubDate></item><item><title>How to change the wallpaper of all clients using puppet?</title><link>https://liberty.io/how-to-change-the-wallpaper-of-all-clients-using-puppet.html</link><guid isPermaLink="true">https://liberty.io/how-to-change-the-wallpaper-of-all-clients-using-puppet.html</guid><description>I have set up puppet (Central Management Server). Can anyone tell me how to change wallpapers of all clients from this puppet server?...</description><pubDate>Sat, 18 Jul 2026 01:21:41 -0400</pubDate></item><item><title>Joining Two MKV files in Ubuntu?</title><link>https://liberty.io/joining-two-mkv-files-in-ubuntu.html</link><guid isPermaLink="true">https://liberty.io/joining-two-mkv-files-in-ubuntu.html</guid><description>I have an opera that I&amp;#039;m ripping to my computer in MKV format with Handbrake. This opera is on two discs. Is there a way to join the resulting MKV&amp;#039;s together? They will have the same bitrate, resol......</description><pubDate>Sat, 18 Jul 2026 01:13:55 -0400</pubDate></item><item><title>How much space is required for snapshots in ZFS?</title><link>https://liberty.io/how-much-space-is-required-for-snapshots-in-zfs.html</link><guid isPermaLink="true">https://liberty.io/how-much-space-is-required-for-snapshots-in-zfs.html</guid><description>How much space do snapshots use in ZFS?
I created a pool and want to create a volume. I don&amp;#039;t know how much space snapshots will occupy. Is there any way or formula exist to compute space requirem......</description><pubDate>Sat, 18 Jul 2026 01:03:05 -0400</pubDate></item><item><title>What&amp;#039;s the difference between shell builtin and shell keyword?</title><link>https://liberty.io/what-039-s-the-difference-between-shell-builtin-and-shell-keyword.html</link><guid isPermaLink="true">https://liberty.io/what-039-s-the-difference-between-shell-builtin-and-shell-keyword.html</guid><description>When I run these two commands, I get
$ type cd
cd is a shell builtin
$ type if
if is a shell keyword
It is clearly shown that cd is a shell builtin and if is a shell keyword. So what is the diffe......</description><pubDate>Sat, 18 Jul 2026 00:57:21 -0400</pubDate></item><item><title>Retrieve Data on hard drive</title><link>https://liberty.io/retrieve-data-on-hard-drive.html</link><guid isPermaLink="true">https://liberty.io/retrieve-data-on-hard-drive.html</guid><description>So my computer crashed and as of now I am currently running Ubuntu 12.04 on a USB. I&amp;#039;m using the try option because for some reason it won&amp;#039;t let me do a full install. I researched and realized th......</description><pubDate>Sat, 18 Jul 2026 00:52:30 -0400</pubDate></item><item><title>How turn off External Display, on closing lid in Kubuntu 20.04 or KDE</title><link>https://liberty.io/how-turn-off-external-display-on-closing-lid-in-kubuntu-20-04-or-kde.html</link><guid isPermaLink="true">https://liberty.io/how-turn-off-external-display-on-closing-lid-in-kubuntu-20-04-or-kde.html</guid><description>I&amp;#039;ll running Kubuntu 20.04 on a laptop using both the laptop screen and a rather recent external monitor (Iiyama PL2796QS) connected with HDMI.
I would like to have the external monitor turned off ......</description><pubDate>Sat, 18 Jul 2026 00:41:48 -0400</pubDate></item><item><title>Pros/Cons GUID vs. MBR and NTFS vs. Ext4 on Portable External Hard Drives</title><link>https://liberty.io/pros-cons-guid-vs-mbr-and-ntfs-vs-ext4-on-portable-external-hard-drive.html</link><guid isPermaLink="true">https://liberty.io/pros-cons-guid-vs-mbr-and-ntfs-vs-ext4-on-portable-external-hard-drive.html</guid><description>I am currently running Ubuntu 10.04 and my hard disk&amp;#039;s Partitioning is set to Master Boot Record with Filesystem type Ext4 (version 1.0).
I have purchased several new Western Digital portable exte......</description><pubDate>Sat, 18 Jul 2026 00:41:25 -0400</pubDate></item><item><title>Are there any Ubuntu-based equivalents of Corel Draw, PageMaker, PhotoShop and Quark Express</title><link>https://liberty.io/are-there-any-ubuntu-based-equivalents-of-corel-draw-pagemaker-photosh.html</link><guid isPermaLink="true">https://liberty.io/are-there-any-ubuntu-based-equivalents-of-corel-draw-pagemaker-photosh.html</guid><description>Are there any Ubuntu based application for the below listed softwares.
Corel Draw - latest version
PageMaker - Latest version
Photoshop - Latest version
Quark Express - latest version...</description><pubDate>Sat, 18 Jul 2026 00:37:12 -0400</pubDate></item><item><title>How to use pyside2 from the Ubuntu repository to develop programs?</title><link>https://liberty.io/how-to-use-pyside2-from-the-ubuntu-repository-to-develop-programs.html</link><guid isPermaLink="true">https://liberty.io/how-to-use-pyside2-from-the-ubuntu-repository-to-develop-programs.html</guid><description>When I run apt search pyside packages I get for example:
python3-pyside2.qtwidgets/focal 5.15.2-1+20.04+focal+release+build1 amd64
When I install it, how can I use it with my python-programm? Do I......</description><pubDate>Sat, 18 Jul 2026 00:37:09 -0400</pubDate></item><item><title>User DYZ - Ask Ubuntu</title><link>https://liberty.io/user-dyz-ask-ubuntu.html</link><guid isPermaLink="true">https://liberty.io/user-dyz-ask-ubuntu.html</guid><description>Q&amp;A for Ubuntu users and developers...</description><pubDate>Sat, 18 Jul 2026 00:35:36 -0400</pubDate></item><item><title>User Bustanil Arifin - Ask Ubuntu</title><link>https://liberty.io/user-bustanil-arifin-ask-ubuntu.html</link><guid isPermaLink="true">https://liberty.io/user-bustanil-arifin-ask-ubuntu.html</guid><description>Q&amp;A for Ubuntu users and developers...</description><pubDate>Sat, 18 Jul 2026 00:30:32 -0400</pubDate></item><item><title>light version of wine</title><link>https://liberty.io/light-version-of-wine.html</link><guid isPermaLink="true">https://liberty.io/light-version-of-wine.html</guid><description>Are there light version of wine ? I use it only for installing an executable file of windows under linux, donot use it for installing game. Why I want a light version of it is because I am not ...</description><pubDate>Sat, 18 Jul 2026 00:26:47 -0400</pubDate></item><item><title>Unmet dependencies in Mysql server and Myserver Client when I tried to install &quot;Lamp server&quot; [duplicate]</title><link>https://liberty.io/unmet-dependencies-in-mysql-server-and-myserver-client-when-i-tried-to.html</link><guid isPermaLink="true">https://liberty.io/unmet-dependencies-in-mysql-server-and-myserver-client-when-i-tried-to.html</guid><description>This is Ubuntu 18.10. I&amp;#039;m a BCA student. And Linux is one of my subjects. I want to install Lamp server,
pranav@rasingan:~$ sudo apt-get install lamp-server^
Reading package lists... Done
Building ...</description><pubDate>Sat, 18 Jul 2026 00:25:33 -0400</pubDate></item><item><title>User xpanta - Ask Ubuntu</title><link>https://liberty.io/user-xpanta-ask-ubuntu.html</link><guid isPermaLink="true">https://liberty.io/user-xpanta-ask-ubuntu.html</guid><description>Q&amp;A for Ubuntu users and developers...</description><pubDate>Sat, 18 Jul 2026 00:22:57 -0400</pubDate></item><item><title>How do I make gVim detect a certain font?</title><link>https://liberty.io/how-do-i-make-gvim-detect-a-certain-font.html</link><guid isPermaLink="true">https://liberty.io/how-do-i-make-gvim-detect-a-certain-font.html</guid><description>I recently installed a font named &amp;quot;Hermit&amp;quot;, and it is detected by my computer as you can see here:-
However, when I open gVim and try to change my font it isn&amp;#039;t an option in the font sele......</description><pubDate>Sat, 18 Jul 2026 00:17:02 -0400</pubDate></item><item><title>Touchpad stopped working DELL Latitude D630</title><link>https://liberty.io/touchpad-stopped-working-dell-latitude-d630.html</link><guid isPermaLink="true">https://liberty.io/touchpad-stopped-working-dell-latitude-d630.html</guid><description>I have a DELL Laptop Latitude D630 and Ubuntu as OS. Touchpad has always worked perfectly for more than a year now, first with Ubuntu 12 and now with Ubuntu 14.04 after the upgrade.
Today the touch......</description><pubDate>Sat, 18 Jul 2026 00:04:12 -0400</pubDate></item><item><title>ubuntu android sdk location can not be at the filesystem root</title><link>https://liberty.io/ubuntu-android-sdk-location-can-not-be-at-the-filesystem-root.html</link><guid isPermaLink="true">https://liberty.io/ubuntu-android-sdk-location-can-not-be-at-the-filesystem-root.html</guid><description>I have the &amp;quot;Ubuntu android sdk location can not be at the filesystem root&amp;quot; Error with android studio :
in this os :
so@sosa:~$ lsb_release -a
No LSB modules are available.
Distributor ID: ...</description><pubDate>Sat, 18 Jul 2026 00:01:02 -0400</pubDate></item><item><title>PCRE2-10.00 and xymon</title><link>https://liberty.io/pcre2-10-00-and-xymon.html</link><guid isPermaLink="true">https://liberty.io/pcre2-10-00-and-xymon.html</guid><description>When I configure and make install PCRE2-10.00 and go to xymon-4.3.18 to configure I get the following:
Checking for PCRE ...
test-pcre.c:1:18: fatal error: pcre.h: No such file or directory
compil......</description><pubDate>Fri, 17 Jul 2026 23:54:30 -0400</pubDate></item><item><title>PXE boot of 18.04 ISO</title><link>https://liberty.io/pxe-boot-of-18-04-iso.html</link><guid isPermaLink="true">https://liberty.io/pxe-boot-of-18-04-iso.html</guid><description>Previously, I&amp;#039;ve set up PXE booting of the Ubuntu LiveCDs by extracting the ISO to an NFS mount and copying vmlinuz.efi and initrd.gz from casper to the tftpboot directory with some iPXE scripting ......</description><pubDate>Fri, 17 Jul 2026 23:51:37 -0400</pubDate></item><item><title>How to install unity3D 2019 in ubuntu 19.10?</title><link>https://liberty.io/how-to-install-unity3d-2019-in-ubuntu-19-10.html</link><guid isPermaLink="true">https://liberty.io/how-to-install-unity3d-2019-in-ubuntu-19-10.html</guid><description>Is there a way to install Unity3D 2019 in Ubuntu 19.10? With or without using WINE? I know I can install 2018 but I wanted the latest version (system requirements)....</description><pubDate>Fri, 17 Jul 2026 23:47:03 -0400</pubDate></item><item><title>problem booting from 3.0 USB</title><link>https://liberty.io/problem-booting-from-3-0-usb.html</link><guid isPermaLink="true">https://liberty.io/problem-booting-from-3-0-usb.html</guid><description>I have a Dell xps 13 9370 with only 3.0 USB ports. I&amp;#039;m trying to install Ubuntu (Windows 10 is now installed), I followed all the steps indicated here https://tutorials.ubuntu.com/tutorial/try-ubu......</description><pubDate>Fri, 17 Jul 2026 23:45:13 -0400</pubDate></item><item><title>mks to srt conversion</title><link>https://liberty.io/mks-to-srt-conversion.html</link><guid isPermaLink="true">https://liberty.io/mks-to-srt-conversion.html</guid><description>It&amp;#039;s easy to extract subtitles from mkv (Matroska) videos but if extracted subtitles are not in text format, they need to be converted using OCR software. Is there any program in Ubuntu available to ...</description><pubDate>Fri, 17 Jul 2026 23:39:14 -0400</pubDate></item><item><title>Ctrl+Alt+F1 - incorrect login</title><link>https://liberty.io/ctrl-alt-f1-incorrect-login.html</link><guid isPermaLink="true">https://liberty.io/ctrl-alt-f1-incorrect-login.html</guid><description>I have pressed the keyboard combination Ctrl+Alt+F1, because I wanted to see the output of my commands as they were being executed, but I got the following error: incorrect login....</description><pubDate>Fri, 17 Jul 2026 23:35:26 -0400</pubDate></item><item><title>How do I convert between .pbp and .iso?</title><link>https://liberty.io/how-do-i-convert-between-pbp-and-iso.html</link><guid isPermaLink="true">https://liberty.io/how-do-i-convert-between-pbp-and-iso.html</guid><description>I have some homebrew PSP games in eboot pbp format, and I would like to convert these to .iso format for RetroPie.
How do I do this?...</description><pubDate>Fri, 17 Jul 2026 23:35:22 -0400</pubDate></item><item><title>SMPlayer + mpv missing OSD</title><link>https://liberty.io/smplayer-mpv-missing-osd.html</link><guid isPermaLink="true">https://liberty.io/smplayer-mpv-missing-osd.html</guid><description>The OSD shows nothing when I change the sound volume or jump. It used to show &quot;Volume: XXX%&quot; and current time with a bar. Changed after some update. How can I have it back?
SMPlayer 17.8.0-1~xenia......</description><pubDate>Fri, 17 Jul 2026 23:30:40 -0400</pubDate></item><item><title>Converting a .gif into a .swf using gif2swf</title><link>https://liberty.io/converting-a-gif-into-a-swf-using-gif2swf.html</link><guid isPermaLink="true">https://liberty.io/converting-a-gif-into-a-swf-using-gif2swf.html</guid><description>New to the forums, and the whole Ubuntu world, also NOT a technical person, so please be gracious.
Try as I might I cannot figure this thing out. Please keep in mind I know virtually NOTHING abou......</description><pubDate>Fri, 17 Jul 2026 23:25:11 -0400</pubDate></item><item><title>How to login into a machine via putty using a script?</title><link>https://liberty.io/how-to-login-into-a-machine-via-putty-using-a-script.html</link><guid isPermaLink="true">https://liberty.io/how-to-login-into-a-machine-via-putty-using-a-script.html</guid><description>In windows we have created a batch file to login into a machine via putty. On clicking the batch file it logins into that machine. Is it possible to create a script in ubuntu to do the same task?...</description><pubDate>Fri, 17 Jul 2026 23:23:12 -0400</pubDate></item><item><title>How do I detect and remove Python packages installed via pip?</title><link>https://liberty.io/how-do-i-detect-and-remove-python-packages-installed-via-pip.html</link><guid isPermaLink="true">https://liberty.io/how-do-i-detect-and-remove-python-packages-installed-via-pip.html</guid><description>I have accidently installed Python packages to my system using pip instead of apt-get. I did this in two ways:
using an older version of virtualenv, I forgot to append --no-site-packages when crea......</description><pubDate>Fri, 17 Jul 2026 23:13:00 -0400</pubDate></item><item><title>How to install ldapsearch on 16.04?</title><link>https://liberty.io/how-to-install-ldapsearch-on-16-04.html</link><guid isPermaLink="true">https://liberty.io/how-to-install-ldapsearch-on-16-04.html</guid><description>Coming from Trusty, I was used to ldapsearch but I don&amp;#039;t have it installed on my new Xerus install: The program &amp;#039;ldapsearch&amp;#039; is currently not installed. You can install it by typing:
sudo apt i......</description><pubDate>Fri, 17 Jul 2026 22:50:03 -0400</pubDate></item><item><title>How to apply calibration parameters to an Elo Serial TouchScreen?</title><link>https://liberty.io/how-to-apply-calibration-parameters-to-an-elo-serial-touchscreen.html</link><guid isPermaLink="true">https://liberty.io/how-to-apply-calibration-parameters-to-an-elo-serial-touchscreen.html</guid><description>In Xubuntu 18.04 I&amp;#039;m trying to apply calibration parameters to a touch screen without success. Here is what I have so far...
I can manually attach the device and perform a calibration like this:
......</description><pubDate>Fri, 17 Jul 2026 22:46:31 -0400</pubDate></item><item><title>How to install Opera Browser?</title><link>https://liberty.io/how-to-install-opera-browser.html</link><guid isPermaLink="true">https://liberty.io/how-to-install-opera-browser.html</guid><description>I am trying to install opera browser from the terminal. I downloaded the &amp;#039;debian&amp;#039; installer because it didn&amp;#039;t show up in software center.
It completely destroyed my software center - it is frozen......</description><pubDate>Fri, 17 Jul 2026 22:46:02 -0400</pubDate></item><item><title>Which motherboard manufacture(s) are the most Linux-friendly? [closed]</title><link>https://liberty.io/which-motherboard-manufacture-s-are-the-most-linux-friendly-closed.html</link><guid isPermaLink="true">https://liberty.io/which-motherboard-manufacture-s-are-the-most-linux-friendly-closed.html</guid><description>I am looking to upgrade my motherboard to support DDR3, USB 3.0, and socket AM3+ CPUs. I have used Gigabyte and ASRock motherboards without any serious issues. I have been a fan of AMD for years ......</description><pubDate>Fri, 17 Jul 2026 22:43:34 -0400</pubDate></item><item><title>How to restore the down arrow icon on the Downloads folder in the home directory?</title><link>https://liberty.io/how-to-restore-the-down-arrow-icon-on-the-downloads-folder-in-the-home.html</link><guid isPermaLink="true">https://liberty.io/how-to-restore-the-down-arrow-icon-on-the-downloads-folder-in-the-home.html</guid><description>I removed the original Downloads folder in the home directory and created a new one with the same name, but the down arrow icon on the new Download folder now disappeared. Could someone please tell......</description><pubDate>Fri, 17 Jul 2026 22:42:15 -0400</pubDate></item><item><title>How to install Vala app menu?</title><link>https://liberty.io/how-to-install-vala-app-menu.html</link><guid isPermaLink="true">https://liberty.io/how-to-install-vala-app-menu.html</guid><description>I&amp;#039;m trying to compile this, and there are several packages that are missing.
TL;DR:
-- Checking for module &amp;#039;gtk+-3.0&amp;gt;=3.10&amp;#039;
--
CMake Error at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmak......</description><pubDate>Fri, 17 Jul 2026 22:37:56 -0400</pubDate></item><item><title>How to Mount NTFS partition in Ubuntu 16.04</title><link>https://liberty.io/how-to-mount-ntfs-partition-in-ubuntu-16-04.html</link><guid isPermaLink="true">https://liberty.io/how-to-mount-ntfs-partition-in-ubuntu-16-04.html</guid><description>I&amp;#039;m new to Ubuntu. Installed ubuntu by formatting my existing C Drive in Windows 10 OS. So I have only Ubuntu in my laptop. My D drive is left untouched which is a NTFS file system. Please guide me......</description><pubDate>Fri, 17 Jul 2026 22:36:37 -0400</pubDate></item><item><title>What does apt-get --fix-missing do and when is it useful?</title><link>https://liberty.io/what-does-apt-get-fix-missing-do-and-when-is-it-useful.html</link><guid isPermaLink="true">https://liberty.io/what-does-apt-get-fix-missing-do-and-when-is-it-useful.html</guid><description>From the man page:
-m, --ignore-missing, --fix-missing Ignore missing packages; if packages cannot be retrieved or fail the integrity check after retrieval (corrupted package files), hold back ...</description><pubDate>Fri, 17 Jul 2026 22:30:18 -0400</pubDate></item><item><title>In ubuntustudio, why is there a sleep infinity process?</title><link>https://liberty.io/in-ubuntustudio-why-is-there-a-sleep-infinity-process.html</link><guid isPermaLink="true">https://liberty.io/in-ubuntustudio-why-is-there-a-sleep-infinity-process.html</guid><description>There&amp;#039;s a service called user/session-monitor.service whose execstart is /bin/sleep infinity. What is this used for? sleep is used by bash scipts to slow processes in a while loop, giving a chance ......</description><pubDate>Fri, 17 Jul 2026 22:29:36 -0400</pubDate></item><item><title>2560 x 1440 resolution / dpi problem in Chrome</title><link>https://liberty.io/2560-x-1440-resolution-dpi-problem-in-chrome.html</link><guid isPermaLink="true">https://liberty.io/2560-x-1440-resolution-dpi-problem-in-chrome.html</guid><description>I&amp;#039;m having some issues with a 32&quot; 2560 x 1440 monitor. Intel i5 with HD 5500 video chip.
Edit: Fuzzy images. text not sharp.
My monitor shows 2k in System Settings/Display, but when I go to https:/......</description><pubDate>Fri, 17 Jul 2026 22:27:26 -0400</pubDate></item><item><title>How can I rewrite lines in a txt file using grep [sed]?</title><link>https://liberty.io/how-can-i-rewrite-lines-in-a-txt-file-using-grep-sed.html</link><guid isPermaLink="true">https://liberty.io/how-can-i-rewrite-lines-in-a-txt-file-using-grep-sed.html</guid><description>I have a text file where each line has the format like this...
25126 Akers, David
And I&amp;#039;m needing to put it in a format like this to insert into a database...
25126;Akers, David;
Only problem......</description><pubDate>Fri, 17 Jul 2026 22:26:48 -0400</pubDate></item><item><title>Converting tar.gz, etc. to deb</title><link>https://liberty.io/converting-tar-gz-etc-to-deb.html</link><guid isPermaLink="true">https://liberty.io/converting-tar-gz-etc-to-deb.html</guid><description>I was wondering if it is safe and/or advisable to convert &quot;zipped&quot; files to &quot;deb&quot;? Same zipped files require extensive terminal usage just to attempt to install and mistakes can be easily made. I......</description><pubDate>Fri, 17 Jul 2026 22:24:24 -0400</pubDate></item><item><title>How do i use XDM to download youtube videos on 16.04LTS? [duplicate]</title><link>https://liberty.io/how-do-i-use-xdm-to-download-youtube-videos-on-16-04lts-duplicate.html</link><guid isPermaLink="true">https://liberty.io/how-do-i-use-xdm-to-download-youtube-videos-on-16-04lts-duplicate.html</guid><description>I copied and pasted the url, but the downloded file is in html , not in video format....</description><pubDate>Fri, 17 Jul 2026 22:17:38 -0400</pubDate></item><item><title>x11 forwarding fails with some apps opening in remote display and some in local display</title><link>https://liberty.io/x11-forwarding-fails-with-some-apps-opening-in-remote-display-and-some.html</link><guid isPermaLink="true">https://liberty.io/x11-forwarding-fails-with-some-apps-opening-in-remote-display-and-some.html</guid><description>I have mac with xquartz as a remote client for X11 on my latest ubuntu linux. I am able to connect with ssh and start applications like xclock remotely. With most of the apps like gnome-calculator ......</description><pubDate>Fri, 17 Jul 2026 22:12:13 -0400</pubDate></item><item><title>mail: cannot send message: Process exited with a non-zero status</title><link>https://liberty.io/mail-cannot-send-message-process-exited-with-a-non-zero-status.html</link><guid isPermaLink="true">https://liberty.io/mail-cannot-send-message-process-exited-with-a-non-zero-status.html</guid><description>I have setup mailutils and ssmtp in my Ubuntu system. I have configured /etc/ssmtp/ssmtp.conf with proper credentials.
For testing I ran this command
echo &quot;This is a test&quot; | mail -s &quot;Test&quot; mygm......</description><pubDate>Fri, 17 Jul 2026 22:05:29 -0400</pubDate></item><item><title>What is the Linux equivalent for the Windows chkdsk command?</title><link>https://liberty.io/what-is-the-linux-equivalent-for-the-windows-chkdsk-command.html</link><guid isPermaLink="true">https://liberty.io/what-is-the-linux-equivalent-for-the-windows-chkdsk-command.html</guid><description>I have an external drive used by Windows and Linux. It suddenly stopped working, suggesting that I should format it before use. I lost all of the data, name of the drive, and it doesn&amp;#039;t even displa......</description><pubDate>Fri, 17 Jul 2026 22:01:15 -0400</pubDate></item><item><title>How can I execute command on startup (rc.local alternative) on Ubuntu 16.10</title><link>https://liberty.io/how-can-i-execute-command-on-startup-rc-local-alternative-on-ubuntu-16.html</link><guid isPermaLink="true">https://liberty.io/how-can-i-execute-command-on-startup-rc-local-alternative-on-ubuntu-16.html</guid><description>I am setting up quota on my Linode server running Ubuntu 16.10, and I get the following error Cannot stat() mounted device /dev/root: No such file or directory
So to fix this, I reached this t......</description><pubDate>Fri, 17 Jul 2026 21:56:18 -0400</pubDate></item><item><title>How to increase touchpad speed beyond &amp;#039;Accel Speed&amp;#039; maximum on Ubuntu 18.04</title><link>https://liberty.io/how-to-increase-touchpad-speed-beyond-039-accel-speed-039-maximum-on-u.html</link><guid isPermaLink="true">https://liberty.io/how-to-increase-touchpad-speed-beyond-039-accel-speed-039-maximum-on-u.html</guid><description>My touchpad speed is too slow (it takes me two full swipes to get the mouse from one side of the screen to the other). This might be because I&amp;#039;m on a 4K monitor. I have increased the touchpad speed......</description><pubDate>Fri, 17 Jul 2026 21:54:13 -0400</pubDate></item><item><title>How to setup bitrot protection with ext4 on 2 SSD workstation?</title><link>https://liberty.io/how-to-setup-bitrot-protection-with-ext4-on-2-ssd-workstation.html</link><guid isPermaLink="true">https://liberty.io/how-to-setup-bitrot-protection-with-ext4-on-2-ssd-workstation.html</guid><description>I&amp;#039;m surprised at the lack of documentation on this. Most bitrot protection schemes seem to be oriented at NAS.
I&amp;#039;m thinking of doing the following:
format a raid1 with mdadm
install ext4 (64bit?......</description><pubDate>Fri, 17 Jul 2026 21:52:45 -0400</pubDate></item><item><title>Create a single pdf from multiple text, images or pdf files</title><link>https://liberty.io/create-a-single-pdf-from-multiple-text-images-or-pdf-files.html</link><guid isPermaLink="true">https://liberty.io/create-a-single-pdf-from-multiple-text-images-or-pdf-files.html</guid><description>I have a bunch of text files, images and pdf files which I want to convert into a single pdf file. How do I do it?...</description><pubDate>Fri, 17 Jul 2026 21:40:39 -0400</pubDate></item><item><title>not waking up from suspend ubuntu 22.04</title><link>https://liberty.io/not-waking-up-from-suspend-ubuntu-22-04.html</link><guid isPermaLink="true">https://liberty.io/not-waking-up-from-suspend-ubuntu-22-04.html</guid><description>I just upgrade my Lenovo X1 Carbon from Ubuntu 20.04.4 to 22.04. Before, I could wake up from suspend by either opening the lid or by pressing the power bottom. Now, after upgrading, I cannot wake up ...</description><pubDate>Fri, 17 Jul 2026 21:35:15 -0400</pubDate></item><item><title>How do I know how much RAM can I upgrade my laptop?</title><link>https://liberty.io/how-do-i-know-how-much-ram-can-i-upgrade-my-laptop.html</link><guid isPermaLink="true">https://liberty.io/how-do-i-know-how-much-ram-can-i-upgrade-my-laptop.html</guid><description>I have a HP Pavilion laptop quite old (2008) which I would like to increase the RAM. Ideally I would like to have 8Gb but I have no idea how to check if hardware could support this extension.
These......</description><pubDate>Fri, 17 Jul 2026 21:30:12 -0400</pubDate></item><item><title>Installing Slick2d for Ubuntu 12.04</title><link>https://liberty.io/installing-slick2d-for-ubuntu-12-04.html</link><guid isPermaLink="true">https://liberty.io/installing-slick2d-for-ubuntu-12-04.html</guid><description>I want to learn game programming and since I&amp;#039;m taking a course in Java at school I thought a java game would be best to start out in. Slick2d seems to be the best option for this, and they say it c......</description><pubDate>Fri, 17 Jul 2026 21:22:13 -0400</pubDate></item><item><title>How to check specific port status of ufw in shell script?</title><link>https://liberty.io/how-to-check-specific-port-status-of-ufw-in-shell-script.html</link><guid isPermaLink="true">https://liberty.io/how-to-check-specific-port-status-of-ufw-in-shell-script.html</guid><description>I want to check the status of a specific port of ufw in shell script.
To check the status I wrote like this.
ufw status | grep -c &quot;^443\s\+ALLOW&quot;
It works now for my usage, but if possible I wan......</description><pubDate>Fri, 17 Jul 2026 21:21:19 -0400</pubDate></item><item><title>Is it possible to get GIMP 2.10.4 work on Ubuntu 16.04? [duplicate]</title><link>https://liberty.io/is-it-possible-to-get-gimp-2-10-4-work-on-ubuntu-16-04-duplicate.html</link><guid isPermaLink="true">https://liberty.io/is-it-possible-to-get-gimp-2-10-4-work-on-ubuntu-16-04-duplicate.html</guid><description>I tried to install it from source, but there some dependencies problems, a lot and I don&amp;#039;t know how to get them - it seems like they not in repo.
Could you get GIMP 2.10.4 work on your Ubuntu 16.04......</description><pubDate>Fri, 17 Jul 2026 21:18:39 -0400</pubDate></item><item><title>What to do about Firefox 71.0 update breaking many extensions and it&amp;#039;s own UI?</title><link>https://liberty.io/what-to-do-about-firefox-71-0-update-breaking-many-extensions-and-it-0.html</link><guid isPermaLink="true">https://liberty.io/what-to-do-about-firefox-71-0-update-breaking-many-extensions-and-it-0.html</guid><description>The recent update to version 71 of Firefox broke many extensions and parts of firefox&amp;#039; own UI. E.g. after the update on 18.04 Ubuntu, uBlock Origin, URLs List and Vimium stopped working on two of my ...</description><pubDate>Fri, 17 Jul 2026 21:13:08 -0400</pubDate></item><item><title>Plasma Desktop Notes - Disable them</title><link>https://liberty.io/plasma-desktop-notes-disable-them.html</link><guid isPermaLink="true">https://liberty.io/plasma-desktop-notes-disable-them.html</guid><description>I run Kubuntu 20.04.1 LTS (Ubuntu w/ KDE). I also use middle-click for pasting, so I do not want to eliminate that from my middle mouse butting.
The issue is that middle-click on the desktop creat......</description><pubDate>Fri, 17 Jul 2026 21:13:03 -0400</pubDate></item><item><title>Swap file&amp;#039;s default location [duplicate]</title><link>https://liberty.io/swap-file-039-s-default-location-duplicate.html</link><guid isPermaLink="true">https://liberty.io/swap-file-039-s-default-location-duplicate.html</guid><description>I have just created a swap file and now I want to check the location on this swap file.
How can I check on which partition my swap file is residing?...</description><pubDate>Fri, 17 Jul 2026 21:06:48 -0400</pubDate></item><item><title>How to run a program with only one CPU core?</title><link>https://liberty.io/how-to-run-a-program-with-only-one-cpu-core.html</link><guid isPermaLink="true">https://liberty.io/how-to-run-a-program-with-only-one-cpu-core.html</guid><description>I&amp;#039;m trying to run a bunch of scripts related to a gaming server in Terminator. The only problem is when I do this, Terminator detects all my CPU cores and the PC lags. Is there any way to start it ......</description><pubDate>Fri, 17 Jul 2026 21:00:24 -0400</pubDate></item></channel></rss>