Search found 408 matches

by user1234
Sat Mar 05, 2022 9:12 am
Forum: File Management
Topic: Exa install script - alternative to ls command
Replies: 1
Views: 601

Re: Exa install script

I have upgraded my script a bit. It now can automatically install or upgrade itself. #!/bin/bash EXA_VERSION=$(curl -s "https://api.github.com/repos/ogham/exa/releases/latest" | grep -Po '"tag_name": "v\K[0-9.]+') if [ ! -f "/root/.exa_version" ] || [ $(cat "/...
by user1234
Fri Mar 04, 2022 1:01 pm
Forum: Users
Topic: Why does Fossapup show 200~300 MB of data uploads every day?
Replies: 14
Views: 831

Re: Normal daily data uploads?

xenial wrote: Fri Mar 04, 2022 11:30 am

I would hate to think what windoze uploads on a daily basis.... :o

One day my windows 10 updated (though it was manual) and used up my whole data plan (I got 3gb per day at that time). Usually windows update that I got were not very big (except for 1-2 big sized updates yearly)

by user1234
Fri Mar 04, 2022 12:57 pm
Forum: Off-Topic Area
Topic: Something crazy happening with puppylinux forum in my device
Replies: 4
Views: 556

Re: Something crazy happening with puppylinux forum in my device

I have checked it once more. It is flat 4 minutes' difference.

by user1234
Fri Mar 04, 2022 11:28 am
Forum: Programming
Topic: White space in a program
Replies: 3
Views: 651

Re: White space in a program

Or you can use- mkdir -p "\"$A\".extracted" But the resultant directory will be "filename". extracted . The reason your code didn't work was that that doing ""$A".extracted" would be equal to $A".extracted", since '''' is like opening and c...
by user1234
Fri Mar 04, 2022 11:13 am
Forum: Programming
Topic: Are reversed linux escape sequences legal?
Replies: 2
Views: 699

Are reversed linux escape sequences legal?

Are reversed linux escape sequences legal?

For example are \x1b[1;31m and \x1b[31;1m equal to each other?

by user1234
Fri Mar 04, 2022 10:54 am
Forum: Off-Topic Area
Topic: Something crazy happening with puppylinux forum in my device
Replies: 4
Views: 556

Something crazy happening with puppylinux forum in my device

I logged in to puppy linux forum with my mobile phone today and checked my profile with it. I don't know if it is a bug or not, hence I am posting it in off-topic area.

(Check the last active time and time that is now being showed in my phone)

by user1234
Fri Mar 04, 2022 10:33 am
Forum: Users
Topic: Why does Fossapup show 200~300 MB of data uploads every day?
Replies: 14
Views: 831

Re: Normal daily data uploads?

It shows the amount of data that you used for whatever task you did. Puppy doesn't use any data itself.

Is this normal?

Well, it all depends on your own daily data usage.

by user1234
Thu Mar 03, 2022 2:06 pm
Forum: File Management
Topic: Exa install script - alternative to ls command
Replies: 1
Views: 601

Exa install script - alternative to ls command

I found a great alternative to ls command- exa . It also gives different colours to different file types. It is very easy to install it, but I am posting a shell script to do it (This saves one google search for you :mrgreen: :mrgreen: ). (The main reason of this post is to bring this great command ...
by user1234
Wed Mar 02, 2022 5:12 pm
Forum: Users
Topic: What's happened to Puppy?
Replies: 56
Views: 7505

Re: What's happened to Puppy?

So nobody's going to be running Fossa on a very old machine. Well I don't know how old are you talking about but I am running fossapup on a 12 year old dell laptop with 2gb ram and internal hdd crashed. I have frugally installed fossapup to my external hdd. A 12 year old laptop is also very old. So...
by user1234
Wed Mar 02, 2022 10:13 am
Forum: Browsers
Topic: Create Chrome-Apps' Shortcut
Replies: 1
Views: 846

Create Chrome-Apps' Shortcut

https://sites.google.com/view/fossapups ... omapp/home

This has been tested in fossapup64.

by user1234
Tue Mar 01, 2022 4:02 pm
Forum: Off-Topic Area
Topic: Your most favourite PS1 (.bashrc related)
Replies: 17
Views: 1382

Re: Your most favourite PS1 (.bashrc related)

@user1234 :- Okay. Enlighten the less-well-informed amongst us, if you would? What is a "PS1"? I always thought it referred to the Sony Playstation One..... :roll: Mike. ;) I've kept in the subject (.bashrc related) so that confusion doesn't happens, but it still does. :lol: :lol:
by user1234
Tue Mar 01, 2022 1:41 pm
Forum: Off-Topic Area
Topic: Your most favourite PS1 (.bashrc related)
Replies: 17
Views: 1382

Re: Your most favourite PS1 (.bashrc related)

@puppy_apprentice :thumbup: :thumbup:

by user1234
Tue Mar 01, 2022 11:52 am
Forum: Off-Topic Area
Topic: Your most favourite PS1 (.bashrc related)
Replies: 17
Views: 1382

Your most favourite PS1 (.bashrc related)

What's your most favourite PS1? I have got

Code: Select all

PS1="\e[1;32m\u@\H\e[0m:\e[1;34m\w\e[0m\$ "

In .bashrc which is equivalent to user@host:[output similar to pwd]$ .

by user1234
Tue Mar 01, 2022 10:55 am
Forum: Users
Topic: Show Us Your Desktop..!!
Replies: 866
Views: 317053

Re: Show Us Your Desktop

Simple yet beautiful :thumbup2: .

by user1234
Mon Feb 28, 2022 8:24 am
Forum: Users
Topic: How to configure konsole for fossapup64?
Replies: 7
Views: 398

Re: How to configure konsole for fossapup64?

For me it was just 16mb or so. I had previously installed dolphin as I had used kubuntu and thought that dolphin would look better, but it looked worse. Then I forgot about it and let the dependencies and the app there only, leaving rox as default file manager. I think the dependencies needed for ru...
by user1234
Sun Feb 27, 2022 3:27 pm
Forum: Users
Topic: How to configure konsole for fossapup64?
Replies: 7
Views: 398

Re: How to configure konsole for fossapup64?

Konsole has treucolor support which urxvt doesn't have. I was making a graphics.h file in c for my practice. I wanted to use rgb colors in it so I needed a terminal with truecolor support. Also I have already used konsole in kubuntu and I liked the look of it. Thanks for help. Will it be need to cha...
by user1234
Sun Feb 27, 2022 12:43 pm
Forum: Users
Topic: How to configure konsole for fossapup64?
Replies: 7
Views: 398

Re: How to configure konsole for fossapup64?

I have set konsole as default terminal already but I am not sure if the configuration files should be like they are. For example when I do

Code: Select all

echo $TERM

I get

Code: Select all

xterm

.
So should it be like that only or should it be configured to something else.

by user1234
Sat Feb 26, 2022 6:14 am
Forum: Users
Topic: How to configure konsole for fossapup64?
Replies: 7
Views: 398

How to configure konsole for fossapup64?

I have installed konsole from ppm but the .Xdefaults, /etc/profile and .bashrc files are the same. I am not sure even if it is needed to change them to use konsole as default terminal. If it is needed to change them then please help me what I have to do. .bashrc : . /etc/profile #v1.0.5 need to over...

Go to advanced search