Skip to main content

Home/ Linux/ Group items tagged linux-commands

Rss Feed Group items tagged

yc c

www.kai-heitkamp.de - Qfolders (first preview)! - 0 views

  •  
    Cross platform Norton Commander like file manager Qfolders supplements the existing file manager and it is, thanks to its compatability with Norton Commander, an effective assistant for administrating your files.
Sandra Nowakowski

Help Me Choose: Linux vs. Windows Web Hosting - 0 views

  •  
    To help you choose the best operating system (OS) for your Web site to reside on, I have developed the following guidelines: First let's start with a definition of an operating system, which is the software platform on which a web server runs. Re...
Maluvia Haseltine

Linux tip: Creating a pixel ruler from the command line - 0 views

  •  
    How to draw lines and text on images with Bash scripting, shell arithmetic, and ImageMagick. This is so amazing and cool!
Marc Lijour

AirPlay et Linux : un plugin pour Totem - 0 views

  • Un plug-in Totem permet d'utiliser ce lecteur pour envoyer et recevoir des flux vidéo dans Totem via AirPlay, de quoi par exemple tirer parti d'un Apple TV avec un serveur multimédia Ubuntu. Le plug-in, disponible au téléchargement, s'installe en deux lignes de commande, git clone http://git.sukimashita.com/totem-plugin-airplay.git pour cloner le dépôt, puis ~/.local/share/totem/plugins/airplay pour déplacer les fichiers au bon endroit. Ne reste qu'à activer le plug-in dans Totem.
  •  
    Un plug-in Totem permet d'utiliser ce lecteur pour envoyer et recevoir des flux vidéo dans Totem via AirPlay, de quoi par exemple tirer parti d'un Apple TV avec un serveur multimédia Ubuntu.
Maluvia Haseltine

khtml2png - Take Command Line Web Screenshots on Linux - 0 views

  •  
    Khtml2png is a helpful tool for capturing an image of a webpage with ease. It's nice to use because it will get the entire length of the site, no matter whether it is fully visible in the browser. And, it sure beats shell scripting Firefox to open on a different display and capturing an image with Imagemagick
Scott Beamer

List installed RPM Packages sans version numbers - 0 views

  • rpm -qa --qf="%{name}\n"
  •  
    The command is: rpm -qa --qf="%{name}\n"
Yi Wang

In the Beginning was the Command Line - 0 views

  • Like the Earth's biosphere, the technosphere is very thin compared to what is above and what is below.
    • Yi Wang
       
      beautiful visualization
  • fossilization process
  • temporal arbitrage.
  • ...8 more annotations...
  • Disney does mediated experiences better than anyone. If they understood what OSes are, and why people use them, they could crush Microsoft in a year or two.
  • But more importantly, it comes out of the fact that, during this century, intellectualism failed, and everyone knows it.
  • lip service
  • How badly we want it can be measured by the size of Bill Gates's fortune.
  • When TCP/IP was invented, running it was an honor reserved for Serious Computers--mainframes and high-powered minicomputers used in technical and commercial settings--and so the protocol is engineered around the assumption that every computer using it is a serious machine, capable of doing many things at once. Not to put too fine a point on it, a Unix machine.
  • Young Americans who leave their great big homogeneous country and visit some other part of the world typically go through several stages of culture shock: first, dumb wide-eyed astonishment. Then a tentative engagement with the new country's manners, cuisine, public transit systems and toilets, leading to a brief period of fatuous confidence that they are instant experts on the new country. As the visit wears on, homesickness begins to set in, and the traveler begins to appreciate, for the first time, how much he or she took for granted at home. At the same time it begins to seem obvious that many of one's own cultures and traditions are essentially arbitrary, and could have been different; driving on the right side of the road, for example. When the traveler returns home and takes stock of the experience, he or she may have learned a good deal more about America than about the country they went to visit.
  • We like plain dealings and straightforward transactions in America.
  • This would simply not be worth the effort, and so "wc" would never be written as an independent program at all. Instead users would have to wait for a word count feature to appear in a commercial software package.
Fabien Cadet

H.264 web video encoding tutorial with FFmpeg | virag.si, Jan. 2012 by Jernej Virag - 0 views

  •  
    "ffmpeg -i input_file.avi -vcodec libx264 -vprofile high -preset slow -b:v 500k -maxrate 500k -bufsize 1000k -vf scale=-1:480 -threads 0 -pass 2 -acodec libvo_aacenc -b:a 128k -f mp4 output_file.mp4 "
yc c

DSL DAMNSMALLLINUX - 0 views

  •  
    requiers 50mb - Light enough to power a 486DX with 16MB of Ram APPS: XMMS (MP3, CD Music, and MPEG), FTP client, FireFox, spreadsheet, Sylpheed email, word-processor (Ted), three editors, graphics editing and viewing , PDF Viewer, file manager, chat, VNCviwer, Rdesktop, SSH/SCP server and client, DHCP client, PPP, PPPoE (ADSL), a web server, calculator, NFS, Fluxbox and JWM window managers, games, system monitoring apps, a host of command line tools, USB support, and pcmcia support, some wireless support
Djiezes Kraaijst

Computerworld - The A-Z of Programming Languages: BASH/Bourne-Again Shell - 0 views

  • Interviews The A-Z of Programming Languages: BASH/Bourne-Again ShellWhen the Bourne Shell found its identity
  • in this article we chat to Chet Ramey about his experience maintaining Bash.
  • In BASH's case, the problem to be solved was a free software version of the Posix standard shell to be part of the GNU system.
  • ...3 more annotations...
  • the original Bourne Shell was very influential, the various System V shell releases preserved that heritage, and the Posix committee used those versions as the basis for the standard they developed. Certainly the basic language syntax and built-in commands are direct descendants of the Bourne Shell's. Bash's additional features and functionality build on what the Bourne shell provided. As for source code and internal implementation, there's no relationship at all
  • Bash will continue to evolve as both an interactive environment and a programming language. I'd like to add more features that allow interested users to extend the shell in novel ways. The programmable completion system is an example of that kind of extension.
  • Do you have any advice for up-and-coming programmers? Find an area that interests you and get involved with an existing community. There are free software projects in just about any area of programming. The nuts-and-bolts -- which language you use, what programming environment you use, where you do your work -- are not as important as the passion and interest you bring to the work itself.
  •  
    an interview with Chet Ramey, maintainer of the bash-shell
‹ Previous 21 - 40 of 44 Next ›
Showing 20 items per page