「Coreutils」に関連した動画の一覧

辞典・百科事典の検索サービス - Weblio辞書

初めての方へ

参加元一覧


用語解説|製品情報|動画|全文検索

「Coreutils」に関連した動画の一覧

 

compilando coreutils en puppy linuxcompilando coreutils en puppy linux 
tarde de lluvia sin mas que hacer, esperando las tortas fritas y los mates.
2011年02月23日再生回数 78
Como instalar bluetooth en el iPhone con AirBlue SharingComo instalar bluetooth en el iPhone con AirBlue Sharing 
Hola amigos este tutorial es para el Bluetooth para que podamos enviar archivos desde el iPhone a un celular. La aplicación o tweaks para poder enviar archivos por bluetooth se llama AirBlue sharing. Antes de empezar un aviso importante : NO FUNCIONA CON IOS 5.1 No activen al Bluetooth normal del iDevice, o no funcionara el AirBlue Sharing. Este tweak no funciona con el Bluetooth normal, asi que desactiven el Bluetooth si lo tienen activado. Deben de borrar estos tweaks si es que los tienen instalados AirBlue Sharing, AirBlue Stack y Erica Utilities Tambien borrar cualquier otra version que tengan instalada de Airblue Sharing. Entrar por ssh o desde iFile: var/mobile/library/ y aqui borran la carpeta "blued-obex", si no la tienen dejenlo así como esta. Ahora lo que tienen que hacer es agregar una repo que se llama : HunterBeckham.myrepospace.com Después Instalar el siguiente tweaks de esa repo , se llama AirBlue Sharing Cracked no instalen air blue fix ya que eso no sirve solo AirBlue Sharing Cracked Al momento que instales el tweaks se instalaran estos Airblue Stack, Activator, Erica Utilities, Coreutils, Coreutils-bin, y shell-cmds Si no les faltan ninguno lo instalan y ya y si les falta uno busquenlo en cydia y lo instalan . Si no encuentran esos tweaks de cydia tienen que ir a manejar - ajuste - y después ponerlo en desarrollador y ahora si buscarlo . Otro aviso importante : El crack tiene un bug con el wifi, si no haces los siguientes pasos, tendras que reiniciar el ...
2012年04月07日再生回数 1314
How to Install Mobile Terminal on iOS 5How to Install Mobile Terminal on iOS 5 
Retweet: clicktotweet.com Name: How to Install Mobile Terminal on iOS 4 or iOS 5 Description: This tutorial shows how to install Mobile Terminal on your latest firmware for your iOS device. You will need iFile and CoreUtils from Cydia to follow this tutorial. It should only take a few minutes to install. Price: Free Repo: code.google.com View More Videos: www.iDownloadBlog.com Follow iDownloadBlog on Twitter: www.twitter.com Follow Jeff on Twitter: www.twitter.com Like iDownloadBlog on Facebook: www.facebook.com About iDownloadBlog: iDownloadBlog is an iPhone Blog that covers the latest iPhone, iPad, and iPod touch jailbreak apps, tweaks, themes, mods, firmware, breaking news, apple hardware, and more.
2011年10月31日再生回数 25825
How to Install Mobile Terminal on iOS 4 & iOS 5!How to Install Mobile Terminal on iOS 4 & iOS 5! 
Mobile Terminal is used for doing all sorts of things — system level commands. In general, the average user won't need it, but it's very useful when performing some advanced operations, like chmod, etc. You are going to need a jailbroken device with iFile and Core utilities installed, which can be downloaded for free, in Cydia. Check out my Website - goo.gl Subscribe to my other Channel - goo.gl Become a Fan on Facebook - goo.gl Follow me on Twitter - goo.gl Follow me on DailyBooth - goo.gl Add me on Skype - BrandonFisher_15 Follow me on Ping - Fishyy15 Follow me on Instagram - Fishyy15 Friend me on Game Center - Fishyy15
2011年11月02日再生回数 2358
Using Ruby to Craft and Test Beautiful Command Line Applications by Nikhil Mungel and Shishir DasUsing Ruby to Craft and Test Beautiful Command Line Applications by Nikhil Mungel and Shishir Das 
In any *nix system, the command line is the standard method of reliably interacting with the system. We are used to the exhaustive, fast and predictable nature of core-utils as well as the shell itself. Yet most user-space CLI tools leave much to be desired in terms of the user experience design and playing nicely with other CLI tools. Ruby's powerful abilities of dealing with textual data as well as its ability to directly interface with POSIX libraries and the underlying system itself makes it a great candidate for writing CLI apps. Drawing from our experiences, we will discuss -- how to model CLI apps in Ruby; how to test CLI apps; standards to follow while accepting commands, arguments and options; making CLI apps fit nicely into the *nix ecosystem; and delighting users with self-documented, easy-to-use, powerful CLI apps.
2012年05月15日再生回数 103
How to complie perl on windows 7 using mingw n pkgconfigHow to complie perl on windows 7 using mingw n pkgconfig 
Download sources - www.perl.com This version is 5.11.3 so latest. a week old. ---------------- / # system version uname -a gcc --version / # show gccversion (mingw) as --version / # show binutils version (mingw) ls --version / # '' coreutils version (msys) make --version / # '' make version (always in msys ok) / ---------------- dmake-latest version from search.cpan.org At this time its 4.12-20090907-SHAY (Steve Hay build) (always in msys too,or someplace else) ------------- libgcc_s_dw2-1.dll - latest version mingwm10.dll - latest version (mingw-runtime dll) ------------- Might need because it helps: msvcrt.dll - latest version from dll-files.com www.dll-files.com ------------- Set and check Environment Variables: PERL5LIB = C:/msys/lib/perl5/5.11.3;(C:/msys/share/automake-1.11;C:/msys/share/autoconf;) PATH = C:\MinGW\bin;C:\msys\bin;(C:\Users\Paul\Downloads\dmake;) PKG_CONFIG_PATH = C:\MinGW\lib\pkgconfig;(C:\Apps\Common\Base\lib\pkgconfig;C:\Apps\Common\API\lib\pkgconfig;) The ones in brackets are other dirs i setup on my system. (if dmake isn't stored in these locations add that location) It builds good only in cmd.exe. (Please vote and subscribe)
2009年12月26日再生回数 2804
How to complie perl on windows 7 using mingw n pkgconfigHow to complie perl on windows 7 using mingw n pkgconfig 
Download sources - www.perl.com This version is 5.11.3 so latest. a week old. ---------------- / # system version uname -a gcc --version / # show gccversion (mingw) as --version / # show binutils version (mingw) ls --version / # '' coreutils version (msys) make --version / # '' make version (always in msys ok) / ---------------- dmake-latest version from search.cpan.org At this time its 4.12-20090907-SHAY (Steve Hay build) (always in msys too,or someplace else) ------------- libgcc_s_dw2-1.dll - latest version mingwm10.dll - latest version (mingw-runtime dll) ------------- Might need because it helps: msvcrt.dll - latest version from dll-files.com www.dll-files.com ------------- Set and check Environment Variables: PERL5LIB = C:/msys/lib/perl5/5.11.3;(C:/msys/share/automake-1.11;C:/msys/share/autoconf;) PATH = C:\MinGW\bin;C:\msys\bin;(C:\Users\Paul\Downloads\dmake;) PKG_CONFIG_PATH = C:\MinGW\lib\pkgconfig;(C:\Apps\Common\Base\lib\pkgconfig;C:\Apps\Common\API\lib\pkgconfig;) The ones in brackets are other dirs i setup on my system. (if dmake isn't stored in these locations add that location) It builds good only in cmd.exe. (Please vote and subscribe)
2011年09月18日再生回数 131
01.- Curso de Git y Github. Fundamentales e instalación.01.- Curso de Git y Github. Fundamentales e instalación. 
Nuevo curso destinado especialmente a los programadores. En el año 2005 Linus Torvalds, se decidió a desarrollar un SCV(Sistema de Control de Versiones) para utilizar con el equipo de desarrollo del Kernel de Linux, focalizado sobre todo en la rapidez. Seis años más tarde, es usado por proyectos como: Android, CakePHP, Debian, Drupal, GNU Core Utils, GNOME, jQuery, Laconica, One Laptop Per Child (OLPC), Perl5, phpMyAdmin, Prototype, Ruby on Rails, Samba, VLC, WeeChat, Wine, Yum y decenas más. Desde un año para acá no me canso de ver sitios de grandes proyectos que informan que están migrando a git. Por algo será. Así que si ya usas otros Sistemas de Control de Versiones o crees que tienes que empezar a usarlos, este Curso es para tí. En este primer videotutorial vemos los fundamentales de Git y Github, así como la instalación y configuración de ambos servicios. 58 minutos.
2011年06月04日再生回数 4097
Linux From Scratch 7.1 - 0 - PrérequisLinux From Scratch 7.1 - 0 - Prérequis 
Plus sur foilen.com Voici le contenu de la vidéo - Montrer la VM que j'utilise avec Ubuntu (01:33) - - Paramètres généraux (01:55) - - Mémoire vive (02:08) - - Processeurs (02:24) - - Disques durs (02:40) - - Problème de disque dur à l'installation d'Ubuntu (03:22) - Prérequis (03:46) - - Démarrer un terminal avec l'utilisateur "root" (03:57) - - - sudo -i - - Update/Install (04:43) - - - apt-get install vim screen bash binutils bison bzip2 coreutils diffutils findutils gawk gcc grep gzip m4 make patch perl sed tar texinfo
2012年05月06日再生回数 68
Leternux 01 beta common simple and basic toolsLeternux 01 beta common simple and basic tools 
Para los que han estado al tanto de mi distribución linux, aquí dejo este "demo" del avance del sistema. que ya cuenta con varios paquetes de herramientas como inetutils, coreutils, net-tools, wireless-tools entre otras más. Ya he agregado varios guiones de inicio, recompilado el kernel para soporte wireless con todos los drivers tanto para wifi como los de ethernet 10-100 y ethernet 1000. Como navegador he instalado Elinks por sugerencia de Imoq imoqland.com (Gracias Alexito). Como editores de texto eh dejado vim y eh instalado nano. Dos herramientas importantes que también he agregado son nmap, openssh, wget y un cliente dhcp. Aplicaciones probados en el video ls, pwd, bash, su, uname, top, clear, fdisk, du, df, ps,gpm, find, nano, vi, which, ifconfig, iwconfig, ping, wget, elinks, ssh
2009年08月19日再生回数 367



モバイル
モバイル版のWeblioは、下記のURLからアクセスしてください。
http://m.weblio.jp/
_ _   

©2012 Weblio RSS