Search found 423 matches

by Wognath
Wed 08 Jan 2020, 22:31
Forum: Puppy Projects
Topic: Puppy Linux Windows Installer - LICK v1.3.3 released
Replies: 592
Views: 656003

Recovery of EFI partition

Hello noryb009 and all, Lick 1.2 is still my preferred way to boot Linux distros on a 2017 HP laptop. W10 came on an internal 32GB card; all my Linux installs are on a separate ssd. I manually add entries to lickgrub.cfg. I recently had a disaster with the windows disk involving haste and gparted, s...
by Wognath
Sat 07 Dec 2019, 21:33
Forum: Programming
Topic: Clickable script to run in terminal
Replies: 1
Views: 937

Clickable script to run in terminal

Hello Back in 2010, rcrsn51 wrote, You may have scripts that you use regularly, but must open a terminal window to run them. Here is a simple method for making a script clickable. You can then put a shortcut to the script on your desktop. Just place the following three lines at the top of the script...
by Wognath
Thu 17 Oct 2019, 18:26
Forum: Usuarios de habla Hispana
Topic: Cómo bloquear el robo de WiFi
Replies: 8
Views: 5804

Bienvenido!
+1 lo de josé. Uso por costumbre una contraseña de 63 caracteres, el máximo. Conecte via alambre a la hora de cambiar las contraseñas. Apague wifi y conecte via alambre cuando sea factible. :twisted: Suerte!
by Wognath
Mon 30 Sep 2019, 23:55
Forum: Users ( For the regulars )
Topic: Looking for the most secure command line encryption program
Replies: 13
Views: 2131

I use gpg, e.g.

Code: Select all

gpg -ca --cipher-algo AES256 file1 && shred -u file1
>edited: wording
**As you probably know, shred is pointless on a ssd according to what I read
by Wognath
Mon 09 Sep 2019, 21:19
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334808

MM, thanks for your insight, as always. If the author fixes this "possible bug", then I'll certainly have to change my script!
by Wognath
Sat 07 Sep 2019, 17:40
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334808

timeout=zero

In a script, I call a function yad --timeout=$x --button=cancel && cancel action || timeout action Usually, $x is 10 or 60, but in one case I want to go immediately to the timeout action. x=0 disables timeout, but any non-integer string results in yad error, exit code 255, and gives the desi...
by Wognath
Fri 16 Aug 2019, 18:38
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334808

May I ask how you want to use it? I forget to hit enter, or I'm too lazy to click OK :( I have been using Xdialog --timeout --interval, would have been surprised if yad could not do the same--although it required some reading between the lines. suspend; z=$(timeout -s SIGUSR1 5 yad --text "ent...
by Wognath
Tue 13 Aug 2019, 15:49
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334808

phat7 wrote:

Code: Select all

z=$(timeout -s SIGUSR1 5 yad --entry)
Compact and works perfectly. Thanks!
by Wognath
Sat 10 Aug 2019, 18:33
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334808

SIGUSR1: Close dialog with 0 exit code. :D

Code: Select all

 yad --entry > /tmp/z & sleep 5 ; pkill -SIGUSR1 yad ; z=$(</tmp/z)

If more than one yad running:

Code: Select all

yad --title unique    ...    pkill -SIGUSR1 -f "yad.*unique"
by Wognath
Mon 05 Aug 2019, 18:31
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334808

accept input at timeout

Hello,
Can yad accept input at timeout, without hitting enter or OK? Like this:

Code: Select all

z=`Xdialog --timeout 5 --interval 5000 --stdout --inputbox "Enter a number and wait" 0 0` ; echo $z
Sorry if the answer is somewhere in this long thread; I looked :shock: Thanks in advance
by Wognath
Fri 31 May 2019, 17:19
Forum: Security
Topic: Secure Banking with a Compromised Router
Replies: 12
Views: 2552

@belham2 Glad the commands worked in spite of the typo in the url. "Bugger up territory" is a useful term. Everyone has a TMI threshold; mine is rather low. I honestly believe the common internet-using person doesn't understand ... I know I don't. I keep eyes open but have no illusion of k...
by Wognath
Fri 31 May 2019, 01:38
Forum: Security
Topic: Secure Banking with a Compromised Router
Replies: 12
Views: 2552

@belham2, rufwoof's syntax works for me: z=nsa.org openssl s_client -connect $z:443 < /dev/null |& openssl x509 -fingerprint -noout wget -O - https://grc.com/fingerprints.htm?domain=$z | grep $z Good luck awking out the fingerprint ;) EDIT: the example was supposed to be z=nsa. gov Was it a typo...
by Wognath
Sat 25 May 2019, 15:48
Forum: Security
Topic: Secure Banking with a Compromised Router
Replies: 12
Views: 2552

About a year ago, a Vivaldi developer wrote what was for me a very informative article about VPNs . I asked in the comments whether a VPN increases data security if I am already using https. His answer: [if you are using https with verified certificate], the VPN-as-a-proxy or secure web proxy would ...
by Wognath
Fri 24 May 2019, 15:40
Forum: Security
Topic: Security within LAN
Replies: 16
Views: 4416

Thanks for the replies. They will take me a while to digest. What does "Trust if EV" mean? Gibson says " Extended Validation [EV] certificates are COMPLETELY SPOOF PROOF! " ... that was/is the most straight-forward, clear explanation I've seen regarding certificates... Wondering ...
by Wognath
Fri 24 May 2019, 02:52
Forum: Security
Topic: Security within LAN
Replies: 16
Views: 4416

Thanks!

For https, when on public wifi I follow the protocol of http://www.grc.com/fingerprints (Trust if EV, otherwise verify the certificate fingerprint). So I believe m-i-m is precluded.
by Wognath
Thu 23 May 2019, 22:58
Forum: Security
Topic: Security within LAN
Replies: 16
Views: 4416

s243a, thanks for the reply. To narrow my question, I'm thinking of public wifi, where I have no control over the router. But that routersploit site is very interesting.
by Wognath
Thu 23 May 2019, 21:53
Forum: Security
Topic: Security within LAN
Replies: 16
Views: 4416

Security within LAN

Someone on the MXLinux forum asked if it's possible to set up a guest account with no password. One of the replies said: If your PC is plugged into any network... and you have an open account, anyone with access to that network has free and open access to your machine. Ok, I have no interest in an o...
by Wognath
Sat 10 Nov 2018, 19:09
Forum: HOWTO ( Solutions )
Topic: mtPaint - Simple paint tutorial
Replies: 120
Views: 100684

OK--easy as 123
by Wognath
Thu 08 Nov 2018, 19:41
Forum: HOWTO ( Solutions )
Topic: mtPaint - Simple paint tutorial
Replies: 120
Views: 100684

color code from image

don570, I have consulted this thread countless times. Belated thanks for doing it. And a question: is there an easy way to grab a color code from a pixel of an image? Ideally, I could click on a pixel and view the color code as in gimp (FG/BG Color window). A workaround I have found is to select a s...