Posts

Showing posts with the label Ubuntu

How to install neovim on ubuntu homebrew environment

Image
So, you want to install Neovim on Ubuntu? First of all, don't forget install vim-plug (or rise neovim Unknown function: plug#begin  #245 ) Here is my ~/.config/nvim/init.vim following Awesome Neovim Setup From Scratch - Full Guide , it uses Plug as plugin manager: so, run nvim init.vim and :PlugInstall in command line. You are fine if see something like this: Fixed :PlugInstall command unknown Otherwise run :checkhealth to figure out what went bad. Fixing :PlugInstall unknown command . let g:python3_host_prog='/home/linuxbrew/.linuxbrew/bin/python3' let g:ruby_host_prog='/home/linuxbrew/.linuxbrew/opt/ruby/bin/neovim-ruby-host' let g:loaded_node_provider=0 set number set relativenumber set autoindent set tabstop=4 set shiftwidth=4 set smarttab set softtabstop=4 set mouse=a set encoding=UTF-8 call plug#begin() " Plug 'http://github.com/tpope/vim-surround' " Surrounding ysw) Plug 'https://github.com/preservim/nerdtree' " NerdTree Plug ...

firefox instead iceweasel

WSL on Windows 10 here. The only way to install Firefox on Ubuntu is via snap, but not (socket failed). So I try to install Iceweasel throught apt and ... boom! ildgz@hp:~$ sudo apt install iceweasel Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'firefox' instead of 'iceweasel' The following additional packages will be installed:   snapd Suggested packages:   zenity | kdialog The following NEW packages will be installed:   firefox snapd 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 23.9 MB of archives. After this operation, 103 MB of additional disk space will be used. Do you want to continue? [Y/n] Y  

refresh snap-store

$ snap refresh snap-store error: cannot refresh "snap-store": snap "snap-store" has running apps        (ubuntu-software), pids: 2347   $ kill kill      killall   killall5     $ kill 2347 $ snap refresh snap-store snap-store 41.3-71-g709398e from Canonical✓ refreshed

creando aptoncd

Image
La utilería APTonCD ya no está disponible en el sitio de SourceForge, pero he encontrado una versión en pks . Comandos de instalación: :~/Documentos/SourceForge/cypherbios/aptoncd$ sudo dpkg -i aptoncd_0.1.98+bzr117-1.4_all.deb :~/Documentos/SourceForge/cypherbios/aptoncd$ sudo apt --fix-broken install Después hallé lo que uno de los creadores (Rafael Proença) de aptoncd llama "última versión", que he dejado para mejores tiempos. [TAREA probar Keryx] En realidad, sólo se trata de respaldar la descarga de texlive y texstudio y sus dependencias, ya que no tenemos una conexión Internet de calidad (saludos: Telmex, Megacable, etc). Aunque el proceso se completó, la verdad es que ahora mismo no tengo tiempo (ni ganas) de probar la restauración, ya se verá en su momento. Voy a generar una imagen ISO con Brasero de este respaldo. Por lo demás, ¿existe Debian Builder?. Quizá, en el estado actual de mi Vorago stela100, a la cual le ha empezado a fallar la batería, mandando falsos re...

panico en el nucleo

Image
Tuve la peregrina idea de instalar Swift en Ubuntu. La máquina virtual es muy muy lenta y me decidí por un reparticionamiento y arranque dual. Lo único que conseguí fue un kernel panic (¿Qué fue lo que pasó? ¿De veras sólo fue un apt-get update? ¿La actualización de la imagen 4.13.0-21-generic a 4.13.0-25-generic? ¿Así de sencillo se estropea un Linux? Quizá sólo hizo falta un linux-headers a tiempo PROBAR ). Por nada y me llevo el MBR, pero encontré esta herramienta para reparar el arranque dual para Windows 10 . Anoche estaba tan frustrado que decidí tirar la toalla: al diablo con la pretensión de estudiar Swift: necesitas una MacBook.