uncleflo

profile picture

Some cool dude. Higher order of decision making. Absolute.

Registered since September 28th, 2017

Has a total of 4246 bookmarks.

Showing top Tags within 4 bookmarks

howto   information   development   guide   reference   administration   design   website   software   solution   service   product   online   business   uk   tool   company   linux   code   server   application   system   web   list   video   marine   create   data   experience   description   tutorial   explanation   technology   build   article   blog   learn   world   project   boat   download   windows   security   lookup   free   performance   javascript   technical   control   network   beautiful   support   london   tools   course   file   research   purchase   library   programming   image   youtube   example   php   construction   html   community   opensource   quality   install   profile   computer   feature   power   browser   music   platform   mobile   work   user   process   manage   database   share   hardware   professional   buy   industry   internet   dance   advice   developer   installation   3d   travel   camera   material   search   access   customer   standard   test   css   money   review   documentation   engineering   engine   develop   webdesign   device   photography   digital   api   speed   source   program   management   phone   discussion   question   event   client   story   simple   water   marketing   yacht   app   content   setup   package   fast   idea   interface   account   communication   cheap   script   compare   study   market   live   easy   google   resource   operation   startup   monitor   training  


Tag selected: init.

Clear all

Showing 4 results.

Looking up init tag. Showing 4 results. Clear

None

http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_02_01.html

Saved by uncleflo on September 15th, 2013.

A shell script is a sequence of commands for which you have a repeated use. This sequence is typically executed by entering the name of the script on the command line. Alternatively, you can use scripts to automate tasks using the cron facility. Another use for scripts is in the UNIX boot and shutdown procedure, where operation of daemons and services are defined in init scripts. To create a shell script, open a new empty file in your editor. Any text editor will do: vim, emacs, gedit, dtpad et cetera are all valid. You might want to chose a more advanced editor like vim or emacs, however, because these can be configured to recognize shell and Bash syntax and can be a great help in preventing those errors that beginners frequently make, such as forgetting brackets and semi-colons.

guide shell scripting development tutorial init linux script howto editor programming ubuntu bash unix


Cool Solutions: Creating Custom init Scripts

http://www.novell.com/coolsolutions/feature/15380.html

Saved by uncleflo on September 5th, 2013.

Novell/SUSE Linux uses a system of scripts to determine which services to run on system boot. These scripts exist in /etc/init.d/ (or the symbolic link /etc/rc.d/), and are referred to as 'init scripts.' They help dictate which services are active in each runlevel, and also allow the services to be manually controlled. For more information on runlevels, see this article. Each service that ships with Novell/SUSE Linux installs a script in /etc/init.d/. If a custom service is installed it may not have a init script. This article explains how to create these scripts.

howto guide script linux centos novell cool solution tool initialize kernel init boot parameter standard article explanation run level execute


initrd - Linux Command - Unix Command

http://linux.about.com/od/commands/l/blcmdl4_initrd.htm

Saved by uncleflo on August 31st, 2013.

The special file /dev/initrd is a read-only block device. Device /dev/initrd is a RAM disk that is initialized (e.g. loaded) by the boot loader before the kernel is started. The kernel then can use the the block device /dev/initrd's contents for a two phased system boot-up. In the first boot-up phase, the kernel starts up and mounts an initial root file-system from the contents of /dev/initrd (e.g. RAM disk initialized by the boot loader). In the second phase, additional drivers or other modules are loaded from the initial root device's contents. After loading the additional modules, a new root file system (i.e. the normal root file system) is mounted from a different device.

linux init unix command initialize ram disk boot loader description information development operating system howto driver module article kernel


UbuntuBootupHowto - Community Ubuntu Documentation

https://help.ubuntu.com/community/UbuntuBootupHowto

Saved by uncleflo on March 7th, 2012.

Since the introduction of Upstart some time in 2006, or more relevantly 9.10 Karmic where most of the system services were converted, the boot process changed somewhat. The following information is tested on 11.04 Natty. Please note that generally, you can use either traditional sysvinit scripts and the methods of working with them as well as the new upstart configs and the command: "service" interchangeably. It is however recommended you use the new upstart methods which are both forward and backward compatible.

ubuntu solutions howto boot close shutdown process services bash script run init initialize start


No further bookmarks found.