Search found 127 matches

by Chris
Thu Sep 05, 2019 8:08 pm
Forum: Linux
Topic: linux what type of file
Replies: 1
Views: 20239

Re: linux what type of file

You can use

Code: Select all

ls -lha filename
It shows the info about the file,

But perhaps what you are looking for is

Code: Select all

file filename
Result:

Code: Select all

file can_w33.pdf 
can_w33.pdf: PDF document, version 1.4
by Chris
Fri Apr 12, 2019 7:28 pm
Forum: Windows
Topic: SOLVED: Bring off-screen window to screen
Replies: 2
Views: 24451

Re: Bring off-screen window to screen

You can try to play with the windows resolution: Right-click a blank area of the Desktop, then choose "Display settings" > "Advanced display settings" Temporarily change the "Resolution" to another value. But an easier option is "Window move keys": Select the ...
by Chris
Mon Dec 31, 2018 4:12 pm
Forum: General
Topic: removing Flipboard
Replies: 1
Views: 27218

Re: removing Flipboard

It is a feature called Briefing screen, you can see the screen by swiping right. It is basically a Flipboard feed. You can disable it by: Long-press on a blank area of your device's home screen. After a few seconds thumbnails for each panel will show up; swipe to the right until you can see the Brie...
by Chris
Sat Dec 29, 2018 8:31 pm
Forum: Linux
Topic: mount virtualbox vdi-image on linux
Replies: 1
Views: 20973

Re: mount virtualbox vdi-image on linux

You probably having a dynamically sized .vdi file. You first have to convert it: VBoxManage clonehd --format RAW kubuntu.vdi kubuntu.img Remember the img-files is that a full disk, so with different partitions. Check it with: fdisk -l kubuntu.img You should be able to mount it with something like th...
by Chris
Thu May 24, 2018 10:08 am
Forum: Windows
Topic: SOLVED : Is RDP secure
Replies: 1
Views: 21007

Re: Is RDP secure

RDP is by default encrypted. The current versions of RDP (Windows 7, Windows 10, Windows Server 2012) uses Kerberos or TLS (aka SSL) for authentication. Ans transport is compressed and encrypted. If you really want to dive deep in the technical info, You can find it on the Microsoft website: https:/...
by Chris
Fri Apr 20, 2018 3:58 pm
Forum: Linux
Topic: links Invalid certificate
Replies: 1
Views: 20858

Re: links Invalid certificate

links has th option :
-ssl.certificates 0

It should skip checking the certificate

Code: Select all

links.exe -ssl.certificates 0 https://sslsite.com
by Chris
Sat Mar 31, 2018 9:00 am
Forum: General
Topic: Backup google data
Replies: 1
Views: 19801

Re: Backup google data

The url where you can download all the data is https://takeout.google.com/settings/takeout You need to login first. You can select each service separately or all at once. It is also possible to change the zip-file size, up to 50GB. Which is not a bad idea, they know a lot about you. Really, a lot. O...
by Chris
Fri Mar 23, 2018 8:03 pm
Forum: General
Topic: Remove facebook account
Replies: 1
Views: 18638

Re: Remove facebook account

You can completely remove you account by following the instructions on the facebook site: https://www.facebook.com/help/224562897555674 Perhaps it is best to make a backup first. [Top right] Select Settings Download a copy of your Facebook data ( on General Account Settings ) Click Start my Archive ...
by Chris
Tue Feb 13, 2018 8:40 pm
Forum: General
Topic: How does Google authenticator works?
Replies: 1
Views: 18452

Re: How does Google authenticator works?

It doesn't use the internet connection, it uses time and key. Google Authenticator supports both the HOTP and TOTP algorithms for generating one-time passwords. With HOTP, the server and client share a secret value and a counter, which are used to compute a one time password independently on both si...
by Chris
Tue Dec 05, 2017 6:32 am
Forum: Linux
Topic: SOLVED: Samba no login
Replies: 2
Views: 22262

Re: Samba no login

Are you sure that the conf-file is correct?

sound like the user has not enough rights.
Has the user read rights on the directory.

And did you create the user in samba and on linux ?