WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

146

Once again, it's time for the FNGT!

If you don't know how this works, . That link will take you to another site to give you some additional information and tell you about some of our off-site features. That's also the site where we will host the weekly guitar threads, should Poal go down.

NOTE: That site is by invitation only. If you want an invite, and you're a regular participant, then just ask theBuddha, or myself.

If you do know what's going on, you are most likely either new here or completely retarded, you probably don't need to click that link - but you may want to, to make sure you know of the other features, such as the archive or a separate forum that's invite only.

Remember, we are guests here on Poal. Let's act like it. If you're interested in supporting Poal, then .

**Once again, it's time for the FNGT!** If you don't know how this works, [click this link](https://fngt.gq/index.php?page=intro). That link will take you to another site to give you some additional information and tell you about some of our off-site features. That's also the site where we will host the weekly guitar threads, should Poal go down. **NOTE:** That site is by invitation only. If you want an invite, and you're a regular participant, then just ask theBuddha, or myself. If you do know what's going on, you are most likely either new here or completely retarded, you probably don't need to click that link - but you may want to, to make sure you know of the other features, such as the archive or a separate forum that's invite only. Remember, we are guests here on Poal. Let's act like it. If you're interested in supporting Poal, then [you can donate](https://poal.co/donate).

(post is archived)

[–] 0 pt

I knew you were going to say I told you so! That made me reluctant to tell you what has been happening here. LoL

But hey, there is a sexy 27 year old woman who is in love with me LoL it could be worse!

At least the camera gear still has value, just as the sewing machines will. Though not as much as new. You could recoup some of your money if you really wanted to.

Trying all the different activities does make her a well rounded individual with experience in a whole lot of different endeavors. That'+s a good thing.

[–] 0 pt

I don't mind that she's a taster. It's just who she is. I was probably similar until I learned what I liked - and then just stuck with what I liked. I don't change a whole lot, unless there's a reason to.

Also, I love Linux...

I bought a cheap MP3 player to pipe music into some cars that don't have like a CD player or anything. Well, the MP3 player sucks and can't deal with folders.

I have a bunch of music - but it is in folders and nested folders.

A quick trip to the terminal and it found the music and moved it to a temp directory which I then just copied everything music (skipping the images and other files) and moved it to the MP3 player.

I'd have otherwise had to spend hours moving stuff manually. In fact, I started to do it manually before I realized that was retarded and headed to the terminal.

[–] 0 pt

Nice. I am not familiar with the terminal

[–] 0 pt

You'd call it cmd in Windows. You probably haven't used it since the days of DOS.

 find ~/Music/ -type f -print0 | xargs -0 mv -t ~/Downloads/temp