mi茅rcoles, 24 de enero de 2018

KDE connect + DEVUAN (MATE Desktop)


 DEVUAN Jessie 馃槍


#aptitude install kdeconnect



Download to X86 :   https://code.launchpad.net/~vikoadi/+archive/ubuntu/ppa/+files/indicator-kdeconnect_0.1-0~41~ubuntu16.04.1_i386.deb

#dpkg -i indicator-kdeconnect_0.1-0~41~ubuntu16.04.1_i386.deb

Source to x64 : https://code.launchpad.net/~vikoadi/+archive/ubuntu/ppa/+packages 



depencies / dependencias necesarias  :

# apt install libgtk-3-dev
# apt install libappindicator3-dev
# apt install cmake
# apt install valac
# apt install python3-requests-oauthlib
# apt install python-nautilus (if you use/si usted usa  Nautilus) 
                      python-nemo (if you use /si usted usa   Nemo)
                       python-caja (if you use /si usted usa  Caja)  


on android :
https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp


and finaly/ y finalmente  :

$  indicator-kdeconnect

happy remote control :->

DEMO:



for more info:

https://community.kde.org/KDEConnect


https://albertvaka.wordpress.com/

domingo, 24 de diciembre de 2017

usar BITCOINS


COMPARAR:

REQUISITOS
  1. tener dinero  en el  banco (alternativa es pagar por oxxo, pero genera comision extra en bitso)
  2. cuenta en   https://bitso.com

PASOS:
1.-"fondear dinero"
 (fondear significa ponerle fondos a la cuenta BITSO)

a).-comparar BITCOINS:
https://bitso.com/trade
poner un MONTO en MXN  >>igualar >> COMPRAR



s谩bado, 18 de noviembre de 2017

Puente TELEGRAM - IRC

teleirc

 FruitieX/teleirc IRC channel - https://github.com/FruitieX/teleirc


instalar
~$ wget  https://deb.nodesource.com/setup_9.x

$ chmod +X

# ./setup_9.x

# apt-get install nodejs


mi茅rcoles, 1 de noviembre de 2017

instalar XMMS en DEVUAN y DEBIAN (de cualquier version)

XMMS fue un CLON de WINAMP, para GNU-Linux creado por uno de los pioneros en Linux, "PETER ALM" ( Alan Cox)  por los a帽os de 1997
avandonado por .... flojera creo yo :-P  en el 2010
http://www.xmms.org



hay muchos reproductores pero como audacious , que tambien es un clon de Winamp,
pero ami me gusta mas XMMS.

nota:XMMS2 no es lo mismo que XMMS,


1.-
editamos  los sources

# nano /etc/apt/sources.list


agregamos  :

#xmms
deb http://archive.debian.org/debian/ etch contrib main non-free

cerramos y guardamos



2.-
actualizar repos

# apt update



3.-

instalar XMMS

# apt install xmms

4.-

Cambia el PLUGIN DE SALIDA DE AUDIO
de
OSS Driver a ALSA

presionas  CTRL + P
en PREFERENCIAS >>> AUDIO I/O PLUGINS >>> OUTPUT PLUGIN
OSS Driver >>> ALSA
APPLY & OK 


5.- Listo  a disfrutar  XMMS Ver. 1.2.10

a disfrutar de un ligero y classico reproductor de MP3, WAV , OGG
nota; esta version no reproduce FLAC,MP4,  ni otros  formatos  modernos


mi茅rcoles, 25 de octubre de 2017

DEVUAN KDE5 suspender y Hibernacion botones desaparecidos

Requisitos:
  1.  policykit-1 
  2.  upower
  3.  lightdm



la verdad no se cual de los 2 me soluciono,
pero eso hice


1.-

en el fichero  :
/etc/polkit-1/localauthority.conf.d/50-localauthority.conf
 
 encontramos el permiso para root
 
Configuration]
AdminIdentities=unix-user:0 
 
agregando  permisos  para usuarios administradores con la segunda parte
 
 
 [Configuration]
AdminIdentities=unix-user:0 
 
 [Configuration]
AdminIdentities=unix-group:sudo;unix-group:admin
 
  

2.-

cd /etc/polkit-1/localauthority/50-local.d/
 creamos el siguiente fichero con nano

nano org.devuan.enable-hibernate.pkla

[Re-enable hibernate by default]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes



y finalmente
# REBOOT



fuentes:

https://askubuntu.com/questions/665902/by-default-who-is-allowed-to-gain-root-privileges-with-pkexec


https://blog.roland-kluge.de/?p=793

en la segunda web encontramos una buenas alternativas :


sudo pm-supsend
sudo pm-hibernate
Another, low-level method is to write the desired state to files in /sys:


1
2
sudo bash -c "echo -n mem > /sys/power/state"
sudo bash -c "echo -n disk > /sys/power/state"



saludos


jueves, 19 de octubre de 2017

agregar particion Cypto - cifrada al BOOT



fuente :
http://www.pavelkogan.com/2014/05/23/luks-full-disk-encryption/



Configure GRUB

With /boot on an encrypted device, grub-mkconfig should have GRUB load the necessary modules to decrypt and mount it2.
grub-install, on the other hand, will refuse to work, complain about /boot being encrypted, and demand that GRUB_ENABLE_CRYPTODISK=1 be added to the config. This is a bug (in the error message). Instead, add
GRUB_ENABLE_CRYPTODISK=y
to /etc/default/grub.
Now, before trying to find and load the initial ramdisk, GRUB will ask for a passphrase to decrypt /dev/sda1.
Finally, add the cryptdevice kernel parameter3
GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda1:lvm"
and run
grub-mkconfig -o /boot/grub/grub.cfg
grub-install /dev/sda
Reboot, and that’s it. You now have a fully encrypted system.

mi茅rcoles, 6 de septiembre de 2017

DEVUA - DEBIANcompartir WIFI desde WLAN1 a WLAN0

plan para compartir WIFI

Internet ------> wlan1 ---> PC ---> wlan0 --->  muchas PCs


# apt-get -y install dnsmasq 
# nano  /etc/dnsmasq.con
agregamos la sigiente config al final

no-resolv
interface=wlan0 # or whatever wifi card you're using for the AP
listen-address=192.168.2.1 # listen on
bind-interfaces
domain-needed        # Don't forward short names
# Never forward addresses in the non-routed address spaces.
bogus-priv
dhcp-range=192.168.2.2,192.168.2.100,12h
server=8.8.8.8
server=8.8.4.4

editemosel ficero de interfaces

nano /etc/network/interfaces 
 agregamos para recibir se帽al:

auto wlan1
iface wlan1 inet dhcp
#iface wlan1 inet static
i agregamos para ENVIAR se帽al
en este caso usamos el rango192.168.2.X :
# configuracon para compartir WIFI
 auto wlan0
iface wlan0 inet static
    address 192.168.2.1
    netmask 255.255.255.0
    network 192.168.2.0
    broadcast 192.168.2.255

esto deveria estar activado intacto :
auto lo
iface lo inet loopback
y finalmente reiniciamos el servicio 

/etc/init.d/ networking stop

/etc/init.d/ networking start

o reiniciamos la PC



Nota, no recuedo si le ponemos un "1" a el fichero

nano /proc/sys/net/ipv4/ip_forward

Donarme :->

Donar a AlexLikeRock
muchas gracias por tu ayuda :->

Devuan Logo at TXT with color

    #/bin/bash -e #re-edit by AlexLikeRock  # Sunday, March 22 2026 #inspire from Guest57   and https://github.com/KittyKatt/screenFetch/blo...