Skip to main content

Posts

How to Upgrade Your RAM and SSD on Ubuntu: A Complete Guide 2025 - 2026 midway

all router default username and password

binatone admin admin ---------------------- symantec messaing gateway User Name :Admin Password :Symantec ------------- dell sonicwall admin password prtgadmin ----------- DG-BG4011N admin  admin DG-BG4300N admin  1234 DG-BR4000N admin  1234 --------------- ruckus wireless Username: super Password: sp-admin zyxel  admin 1234 ---------- asus - dd wrt  admin admin ------- netgear wnr614 admin password ---------------- tp link admin admin ---------- beetel---------- admin password - root access user user support  support - root

how to activate jio sim in lenovo a6000 plus

after buy jio sim  how to use jio  sim in  Lenovo a6000 plus Lenovo  A6000 plus user you insert jio sim in SIM slot 1 ( slot 1 in LTE) mobile system step 2 : goto mobile setting step 3 : goto mobile data turn on your  :  Data romaing CHECKED DATA ROMING then choose : Preferred network type  : LTE/WCDMA/GSM/AUTO install  "  jio4gvoice "  app in your mobile this app work on jio mobile data " so do not off jio mobile data " now can use jio call ,sms and data

how to redirect my site with www and without www

 redirect site with www and without www add  a record in your cpanel

php master page code free

how to make master page in php easy way to make master page in php this work same like asp .net first defined your header part then defined your menu part then defined your footer part  make separate php file  header.php menu.php footer.php put your content in a file ============== master.php <body> <div><?php include('header.php');? ></div> <div><?php include('menu.php');? ></div> <div><?php include($page_content);? ></div> <div><?php include('footer.php');? ></div> </body> ============= header.php <?php <h1> your company name </h1> ?> ================== menu.php <?php <a href="#" >home</a> ?> ======= footer.php <?php <h1> your company name </h1> ?> ===== make your content file === home_.php <?php <h1> welcome your company name </h1> ?> ====== home.php  ==== <?php $...

how to access phpmyadmin bitnami

how to access phpmyadmin bitnami how to access phpmyadmin bitnami using putty easy step 1.download putty goto - connection   -> ssh  -> tunnels source port : 8888 destination : localhost:80 click on add button click open login in console using your bitnami id password ================================= login as: bitnami bitnami1@llldce.org's password: Welcome to Ubuntu 14.04.4 LTS (GNU/Linux 3.13.0-77-generic x86_64)        ___ _ _                   _       | _ |_) |_ _ _  __ _ _ __ (_)       | _ \ |  _| ' \/ _` | '  \| |       |___/_|\__|_|_|\__,_|_|_|_|_|   *** Welcome to the Bitnami LAMP Stack 5.6.18-0     ***   *** Bitnami Wiki:   https://wiki.bitnami.com/      ***   *** Bitnami Foru...

how to access phpmyadmin bitnami

how to access phpmyadmin bitnami how to access phpmyadmin bitnami using putty easy step 1.download putty open it enter your target host after  go -----> goto - connection   -> ssh  -> tunnels source port : 8888 destination : localhost:80 click on add button click open login in console using your bitnami id password ================================= login as: bitnami bitnami1@llldce.org's password: Welcome to Ubuntu 14.04.4 LTS (GNU/Linux 3.13.0-77-generic x86_64)        ___ _ _                   _       | _ |_) |_ _ _  __ _ _ __ (_)       | _ \ |  _| ' \/ _` | '  \| |       |___/_|\__|_|_|\__,_|_|_|_|_|   *** Welcome to the Bitnami LAMP Stack 5.6.18-0     *** ...

how to access phpmyadmin bitnami

how to access phpmyadmin bitnami how to access phpmyadmin bitnami using putty easy step 1.download putty open it enter your target host after  go -----> goto - connection   -> ssh  -> tunnels source port : 8888 destination : localhost:80 click on add button click open login in console using your bitnami id password ================================= login as: bitnami bitnami1@llldce.org's password: Welcome to Ubuntu 14.04.4 LTS (GNU/Linux 3.13.0-77-generic x86_64)        ___ _ _                   _       | _ |_) |_ _ _  __ _ _ __ (_)       | _ \ |  _| ' \/ _` | '  \| |       |___/_|\__|_|_|\__,_|_|_|_|_|   *** Welcome to the Bitnami LAMP Stack 5.6.18-0     *** ...

network layer esy to understand

TCP/IP The Internet Protocol Suite, popularly known as the TCP/IP model, is a communication protocol that is used over the Internet. This model divides the entire networking functions into layers, where each layer performs a specific function. This model gives a brief idea about the process of data formatting, transmission, and finally the reception. Each of these functions take place in the layers, as described by the model. TCP/IP is a four-layered structure, with each layer having their individual protocol. Let us have a look at the four layers: Link Layer As the name suggests, this layer includes the physical and logical connections from the host's link. It is also known as Network Access layer and Network Interface layer. It explains how the data is transmitted from the host, through the network. The physical connectors like the coaxial cables, twisted pair wires, the optical fiber, interface cards, etc., are a part of this layer. This layer can be used to connect different ne...

network layer esy to understand

TCP/IP The Internet Protocol Suite, popularly known as the TCP/IP model, is a communication protocol that is used over the Internet. This model divides the entire networking functions into layers, where each layer performs a specific function. This model gives a brief idea about the process of data formatting, transmission, and finally the reception. Each of these functions take place in the layers, as described by the model. TCP/IP is a four-layered structure, with each layer having their individual protocol. Let us have a look at the four layers: Link Layer As the name suggests, this layer includes the physical and logical connections from the host's link. It is also known as Network Access layer and Network Interface layer. It explains how the data is transmitted from the host, through the network. The physical connectors like the coaxial cables, twisted pair wires, the optical fiber, interface cards, etc., are a part of this layer. This layer can be used to connect different ...

how to import more than 2 mb to 1024 mb data base file in phpmyadmin

how to import more than 2 mb to 1024 mb data base file in phpmyadmin I tried and i got the error message saying the size is greater. I tried with php.ini and increased the size of upload =================== change upload_max_filesize 2M  to 1024M ================== ; Maximum allowed size for uploaded files. ; http://php.net/upload-max-filesize   upload_max_filesize = 300M Find: =========================== post_max_size = 8M upload_max_filesize = 2M max_execution_time = 30 max_input_time = 60 memory_limit = 8M ============================== Change to: post_max_size = 1024M upload_max_filesize = 1024M max_execution_time = 5000 max_input_time = 5000 memory_limit = 1000M 

how to import more than 2 mb to 1024 mb data base file in phpmyadmin

how to import more than 2 mb to 1024 mb data base file in phpmyadmin I tried and i got the error message saying the size is greater. I tried with php.ini and increased the size of upload =================== change upload_max_filesize 2M  to 1024M ================== ; Maximum allowed size for uploaded files. ; http://php.net/upload-max-filesize   upload_max_filesize = 300M Find: =========================== post_max_size = 8M upload_max_filesize = 2M max_execution_time = 30 max_input_time = 60 memory_limit = 8M ============================== Change to: post_max_size = 1024M upload_max_filesize = 1024M max_execution_time = 5000 max_input_time = 5000 memory_limit = 1000M 

check malware in windows using cmd

check malware in windows using cmd Since you cannot see this file nor delete it (because the attributes that was set on these files are +s +h +r) +s - meaning it is a system file (which also means that you cannot delete it just by using the delete command) +h - means it is hidden (so you cannot delete it) +r - means it is a read only file  Microsoft Windows [Version 10.0.10240] (c) 2015 Microsoft Corporation. All rights reserved. C:\Users\admin>.. '..' is not recognized as an internal or external command, operable program or batch file. C:\Users\admin>cd.. C:\Users>cd.. C:\>attrib A  SHR       C:\bootmgr A  SH        C:\BOOTNXT A            C:\HaxLogs.txt A  SH   I    C:\hiberfil.sys A  SH        C:\pagefile.sys A  SH        C:\swapfile.sys C:\>attrib +s Not resetting hidden file - C:\bootmgr Not resetting hidden file - C:\B...

check malware in windows using cmd

check malware in windows using cmd Since you cannot see this file nor delete it (because the attributes that was set on these files are +s +h +r) +s - meaning it is a system file (which also means that you cannot delete it just by using the delete command) +h - means it is hidden (so you cannot delete it) +r - means it is a read only file  Microsoft Windows [Version 10.0.10240] (c) 2015 Microsoft Corporation. All rights reserved. C:\Users\admin>.. '..' is not recognized as an internal or external command, operable program or batch file. C:\Users\admin>cd.. C:\Users>cd.. C:\>attrib A  SHR       C:\bootmgr A  SH        C:\BOOTNXT A            C:\HaxLogs.txt A  SH   I    C:\hiberfil.sys A  SH        C:\pagefile.sys A  SH        C:\swapfile.sys C:\>attrib +s Not resetting hidden file - C:\bootm...

WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).

WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive). how to solve asp. net c# error easy to solve step 1. change your web config. file put this code  in web config-  <appSettings>     <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />   </appSettings> web.config   <?xml version="1.0"?> <!--   For more information on how to configure your ASP.NET application, please visit   http://go.microsoft.com/fwlink/?LinkId=169433   --> <configuration>     <system.web>       <compilation debug="false" targetFramework="4.5" />       <httpRuntime targetFramework="4.5" />     </system.web> <appSettings>     <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />   </appSettings> </confi...

WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).

WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive). how to solve asp. net c# error easy to solve step 1. change your web config. file put this code  in web config-  <appSettings>     <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />   </appSettings> web.config   <?xml version="1.0"?> <!--   For more information on how to configure your ASP.NET application, please visit   http://go.microsoft.com/fwlink/?LinkId=169433   --> <configuration>     <system.web>       <compilation debug="false" targetFramework="4.5" />       <httpRuntime targetFramework="4.5" />     </system.web> <appSettings>     <add key="ValidationSettin...

how to view email sender orignal public ip address

                                                                                                                                                                       ...

how to view email sender orignal public ip address

                                                                                                                                                                       ...