<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Fame Craze News</title><link>https://pop.com.sg</link><description>Explosive pop stories with broad entertainment appeal.</description><language>en-us</language><lastBuildDate>Fri, 07 Aug 2026 04:54:46 -0400</lastBuildDate><atom:link href="https://pop.com.sg/rss.xml" rel="self" type="application/rss+xml" /><item><title>Ubuntu 12.10 - xinput test 8 command which shows where i am touching the screen, but its showing me nothing at all</title><link>https://pop.com.sg/ubuntu-12-10-xinput-test-8-command-which-shows-where-i-am-touching-the.html</link><guid isPermaLink="true">https://pop.com.sg/ubuntu-12-10-xinput-test-8-command-which-shows-where-i-am-touching-the.html</guid><description>I have xinput test 8 to see touch screen inputs. But since 5 hours i can not see where its touching. Before 5 hours it was working fine.
Then i updated the kernel and also updated to latest kernel......</description><pubDate>Fri, 07 Aug 2026 08:48:11 -0400</pubDate></item><item><title>Running a bash script from an xsession to toggle startup programs</title><link>https://pop.com.sg/running-a-bash-script-from-an-xsession-to-toggle-startup-programs.html</link><guid isPermaLink="true">https://pop.com.sg/running-a-bash-script-from-an-xsession-to-toggle-startup-programs.html</guid><description>So I&amp;#039;ve got an interesting challenge in front of me, running Ubuntu 16.04.
I originally created a .xsession file that ran Exec=google-chrome --kiosk http://some-url.com to boot as a kiosk device.
......</description><pubDate>Fri, 07 Aug 2026 08:35:42 -0400</pubDate></item><item><title>Ubuntu will not boot on new ASUS M51AC</title><link>https://pop.com.sg/ubuntu-will-not-boot-on-new-asus-m51ac.html</link><guid isPermaLink="true">https://pop.com.sg/ubuntu-will-not-boot-on-new-asus-m51ac.html</guid><description>I installed the from the Live CD, and the installation worked. (I choose the 64 bit installation) but when I restart my computer it just goes into the BIOS system. When I select to boot from the dr......</description><pubDate>Fri, 07 Aug 2026 08:33:42 -0400</pubDate></item><item><title>How to install Steam on Ubuntu 16.04 LTS (I&amp;#039;ve never used linux before)</title><link>https://pop.com.sg/how-to-install-steam-on-ubuntu-16-04-lts-i-039-ve-never-used-linux-bef.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-install-steam-on-ubuntu-16-04-lts-i-039-ve-never-used-linux-bef.html</guid><description>I just set up my old computer with some new parts today and got it up and running. no old windows key so I used a friends USB drive to put Ubuntu on here hoping to just be able to use my computer u......</description><pubDate>Fri, 07 Aug 2026 08:29:50 -0400</pubDate></item><item><title>How to create desktop shortcuts for folders in Ubuntu 20.04</title><link>https://pop.com.sg/how-to-create-desktop-shortcuts-for-folders-in-ubuntu-20-04.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-create-desktop-shortcuts-for-folders-in-ubuntu-20-04.html</guid><description>How can you create desktop shortcuts for folders in Ubuntu 20.04? I can&amp;#039;t see the &quot;Make link&quot; button when I right-click on it....</description><pubDate>Fri, 07 Aug 2026 08:25:48 -0400</pubDate></item><item><title>Working around encoding issues on Windows with .m3u files</title><link>https://pop.com.sg/working-around-encoding-issues-on-windows-with-m3u-files.html</link><guid isPermaLink="true">https://pop.com.sg/working-around-encoding-issues-on-windows-with-m3u-files.html</guid><description>I&amp;#039;m syncing .mp3 files with UTF-8 filenames and .m3u playlists referencing these filenames -- generated on an Ubuntu system -- to a Windows machine. .mp3 filenames appear correctly in the Windows ...</description><pubDate>Fri, 07 Aug 2026 08:17:18 -0400</pubDate></item><item><title>How to automatically fetch missing dependencies when installing software from .deb? [duplicate]</title><link>https://pop.com.sg/how-to-automatically-fetch-missing-dependencies-when-installing-softwa.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-automatically-fetch-missing-dependencies-when-installing-softwa.html</guid><description>I&amp;#039;m trying to install MySQL Workbench on my Ubuntu box (11.04). The website has a Ubuntu .deb available for download (for 10.10 and 10.04 so I chose 10.10).
However,
sudo dpkg -i mysql-workbenc......</description><pubDate>Fri, 07 Aug 2026 08:15:17 -0400</pubDate></item><item><title>How to make crontab email me with output?</title><link>https://pop.com.sg/how-to-make-crontab-email-me-with-output.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-make-crontab-email-me-with-output.html</guid><description>How can I make crontab email me with the output of its jobs? I have MAILTO=redacted@yahoo.com.au above the jobs, but it doesn&amp;#039;t work.
I know I need to use something like Postfix or Sendmail but fo......</description><pubDate>Fri, 07 Aug 2026 08:09:38 -0400</pubDate></item><item><title>What does /dev/null mean in a shell script? [duplicate]</title><link>https://pop.com.sg/what-does-dev-null-mean-in-a-shell-script-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/what-does-dev-null-mean-in-a-shell-script-duplicate.html</guid><description>I&amp;#039;ve started learning bash scripting by using this guide: http://www.tldp.org/LDP/abs/abs-guide.pdf
However I got stuck at the first script:
cd /var/log
cat /dev/null &amp;gt; messages
cat /dev/null ......</description><pubDate>Fri, 07 Aug 2026 07:58:15 -0400</pubDate></item><item><title>How do I launch a remote firefox window via SSH?</title><link>https://pop.com.sg/how-do-i-launch-a-remote-firefox-window-via-ssh.html</link><guid isPermaLink="true">https://pop.com.sg/how-do-i-launch-a-remote-firefox-window-via-ssh.html</guid><description>When I SSH to a remote box
$ ssh -X remotebox
then start firefox on the remote box
remotebox$ firefox
and I have firefox running on my local machine, a local firefox window will open. no firefox ...</description><pubDate>Fri, 07 Aug 2026 07:53:45 -0400</pubDate></item><item><title>iTunes to synchronize ipod shuffle</title><link>https://pop.com.sg/itunes-to-synchronize-ipod-shuffle.html</link><guid isPermaLink="true">https://pop.com.sg/itunes-to-synchronize-ipod-shuffle.html</guid><description>I am a beginner of ubuntu 18.04 and I would like to synchronize music from my pc to my iPod shuffle
Is there an alternative to iTunes via wine to transfer music-files pc to the ipod?
I tested the ...</description><pubDate>Fri, 07 Aug 2026 07:38:30 -0400</pubDate></item><item><title>Error while installating pip for Python3</title><link>https://pop.com.sg/error-while-installating-pip-for-python3.html</link><guid isPermaLink="true">https://pop.com.sg/error-while-installating-pip-for-python3.html</guid><description>When i tried to install PIP for python3 in Ubuntu 18.04.2 LTS
Command I used:
root@DESKTOP-0BEE3OD:/mnt/c# apt install python3-pip
E: Could not read response to hello message from hook [ ! -f /......</description><pubDate>Fri, 07 Aug 2026 07:28:26 -0400</pubDate></item><item><title>Will Grub share the EFI System Partition with Windows 10?</title><link>https://pop.com.sg/will-grub-share-the-efi-system-partition-with-windows-10.html</link><guid isPermaLink="true">https://pop.com.sg/will-grub-share-the-efi-system-partition-with-windows-10.html</guid><description>I&amp;#039;m curious about whether or not grub will share the ESP with Windows 10 bootloader.
I am planning on installing Ubuntu Budgie 17.10 on my Windows 10 Laptop (Lenovo 700-11isk) and I want to be abl......</description><pubDate>Fri, 07 Aug 2026 07:24:19 -0400</pubDate></item><item><title>Amzon prime HD video not working anymore HDCP/silverlight issue</title><link>https://pop.com.sg/amzon-prime-hd-video-not-working-anymore-hdcp-silverlight-issue.html</link><guid isPermaLink="true">https://pop.com.sg/amzon-prime-hd-video-not-working-anymore-hdcp-silverlight-issue.html</guid><description>HD videos on amazon prime on ubuntu are not working becuase of some HDCP issues, I tried to use prime on windows on the same machine, where it works, so I know that the problem is not with the comp......</description><pubDate>Fri, 07 Aug 2026 07:14:35 -0400</pubDate></item><item><title>How to connect Libreoffice Base with mysql on Ubuntu 20.04?</title><link>https://pop.com.sg/how-to-connect-libreoffice-base-with-mysql-on-ubuntu-20-04.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-connect-libreoffice-base-with-mysql-on-ubuntu-20-04.html</guid><description>I have a virgin install of 20.04 (instead of upgrading from 18.04, and older versions). mysql works, but I cannot use LibreOffice Base to connect to my database in mysql. This worked well in 18.04. I ...</description><pubDate>Fri, 07 Aug 2026 07:09:50 -0400</pubDate></item><item><title>systemd-networkd - No networking in recovery mode</title><link>https://pop.com.sg/systemd-networkd-no-networking-in-recovery-mode.html</link><guid isPermaLink="true">https://pop.com.sg/systemd-networkd-no-networking-in-recovery-mode.html</guid><description>Running UbuntuGnome 17.04 I am not enable to start networking in recovery mode, because there is an unknown group &quot;power&quot; in message bus configuration file error when NetworkManager is trying to co......</description><pubDate>Fri, 07 Aug 2026 07:01:49 -0400</pubDate></item><item><title>PHP FPM Working, but ignoring version from SetHandler</title><link>https://pop.com.sg/php-fpm-working-but-ignoring-version-from-sethandler.html</link><guid isPermaLink="true">https://pop.com.sg/php-fpm-working-but-ignoring-version-from-sethandler.html</guid><description>Our server is Ubuntu 18.04.5 LTS (GNU/Linux 4.15.0-135-generic x86_64).
We followed the directions from https://tecadmin.net/install-multiple-php-version-apache-ubuntu/ a while back and got PHP 5.6......</description><pubDate>Fri, 07 Aug 2026 06:44:23 -0400</pubDate></item><item><title>Are there any 32-bit versions of screen recording sofware for Ubuntu 18.04 that you would recommend?</title><link>https://pop.com.sg/are-there-any-32-bit-versions-of-screen-recording-sofware-for-ubuntu-1.html</link><guid isPermaLink="true">https://pop.com.sg/are-there-any-32-bit-versions-of-screen-recording-sofware-for-ubuntu-1.html</guid><description>I need to find a desktop screen recording software (preferably free) that I can use on a 32 bit Ubuntu Linux laptop. Do you have any recommendations?...</description><pubDate>Fri, 07 Aug 2026 06:41:18 -0400</pubDate></item><item><title>Right clicking a file, Can&amp;#039;t delete files/folders, no option to delete.</title><link>https://pop.com.sg/right-clicking-a-file-can-039-t-delete-files-folders-no-option-to-dele.html</link><guid isPermaLink="true">https://pop.com.sg/right-clicking-a-file-can-039-t-delete-files-folders-no-option-to-dele.html</guid><description>I have some files and folders that I can&amp;#039;t delete. I click menu -&gt; right click and the delete option is not available.
I can delete by using the terminal, but I&amp;#039;d prefer to do it from the GUI.
I......</description><pubDate>Fri, 07 Aug 2026 06:40:07 -0400</pubDate></item><item><title>Basic usage of udisks</title><link>https://pop.com.sg/basic-usage-of-udisks.html</link><guid isPermaLink="true">https://pop.com.sg/basic-usage-of-udisks.html</guid><description>I&amp;#039;m on Ubuntu Mate 16.04. I would like someone to give me a short introduction to the basic usage of the udisks utility on Linux systems. Specifically, I would like to know how to properly mount and ...</description><pubDate>Fri, 07 Aug 2026 06:39:41 -0400</pubDate></item><item><title>rsync --compare-dest does not work</title><link>https://pop.com.sg/rsync-compare-dest-does-not-work.html</link><guid isPermaLink="true">https://pop.com.sg/rsync-compare-dest-does-not-work.html</guid><description>I have these directories SRC, DST, COMPARE:
/opt/SRC
file1
file2
file3
/opt/DST
file1
file2
/opt/COMPARE
empty
I wish:
$ ls /opt/COMPARE
file3
But when I run :
rsync -avz --compare-dest=/......</description><pubDate>Fri, 07 Aug 2026 06:33:27 -0400</pubDate></item><item><title>What is DISK=/dev/sdX?</title><link>https://pop.com.sg/what-is-disk-dev-sdx.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-disk-dev-sdx.html</guid><description>I am following this link to create a bootable SD card. I am stuck at mkfs.ext4 &amp;lt;= 1.42.
for: DISK=/dev/mmcblk0
The terminal complains that no &amp;#039;for&amp;#039; command is found. I suppose I should leav......</description><pubDate>Fri, 07 Aug 2026 06:24:17 -0400</pubDate></item><item><title>Weird output while using sed to rename files</title><link>https://pop.com.sg/weird-output-while-using-sed-to-rename-files.html</link><guid isPermaLink="true">https://pop.com.sg/weird-output-while-using-sed-to-rename-files.html</guid><description>I am using Ubuntu 20.04.2 with GNU sed version 4.7. I have a bunch of music files that got named weirdly because they did not have all the info I specified to be in the file name. For example, &amp;quot;...</description><pubDate>Fri, 07 Aug 2026 06:20:50 -0400</pubDate></item><item><title>How to install python-igraph?</title><link>https://pop.com.sg/how-to-install-python-igraph.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-install-python-igraph.html</guid><description>I am following these instructions to install python-igraph. Adding PPA words and update works. But the install complains of the following: Couldn&amp;#039;t find any package whose name or description mat......</description><pubDate>Fri, 07 Aug 2026 06:16:13 -0400</pubDate></item><item><title>Add &quot;not&quot; to if statement in shell script</title><link>https://pop.com.sg/add-not-to-if-statement-in-shell-script.html</link><guid isPermaLink="true">https://pop.com.sg/add-not-to-if-statement-in-shell-script.html</guid><description>I have the following script that should exist if the user does not exist.
#check if user currently exists on system
if id $User &amp;gt; /dev/null 2&amp;gt;&amp;amp;1
then #user exists no need to exit pro......</description><pubDate>Fri, 07 Aug 2026 06:16:12 -0400</pubDate></item><item><title>How can i fix keyboard and trackpad on my Surface Laptop 3?</title><link>https://pop.com.sg/how-can-i-fix-keyboard-and-trackpad-on-my-surface-laptop-3.html</link><guid isPermaLink="true">https://pop.com.sg/how-can-i-fix-keyboard-and-trackpad-on-my-surface-laptop-3.html</guid><description>I don&amp;#039;t know if this is the right place to ask this question, but i have some problems with Ubuntu 20.04 LTS on my Surface Laptop 3. In the GRUB all works but ,when the OS starts, the keyboard, the ...</description><pubDate>Fri, 07 Aug 2026 05:57:32 -0400</pubDate></item><item><title>How to get NetExtender VPN client on Ubuntu 13.04 working?</title><link>https://pop.com.sg/how-to-get-netextender-vpn-client-on-ubuntu-13-04-working.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-get-netextender-vpn-client-on-ubuntu-13-04-working.html</guid><description>I&amp;#039;ve got a Ubuntu 13.04 desktop and I need to connect to a Sonicwall VPN appliance using NetExtender. TL,DR, the VPN connects fine, but then I can&amp;#039;t reach any internet or LAN websites.
Details:
...</description><pubDate>Fri, 07 Aug 2026 05:51:57 -0400</pubDate></item><item><title>How to install dpkg-reconfigure?</title><link>https://pop.com.sg/how-to-install-dpkg-reconfigure.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-install-dpkg-reconfigure.html</guid><description>I want to install dpkg-reconfigure in Ubuntu 12.04 LTS install on Amazon EC2? How to go about it?...</description><pubDate>Fri, 07 Aug 2026 05:39:12 -0400</pubDate></item><item><title>How do I change the hold delay to move a Unity launcher icon?</title><link>https://pop.com.sg/how-do-i-change-the-hold-delay-to-move-a-unity-launcher-icon.html</link><guid isPermaLink="true">https://pop.com.sg/how-do-i-change-the-hold-delay-to-move-a-unity-launcher-icon.html</guid><description>I need to increase the hold delay to move an icon in the Unity launcher in Ubuntu 13.10. How do I do that ?
I need this because of latency of remote desktop access: a short click acts as a long on......</description><pubDate>Fri, 07 Aug 2026 05:38:48 -0400</pubDate></item><item><title>how to change a user home directory to adirectory that already exits?</title><link>https://pop.com.sg/how-to-change-a-user-home-directory-to-adirectory-that-already-exits.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-change-a-user-home-directory-to-adirectory-that-already-exits.html</guid><description>I have a website user who I want to be able to upload content to a folder on my server. I thought ok, I&amp;#039;ll create a new user, and change his home directory to the folder where his stuff is already.......</description><pubDate>Fri, 07 Aug 2026 05:35:01 -0400</pubDate></item><item><title>Checking if mac-address is present on network still doesn&amp;#039;t work (ping -b and arp)</title><link>https://pop.com.sg/checking-if-mac-address-is-present-on-network-still-doesn-039-t-work-p.html</link><guid isPermaLink="true">https://pop.com.sg/checking-if-mac-address-is-present-on-network-still-doesn-039-t-work-p.html</guid><description>This is kind of a follow up to this post of mine.
I have the mac-address of my phone (samsung galaxy S9; though it shouldn&amp;#039;t matter). I want to check if it&amp;#039;s on the network or not. It doesn&amp;#039;t have a ...</description><pubDate>Fri, 07 Aug 2026 05:28:24 -0400</pubDate></item><item><title>Apt-get update not working in Ubuntu 16.04 &quot;temporary failure resolving&quot; [duplicate]</title><link>https://pop.com.sg/apt-get-update-not-working-in-ubuntu-16-04-temporary-failure-resolving.html</link><guid isPermaLink="true">https://pop.com.sg/apt-get-update-not-working-in-ubuntu-16-04-temporary-failure-resolving.html</guid><description>First of all I am new to Linux command line. I never worked with it before. My problem is that the command apt-get update will just return:
Err:1 http://us.archive.ubuntu.com/ubuntu xenial InRelea......</description><pubDate>Fri, 07 Aug 2026 05:17:07 -0400</pubDate></item><item><title>Is it safety to erase the /etc/apt/sources.list.d folder files</title><link>https://pop.com.sg/is-it-safety-to-erase-the-etc-apt-sources-list-d-folder-files.html</link><guid isPermaLink="true">https://pop.com.sg/is-it-safety-to-erase-the-etc-apt-sources-list-d-folder-files.html</guid><description>I&amp;#039;m using Ubuntu Studio 20.04 LTS, upgraded from 18.04, upgrade from 16.04 LTS.
Because some problem (not related with this question), I discovered I have a folder called /etc/apt/sources.list.d
Wh......</description><pubDate>Fri, 07 Aug 2026 04:55:29 -0400</pubDate></item><item><title>Will Ubuntu run smoothly on my 2012 MacBook Air? </title><link>https://pop.com.sg/will-ubuntu-run-smoothly-on-my-2012-macbook-air.html</link><guid isPermaLink="true">https://pop.com.sg/will-ubuntu-run-smoothly-on-my-2012-macbook-air.html</guid><description>Tech Specs:
1.7GHz dual-core Intel Core i5 (Turbo Boost up to 2.6GHz) with 3MB shared L3 cache
4GB of 1600MHz DDR3L on-board memory
Intel HD Graphics 4000
64GB flash storage...</description><pubDate>Fri, 07 Aug 2026 04:52:00 -0400</pubDate></item><item><title>Can I use gpg on both Ubuntu and Windows to encrypt my files</title><link>https://pop.com.sg/can-i-use-gpg-on-both-ubuntu-and-windows-to-encrypt-my-files.html</link><guid isPermaLink="true">https://pop.com.sg/can-i-use-gpg-on-both-ubuntu-and-windows-to-encrypt-my-files.html</guid><description>I have a private gpg key for Ubuntu.
My question is: How can I use same encryption key for both Windows and Ubuntu?
If I use gpg in Ubuntu, can I use that same gpg key with Windows or vice versa......</description><pubDate>Fri, 07 Aug 2026 04:44:42 -0400</pubDate></item><item><title>Passwordless login with Yubikey 5 NFC</title><link>https://pop.com.sg/passwordless-login-with-yubikey-5-nfc.html</link><guid isPermaLink="true">https://pop.com.sg/passwordless-login-with-yubikey-5-nfc.html</guid><description>I just bought a Yubikey 5 NFC and have set it up per their instructions on Ubuntu 19.04. But my preferred use case is to use the key as passwordless option (if it&amp;#039;s plugged in; allow access - if i......</description><pubDate>Fri, 07 Aug 2026 04:42:47 -0400</pubDate></item><item><title>How to see Login history?</title><link>https://pop.com.sg/how-to-see-login-history.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-see-login-history.html</guid><description>Is it possible to see the login history, i mean to see if someone has used the computer in my absence and when he used it .
if it is possible, where can i get the log ?
if not, is there a program t......</description><pubDate>Fri, 07 Aug 2026 04:40:18 -0400</pubDate></item><item><title>Where is the path for the java command defined in Ubuntu?</title><link>https://pop.com.sg/where-is-the-path-for-the-java-command-defined-in-ubuntu.html</link><guid isPermaLink="true">https://pop.com.sg/where-is-the-path-for-the-java-command-defined-in-ubuntu.html</guid><description>I am struggling to get my Ubuntu 20.04 to get to recognize the correct java version. I have set the correct environmental variable inside a shell script in /etc/profile.d/
My $JAVA_HOME output:
root@...</description><pubDate>Fri, 07 Aug 2026 04:39:07 -0400</pubDate></item><item><title>Ubuntu 18.04 suddenly no sound and no wifi</title><link>https://pop.com.sg/ubuntu-18-04-suddenly-no-sound-and-no-wifi.html</link><guid isPermaLink="true">https://pop.com.sg/ubuntu-18-04-suddenly-no-sound-and-no-wifi.html</guid><description>I&amp;#039;ve been using ubuntu 18.04 since I got this Dell laptop in 2018. I don&amp;#039;t have any dual thing, just ubuntu. Yesterday suddenly sound is gone and only Dummy Output is shown in settings, but I still......</description><pubDate>Fri, 07 Aug 2026 04:29:33 -0400</pubDate></item><item><title>Changing the editor background colour in Eric IDE</title><link>https://pop.com.sg/changing-the-editor-background-colour-in-eric-ide.html</link><guid isPermaLink="true">https://pop.com.sg/changing-the-editor-background-colour-in-eric-ide.html</guid><description>I&amp;#039;m using the Eric python IDE (version 6), but I can&amp;#039;t find a way to change the background colour of the code editor. It has picked up the dark background colour of my Kubuntu theme, making code very ...</description><pubDate>Fri, 07 Aug 2026 04:28:46 -0400</pubDate></item><item><title>Canon mg2550 printer: How to install printer driver?</title><link>https://pop.com.sg/canon-mg2550-printer-how-to-install-printer-driver.html</link><guid isPermaLink="true">https://pop.com.sg/canon-mg2550-printer-how-to-install-printer-driver.html</guid><description>I&amp;#039;m trying to set up a new printer but the problem is I never used Linux before.
It&amp;#039;s a Canon MG2550 and the installation CD is only for windows. Firstly it doesn&amp;#039;t appear on the list of printer ......</description><pubDate>Fri, 07 Aug 2026 04:23:21 -0400</pubDate></item><item><title>Permission denied when I try to cd into any folder</title><link>https://pop.com.sg/permission-denied-when-i-try-to-cd-into-any-folder.html</link><guid isPermaLink="true">https://pop.com.sg/permission-denied-when-i-try-to-cd-into-any-folder.html</guid><description>I recently did a fresh install of Ubuntu 16.04. When trying to cd into any folder in my home directory I get the following:
bash: cd: Documents: Permission denied
I ran ls -lstr and this was the ......</description><pubDate>Fri, 07 Aug 2026 04:13:55 -0400</pubDate></item><item><title>How can I remove python 2.7 after installing python 3.3?</title><link>https://pop.com.sg/how-can-i-remove-python-2-7-after-installing-python-3-3.html</link><guid isPermaLink="true">https://pop.com.sg/how-can-i-remove-python-2-7-after-installing-python-3-3.html</guid><description>I have successfully installed python 3.3 on Ubuntu 12.10. Since I don’t need multiple versions of python, I want to remove the existing python 2.7. When I try to do that, using
sudo apt-get remove ...</description><pubDate>Fri, 07 Aug 2026 04:03:55 -0400</pubDate></item><item><title>Can not push my local project into bitbucket repository using ubuntu [closed]</title><link>https://pop.com.sg/can-not-push-my-local-project-into-bitbucket-repository-using-ubuntu-c.html</link><guid isPermaLink="true">https://pop.com.sg/can-not-push-my-local-project-into-bitbucket-repository-using-ubuntu-c.html</guid><description>I am facing some issue. I was trying to push my total project into my bit bucket repository but it failed.its showing me the following message.
To https://subhrajyoti@bitbucket.org/subhrajyoti/...</description><pubDate>Fri, 07 Aug 2026 03:50:45 -0400</pubDate></item><item><title>How to disable TLS SSL in vsftpd only for a specific user?</title><link>https://pop.com.sg/how-to-disable-tls-ssl-in-vsftpd-only-for-a-specific-user.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-disable-tls-ssl-in-vsftpd-only-for-a-specific-user.html</guid><description>I have added ssl_enable=YES to vsftpd.conf to enable secure connection as per this tutorial: https://www.digitalocean.com/community/tutorials/how-to-configure-vsftpd-to-use-ssl-tls-on-an-ubuntu-vps......</description><pubDate>Fri, 07 Aug 2026 03:49:10 -0400</pubDate></item><item><title>How do I check which shell I am using?</title><link>https://pop.com.sg/how-do-i-check-which-shell-i-am-using.html</link><guid isPermaLink="true">https://pop.com.sg/how-do-i-check-which-shell-i-am-using.html</guid><description>I read that terminal is nothing but shell, and Unix provides different flavors of shells:
Bourne shell (sh)
C shell (csh)
TC shell (tcsh)
Korn shell (ksh)
Bourne Again shell (bash)
Questions:
Wh......</description><pubDate>Fri, 07 Aug 2026 03:47:21 -0400</pubDate></item><item><title>No secondary button (right click) on touchpad</title><link>https://pop.com.sg/no-secondary-button-right-click-on-touchpad.html</link><guid isPermaLink="true">https://pop.com.sg/no-secondary-button-right-click-on-touchpad.html</guid><description>I&amp;#039;m experiencing a serious problem with the new Ubuntu 18.04:
System
Dell XPS 13 with a freshly installed Ubuntu 18.04 LTS.
Problem description
The touchpad provides only primary button (single c......</description><pubDate>Fri, 07 Aug 2026 03:29:38 -0400</pubDate></item><item><title>Prevent du command report inflated info about /snap directories</title><link>https://pop.com.sg/prevent-du-command-report-inflated-info-about-snap-directories.html</link><guid isPermaLink="true">https://pop.com.sg/prevent-du-command-report-inflated-info-about-snap-directories.html</guid><description>I have an Ubuntu 20.04 server installed on a single 8GB drive. The default installation has some &quot;snap&quot;s installed also. So, there are some &quot;squashfs&quot; file systems also reported by the df command:
......</description><pubDate>Fri, 07 Aug 2026 03:15:16 -0400</pubDate></item><item><title>Permanent PATH variable</title><link>https://pop.com.sg/permanent-path-variable.html</link><guid isPermaLink="true">https://pop.com.sg/permanent-path-variable.html</guid><description>How will I make this /media/De Soft/mongodb/bin PATH variable permanent?
Everyone is saying &quot;export PATH=$PATH:media/De\ Soft/mongodb/bin to your ~/.profile, or .bashrc, or .zshenv depending on your ...</description><pubDate>Fri, 07 Aug 2026 03:09:50 -0400</pubDate></item><item><title>How to completely remove firefox so it won&amp;#039;t update?</title><link>https://pop.com.sg/how-to-completely-remove-firefox-so-it-won-039-t-update.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-completely-remove-firefox-so-it-won-039-t-update.html</guid><description>I really don&amp;#039;t like firefox, so the first thing I did after installation was install chromium as a browser and removed firefox via terminal using:
sudo apt-get remove --purge firefox
But every time ...</description><pubDate>Fri, 07 Aug 2026 03:06:06 -0400</pubDate></item><item><title>Logitech Illuminated K800 keyboard not working properly after boot-up</title><link>https://pop.com.sg/logitech-illuminated-k800-keyboard-not-working-properly-after-boot-up.html</link><guid isPermaLink="true">https://pop.com.sg/logitech-illuminated-k800-keyboard-not-working-properly-after-boot-up.html</guid><description>When I boot my machine, my Logitech Illuminated K800 keyboard connected via a Unifying Receiver does not work properly: there is lag between a keypress and the letter appearing on the screen and some ...</description><pubDate>Fri, 07 Aug 2026 03:05:15 -0400</pubDate></item><item><title>CTRL + ALT + F7 shortcut</title><link>https://pop.com.sg/ctrl-alt-f7-shortcut.html</link><guid isPermaLink="true">https://pop.com.sg/ctrl-alt-f7-shortcut.html</guid><description>Can someone explain what this combination does? I mistakenly pressed it on Ubuntu 20.10 and it showed me a screen with the same output of fsck (“clean” and the number of blocks)... now I am worried......</description><pubDate>Fri, 07 Aug 2026 02:53:15 -0400</pubDate></item><item><title>Stop using flash? Or improve the flash experience?</title><link>https://pop.com.sg/stop-using-flash-or-improve-the-flash-experience.html</link><guid isPermaLink="true">https://pop.com.sg/stop-using-flash-or-improve-the-flash-experience.html</guid><description>I&amp;#039;d like to setup my Ubuntu to work without Flash (= not installed), but still be able to view videos on sites like Youtube, wisevid, etc. I want to try this because recently Flash has crashed a ...</description><pubDate>Fri, 07 Aug 2026 02:37:42 -0400</pubDate></item><item><title>Print the first column</title><link>https://pop.com.sg/print-the-first-column.html</link><guid isPermaLink="true">https://pop.com.sg/print-the-first-column.html</guid><description>I want to print column 1 of this file. I used this command: awk &amp;#039;{print $1}&amp;#039; but it just printed the first word of the 1st column.
DATA
ABC transporters ABC transporters
...</description><pubDate>Fri, 07 Aug 2026 02:33:27 -0400</pubDate></item><item><title>How do I print a large single page in several small pages?</title><link>https://pop.com.sg/how-do-i-print-a-large-single-page-in-several-small-pages.html</link><guid isPermaLink="true">https://pop.com.sg/how-do-i-print-a-large-single-page-in-several-small-pages.html</guid><description>My use case is an A3 pdf landscape sheet that I needed printed in two A4 portraits. I am using desktop ubuntu 16.04.
What I have tried
What I have managed to do is use a command-line program that h......</description><pubDate>Fri, 07 Aug 2026 02:33:27 -0400</pubDate></item><item><title>Use bash and ffmpeg in 18.04 to concatenate multiple 3GP files to one 3GP file, matching by date YYYYMMDD in filename</title><link>https://pop.com.sg/use-bash-and-ffmpeg-in-18-04-to-concatenate-multiple-3gp-files-to-one-.html</link><guid isPermaLink="true">https://pop.com.sg/use-bash-and-ffmpeg-in-18-04-to-concatenate-multiple-3gp-files-to-one-.html</guid><description>I have these example files in an Ubuntu 18.04 system:
VID_20190407_160033.3gp
VID_20190407_161444.3gp
VID_20190407_161609.3gp
VID_20190415_183315.3gp
VID_20190415_183411.3gp
...</description><pubDate>Fri, 07 Aug 2026 02:32:54 -0400</pubDate></item><item><title>Cant install PHP 7.2 on Ubuntu 20.04</title><link>https://pop.com.sg/cant-install-php-7-2-on-ubuntu-20-04.html</link><guid isPermaLink="true">https://pop.com.sg/cant-install-php-7-2-on-ubuntu-20-04.html</guid><description>I added ondrej PPA. And tried install php 7.2, but looks like PPA has not been updated yet. What are my workarounds?...</description><pubDate>Fri, 07 Aug 2026 02:30:15 -0400</pubDate></item><item><title>Gimp: Can&amp;#039;t use fill bucket to fill selection</title><link>https://pop.com.sg/gimp-can-039-t-use-fill-bucket-to-fill-selection.html</link><guid isPermaLink="true">https://pop.com.sg/gimp-can-039-t-use-fill-bucket-to-fill-selection.html</guid><description>I have a small image file (a .gif file containing ) with a transparent background and some small red squares in the foreground. I would like to change the foreground colour from red to blue (RGB 0......</description><pubDate>Fri, 07 Aug 2026 02:28:21 -0400</pubDate></item><item><title>Uninstalling package python3.10 nuked half of my system</title><link>https://pop.com.sg/uninstalling-package-python3-10-nuked-half-of-my-system.html</link><guid isPermaLink="true">https://pop.com.sg/uninstalling-package-python3-10-nuked-half-of-my-system.html</guid><description>I upgraded to the latest Ubuntu 22.04 LTS. Before I had python 3.9 but I needed 3.10 so I installed,
sudo apt install python3.10
After the update, the standard python was bumped to 3.10 so I no lo......</description><pubDate>Fri, 07 Aug 2026 02:25:43 -0400</pubDate></item><item><title>How to open GUI folder manager in Awesome WM?</title><link>https://pop.com.sg/how-to-open-gui-folder-manager-in-awesome-wm.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-open-gui-folder-manager-in-awesome-wm.html</guid><description>I have installed awesome several hours ago. I do not know how to open folders in GUI. How to open graphical folder manager in Awesome WM ?
I mean the default GUI folder in Awesome WM....</description><pubDate>Fri, 07 Aug 2026 02:19:19 -0400</pubDate></item><item><title>Dash to Panel not showing running indicator for Nautilus</title><link>https://pop.com.sg/dash-to-panel-not-showing-running-indicator-for-nautilus.html</link><guid isPermaLink="true">https://pop.com.sg/dash-to-panel-not-showing-running-indicator-for-nautilus.html</guid><description>I use the extension Dash to Panel to combine the top bar and the dock, because I have a small 768p screen and both things takes a lot of space.
Since I upgraded to 21.10 the bottom bar doesn&amp;#039;t show......</description><pubDate>Fri, 07 Aug 2026 02:14:13 -0400</pubDate></item><item><title>Not Allowed to Create User with GRANT</title><link>https://pop.com.sg/not-allowed-to-create-user-with-grant.html</link><guid isPermaLink="true">https://pop.com.sg/not-allowed-to-create-user-with-grant.html</guid><description>I was trying to install wordpress on ubuntu using the link and struck at https://ubuntu.com/tutorials/install-and-configure-wordpress#4-configure-database
When I run this command,I get the error-
......</description><pubDate>Fri, 07 Aug 2026 02:13:47 -0400</pubDate></item><item><title>Why is a user with root privileges not in ~ anymore?</title><link>https://pop.com.sg/why-is-a-user-with-root-privileges-not-in-anymore.html</link><guid isPermaLink="true">https://pop.com.sg/why-is-a-user-with-root-privileges-not-in-anymore.html</guid><description>Just out of curiosity, I would like to know why, when I log in as root, I am not in /home/user anymore. What&amp;#039;s the reason and what does /root directory do exactly?
I&amp;#039;m not an advanced user. Please ...</description><pubDate>Fri, 07 Aug 2026 02:12:07 -0400</pubDate></item><item><title>GIMP: TIFF save cannot handle indexed images with alpha channel</title><link>https://pop.com.sg/gimp-tiff-save-cannot-handle-indexed-images-with-alpha-channel.html</link><guid isPermaLink="true">https://pop.com.sg/gimp-tiff-save-cannot-handle-indexed-images-with-alpha-channel.html</guid><description>When I wanted to save TIFF file, I got this message box:
TIFF save cannot handle indexed images with alpha channel
Although I had no alpha layer.
Here is an example which cannot be exported to T......</description><pubDate>Fri, 07 Aug 2026 02:05:33 -0400</pubDate></item><item><title>How to disable Plank application on Ubuntu startup</title><link>https://pop.com.sg/how-to-disable-plank-application-on-ubuntu-startup.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-disable-plank-application-on-ubuntu-startup.html</guid><description>I have installed Plank program on my Ubuntu Mate 16.04.
Plank logo
But after first run it always run on system startup.
I don&amp;#039;t want to uninstall it, but I want to disable startup run.
And there i......</description><pubDate>Fri, 07 Aug 2026 02:03:23 -0400</pubDate></item><item><title>How to add an extension to all files via terminal</title><link>https://pop.com.sg/how-to-add-an-extension-to-all-files-via-terminal.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-add-an-extension-to-all-files-via-terminal.html</guid><description>I would like to add the .zip extension to all files. I tried this, however it does not work:
ls | awk &amp;#039;{print $1 &quot; &quot; $1&quot;.zip&quot;}&amp;#039; | xargs mv -f...</description><pubDate>Fri, 07 Aug 2026 02:02:12 -0400</pubDate></item><item><title>cant access phpmyadmin after wordpress installation (LAMP stack)</title><link>https://pop.com.sg/cant-access-phpmyadmin-after-wordpress-installation-lamp-stack.html</link><guid isPermaLink="true">https://pop.com.sg/cant-access-phpmyadmin-after-wordpress-installation-lamp-stack.html</guid><description>initially i could able to log in phpmyadmin before i excecute the installtion of wordpress using http://127.0.0.1:8888/phpmyadmin .But after i had install wordpress environment ,i have issue on ...</description><pubDate>Fri, 07 Aug 2026 02:02:00 -0400</pubDate></item><item><title>youtube-dl file download progress with zenity progress bar</title><link>https://pop.com.sg/youtube-dl-file-download-progress-with-zenity-progress-bar.html</link><guid isPermaLink="true">https://pop.com.sg/youtube-dl-file-download-progress-with-zenity-progress-bar.html</guid><description>How to add youtube-dl file download progress percentage to zenity progress bar
sample code (just an example, not a working one)
#!/bin/sh
( progress=$(youtube-dl --extract-audio --audio-qualit......</description><pubDate>Fri, 07 Aug 2026 02:00:39 -0400</pubDate></item><item><title>Ubuntu 16.04 and vim-youcompleteme plugin install fail</title><link>https://pop.com.sg/ubuntu-16-04-and-vim-youcompleteme-plugin-install-fail.html</link><guid isPermaLink="true">https://pop.com.sg/ubuntu-16-04-and-vim-youcompleteme-plugin-install-fail.html</guid><description>OS: Ubuntu 16.04 LTS
vim: already installed with python by source from apt-get source vim
then, apt-get install vim-youcompleteme, it is ok for now.
I check the guide in, and say: vam install ...</description><pubDate>Fri, 07 Aug 2026 02:00:34 -0400</pubDate></item><item><title>how can I change the mod key in awesome wm from windows key to meta?</title><link>https://pop.com.sg/how-can-i-change-the-mod-key-in-awesome-wm-from-windows-key-to-meta.html</link><guid isPermaLink="true">https://pop.com.sg/how-can-i-change-the-mod-key-in-awesome-wm-from-windows-key-to-meta.html</guid><description>I recently got a happy hacking keyboard 2 professional that has a meta key instead of windows keys. Since I used to use the windows key to change between screens in awesome window manager (local mo......</description><pubDate>Fri, 07 Aug 2026 01:59:21 -0400</pubDate></item><item><title>TFTP trouble: timeout before file found</title><link>https://pop.com.sg/tftp-trouble-timeout-before-file-found.html</link><guid isPermaLink="true">https://pop.com.sg/tftp-trouble-timeout-before-file-found.html</guid><description>I&amp;#039;ve installed TFTP to the best of my knowledge and am trying to perform a basic function test of:
get uImage
When run as a normal user, I get permission denied. When using sudo it replies back
...</description><pubDate>Fri, 07 Aug 2026 01:45:35 -0400</pubDate></item><item><title>What is the default password for Ubuntu 12.04? [duplicate]</title><link>https://pop.com.sg/what-is-the-default-password-for-ubuntu-12-04-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-the-default-password-for-ubuntu-12-04-duplicate.html</guid><description>Possible Duplicate: How do I reset a lost Administrative (root) password?
I&amp;#039;ve just had someone install Ubuntu 12.04. I am not a techie - just a user. I am now asked for a password which I do ......</description><pubDate>Fri, 07 Aug 2026 01:45:15 -0400</pubDate></item><item><title>Difference in Use between pwd and $PWD</title><link>https://pop.com.sg/difference-in-use-between-pwd-and-pwd.html</link><guid isPermaLink="true">https://pop.com.sg/difference-in-use-between-pwd-and-pwd.html</guid><description>To print current/present working directory environment variable $PWD and command pwd are available. So, What is difference in usage of both? or What should be chose for specific purpose?...</description><pubDate>Fri, 07 Aug 2026 01:43:32 -0400</pubDate></item><item><title>How to remove things from the desktop without deleting them or unpinning them from launcher?</title><link>https://pop.com.sg/how-to-remove-things-from-the-desktop-without-deleting-them-or-unpinni.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-remove-things-from-the-desktop-without-deleting-them-or-unpinni.html</guid><description>I have added some apps and programs to the desktop (since I&amp;#039;ll be using them often), but then I found that I can actually pin my favorite programs to the launcher. So, now I don&amp;#039;t want anything on......</description><pubDate>Fri, 07 Aug 2026 01:31:52 -0400</pubDate></item><item><title>Installing WebStorm, not appearing in programs? [duplicate]</title><link>https://pop.com.sg/installing-webstorm-not-appearing-in-programs-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/installing-webstorm-not-appearing-in-programs-duplicate.html</guid><description>I am new to Linux. I want to install webstorm.
I have the files and run the .sh file in terminal which launches the software.
However it seems I always have to do this, I cant run it without hav......</description><pubDate>Fri, 07 Aug 2026 01:27:51 -0400</pubDate></item><item><title>Ubuntu Hyper-V Guest Display Resolution Win 10 + 15.04</title><link>https://pop.com.sg/ubuntu-hyper-v-guest-display-resolution-win-10-15-04.html</link><guid isPermaLink="true">https://pop.com.sg/ubuntu-hyper-v-guest-display-resolution-win-10-15-04.html</guid><description>I&amp;#039;ve got a Hyper-V on a WINDOWS 10 Surface and I&amp;#039;m using Ubuntu 15.04 as a guest OS. I&amp;#039;ve successfully resized the Ubuntu screen in a Hyper-V with Windows 8 and 14.04 using the recommendations foun......</description><pubDate>Fri, 07 Aug 2026 01:26:23 -0400</pubDate></item><item><title>Is nomodeset still required?</title><link>https://pop.com.sg/is-nomodeset-still-required.html</link><guid isPermaLink="true">https://pop.com.sg/is-nomodeset-still-required.html</guid><description>I&amp;#039;m going to be installing Ubuntu 15.10 soon after a break from Linux for a while. I would like to know if nomodeset is still required on newer Ubuntu releases and newer nVidia GPUs. I have a GTX97......</description><pubDate>Fri, 07 Aug 2026 01:13:30 -0400</pubDate></item><item><title>Why is the installer not showing any partitions?</title><link>https://pop.com.sg/why-is-the-installer-not-showing-any-partitions.html</link><guid isPermaLink="true">https://pop.com.sg/why-is-the-installer-not-showing-any-partitions.html</guid><description>I&amp;#039;m having a problem installing Ubuntu, and Kali as well. I downloaded the iso from the official site &amp;amp; tried installing using USB. I also tried desktop installation, but the problem is same.
It ...</description><pubDate>Fri, 07 Aug 2026 01:02:10 -0400</pubDate></item><item><title>How to check if a command succeeded?</title><link>https://pop.com.sg/how-to-check-if-a-command-succeeded.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-check-if-a-command-succeeded.html</guid><description>Is there any way to check if there is an error in executing a command?
Example :
test1=`sed -i &quot;/:@/c connection.url=jdbc:oracle:thin:@$ip:1521:$dataBase&quot; $search`
valid $test1
function valid (......</description><pubDate>Fri, 07 Aug 2026 00:59:44 -0400</pubDate></item><item><title>How to remove Python 2 from Ubuntu 20.04?</title><link>https://pop.com.sg/how-to-remove-python-2-from-ubuntu-20-04.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-remove-python-2-from-ubuntu-20-04.html</guid><description>I&amp;#039;ve upgraded recently from Ubuntu 18.04 to 20.04. But I can see that Python2 is still the default instead of python 3.8.2.
$ python -V
Python 2.7.18rc1
$ python3 -V
Python 3.8.2
Is it possibl......</description><pubDate>Fri, 07 Aug 2026 00:59:09 -0400</pubDate></item><item><title>How to set the JDK for Android Studio?</title><link>https://pop.com.sg/how-to-set-the-jdk-for-android-studio.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-set-the-jdk-for-android-studio.html</guid><description>I can&amp;#039;t compile a default new project for Android 2.1 because(?) the JDK used by Android Studio is JDK 1.7 but it should be JDK 1.6.
To change it I go to File -&gt; Project Structure and try to find ......</description><pubDate>Fri, 07 Aug 2026 00:54:58 -0400</pubDate></item><item><title>using rsync do compress whole directory during copy</title><link>https://pop.com.sg/using-rsync-do-compress-whole-directory-during-copy.html</link><guid isPermaLink="true">https://pop.com.sg/using-rsync-do-compress-whole-directory-during-copy.html</guid><description>Files, Folders, Sub folders from system1 are successfully copying to system2 using below command rsync -avzP -u -v -e ssh /opt/lampp/htdocs/files/* demo@192.168.157.130:~/files_backup
I need......</description><pubDate>Fri, 07 Aug 2026 00:54:07 -0400</pubDate></item><item><title>Device type &quot;loop&quot; in mount command</title><link>https://pop.com.sg/device-type-loop-in-mount-command.html</link><guid isPermaLink="true">https://pop.com.sg/device-type-loop-in-mount-command.html</guid><description>I was wondering what &quot;loop&quot; mean in this usage of mount:
mount -t iso9660 -o loop matlab.iso /media/cdrom0
Is it a type of device? What does this device type &quot;loop&quot; mean? Can I choose other device ...</description><pubDate>Fri, 07 Aug 2026 00:53:12 -0400</pubDate></item><item><title>Laptop slows down while charging battery</title><link>https://pop.com.sg/laptop-slows-down-while-charging-battery.html</link><guid isPermaLink="true">https://pop.com.sg/laptop-slows-down-while-charging-battery.html</guid><description>Laptop Model: Dell Lattitude 5440
OS: Ubuntu 12.04.
While charging my laptop battery i&amp;#039;ve noticed the following:
Mouse pointer moves very slowly.
computer also slows a bit.
This problem was not ...</description><pubDate>Fri, 07 Aug 2026 00:45:08 -0400</pubDate></item><item><title>aarch64-linux-gnu-gcc: error trying to exec &amp;#039;cc1plus&amp;#039; : execvp: No such file or directory</title><link>https://pop.com.sg/aarch64-linux-gnu-gcc-error-trying-to-exec-039-cc1plus-039-execvp-no-s.html</link><guid isPermaLink="true">https://pop.com.sg/aarch64-linux-gnu-gcc-error-trying-to-exec-039-cc1plus-039-execvp-no-s.html</guid><description>I am trying to build a C++ file with aarch64-linux-gnu-gcc for Raspberry Pi 3 64 bit and I am running this command :
aarch64-linux-gnu-gcc -mcpu=cortex-a53 test.cpp
But I am getting this error:
aa......</description><pubDate>Fri, 07 Aug 2026 00:21:22 -0400</pubDate></item><item><title>certain keyboard keys become unresponsive. How to fix without reboot?</title><link>https://pop.com.sg/certain-keyboard-keys-become-unresponsive-how-to-fix-without-reboot.html</link><guid isPermaLink="true">https://pop.com.sg/certain-keyboard-keys-become-unresponsive-how-to-fix-without-reboot.html</guid><description>Sometimes, some of my keyboard keys become unresponsive. (s, c, p, q, arrows, CTRL+shortcuts... might be related to a CTRL or ALT key registering as constantly pressed?) I would normally suspect a ...</description><pubDate>Fri, 07 Aug 2026 00:20:12 -0400</pubDate></item><item><title>Issue mounting NFS share with Ubuntu 22.04</title><link>https://pop.com.sg/issue-mounting-nfs-share-with-ubuntu-22-04.html</link><guid isPermaLink="true">https://pop.com.sg/issue-mounting-nfs-share-with-ubuntu-22-04.html</guid><description>I have a QNAP NAS with NFS shares on my LAN and am trying to mount them on my mostly vanilla Ubuntu 22.04 install.
Running showmount on the client shows the NFS shares:
~$ showmount -e nas.localdom......</description><pubDate>Fri, 07 Aug 2026 00:20:11 -0400</pubDate></item><item><title>Kdenlive v21 crashes during render</title><link>https://pop.com.sg/kdenlive-v21-crashes-during-render.html</link><guid isPermaLink="true">https://pop.com.sg/kdenlive-v21-crashes-during-render.html</guid><description>I&amp;#039;m using Kdenlive v21.04.3 on Ubuntu 20.04.2. When I try to render, either the PC freezes, the PC reboots on its own, or Kdenlive stays up in various states. Occasionally Kdenlive provides an erro......</description><pubDate>Fri, 07 Aug 2026 00:10:04 -0400</pubDate></item><item><title>How to install annotator from elementary OS appcenter in Ubuntu?</title><link>https://pop.com.sg/how-to-install-annotator-from-elementary-os-appcenter-in-ubuntu.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-install-annotator-from-elementary-os-appcenter-in-ubuntu.html</guid><description>Annotator is a lightweight application for annotating images. It is much simpler and faster to edit an image in annotator than in GIMP.
It was recently featured in OMG! Ubuntu!.
How to install it in ...</description><pubDate>Fri, 07 Aug 2026 00:10:03 -0400</pubDate></item><item><title>Where is /var/log/messages?</title><link>https://pop.com.sg/where-is-var-log-messages.html</link><guid isPermaLink="true">https://pop.com.sg/where-is-var-log-messages.html</guid><description>Just installed natty, and cannot find /var/log/messages. Also, /var/log/daemon.log is missing. What happened? Why are they no longer present? And where I can find the same log information?...</description><pubDate>Thu, 06 Aug 2026 23:58:46 -0400</pubDate></item><item><title>After Windows Update, Ubuntu second screen not detected</title><link>https://pop.com.sg/after-windows-update-ubuntu-second-screen-not-detected.html</link><guid isPermaLink="true">https://pop.com.sg/after-windows-update-ubuntu-second-screen-not-detected.html</guid><description>Ubuntu worked fine before Windows update on my SSD. Kernel settings reseted for some reason.I readjusted BIOS, I enabled PCI 1 instead of motherboard setting. 1 hdmi and 1 dvi cable is connected to......</description><pubDate>Thu, 06 Aug 2026 23:54:45 -0400</pubDate></item><item><title>How to disable Page Table Isolation to regain performance lost due to Intel CPU security hole patch?</title><link>https://pop.com.sg/how-to-disable-page-table-isolation-to-regain-performance-lost-due-to-.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-disable-page-table-isolation-to-regain-performance-lost-due-to-.html</guid><description>Because of the current Intel CPU security hole issue, there is a patch expected which slows down the system performance.
How can I make sure that this patch will not be installed on my Ubuntu system?...</description><pubDate>Thu, 06 Aug 2026 23:50:52 -0400</pubDate></item><item><title>How can I split the standard Ubuntu terminal?</title><link>https://pop.com.sg/how-can-i-split-the-standard-ubuntu-terminal.html</link><guid isPermaLink="true">https://pop.com.sg/how-can-i-split-the-standard-ubuntu-terminal.html</guid><description>I would like to have several terminals in the same window. I know I can have tabs, but with them we can&amp;#039;t see two terminals at a time.
I know Terminator is another terminal able to do this, but I ......</description><pubDate>Thu, 06 Aug 2026 23:49:17 -0400</pubDate></item><item><title>Recursively rename all files whose name starts with a dash</title><link>https://pop.com.sg/recursively-rename-all-files-whose-name-starts-with-a-dash.html</link><guid isPermaLink="true">https://pop.com.sg/recursively-rename-all-files-whose-name-starts-with-a-dash.html</guid><description>In terminal I can rename a single file that starts with a dash, i.e.
mv ./-file file
I can also rename all files in a directory that start with a dash, i.e.
for f in ./-*; do rename &amp;#039;s/-//&amp;#039; &quot;$f&quot;; ...</description><pubDate>Thu, 06 Aug 2026 23:36:59 -0400</pubDate></item><item><title>flv to mp4 converter in Trusty</title><link>https://pop.com.sg/flv-to-mp4-converter-in-trusty.html</link><guid isPermaLink="true">https://pop.com.sg/flv-to-mp4-converter-in-trusty.html</guid><description>Anybody recommend a GUI app (preferably in Ubuntu repos) to convert from .flv to .mp4 other than Transmageddon? Transmageddon now crashes in Trusty....</description><pubDate>Thu, 06 Aug 2026 23:28:20 -0400</pubDate></item><item><title>User Alexander Tsvetkov - Ask Ubuntu</title><link>https://pop.com.sg/user-alexander-tsvetkov-ask-ubuntu.html</link><guid isPermaLink="true">https://pop.com.sg/user-alexander-tsvetkov-ask-ubuntu.html</guid><description>Q&amp;A for Ubuntu users and developers...</description><pubDate>Thu, 06 Aug 2026 23:27:30 -0400</pubDate></item><item><title>Reloading iptables</title><link>https://pop.com.sg/reloading-iptables.html</link><guid isPermaLink="true">https://pop.com.sg/reloading-iptables.html</guid><description>I made changes to iptables config file in /etc/iptables/filter in Ubuntu and want to reload them. I read the man page and also googled but couldn&amp;#039;t find the information. Any help will be appreciated....</description><pubDate>Thu, 06 Aug 2026 23:20:21 -0400</pubDate></item><item><title>22.04, wifi keeps disconnecting for a few seconds frequently</title><link>https://pop.com.sg/22-04-wifi-keeps-disconnecting-for-a-few-seconds-frequently.html</link><guid isPermaLink="true">https://pop.com.sg/22-04-wifi-keeps-disconnecting-for-a-few-seconds-frequently.html</guid><description>My wifi connection keeps disconnecting frequently (say once in a couple of minutes) sometimes it gets back and sometimes I need to activate and deactivate aeroplane mode.
I tried to change my network ...</description><pubDate>Thu, 06 Aug 2026 23:19:14 -0400</pubDate></item><item><title>Cannot access internet through ethernet on freshly installed Ubuntu</title><link>https://pop.com.sg/cannot-access-internet-through-ethernet-on-freshly-installed-ubuntu.html</link><guid isPermaLink="true">https://pop.com.sg/cannot-access-internet-through-ethernet-on-freshly-installed-ubuntu.html</guid><description>I just installed ubuntu 18.04 and cannot get access through internet through ethernet cable
Here are the command I already tried to get an idea about the problem. Is enp0s25 the name of the ethernet ...</description><pubDate>Thu, 06 Aug 2026 22:48:46 -0400</pubDate></item><item><title>How to network two Ubuntu computers using ethernet (without a router)?</title><link>https://pop.com.sg/how-to-network-two-ubuntu-computers-using-ethernet-without-a-router.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-network-two-ubuntu-computers-using-ethernet-without-a-router.html</guid><description>How can I network two Ubuntu computers, so that they can &quot;see&quot; each other at an IP address?...</description><pubDate>Thu, 06 Aug 2026 22:43:27 -0400</pubDate></item></channel></rss>