#COMMANDNOTFOUND
Explore tagged Tumblr posts
Text
Communication
-UC
TFW you find out there’s a sandbox server for development 7 months into your position. Good thing nobody thought to share this information earlier.
0 notes
Text
Ifconfig: command not found
Ifconfig: command not found. Hace ya tiempo que el comando ip reemplazo a ifconfig, aun así... ifconfig sigue siendo un comando indispensable para los que llevamos años en el mundo de los servidores linux, supongo que por costumbre. A pesar de lo dicho, ifconfig sigue instalado por defecto en la mayoría de las distribuciones linux de escritorio, pero no en las minimal para servidor. Al ejecutar ifconfig en linux server recibimos el siguiente aviso: Ifconfig: command not found En este articulo veremos como identificar e instalar el comando ifconfig en las distros para server más populares, CentOS y derivados, Debian, Ubuntu y derivados. Los manuales oficiales ya no recomiendan su uso, algunos sysadmin sí, tu decides.
Ifconfig: command not found
Lo primero que hacemos es identificar el paquete que contiene la herramienta, para ello nos ayudamos de provides. yum whatprovides ifconfig Obtenemos un resultado similar a... net-tools-2.0-0.25.20131004git.el7.x86_64 : Basic networking tools Repositorio : @anaconda Resultado obtenido desde: Nombre del archivo : /usr/sbin/ifconfig En la respuesta que nos ofrece nuestro CentOS 7, podemos ver que el paquete que proporciona ifconfig es net-tools, así que lo instalamos. CentOS, RHEL y derivados: yum install net-tools -y Debian, Ubuntu y derivados: apt-get install net-tools Ya tenemos instalado el comando ifconfig. Canales de Telegram: Canal SoloLinux – Canal SoloWordpress Espero que este articulo te sea de utilidad, puedes ayudarnos a mantener el servidor con una donación (paypal), o también colaborar con el simple gesto de compartir nuestros artículos en tu sitio web, blog, foro o redes sociales. Read the full article
0 notes
Text
Solución a sudo add-apt-repository command not found
Solución a sudo add-apt-repository command not found, en Ubuntu, Debian, Linux Mint, Linux Lite, Zorin OS, elementary OS y resto de derivados. Es un error bastante común que al intentar agregar un nuevo repositorio desde la consola / terminal, nos aparezca el error "command not found". Por ejemplo: sudo add-apt-repository ppa:repository/ppa ejemplo de respuesta... sudo: add-apt-repository: command not found El error es producido por un error en "software-propertiess-common", o simplemente por que no lo tienes instalado. Tranquilo!!!, la solución es sencilla. En Ubuntu 14.04 y superiores tan solo debes ejecutar lo siguiente... sudo apt-get update sudo apt-get install -y software-properties-common Podrás ver como se instala de nuevo, ejemplo: $ sudo apt-get install -y software-properties-common Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: software-properties-common 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 9384 B of archives. After this operation, 188 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main software-properties-common all 0.92.37.8 Fetched 9384 B in 0s (47.0 kB/s) Selecting previously unselected package software-properties-common. (Reading database ... 62966 files and directories currently installed.) Preparing to unpack .../software-properties-common_0.92.37.8_all.deb ... Unpacking software-properties-common (0.92.37.8) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up software-properties-common (0.92.37.8) ... Si aun tienes instalado un sistema Ubuntu 13.10 o inferior, el comando a ejecutar es diferente (el resultado el mismo). sudo apt-get install -y python-software-properties Si sufrías el problema "add-apt-repository command not found" ya ves que la solución era bien simple. En Sololinux.es seguimos creciendo gracias a nuestros lectores, puedes colaborar con el simple gesto de compartir nuestros artículos en tu sitio web, blog, foro o redes sociales. Read the full article
#add-apt-repository#add-apt-repositorycommandnotfound#COMMANDNOTFOUND#elementary#LinuxLite#software-propertiess-common#solucion#sudo#Ubuntu13.10#Ubuntu14.04#ZorinOS
0 notes
Text
Valuable Employee
-UC
Today I fixed a broken embedded video by adding ‘s’ to http:// in the URL for said video. What on earth will this department ever do without me this coming September?
/s
0 notes
Text
Overthinking...
-UC
That moment when you realize the previous developer has already built in tools to help make menial database tasks a lot easier and quicker.
0 notes
Text
Self Control
-UC Introducing a co-worker to the wacky and wonderful world of multi-user version control. Lesson one: don’t perform all development and maintenance for the lifetime of the project in one single branch.
0 notes
Text
I Stand Corrected
-UC Apparently there’s a decently sized email’s worth of reasons as to why one wouldn’t want to wrap pre-tags in this particular context. You learn something every day.
0 notes
Text
Featured Bug
-UC Just ran into my first legitimate occurrence of “it’s a feature, not a bug”. How on earth are non-wrapping HTML pre-tags a feature in a markdown converter?
0 notes
Text
The Real Super Heroes
-UC
To those who actually comment their code and do it well.
0 notes
Text
C# Is Not C
-RH
I was assigned to a small project on which I was looking through some C# code. The code structure of said code was scary at best. But one gem that I saw was a comment on a class that was filled with nothing but constants that said // C# way of doing #define.
I think I cried a little.
0 notes
Text
Instant Embedded Ruby
-UC
Just add HTML!
0 notes
Text
UI Overhaul
-UC
Considering moving the entire server to Comic Sans just to shake things up.
0 notes
Text
More The Merrier
-UC
So, it’s cool to just keep adding more frameworks right?
0 notes
Text
Things TODO
-UC
You can tell a lot about a person by the way they comment their code. “[TODO] Must have been on crack when I named title.title instead of title.content. May need to refactor that someday…”
0 notes