Search found 137 matches

by mister_v
Tue Dec 21, 2021 10:25 am
Forum: Linux
Topic: Solved : linux not connecting to hidden wifi network
Replies: 2
Views: 13061

Re: linux not connecting to hidden wifi network

I knew i forgot something.

This solved the problem.
by mister_v
Mon Dec 20, 2021 8:39 pm
Forum: Linux
Topic: Solved : linux not connecting to hidden wifi network
Replies: 2
Views: 13061

Solved : linux not connecting to hidden wifi network

Hi,

my raspberry py is not connecting to my ( hidden ) wifi network.
Other devices are connecting to this network,
so I'm sure it is working, and name and password are correct
So why is it not working?
by mister_v
Sun Oct 24, 2021 11:24 am
Forum: Windows
Topic: How to clear DNS cache
Replies: 1
Views: 12580

How to clear DNS cache

Hello

how do I quickly clear the DNS from a windows 10 PC ?
by mister_v
Fri Apr 09, 2021 7:48 pm
Forum: Linux
Topic: linux read csr
Replies: 1
Views: 13200

linux read csr

Hello,

How can I see what info is in a certificate CSR file ?
by mister_v
Mon Mar 01, 2021 7:21 pm
Forum: Linux
Topic: Debian no shutdown command ?
Replies: 1
Views: 13258

Debian no shutdown command ?

Hi,

I have a new install of debian;
but the reboot command doesn't work.
Tried halt, reboot, shutdown, ...
even as root
But it is like it is not installed, how is this possible ?
by mister_v
Wed Feb 17, 2021 4:30 pm
Forum: Linux
Topic: Parted mkpart full disk
Replies: 1
Views: 12625

Parted mkpart full disk

Hello,

How do I tell parted to use the full disk when creating a new partition.
It always ask for a beginning and end.

Code: Select all

mkpart primary ext4 0 ?
by mister_v
Sat Feb 06, 2021 12:03 pm
Forum: Linux
Topic: How to create boot USB from ISO
Replies: 1
Views: 12677

How to create boot USB from ISO

Hello, I want to create a USB boot disk from a ubuntu .ISO file. The laptop doesn't have a cd-rom. How can I write the ISO-file to the USB, so it boots from it. I found some tools, but you have to install some program to make it work. But I don't want that. Is it no possible with commend line tools ?
by mister_v
Tue Jan 26, 2021 7:50 pm
Forum: Linux
Topic: test linux memory
Replies: 1
Views: 12745

test linux memory

Hi,

does anyone know a command to test the RAM memory of a PC?
I have a linux server.
by mister_v
Tue Jan 26, 2021 7:49 pm
Forum: Linux
Topic: find linux memory speed
Replies: 2
Views: 14667

Re: find linux memory speed

Thanks just what i needed.
by mister_v
Tue Dec 22, 2020 8:45 pm
Forum: Linux
Topic: rsync: failed to set permissions
Replies: 1
Views: 28129

rsync: failed to set permissions

Hi,

I got the following error with my rsync script:

Code: Select all

rsync: [receiver]  failed to set permissions on "/work/file.txt" (in backup): Operation not supported (95)
I don't know why ?