Console management ToolsPuppet foreman and PuppetdashboardPuppet Foreman PuppetdashboardForeman is an integrated data center cycle management tool that provides for puppet users to add a graphicalService provisioning, configuration management, and reporting capabilities. puppetmaster and agent information cannot be displayed in the ruby1.9 work under XMainly include:Boot tool, PXE Boot service DHCP Enterprise-level network weighing auditing and resou
Linux: the top 5 in the console-general Linux technology-Linux technology and application information. For details, refer to the following section. Tilda: its name is derived from tilde (waveform). It can be called by hotkeys and multiple can be enabled at the same time. It runs in the GTK environment.
Note: SourceFor
Alarm tone Alarm time can be set via Setterm-blength 0, 0 means no beepYou can also set the frequency of beep tones (Hz) via Setterm-bfreq 10If set directly from the command line, the current will take effect, but after a reboot, the settings will be invalidated. So refer to the settings of the Linux environment variable, put the command into the environment variable's configuration file, execute the source command, the current can take effect. And it
Linux Command Line (console) screen resolution Adjustment
In root user mode, enter $ vi/boot/grub. conf (the path may be different or/etc/grub. conf) to open the grub. conf file.
Grub is one of the system starters used to store startup Item settings and information. You must be very careful when modifying the settings. Otherwise, the system will crash ~~
The following is a brief introduction:
A large
display serial baud rate and other information:Stty-f/dev/ttyths2-a #dev/TTYTHS2 for the selected port numberparameter settings:Stty-f/dev/ttyths2 ispeed 115200 ospeed 115200 cs8Configure the baud rate 115200 data 8bit, generally set these two parameters can be, if the display data garbled, may also need to set other parameters, use man to view Stty other settings options.Send serial data:Echo 123>/DEV/TTYTHS2Read serial data:Cat/dev/ttyths2read the serial data into the text:CAT/DEV/TTYTHS2 > Fi
One to view a list of Onos-style annotation instances-bash codeScr:listActive represents an instance has been generated andregistered represents an instance not injected into the build A , view the component list, view component information, and view the services provided by the component-bash codeComponent:listComponent:show * * *Component:service * * *The restart,stop,start of the component should be the same as the bundle Restart,stop,start. - , asynchronous Communication Service list-bash co
In the linux console, close the program. 1. dev/null. 2. 1. You may often see the following in shell:> the result of the/dev/null 2> 1 www.2cto.com command can be defined in the form of %>. Output/dev/null indicates an empty Device File> indicates the redirection location, for example: echo "123">/home/123.txt 1 indicates stdout standard output. The default value is 1, therefore, ">/dev/null" is equivalen
1. Command +Let the command run in the background2.ctrl+zPut a running program in the background and pause the program3.jobsJobs can view the program executed in the background, jobs-l show the PID of the daemon, and so on detailsJobs view the running status of the program: running, stopped, TerminatedRunning indicates that it is runningStopped indicates pausedTerminated represents a zombie process and should be killed as soon as possible"+" means the current job, and the "-" table is the next j
like hardware self-test do not show backWe need to change the resolution to add vga=791 to the kernel line.Note: The parameters of the VGA is not random input, can be modified as necessary, my computer above the highest only 16 bits, 24-bit parameters can not be effective, so select vga=791.RHGB quiet can be deleted also can be preserved, see oneself like. After the setup, you need to reboot the system, and then you can see the resolution is getting bigger and it looks much more comfortable ~ ~
Linux provides a daemon function that allows the process to run out of the console and achieve the effect of running in the background. However, after the process runs in the background, the data that was originally output from the terminal console will not be visible. So, how do you get the data back?Here, the topic of the article revolves around how to get the
Linux provides a daemon function that enables the process to be executed out of the console, enabling the effect of background execution. However, after the process background execution, the original output data in the terminal console will not be visible.So, how can we get the data back?Over here. The theme of the article is about how to get the
I'm just saying now how to look at the remote Tomcat Console command.Log in to Linux with a remote login clientGo to the tomcat/logs/folderType directive: Tail-f catalina.outCTRL + C exitThis will allow you to view the Tomcat console like your local computer.The tail command writes the file to standard output starting at the specified point. Using the-f option of
Because my CentOS is installed with a VMware virtual machine, this is not the same as the directly installed CentOS change value.To modify a file:Note that the "quiet" field is appended with the vga=0x364 after the system entry that is startedThe Linux console resolution below VMware corresponds to:So here I set the 1280*720*32.My Windows display resolution is 1600*900, so I set
Label:When using Xshell to connect to the Linux server, switch to the Sqlplus console, when using the return, the ^h symbol appears, it seems that the return can not be used! Solution:1) $ stty erase ^h: The setting associated with the BACKSPACE key is erase, which represents the deletion of the last character.If the current window is executed, only the current window is valid, the next time you log in will
In the Linux system coding C language Program of the code farm should know, its and in Windows programming is very different, there is not many Linux under Windows commonly used header files, but there are many windows do not have a header file, for beginners, there is a certain restrictive, For example, conio.h header file, there are many functions we often use, so we in the windows under a small system, t
Tags: Super RAC ctr NTS class HTML without nbsp inuxUnder Windows, Tomcat starts with a black window, It is easy to see the function output of System.out.println or ex.printstacktrace, it is very convenient to debug, but in Linux, there is no such window, so we have to debug a certain difficulty.But in fact Tomcat is a place where we can see these outputs, that is the Catalina.out file in the logs directory!! This file will store all the log informati
This article describes how to save console print content to a file under Linux.
1. Tee command
The tee command is used to redirect data to a file and, on the other hand, can provide a copy of the redirected data as a stdin for subsequent commands. The simple thing is to redirect the data to a given file and screen. The tee instruction reads data from a standard input device, outputs its contents to a standa
Tags: successful local ges nbsp remaining space host Pre watch[Email protected] log]# tail-f/var/log/messages.........................tail:cannot watch '/var/log/messages ': No Space left on deviceDf-h See the rest of the space df-i see the Inode also has the remaining spaceFinal FIX: # vim/etc/sysctl.conf Add the following: Fs.inotify.max_user_watches = 819200Entry into force: # sysctl-p/etc/sysctl.confRe-test: # tail-f/var/log/messages ...... ..... Normal output, success.
Process number 7585To view a running background process(1) jobs-lThe jobs command only looks at the current terminal in effect, after shutting down the terminal, in another terminal jobs can not see the background running program, the use of PS (Process view command)(2) Ps-ef
1
ps -aux|grep chat.js
x: Show All Programs, not the terminal to distinguishNote:With Ps-def | The grep lookup process is convenient, and the last line will always grep itselfThe
Tags: stop. sh col Family view command number art jobthe FG and BG commands provided by Linux allow us to easily schedule tasks that are runningIf you find a program that runs the day before it takes a long time, but you need to do the day before, you can hang up the program with Ctrl-z, and then you can see the system prompt:[1]+ stopped/root/bin/rsync.shAt this point the process is in a stopped state, and we can let it continue executing in the back
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.