jueves, 5 de septiembre de 2019

aplicaciones a instalar en debian 10 y configuración de wifi en laptop vit p1420



aptitude install keepass2 g++ git apache2  php7.3 php7.3-ldap php7.3-pgsql php7.3-mysql postgresql pgadmin3  meld diffpdf dia pdftk  texmaker texlive texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-fonts-recommended texlive-lang-spanish scribus gedit vim zim calibre gimagereader glabels rhythmbox audacity  openshot youtube-dl vlc cups testdisk unrar-free unzip brasero gparted ssh locate kid3 unison-gtk rsync grsync gtk-recordmydesktop ntfs-3g libapache2-mod-php7.3 cdrdao ttf-mscorefonts-installer  build-essential

remmina gimp cheese anyremote ganyremote wmctrl syslinux screenruler seahorse  seahorse-nautilus nautilus-dropbox gnome-calculator git testdisk

remmina gimp cheese anyremote ganyremote wmctrl syslinux seahorse  seahorse-nautilus nautilus-dropbox gnome-calculator git testdisk php7.3-gd php7.3-curl php7.3-json php7.3-mysql   php7.3-apcu php7.3-cli php7.3-simplexml php7.3-imap php7.3-xmlrpc php-{mbstring,zip,gd,xml,pear,gettext,cgi}

php7.3-gd php7.3-curl php7.3-json php7.3-mbstring php7.3-mysql  php7.3-mcrypt php-apc php7.3-apc php7.3-apcu php7.3-cli php7.3-simplexml php7.3-imap php7.3-xmlrpc 

configuración wifi en laptop vit p1420

aptitude install firmware-realtek

Para hacer funcionar el wifi correctamente (se veía, pero daba error de conexion)

 cd Descargas/
   31  ls
   32  cd rtl8723bu-master // lo buscamos en google
   33  ls
   34  source dkms.conf
   35  mkdir /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
   36  cp -r core hal include os_dep platform dkms.conf Makefile rtl8723b_fw.bin /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
   37  dkms add $PACKAGE_NAME/$PACKAGE_VERSION
   38  dkms autoinstall $PACKAGE_NAME/$PACKAGE_VERSION
   39  exit
   40  su
   41  exit
   42  vi  /etc/modprobe.d/50-rtl8xxxu.conf



y escribir en ese archivo esto:

blacklist rtl8xxxu

   43  exit












apt-get remove network-manager
aptitude install wicd
Y administrar la conexión desde wicd, lo único malo hasta ahora es que no logro mostrar el icono de wifi en la barra superior (en gnome) pero ahí voy

jueves, 21 de febrero de 2019

como crear un item de menu en linux mint




I'm a noob, so hopefully this isn't a stupid comment. I'm thinking under Linux Mint 18 Cinnamon, this was changed to be much more simple.

Right click on the Menu app on the toolbar and select "configure". This will launch an applet, that has "Open the menu editor" as an option at the bottom of the child window.

lunes, 18 de febrero de 2019