You can not select more than 25 topics 
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long. 
		
		
		
		
		
			
	
	
		
			
	
		
			This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
		 
	
		
		
			
				
				
					
						
						
						
							---
 
						
						
						
							layout: post
 
						
						
						
							title: 从宝塔面板中学习运维知识
 
						
						
						
							tags: [宝塔, 运维]
 
						
						
						
							---
 
						
						
						
							
 
						
						
						
							  用Python代码的程序就等着被抄吧! <!--more-->     
 
						
						
						
							
 
						
						
						
							# 起因
  
						
						
						
							 
						
						
						
							  我安装的面板有[1Panel](https://github.com/1Panel-dev/1Panel), , , , , , ? , , , ? , ?  
						
						
						
							  宝塔面板破解版之前我在[测试Koyeb](/2022/11/29/free-server.html)的时候试过一个,不过后来看到了一个新的,主要是之前那个界面上改的全是的广告,新找的这个破解版不仅界面没有做什么修改,而且[后端开源](https://github.com/flucont/btcloud),也不用担心有什么后门。   
 
						
						
						
							  虽然我不信任宝塔面板, , , , , , ( , ) , , ,  
						
						
						
							
 
						
						
						
							# 功能探索与解析
  
						
						
						
							, , , , , , , , , ,  
						
						
						
							  另外还有一些是纯粹解析类的也没什么意思, , , , ,  
						
						
						
							## 宝塔防入侵
  
						
						
						
							, , , , , , , , , , , , , : , , , , , , ?  
						
						
						
							## 宝塔系统加固
  
						
						
						
							, , , , , , , , , , , < file > `就可以让任何人都没有权限操作这个文件,想要操作的话必须执行`chattr -i < file > `解除才行。因为一般都是拿普通权限限制的,从来没考虑过扩展权限,这下学到新知识了😆。
 
						
						
						
							## 文件监控
  
						
						
						
							, , , , , , ,  
						
						
						
							## 堡塔企业级防篡改
  
						
						
						
							, , , , , , , , ,  
						
						
						
							## 堡塔运维平台
  
						
						
						
							, , , , ,  
						
						
						
							
 
						
						
						
							# 总结