furycd001

ubuntu

leafpad: can't save config file – /home/furycd001/.config/leafpad/leafpadrc

For me leafpad on Ubuntu constantly throws up a config error and is never able to save any settings. Turns out it's just some permission errors that are super easy to fix. Simply enter the commands below into a terminal and change “username” to whatever your username is. The problem should now be sorted and leafpad should now be able to save your settings.

sudo chown username ~/.config/leafpad

sudo chown username ~/.config/leafpad/leafpadrc


#ubuntu #linux #leafpad #error #permissions


Currently I'm considering switching from Xubuntu 16.04 to one of three distros.

My first choice is Debian because I'm looking at going back to a minimal os install. Debian is a distro that I've used many times before, so I'm comfortable using it (unlike slackware). I would ideally install either xfce or openbox with just enough packages to have a fully functional every day usable os. Down with bloat I say.. Anyway my second choice is Bunsen Labs. This distro is my second choice because it's based on Debian, it's minimal, it has openbox installed as it's window manager of choice & it takes a lot of hassle out of setting up Debian from scratch. Bunsen Labs is a super awesome, lightweight distro that came to replace Crunchbang after it ended. My third and final choice is Elementary os. Elementary may not be minimal, but it does have an amazing look and feel to it, along with an awesome community & development team. Elementary looks almost like Macos, only better in my opinion.

I don't know if I will through a minimal Ubuntu into the mix, because I have slowly started to drift from Ubuntu for a while now. I don't really know why because Xubuntu is still an awesome & amazing distro to use. I currently still use it as my daily driver, but all my other devices run Debian or some form of Android.


#Linux #Ubuntu #Xubuntu #Debian #Elementary #Bunsenlabs #Minimal #distro #Windowmanager


Ubuntu 18.04 says goodbye to gksu as it is no longer installed by default. Actually it can't be installed at all because it no longer has an installation candidate. Searching in synaptic returns zero results for gksu and opening a terminal and using apt gives the following output.

Reading package lists... Done Building dependency tree Reading state information... Done Package gksu is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'gksu' has no installation candidate

Do a search on duck and you will find that gksu has not only been deprecated, but has already been removed from Debian. Ubuntu is just following. Developers have suggested that people should start looking towards using PolicyKit. For those of us still running and using older versions of Ubuntu, we can continue using gksu until we upgrade.


#gksu #sudo #Ubuntu #Debian #Linux


Sometimes you may need to add a user to a specific group. To do so enter the following command into a new terminal window and press enter.

  • usermod -aG sudo furycd001

Remember to change “furycd001” to whatever your actual username is, and also to change the group name from “sudo” to whatever group you need. You can leave the group name as sudo if you need to give the user sudo privileges. Also remember to type the group name correctly. If you fail to change the user name or type the group name wrong then you will be presented with the two error messages below.

usermod: user 'furycd002' does not exist usermod: group 'sudi' does not exist


#Ubuntu #Linux #Distro #User


You can upgrade to a new Ubuntu release before it has officially been released. The release will obviously still be being tested and will most likely have a few bugs and or glitches, but there is a number of reasons you may want to upgrade early. Here is a few of those reasons.

  • Testing....
  • Contributing to reporting bugs, glitches & errors....
  • Helping fix bugs, glitches & errors....
  • Accessing a newer version of an application....
  • Meh just fell like upgrading....
  • Wanting to get your software ready for the new version....

If you wish to upgrade early you can do so either via GUI or command line. All you have to do is launch the update manager with the “-d” perimeter at the end. See below for the commands that you can enter into your terminal. The first one is for upgrading via GUI & the second one is for upgrading via the terminal. Remember to enter your user password whenever prompt.

  • sudo update-manager -d
  • sudo do-release-upgrade -d

Upgrading early should be pretty straight forward, but just like any upgrade, always remember to backup your needed data before you begin the upgrade process.


#Ubuntu #Linux #Upgrade #Update


When Ubuntu releases a new version you don't necessarily need to create a new usb & do a fresh install. Although that can sometimes be great, you can just simply upgrade to a new version from your existing one. To do so, simply follow the steps listed below.

  • Open the “Software & Updates” app....
  • Head to the “Updates” tab....
  • Look for the section at the bottom titled “Notify me of a new Ubuntu version” & make your selection....
  • Click ‘Close’ & wait to be notified....
  • Once notified follow the on screen instructions & proceed to upgrade your system....

Alternatively you can upgrade from the terminal.

  • First make sure that everything is up to date & that you have update-manager-core installed. You can do so by running the following command....

sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install update-manager-core

  • Next you can issue the following command to search for a new Ubuntu version....

sudo do-release-upgrade

  • Any required files will be download & you will be prompt to install them. If you wish to upgrade press y & then hit enter on your keyboard. It may take some time to download everything....

  • Once everything has finished download & installing, you can reboot your computer to start using your new release of ubuntu....


#Ubuntu #Linux #Upgrade #Update


  • Download the server iso....
  • Proceed with the installation....
  • Finish the installation & then reboot when prompt....
  • Login when prompt and run the following command....

sudo apt-get update && sudo apt-get upgrade && sudo apt-get install xubuntu-desktop && sudo reboot

  • Once everything has finished updating and installing, your computer should automatically reboot....
  • Once rebooted you should now have a graphical environment, and be able to login to Xfce....

#Xfce #Ubuntu #Ubuntuserver #Linux #Windowmanager


I’ve come to find that wordpress permissions can often be broken with a fresh install on Ubuntu. Thankfully Angel Alonso has made it super easy to fix. Simply open a terminal and wget his script from github, chmod it & then execute it. That’s the base of it, but see the three steps below....

  1. wget https://gist.github.com/Adirael/3383404/raw/6c5446d56477426faeb709e5b807f00422acdea2/fix-wordpress-permissions.sh
  2. chmod +x fix-wordpress-permissions.sh
  3. sudo ./fix-wordpress-permissions.sh /var/www/html

#Wordpress #Web #Fix #Ubuntu


Ubuntu 18.04.1 LTS has been released, offering up a bunch of updates & improvements over 18.04. It’s now a good time to upgrade if you’ve been thinking about it. You can head over to the Ubuntu Fridge to read the official announcement & then to the wiki for the release notes....


#Ubuntu #LTS #Linux #Distro