Search found 12 matches

by vandykmarsu
Fri Aug 14, 2020 8:59 am
Forum: Tips & Tricks by users
Topic: [HowTo] Update your kernel to the latest
Replies: 8
Views: 3230

[HowTo] Update your kernel to the latest

How to upgrade the kernel to the latest via backports sources.


addition of necessary sources:

#stable
echo "deb http://ftp.fr.debian.org/debian/ buster-backports main" >> /etc/apt/sources.list
echo "deb-src http://ftp.fr.debian.org/debian/ buster-backports main" >> /etc/apt/sources.list ...
by vandykmarsu
Thu Jul 30, 2020 6:33 pm
Forum: Tips & Tricks by users
Topic: [HowTo] Merge videos with ffmpeg
Replies: 3
Views: 790

Re: [HowTo] Merge videos with ffmpeg


When outdated just make an update and upgrade of your sources list like:

Code: Select all

sudo apt update && sudo apt upgrade -y

That's not going to get you a newer ffmpeg from our test repo, you know...or on any stable Debian or Ubuntu release either, unless Debian pushes a newer version ...
by vandykmarsu
Wed Jul 29, 2020 8:37 am
Forum: Tips & Tricks by users
Topic: [HowTo] Merge videos with ffmpeg
Replies: 3
Views: 790

[HowTo] Merge videos with ffmpeg

FFmpeg is a collection of open source software intended for processing audio or video streams. Source

Be sure that you have the last version of ffmpeg:

ffmpeg -version

You will see an output of your version, in my case i have the last stable version 4.1.6.


No output??? Whaaaat!!! Don't ...
by vandykmarsu
Tue Apr 14, 2020 3:37 am
Forum: Software / Configuration
Topic: delete
Replies: 3
Views: 646

delete

delete
by vandykmarsu
Sat Mar 21, 2020 6:10 am
Forum: Software / Configuration
Topic: Add divers Microsoft Fonts to LibreOffice
Replies: 0
Views: 599

Add divers Microsoft Fonts to LibreOffice

Hi people

I share my found to add diverse MS fonts into LibreOffice.


first adding the mscorefonts:

sudo apt-get install ttf-mscorefonts-installer


Then we can add the MS Clear Type Fonts:

fontforge is required to convert TTC files into TTF:

sudo apt-get install fontforge

wget https ...
by vandykmarsu
Wed Mar 18, 2020 5:19 am
Forum: Installation
Topic: [Solved] additional hard drive doesn't boot
Replies: 14
Views: 1329

Re: additional hard drive doesn't boot


Please edit your post #1 at the beginning of this topic (click the pencil icon left of the ! and “ icons) and add the word [SOLVED] to its subject. Thanks.

Subject is solved!

Found that , gnome-disk-utility who are on Linux Mint per default

https://debian.pkgs.org/10/debian-main-amd64/gnome ...
by vandykmarsu
Thu Mar 05, 2020 11:32 pm
Forum: Installation
Topic: [Solved] additional hard drive doesn't boot
Replies: 14
Views: 1329

Re: additional hard drive doesn't boot

sunrat wrote: Thu Mar 05, 2020 11:10 pm Try

Code: Select all

UUID=bfd5b9cc-e7aa-47ef-9fa1-ddd02b6ee2a1	/disk3	ext4	defaults,relatime,comment=x-gvfs-show    0	0
Thank you so much guy's for helping!!

Image
by vandykmarsu
Thu Mar 05, 2020 10:59 pm
Forum: Installation
Topic: [Solved] additional hard drive doesn't boot
Replies: 14
Views: 1329

Re: additional hard drive doesn't boot



#Entry for /dev/sda2 :
#Entry for /dev/sdc1 :
UUID=bfd5b9cc-e7aa-47ef-9fa1-ddd02b6ee2a1 /disk3 ext4 defaults,relatime 0 0


How is the external hd connected ? USB2, USB3 , eSATA etc ppp?


Hard drive is internal Sata 3 connected.

I add the uuid in fstab after make blkid ,

but HD don't boot ...
by vandykmarsu
Thu Mar 05, 2020 3:12 pm
Forum: Installation
Topic: [Solved] additional hard drive doesn't boot
Replies: 14
Views: 1329

Re: additional hard drive doesn't boot

Here what are i my fstab:

#Entry for /dev/sda2 :
UUID=ad8fab1b-b68e-4074-94f9-1d6641de9c9c / ext4 defaults 1 1
#Entry for /dev/sda1 :
UUID=65F7-0856 /boot/efi vfat defaults,noatime,dmask=0002,fmask=0113 0 0
#Entry for /dev/sdc1 :
UUID=bfd5b9cc-e7aa-47ef-9fa1-ddd02b6ee2a1 /disk3 ext4 defaults ...
by vandykmarsu
Thu Mar 05, 2020 1:35 pm
Forum: Installation
Topic: [Solved] additional hard drive doesn't boot
Replies: 14
Views: 1329

Re: additional hard drive doesn't boot

Thanks for your reply's :D

Here my folder where my disk3 are mount:

https://i.postimg.cc/9rtxsXt6/capture-05-03-2020-192355.jpg

And here the location i want for my disk3:

https://i.postimg.cc/HrYSmG6V/capture-05-03-2020-192419.jpg

How i can do that my drive mounting in the peripherals ...

Go to advanced search