Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - hakerdefo

#31
Three virtual packages provide "awk" in Debian. They are "gawk", "mawk" & "original-awk".
Cheers!!!
#32
General Support / Re: Chrome and Videos
May 19, 2017, 06:47:32 PM
Not a chrome user but have you tried renaming-removing the profile? If you haven't then rename "~/.config/google-chrome" to "~/.config/google-chrome-bak" and check if it solves the playback issue.
If it doesn't then open the following page in Chrome,

YouTube HTML5 Video Player

Are all the boxes under "What does this browser support?" checked?

Cheers!!!
#33
Zenity & Yad / Re: PMRP UI yad
May 07, 2017, 09:17:22 PM
This is for misko and filip. I hope it will be useful  :)

A small script for controlling mpv via the JSON IPC

JSON IPC

Cheers!!!
#34
Then try and add the following line right at the top (Right after the interpreter line),


export LC_ALL=C


The beginning of the pmwf will look something like this after the changes,


#!/usr/bin/env bash
###################
export LC_TIME=C
export LC_ALL=C
local_latitude=
local_longitude=
local_unit=
api_key=
local_rm=$(which rm)


Cheers!!!
#35
This is a locale issue. You can easily fix it by adding the following line at the top of the pmwf script,


export LC_TIME=C


Cheers!!!
#36
From version 0.128 of initramfs-tools, the boot code waits for a suspend/resume device to appear, rather than checking just once. If the configured or automatically selected resume device is not available at boot time, this results in a roughly 30 second delay. Solution? It's easy  8)
Open "/etc/initramfs-tools/initramfs.conf" file in text-editor as root and add the following line to it,


RESUME=none


Save the file. Next run the following command in terminal-emulator,


sudo update-initramfs -u -k all


Voila! Boot delay is gone  8)

Cheers!!!
#37
Will add the forecast for current day asap!
The updated script is not working for you?
Did you edit the script and add the values to the following variables,


local_latitude=
local_longitude=
local_unit=
api_key=


Cheers!!!
#38
My two cents,
64bit = Twice a month
32bit = Once a month

Reasoning? Sid-the-naughty-kid rolls fast! So a fifteen day release cycle is perfect for 64bit. For 32bit you can release the build once every month. Anything more than a month and the user will have to download almost as much as the ISO size on the very first apt-get update, which won't be cool  :(

Cheers!!!
#39
Great to see PackRat still using pmwf  8)
Inspired me to clean-up the pmwf script  :)
Here is updated script for the interested parties  :D

pmwf (Poor Man's Weather Forecast) update

Cheers!!!
#40
Zenity & Yad / Re: PMRP UI yad
May 06, 2017, 07:17:04 PM
Great job Misko  8)
No one scripts better in YAD than you  8)
One of these days I'll port all the PMRP stations to the format supported by PMRP-UI. Promise  :)
Cheers!!!
#41
Zenity & Yad / Re: youtube-dl wrapper
May 06, 2017, 07:12:19 PM
It is hands-down the best youtube-dl GUI for Linux systems!
Cheers Misko  8)
#42
@filip Great work on the installer  8)
Keep it up  :)

Cheers!!!
#43
Quote from: PackRat on April 11, 2017, 11:32:34 PM
I'll post this here in case someone has a solution that will be useful to me others.

Tried to get the live session of the new uEFI capable iso ( 9 April 2017 build ).

Always got to the grub menu, but the first couple efforts hanged - I let it sit for a minute or so  just to see if it was slow, but no joy.

Finally went to completion, and auto logged into a live session, but the keyboard was dead (mouse worked) so I couldn't do anything.

This laptop - Toshiba 875D - isn't particularly user friendly when it comes to Linux uEFI - had some issues with Fedora and Ubuntu boot/live sessions as well so if you're shopping around might not be the one to get.

If someone knows a trick to get the keyboard going, please share the information in case someone else has the same issue.

Otherwise an excellent effort by Team VSIDO - (live session was smooth as silk on my non-uEFI machines)

Add following to the end of the boot command line from the Grub boot menu,


i8042.nomux=1 i8042.reset


Might work  :-\

Cheers!!!
#44
Quote from: a on April 12, 2017, 01:00:24 PM
sorry to hear this, thank god I am vegetarian and avoid all bacon contact, maybe it was a bad day or someone had applied too much mustard to the bacon.

:D :D :D :D :D

Cheers!!!
#45
Quote from: ozitraveller on April 10, 2017, 10:11:00 PM
Just a quick drive by!  :)

OB


That is one cool looking logout dialog box  ;)

Cheers!!!