Search results

Jump to: navigation, search

Page title matches

  • .../zless, tail, cat/zcat, grep/zgrep, etc. to view the contents of these log files.'' :Stores information from Linux Audit daemon (auditd). This log contains information on what users perform
    5 KB (718 words) - 00:58, 12 December 2018

Page text matches

  • ...ux]] (32-bit/64-bit; distros: [[CentOS]] {favourite}, [[SuSE]], [[Mandriva Linux|Mandriva]], Slackware, and Ubuntu) see: [[:Category:Linux Command Line Tools]] and [[:Category:Scripting languages]] for detailed lis
    6 KB (773 words) - 11:35, 5 February 2020
  • '''Bash''' is a [[Linux]] command shell written for the GNU project. Its name is an acronym for ''' Bash is the default shell on most Linux systems and was previously my favourite shell. After nearly 14 years of usi
    34 KB (5,354 words) - 19:04, 9 May 2023
  • ...ting language]] that is designed for processing text based data, either in files or data streams. This article will mainly consider the '''GNU Awk''' (aka ' ''Awk'' is a programming language whose basic operation is to search a set of files for patterns, and to perform specified actions upon lines or fields of line
    11 KB (1,785 words) - 21:29, 30 May 2022
  • ...t>#</tt>" character is used as the comment marker in these executable text files, the actual contents of the shebang line will be ignored by the interpreter ...hebang equalling the magic byte string <code>0x23 0x21</code>). Executable files that do not require an interpreter program start with other magic combinati
    5 KB (755 words) - 23:20, 25 May 2006
  • ...s environment ('''I am 100% a Linux and open-source guy {I have been using Linux since 1999}'''). ::Skills used: Linux, [[:Category:AWS|AWS]], [[Google Cloud Platform|GCP]], Azure, [[Docker]], [
    39 KB (5,009 words) - 19:43, 14 January 2023
  • ...is a screen-oriented text editor computer program run from the [[:Category:Linux Command Line Tools|command line]]. This article will mainly discuss techniq * Edit remote files via scp (or ftp) in vim:
    14 KB (2,396 words) - 22:38, 21 June 2023
  • ...e-rooted, saved, and plotted to [[PostScript]] (or PICT for the Macintosh) files. Input trees can be with/without branch lengths, with/without bootstrap val ...ftware/njplot.html for MAC, PC (under Windows95/NT/XP), and several Unix/[[Linux]] platforms.
    4 KB (587 words) - 02:42, 13 July 2012
  • '''ClustalW''' is multiple alignment programme for Unix and Linux (I am ignoring other operating systems in this article/tutorial). ClustalW ...ectory where you want to store the ClustalW executables and files. Extract files from archive downloaded into this directory. For an example (under your "ho
    16 KB (2,365 words) - 20:40, 6 November 2008
  • You will need the following files: *[http://www.dagondesign.com/files/backup_dbs.txt backup_dbs.txt]
    15 KB (2,259 words) - 00:21, 10 February 2021
  • ...process running, their login shell. Most tasks (directory listing, editing files, etc.) can easily be accomplished by letting the program take control of th [[Category:Linux Command Line Tools]]
    13 KB (2,288 words) - 04:42, 21 April 2023
  • This article will be a beginners guide to using [[Linux]]. |'''ls''' || Displays a list of files in the current working directory, like the ''dir'' command in DOS
    1 KB (180 words) - 05:21, 18 May 2007
  • ...s in one column and differing lines in separate columns for left and right files. This functionally is similar to <tt>[[Diff (command)|diff]]</tt>. ...mm</tt> will not try to indicate that a line has "changed" between the two files; lines are either shown in the "from file #1", "from file #2", or "in both"
    1 KB (250 words) - 21:58, 25 May 2006
  • ...[[:Category:Linux Command Line Tools|command line tool]] for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, TFTP, Telnet, DICT, FIL * Share files via cURL:
    10 KB (1,538 words) - 04:37, 21 April 2023
  • ...[:Category:Linux Command Line Tools|command line tool]] for use with the [[Linux]] operating system. *two additional files, <code>agrep.algorithms</code> and <code>agrep.chronicle</code>, giving mor
    13 KB (1,944 words) - 06:33, 20 April 2012
  • $ wget -b <nowiki>https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.0.4.tar.gz</nowiki> #-A.mp3: accept only mp3 files
    5 KB (719 words) - 07:18, 13 September 2021
  • ...mand Line Tools|Linux utility programme]] that changes strings in place in files or on the standard input. It uses a finite state machine to match longer st Suppose you have a bunch of HTML files that have the path string <code>/home/foo</code> and you would like to repl
    2 KB (371 words) - 05:59, 8 February 2007
  • ...ttp://biowulf.bu.edu/FAST/index.htm run from the web] by uploading two PDB files in the given form. Or, one can also [http://biowulf.bu.edu/FAST/download.ht To visualize alignment under [[Linux]]:
    1 KB (196 words) - 01:54, 10 February 2007
  • ...[:Category:Linux Command Line Tools|command line tool]] which synchronizes files and directories from one location to another while minimizing data transfer <tt>rsync</tt> can copy or display directory contents and copy files, optionally using compression and recursion.
    13 KB (2,005 words) - 21:34, 11 July 2015
  • '''sudoers''' is a [[:Category:Linux Files|file]] (typically located at <code>/etc/sudoers</code>) containing a list o [[Category:Linux Files]]
    2 KB (352 words) - 11:29, 7 July 2014
  • .... <code>rdiff-backup</code> also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership, modification times, extended attributes, a [[Category:Linux Command Line Tools]]
    2 KB (318 words) - 02:09, 26 April 2007
  • '''GnuPlot''' is a versatile [[:Category:Linux Command Line Tools|command line]] programme that can generate two- and thre .../tt> can produce output directly on screen, or in many formats of graphics files, among which PNG, EPS, SVG, JPEG and many others. The programme can be used
    15 KB (2,365 words) - 07:16, 20 April 2012
  • ...extual transformations to a sequential stream of text data. It reads input files line by line, edits each line according to rules specified in its simple la ...h line. Because only one line at a time is in memory, sed can process text files with an arbitrarily-large number of lines. Some implementations of sed can
    11 KB (1,730 words) - 00:56, 18 May 2015
  • ...Linux Command Line Tools|command line utility]] that for a given a list of files or standard input to read, grep searches for lines of text that match one o ....gnu.org/software/grep/ GNU grep] &mdash; the grep that usually comes with Linux distributions
    3 KB (381 words) - 08:45, 17 October 2017
  • ...ry:Linux Command Line Tools|command line tool]]) used to rename files in [[linux]]. You can change filenames to either all upper or all lower case, or speci * Can overwrite existing files
    2 KB (329 words) - 00:47, 14 December 2012
  • ...nd ''zero responsibility'' on my part if they cause loss of information or files. Use at your own risk. *Finding files:
    20 KB (3,106 words) - 23:38, 10 September 2021
  • ...ne tool]]) used to find duplicate files in a given set of directories in [[linux]]. ...cations; if the ''contents'' of the file are identical, it will find these files to be identical. It was written by Adrian Lopez.
    3 KB (442 words) - 01:43, 26 April 2007
  • ;file2cable : sends out raw ethernet frames from files [[Category:Linux Command Line Tools]]
    1 KB (172 words) - 02:00, 31 May 2012
  • *[[Linux|'''L'''inux]] This section will ''only'' consider setting up a LAMP Server for [[SuSE]] Linux (tested on version 10.1) and with a 64-bit CPU / x86_64 (tested on a Pentiu
    4 KB (549 words) - 08:27, 8 September 2007
  • '''mvs''' is a [[:Category:Linux Command Line Tools|command line]] Mediawiki client. * <tt>up/update</tt> &mdash; Fetch one or more working files:
    2 KB (252 words) - 04:19, 31 March 2008
  • ...e editor [[Sed|sed]] and the filter [[Grep (command)|grep]]) provided by [[Linux|Unix]] distributions were the first to popularize the concept of regular ex place to download files.
    13 KB (2,034 words) - 21:46, 9 March 2009
  • sed -e '$!{h;d;}' -e x # for 1-line files, print blank line sed -e '1{$q;}' -e '$!{h;d;}' -e x # for 1-line files, print the line
    30 KB (4,929 words) - 22:47, 21 August 2019
  • * edit files in place (makes backup if extension supplied): * consider files as separate rather than as a single continuous long stream:
    8 KB (1,304 words) - 05:58, 7 August 2006
  • ; Output of entire files : <code>cat tac nl od</code> ; Output of parts of files : <code>head tail split csplit</code>
    9 KB (1,324 words) - 23:35, 6 February 2013
  • '''Redirection''' is a function common to most [[Linux]] [[shell]]s which allow standard streams to be redirected to user-specifie ...implemented by placing certain characters (or tokens) between [[:Category:Linux Command Line Tools|commands]]. Typically, the syntax of these characters is
    12 KB (1,905 words) - 20:29, 22 September 2020
  • * To ftp files using name+passwd, include them in the URL like: Curl also supports simple ranges for FTP files as well. Then you can only specify start and stop position.
    29 KB (4,993 words) - 01:53, 26 April 2007
  • : convert PPM to 3 subsampled raw Stanford MPEG YUV files : merge 3 subsampled raw YUV files to one PPM
    17 KB (2,636 words) - 06:49, 1 September 2006
  • ...article, I will describe how to setup a [[LAMP]] environment on [[Mandriva Linux]] (version 2007.1). ...iles from the old datadir to the new location. However, make sure that the files named ib_arch_log_0000000000, ib_logfile0 etc. are not copied to the newer
    7 KB (1,074 words) - 01:52, 3 May 2007
  • '''Expect''' is a [[Linux]] automation and testing tool, written by Don Libes, for interactive applic # Get all the files
    7 KB (1,064 words) - 03:05, 13 April 2008
  • ...by Jani Jaakkola and Pekka Kilpeläinen. It is included in the [[SuSE]] [[Linux]] package. ...rom HTML files, function prototypes from C or make complex queries to SGML files based on the [[DTD]] of the file.
    3 KB (464 words) - 01:55, 26 April 2007
  • '''units''' is a [[:Category:Linux Command Line Tools|command line]] unit conversion program. -f, --file specify units data files (-f '' loads default file)
    4 KB (615 words) - 22:12, 16 April 2007
  • ...d Line Tools|command line tool]] that is used to report a list of all open files and the processes that opened them. ...(suitably filtered if necessary) to identify the process that is using the files.
    1 KB (166 words) - 06:15, 23 September 2007
  • '''Xmerge''' is a [[image stitching]] [[:Category:Linux Command Line Tools|command line tool]] developed by Johan Borg. ...de>-l</code>:load saved mapping data, mutually exclusive to specifying ppm files
    3 KB (581 words) - 06:49, 20 April 2007
  • ...s and their contents in Linux operating systems. More simply, it is the '''Linux directory structure'''. ...wever, that some of these directories may or may not be present on a given Linux system as they depend on whether certain subsystems, such as the X Window S
    7 KB (974 words) - 20:12, 19 April 2022
  • '''wvWare''' is a library which allows access to Microsoft Word files. [[Category:Linux Command Line Tools]]
    216 bytes (28 words) - 20:18, 9 October 2006
  • ...''' is log based brute force blocker. Fail2ban will monitor the system log files and when certain configured events occur they will trigger fail2ban to bloc [[Category:Linux Command Line Tools]]
    1 KB (163 words) - 04:09, 1 September 2007
  • * <tt>find</tt> - search for files in a directory hierarchy * <tt>locate</tt> - list files in databases that match a pattern
    10 KB (1,695 words) - 23:28, 21 May 2015
  • '''WikiSH''' is a [[:Category:Linux Command Line Tools|command line]] wiki using only [[Bash|/bin/sh]] and plai ...HTML and should be converted before using it. This, along with the [[CSS]] files, will make WikiSH [[:Category:International Standards|web standards complia
    2 KB (278 words) - 22:31, 2 January 2015
  • * absolutely '''''must''''' work on [[Linux]]; * the source files ''must'' be included (i.e. ''not'' just the binaries);
    13 KB (1,598 words) - 06:08, 20 May 2008
  • '''mt''' is a [[:Category:Linux Command Line Tools|command]] used to control and backup data onto magnetic * Display list of files on tape drive:
    6 KB (1,008 words) - 08:58, 17 February 2016
  • ...o with/to ISO images. Everything will be done from the CLI (or [[:Category:Linux Command Line Tools|command line]]). ==ISO from files on Hard Drive (HDD)==
    11 KB (1,842 words) - 14:44, 14 July 2014
  • '''xls2csv''' is a [[:Category:Linux Command Line Tools|command line]] script that recodes a spreadsheet's chars ==Transpose CSV files==
    2 KB (364 words) - 05:00, 17 May 2007
  • On Linux, Mozilla requires JRE 1.4.2 or later. You should try to get the latest vers If you are using an older Linux distribution, you may need to install the gcc3 support libraries, as the gc
    7 KB (1,193 words) - 07:15, 30 April 2010
  • '''ptx''' is a [[:Category:Linux Command Line Tools|command-line]] utility to produce a permuted index of fi Output a permuted index, including context, of the words in the input files.
    15 KB (2,341 words) - 02:00, 26 April 2007
  • This creates two files named <code>one</code> and <code>two</code>, which contain the important fe To create two category files in the current directory from two ASCII text files named Mark_Twain.txt and William_Shakespeare.txt respectively, type:
    7 KB (1,190 words) - 08:53, 22 February 2007
  • ...] utility whose primary purpose is the low-level copying and conversion of files. ...f'''=''file'' : Input File: Read from ''file'' instead from [[Redirection (Linux)|standard input]].
    10 KB (1,656 words) - 01:46, 7 May 2018
  • '''shred''' is a [[:Category:Linux Command Line Tools|command-line]] utility to overwrite a file to hide its c ...file sizes up to the next full block; this is the default for non-regular files
    4 KB (623 words) - 02:39, 13 February 2007
  • ...r inclusion in text processors or presentations. With tex2im you can write files containing only the formula in latex mathmode and transform them to many di [[Category:Linux Command Line Tools]]
    5 KB (868 words) - 07:48, 25 December 2008
  • ...(for Windows). If you are like me, you will want this HDD formatted for [[Linux]]. *Step 1: Getting Linux to discover the newly connected external HDD
    7 KB (1,275 words) - 03:45, 1 December 2015
  • ...r. It supports the two most common forms of standard Unix archive (backup) files: [[cpio]] and [[tar]]. *Read the archive <code>a.pax</code> with all files rooted in <code>/usr</code> into the archive extracted relative to the curr
    1 KB (251 words) - 04:20, 6 July 2012
  • Older [[Linux]] kernels are using the older definition of DST and the files that control this will need to be updated. Below I will show you how to do The time zone files are usually found here:
    5 KB (705 words) - 01:44, 14 May 2015
  • * Example: Processing PCAP dump files, looking for patterns *[http://logi.cc/linux/netfilter-log-format.php3 Netfilter]
    6 KB (772 words) - 17:05, 11 June 2015
  • '''crontab''' is a [[:Category:Linux Command Line Tools|command line tool]] used to schedule commands to be exec == crontab files ==
    8 KB (1,304 words) - 08:49, 18 September 2021
  • *<code>[[nm (command)|nm]]</code> &mdash; list symbols in object files *<code>objcopy</code> &mdash; copy object files, possibly making changes
    2 KB (285 words) - 03:57, 1 April 2007
  • ...one or more [[wikipedia:Executable and Linkable Format|ELF format]] object files. The options control what particular information to display. ...oes not support examining archives, nor does it support examing 64 bit ELF files.
    600 bytes (86 words) - 04:03, 1 April 2007
  • The '''kernel''' is the core piece of the [[Linux]] operating system. The kernel manages the resources of the Linux OS; such as the following:
    6 KB (897 words) - 10:20, 17 November 2014
  • *List the absolute paths of all files installed from a given package: View files in an installed package rpm -ql ${PKG} dpkg -L ${P
    8 KB (1,064 words) - 22:36, 19 April 2023
  • ...es not contain automated scripts for many common tasks (such as undeleting files, creating partitions, and the such). RIP disc comes in two flavors, one wit *PhotoRec &mdash; to recover deleted files, by ignoring the filesystem and checking disk blocks for known file types
    3 KB (481 words) - 05:17, 2 April 2007
  • The following is an example of a fstab file on a Red Hat [[Linux]] system: # my files partition shared by windows and linux
    6 KB (838 words) - 01:45, 3 April 2007
  • ...[kernel]] series. Its primary function is managing device nodes in <code>[[Linux directory structure|/dev]]</code>. It is the successor of <tt>devfs</tt> an ...]] interface of the Linux kernel which has been updated or introduced with Linux kernel 2.6.13. A system using such a new version of udev will not boot with
    4 KB (694 words) - 01:44, 3 April 2007
  • PostScript Printer Description (PPD) files are created by vendors to describe the entire set of features and capabilit *[http://www.linux.com/article.pl?sid=07/05/03/1421232 Turn your Linux box into a PDF-making machine]
    6 KB (795 words) - 22:59, 23 January 2008
  • ...Many of these software packages are today included as part of typical GNU/Linux distributions. | contains utilies to compare files
    8 KB (1,101 words) - 05:31, 4 April 2007
  • ...well through SourceForge. SoX is written in standard C, with a [[:Category:Linux Command Line Tools|command-line interface]]. ;<code>crossfade.sh</code> : Crossfade two audio files.
    4 KB (624 words) - 11:10, 28 October 2014
  • enumeration of the input files in the other they were given. enumeration of the input files in the alphabetical order of their names.
    8 KB (1,389 words) - 23:23, 16 April 2007
  • .... A compact disc mounted with the "cdfs" driver appears as a collection of files, each representing a single track. It supports the following track types: ...he media player reading from the tracks. The CDA files aren't actual music files, they are 'shortcuts' to the invisible tracks on the audio CD.
    3 KB (492 words) - 02:50, 21 April 2007
  • ...] 2007.1. However, most of it should work for 32-bit systems and any other Linux distribution.'' ...s.org/wiki/Library-related_Commands_and_Files Library-related Commands and Files]
    15 KB (2,303 words) - 00:36, 13 July 2012
  • ;[[:wikipedia:diff|diff]] : compares two files and shows the differences, line by line. ...o files differ, or cmp can show the characters that differ between the two files.
    1 KB (218 words) - 17:47, 9 July 2012
  • ...the latest [[kernel]]s. For best results, compile hdparm with the include files from the latest kernel source code. [[Category:Linux Command Line Tools]]
    1 KB (224 words) - 03:38, 4 May 2007
  • ...type of archive bitstream) and the name of the program used to handle such files. Is far more efficient (and with less problems) to copy files from one location (or machine) to another via tar pipes.
    6 KB (968 words) - 05:29, 20 November 2013
  • *<tt>to-bzip</tt> &mdash; converts .Z and .gz files to bzip2 format. *<tt>notrail</tt> &mdash; removes all trailing spaces from text files.
    1 KB (149 words) - 01:42, 4 June 2007
  • *in-place edit of *.c files changing all foo to bar *increment all numbers found in these files
    14 KB (2,259 words) - 06:45, 24 September 2007
  • ...can place them in a pipe as any other [[:Category:Linux Command Line Tools|Linux]] command or use them in a cgi script. All programs are written in ANSI C, ;gp_matrix : look for promoters in a set of sequence files, using the Staden matrix (see: Hertz, G. and Stormo, G.D. 1996. Escherichia
    7 KB (1,108 words) - 02:04, 13 July 2012
  • ''Note: This 'howto' will show how to setup a Linux Subversion Server (repository), using [[SSH]] client access (using the <cod It should return a list of your project files. If it does, your svn repository is ready to use.
    3 KB (512 words) - 22:04, 22 August 2018
  • This will start <code>ntop</code> and write the database files to the directory <code>/var/lib/ntop</code> (note: You must start <code>nto [[Category:Linux Command Line Tools]]
    3 KB (435 words) - 07:25, 5 September 2007
  • ...ADME for stand-alone BLAST" document. It will only cover the process for [[Linux]] systems (and assume 32-bit OS).'' .../ (the archive will be called something like <code>ncbi-blast-2.2.25+-ia32-linux.tar.gz</code> for 32-bit versions).
    15 KB (1,757 words) - 22:12, 9 July 2012
  • ...figuration management project created by Linus Torvalds, initially for the Linux kernel development. ...software management, I also use it as my backup system for any of my text files.
    4 KB (633 words) - 00:38, 19 February 2021
  • '''ext3grep''' is a utility that ''can'' help you recover cleanly deleted files on an ext3 partition (i.e., <code>rm foo</code>). It was written by Carlo W ...tp://www.xs4all.nl/~carlo17/howto/undelete_ext3.html HOWTO recover deleted files on an ext3 file system]
    638 bytes (105 words) - 07:36, 9 May 2008
  • ...environments which affects the default file system mode for newly created files and directories of the current process. It controls which of the file permi [[Category:Linux Command Line Tools]]
    2 KB (256 words) - 04:16, 14 April 2008
  • ack [OPTION]... PATTERN [FILES] ...ck may also search STDIN, but only if no FILES are specified, or if one of FILES is "-".
    8 KB (1,112 words) - 00:03, 16 December 2012
  • ...particular pattern, e.g. "''use the glob ''*.log'' to match all those log files''". [[Category:Linux Command Line Tools]]
    2 KB (257 words) - 23:04, 6 November 2008
  • and a number of ancillary programs that produce input files for rendering from PDB (Protein Data Bank) files of atomic coordinates. Raster3D can also
    5 KB (859 words) - 21:46, 11 February 2010
  • # lowercase/uppercase all files/directories *[http://www.ibm.com/developerworks/linux/library/l-z/index.html Curtains up: introducing the Z shell]
    1 KB (236 words) - 20:35, 11 July 2012
  • ...hangetrack] &mdash; a program to automatically monitor changes to a set of files. ...source version) &mdash; a Ruby-based management and automation tool for [[Linux]] system administration.
    2 KB (232 words) - 05:56, 8 July 2013
  • ;formatrpsdb [2] : Format scoremat files into an RPSBLAST database ;makemat [2] : Convert the copymat files into scoremat format, no loger needed by new blastpgp output
    11 KB (1,473 words) - 00:05, 10 July 2012
  • *Highly configurable through menus and/or human readable text files ...h of the directory ELinks will read and write its config and runtime state files to instead of ~/.elinks. If the path does not begin with a '/' it is assume
    11 KB (1,694 words) - 20:05, 24 July 2012
  • '''<tt>socat</tt>''' (for '''SO'''cket '''CAT''') is a [[:Category:Linux Command Line Tools|CLI]] utility that acts as a multipurpose relay for bidi ...ctional byte streams and transfers data between them. Data channels may be files, pipes, devices (terminal or modem, etc.), or sockets (Unix, IPv4, IPv6, ra
    3 KB (439 words) - 05:15, 21 May 2014
  • ==Cloud Files== :''Note: Cloud Files is an "Object Storage" application level system that uses an API to interac
    38 KB (4,754 words) - 17:30, 19 September 2019
  • tion of the di program's locale message files. [[Category:Linux Command Line Tools]]
    15 KB (2,072 words) - 19:07, 22 November 2013
  • ...</code> (for ''[[:Category:XenClassic|XenClassic]]'') domain configuration files.
    6 KB (864 words) - 05:51, 25 December 2013
  • ...ife for TCP/IP". Its list of features includes port scanning, transferring files, and port listening, and it can be used as a backdoor. On Linux, NetCat can be used for port forwarding. Below are nine different ways to d
    6 KB (1,051 words) - 00:04, 4 May 2014
  • ...America, I will add the lines above for North America to the following two files: [[Category:Linux Command Line Tools]]
    4 KB (668 words) - 21:38, 9 April 2018
  • * files commonly created by rootkits; * hidden files in system directories; and
    2 KB (298 words) - 21:38, 10 September 2021
  • ...e information on available magic sys req operations, see sysrq.txt in your Linux Kernel sources. :Reads the Xen message buffer, similar to dmesg on a Linux system. The buffer contains informational, warning, and error messages crea
    32 KB (5,154 words) - 10:30, 20 September 2014
  • ...uch a modified environment cannot name (and therefore normally not access) files outside the designated directory tree. The term "chroot" may refer to the < ...e will be a user "<code>bob</code>" who only has access to upload/download files from the <code>/var/www/jail/bob</code> directory.''
    2 KB (415 words) - 11:40, 20 September 2014
  • .../zless, tail, cat/zcat, grep/zgrep, etc. to view the contents of these log files.'' :Stores information from Linux Audit daemon (auditd). This log contains information on what users perform
    5 KB (718 words) - 00:58, 12 December 2018
  • A '''chroot''' on [[Linux]] operating systems is an operation that changes the apparent root director ==Copy files while in Rescue Mode==
    2 KB (410 words) - 07:21, 1 July 2020
  • ...ing servers (among other things). This article will ''only'' discuss the [[Linux]] aspects. Most of the examples will use [[Vagrant]]. However, some of the ...ng this file in my git repo, I like to keep it with the rest of my Ansible files.
    12 KB (1,304 words) - 17:04, 10 April 2022
  • ...lities designed as a central management and configuration platform for the Linux computer operating system. $ systemctl list-unit-files
    12 KB (1,578 words) - 00:06, 11 April 2023
  • ...upplied FILE in turn to standard output (- means standard input), or if no FILEs are specified just standard input is copied. This is the same behaviour as [[Category:Linux Command Line Tools]]
    4 KB (537 words) - 22:16, 6 March 2015
  • ...be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. A j This searches in all files in the current directory and its subdirectories whose name end in <code>.fo
    3 KB (470 words) - 02:36, 20 March 2015
  • '''<tt>crudini</tt>''' is a utility to simplify reading and updating ini/conf files from shell scripts, so named as it provides CRUD (Create/Read/Update/Delete [[Category:Linux Command Line Tools]]
    948 bytes (147 words) - 17:53, 27 October 2015
  • ...s, parsing them and closing the file. The sysctl system call does exist on Linux, but does not have a wrapping function in glibc and is not recommended for ==How to enable IP forwarding in Linux==
    3 KB (441 words) - 02:14, 14 January 2016
  • ...4 are: <code>tcp</code>, <code>udp</code>, and <code>raw</code>. All three files have identical syntax. The first line provides labels for each of the colum ...>inode</code> : A cryptic-looking number that identifies the socket to the Linux virtual filesystem.
    4 KB (652 words) - 22:26, 20 January 2022
  • ...city is elastic, growing and shrinking automatically as you add and remove files, so your applications have the storage they need, when they need it. ...om/AWSEC2/latest/UserGuide/building-shared-amis.html Guidelines for Shared Linux AMIs].
    16 KB (2,382 words) - 16:29, 7 April 2017
  • ...ode, runtime, system tools, system libraries, settings. Available for both Linux and Windows based apps, containerized software will always run the same, re ...te and RAM. Images are constructed from filesystem layers and share common files. This minimizes disk usage and image downloads are much faster.
    48 KB (6,756 words) - 21:40, 3 March 2023
  • ...ibuted file system protocol allowing a user on a client computer to access files over a computer network much like local storage is accessed. * Create the directory that will contain the NFS shared files:
    2 KB (247 words) - 00:32, 16 August 2016
  • # Uncomment the following line if you wish to be able to pass files from ...e <nowiki>https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64</nowiki> \
    168 KB (22,699 words) - 17:26, 19 January 2024
  • ...ges could have been added, because the remote infrastructure can change or files could have been edited (e.g., by someone else on your team). In short, alwa ...orking directory (<code>aws.create_ec2_instance</code>) with the following files:
    63 KB (8,361 words) - 23:51, 19 July 2022
  • ==Working with mbox files== [[Category:Linux Command Line Tools]]
    3 KB (411 words) - 18:40, 16 February 2017
  • ** No writing to local files (must write to a DB instead for persistent data) | Like files in a file system
    100 KB (12,852 words) - 00:23, 27 July 2021
  • * Access transparency: Can be accessed the same way as local files without knowing its exact location. * Concurrency transparency: All clients have the same view of the files.
    53 KB (7,890 words) - 19:21, 23 March 2017
  • *** Amazon Linux (t2.micro) * Create an S3 bucket for the data and upload data files to it
    25 KB (3,055 words) - 16:50, 20 March 2017
  • # Loading an external dataset from files on an external storage system ...ds] page, accept the license agreement, and copy the download link for the Linux 64-bit RPM.
    47 KB (6,681 words) - 18:29, 27 November 2019
  • ...tps://storage.googleapis.com/kubernetes-release/release/${K8S_VERSION}/bin/linux/amd64/kubectl</nowiki> ...ate:"2019-06-19T16:40:16Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}
    71 KB (8,566 words) - 23:27, 9 August 2019
  • Change to the directory that contains the sample files for this lab. A Helm chart is a package of resource configuration files, along with configurable parameters. This single command deployed a collect
    140 KB (19,601 words) - 06:57, 9 September 2021
  • '''moreutils''' is a collection of Unix/[[Linux]] tools. *<code>combine</code>: combine the lines in two files using boolean operations
    1 KB (183 words) - 02:42, 16 March 2020
  • ...de>token_reviewer_jwt</code> and <code>kubernetes_ca_cert</code> reference files written to the container by Kubernetes. The environment variable <code>KUBE [[Category:Linux Command Line Tools]]
    18 KB (2,206 words) - 21:16, 15 April 2020
  • ...ganization also offers an introductory Essentials program for beginners in Linux and open source, as well as an Open Technology track for professionals work This article will focus on the Linux Professional Certification Track.
    6 KB (733 words) - 22:25, 30 April 2021
  • '''bc''' is an arbitrary precision calculator language found on most Linux distributions. ...om all the files listed on the command line in the order listed. After all files have been processed, <code>bc</code> reads from the standard input. All cod
    2 KB (296 words) - 05:02, 13 March 2022
  • ...face to internal data structures about running processes in the kernel. In Linux, it can also be used to obtain information about the kernel and to change c Linux first added a /proc filesystem in [https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?h=0.97.3 v0.97.3], September 1992, a
    10 KB (1,571 words) - 22:24, 20 January 2022
  • ...ML, JSON and XML processor. yq uses [[jq]] like syntax but works with YAML files as well as JSON, XML, properties, csv and tsv. [[Category:Linux Command Line Tools]]
    540 bytes (81 words) - 19:43, 28 September 2023