Search found 332 matches

by Grayfox
Wed Mar 27, 2024 4:41 am
Forum: Virtual Machines
Topic: zip I/O error with mint 21.3 VM
Replies: 2
Views: 155

Re: zip I/O error with mint 21.3 VM

What is the username of your install.

You have /home/mint but this is normally what the live environment uses, unless your username is mint, then the command should be fine on the output side.
by Grayfox
Sat Jan 14, 2023 2:17 am
Forum: Software & Applications
Topic: Libre Calc macro[SOLVED]
Replies: 1
Views: 151

Libre Calc macro[SOLVED]

I am making a fuel tracking spreadsheet I want the data to sorted from latest filling to first filling but only after Fuel Price has been added then add a new row with all the required formulas or shift the data down. Columns Date, Trip Meter, L/100km, km/L, Total Price and $/km are auto filled by f...
by Grayfox
Fri Sep 30, 2022 5:47 am
Forum: Software & Applications
Topic: SOLVED Added True Type Fonts with Software Manager but they don't show up
Replies: 9
Views: 420

Re: SOLVED Added True Type Fonts with Software Manager but they don't show up

Can you try entering this command into a terminal and trying to see if those fonts get detected?
fc-cache -rv

It will force update the font cache.
by Grayfox
Thu Sep 29, 2022 8:36 am
Forum: Compiz, Conky, Docks & Widgets
Topic: Text shifting on widget[Solved]
Replies: 2
Views: 1299

Re: Text shifting on widget

Thanks that fixed it.
by Grayfox
Thu Sep 29, 2022 8:01 am
Forum: Screenshots
Topic: All Desktop Screenshots of 2022
Replies: 307
Views: 46831

Re: All Desktop Screenshots of 2022

I prefer a clean desktop, but with the icons layout that dates back to Win2000.
Image
by Grayfox
Wed Sep 28, 2022 7:02 am
Forum: Compiz, Conky, Docks & Widgets
Topic: Text shifting on widget[Solved]
Replies: 2
Views: 1299

Text shifting on widget[Solved]

I am making some conky widgets, while most are done and have no real issues. The network one has an issue where the text for "speed" and "total" which I have put in ${alignc} tags shifts around. Is their way to ensure it is locked to the centre of the widget? network.conf.png Thi...
by Grayfox
Mon Sep 12, 2022 4:52 am
Forum: Scripts & Bash
Topic: Printing the output of echo into Dialog.[Solved]
Replies: 3
Views: 806

Re: Printing the output of echo into Dialog.

1000 wrote: Mon Sep 12, 2022 4:24 am Maybe you can test from terminal example

Code: Select all

$ STATUS=$( pactl list modules short | grep -q "module-loopback" && echo "Loaded" || echo "Unloaded" ) ; echo "$STATUS"
Unloaded
Thanks that worked.
by Grayfox
Mon Sep 12, 2022 1:15 am
Forum: Scripts & Bash
Topic: Printing the output of echo into Dialog.[Solved]
Replies: 3
Views: 806

Printing the output of echo into Dialog.[Solved]

I am looking to send the output from the command below to the STATUS="" of the script below. pactl list modules short | grep -q "module-loopback" && echo "Loaded" || echo "Unloaded" #!/bin/bash HEIGHT=10 WIDTH=40 CHOICE_HEIGHT=3 BACKTITLE="Loopbac...
by Grayfox
Fri Sep 09, 2022 10:03 pm
Forum: Installation & Boot
Topic: Not sure how to boot from grub
Replies: 8
Views: 422

Re: Not sure how to boot from grub

I'm a little confused how it happened myself; I'm really not knowledgeable about Linux, just using it because I didn't want to buy Windows for an old PC. I didn't note which version I used, I think it was the most current stable version of Mint in June 2021. My HP Compaq 7900 (Core 2 Duo) was runni...
by Grayfox
Fri Sep 09, 2022 6:50 am
Forum: Installation & Boot
Topic: GParted in 20.3 or Clean Install 21
Replies: 24
Views: 1106

Re: GParted in 20.3 or Clean Install 21

My laptop started its life about 9 years ago as a Windows machine. The 24 GB drive, which is now sdb, is a small SSD, which was supposed to make the computer load more quickly. It didn't. I was not happy with its performance with Windows. I like the numeric keypad and the DVD drive. I wiped Windows...
by Grayfox
Wed Sep 07, 2022 6:33 am
Forum: Installation & Boot
Topic: GParted in 20.3 or Clean Install 21
Replies: 24
Views: 1106

Re: GParted in 20.3 or Clean Install 21

In your order of questions: We cannot see, what is on sdb. Reformat it, if there is nothing to loose. The only question mark is about the small size. As a standing word says: Too few to live, too much to die. I think /dev/sdb is the USB flashdrive that is the installation media The 8GiB partition i...
by Grayfox
Wed Sep 07, 2022 5:24 am
Forum: Beginner Questions
Topic: Recovering Data (LESSON LEARNED) (SOLVED)
Replies: 18
Views: 723

Re: Recovering Data

Do you say, that Windows backup programs are command line driven or is this related to Linux? In the first case I would be more than surprised. My last days with Windows (XP) are 15 years back, but I remember, that I used a graphical backup program, which did not come from MS. After 15 years not us...
by Grayfox
Tue Sep 06, 2022 11:59 pm
Forum: Beginner Questions
Topic: Recovering Data (LESSON LEARNED) (SOLVED)
Replies: 18
Views: 723

Re: Recovering Data

Why does "everyone" not make a backup? Many new users come from Windows and many of the backup utilities are command line driven. MS discontinued the Backup tool in windows 10. And some people just dont understand the dangers of not having a backup till its too late. I made my own script ...
by Grayfox
Tue Sep 06, 2022 3:11 am
Forum: Open Chat
Topic: RAIN!!! Beloved Rain
Replies: 66
Views: 2680

Re: RAIN!!! Beloved Rain

If Murph wants he can take our rain.
According to the weather dudes, The east coast of Ozland will be getting 4+ months of rain this summer AGAIN.
trytip wrote: Mon Sep 05, 2022 9:33 pm Image
That model thing reminded me of the song "Polyester Girl" by Regurgitator.
by Grayfox
Tue Sep 06, 2022 2:59 am
Forum: Beginner Questions
Topic: Recovering Data (LESSON LEARNED) (SOLVED)
Replies: 18
Views: 723

Re: Recovering Data

This is critical info. DO NOT USE THE DRIVE, UNPLUG IT Start a new linux either live or installed, disable trim by using these commands Firstly lets check on the status of TRIM use this command, you will get an output like below systemctl status fstrim.timer Screenshot from 2022-09-06 16-54-51.png T...
by Grayfox
Sun Sep 04, 2022 6:57 pm
Forum: Scripts & Bash
Topic: Get MintBackup app list results from command line [SOLVED]
Replies: 3
Views: 882

Re: Get MintBackup app list results from command line

Those other packages are packages that were also required by the programs you installed. For instance, you want to install steam-installer. steam-installer also needs about 2 dozen additional packages to install.| These wont be listed by the mint backuptool apt list --installed or dpkg --get-selecti...
by Grayfox
Fri Sep 02, 2022 7:06 am
Forum: Scripts & Bash
Topic: What is wrong with this script?[Solved]
Replies: 3
Views: 918

Re: What is wrong with this script?

When I copied the code into a text editor, the lack of the right color told me that the quotation mark is missing. is "$TITLE it should be "$TITLE" =================== Try test your code with shellcheck I took the code apart into individual parts, I replaced for test. Where would I p...
by Grayfox
Thu Sep 01, 2022 3:52 am
Forum: Scripts & Bash
Topic: What is wrong with this script?[Solved]
Replies: 3
Views: 918

What is wrong with this script?[Solved]

Can anyone help me with the following code. It shows the progress bar, but no disk activity occurs The code is based off the site listed, it didn't work in its original form, I just tweaked it #!/bin/bash clear SOURCE= DESTINATION= BS= CONV= BACKTITLE= TITLE= GAUGE= HEIGHT= WIDTH= pv -n $SOURCE | dd...
by Grayfox
Mon Aug 08, 2022 7:50 am
Forum: Virtual Machines
Topic: Shared folders in Mint 21 VirtualBox 6.1 not working
Replies: 14
Views: 1609

Re: Shared folders in Mint 21 VirtualBox 6.1 not working

Try running QEMU with Virt Manager for your VM needs.
Better performance, more features and better supported.
by Grayfox
Sun Aug 07, 2022 11:27 pm
Forum: Installation & Boot
Topic: Linux Mint 21 and ThinkPad X1 Carbon gen 6 - won't power down
Replies: 5
Views: 690

Re: Linux Mint 21 and ThinkPad X1 Carbon gen 6 - won't power down

Do you get the grub boot menu at start up? If you do, make sure Linux Mint is highlighted and then press E to edit the settings. Find quiet splash and remove them and only them, then hit F10. This will get rid of the mint logo on bootup and you will just get a bunch of text scrolling upwards. This i...

Go to advanced search