Command:
apt-get install kali-defaults kali-root-login desktop-base xfce4 xfce4-places-plugin xfce4-goodies
Command:
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave] | |
| "BraveAIChatEnabled"=dword:00000000 | |
| "BraveNewsDisabled"=dword:00000001 | |
| "BraveP3AEnabled"=dword:00000000 | |
| "BraveRewardsDisabled"=dword:00000001 | |
| "BraveSpeedreaderEnabled"=dword:00000000 | |
| "BraveStatsPingEnabled"=dword:00000000 | |
| "BraveSyncUrl"="" |
| { | |
| "preset": "per", | |
| "rules": { | |
| "align_multiline_comment": true, | |
| "array_indentation": true, | |
| "array_syntax": true, | |
| "blank_line_after_namespace": true, | |
| "blank_line_after_opening_tag": true, | |
| "combine_consecutive_issets": true, | |
| "combine_consecutive_unsets": true, |
| What | How | Good | Bad | |
|---|---|---|---|---|
| Controller | singular | ArticleController | ArticlesController | |
| Route | plural | articles/1 | article/1 | |
| Named route | snake_case with dot notation | users.show_active | users.show-active, show-active-users | |
| Model | singular | User | Users | |
| hasOne or belongsTo relationship | singular | articleComment | articleComments, article_comment | |
| Table | plural | article_comments | article_comment, articleComments | |
| Pivot table | singular model names in alphabetical order | article_user | user_article, articles_users | |
| Table column | snake_case without model name | meta_title | MetaTitle, article_meta_title | |
| Model property | snake_case | $model->created_at | $model->createdAt |
| @echo off | |
| title Activate Windows 10 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Windows 10 Home&echo - Windows 10 Home N&echo - Windows 10 Home Single Language&echo - Windows 10 Home Country Specific&echo - Windows 10 Professional&echo - Windows 10 Professional N&echo - Windows 10 Education&echo - Windows 10 Education N&echo - Windows 10 Enterprise&echo - Windows 10 Enterprise N&echo - Windows 10 Enterprise LTSB&echo - Windows 10 Enterprise LTSB N&echo.&echo.&echo ============================================================================&echo Activating your Windows...&cscript //nologo slmgr.vbs /ckms >nul&cscript //nologo slmgr.vbs /upk >nul&cscript //nologo slmgr.vbs /cpky >nul&set i=1&wmic os | findstr /I "enterprise" >nul | |
| if %errorlevel% EQU |
| # ---------------------------------------------------------------------- | |
| # | Komprimierung und Caching | | |
| # ---------------------------------------------------------------------- | |
| # Serve resources with far-future expires headers. | |
| # | |
| # (!) If you don't control versioning with filename-based | |
| # cache busting, you should consider lowering the cache times | |
| # to something like one week. | |
| # |