Skip to main content

Posts

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

hosting services provider chit with us

most of hosting provider written on site provide a unlimited storage unlimited bandwidth you ask them how many concurrent user access my site - no ans then give answer was a I am not sure but it depend on your application in case of my web page size I know  I give page size limit html and all of the detail in technical personal can count what are the page size and how many use can access website it depends on  Network interface IOPS memory size most of hosting company use user GBPS network interface but in cloud VM assign network interface with  10mbps or 1mbps there are network limit incase of your hosting provider suggest to increase a resources only RAM, process in most of the plan many of soft  restrictions I don't know about dedicated,vps server , I have used godaddy, hostgator  shared hosting

what is the price of google business email

it showing price before your domain added so it just basic idea what the price rate google g suite google provide many business product access if you don't need select product based on your requirements  

unique tips for social media marketing job interview then you can get a job

Why did you choose Social Media marketing? Which social media tools do you use? Which social media channels do you recommend for our business and why? What strategies would you use to generate leads? What is the most important thing a social media manager should be doing? What is your most successful social media campaign? What are the tricks that can drive more traffic ? What are top Social Media Marketing Tools  ?

http to https and non www to www htaccess rule

http to https redirect rule RewriteCond %{SERVER_PORT} ^443$ [OR] RewriteCond %{HTTPS} on RewriteRule  ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] http to https and  non www to www # Redirect to www RewriteCond %{HTTP_HOST} ^[^.]+\.[^.]+$ RewriteCond %{HTTPS}s ^on(s)| RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

how to user slack remider and todo task

`/remind me to drink water at 3pm every day` • `/remind me on June 1st to wish Linda happy birthday` • `/remind #team-alpha to update the project status every Monday at 9am` • `/remind @jessica about the interview in 3 hours` • `/remind @peter tomorrow "Please review the office seating plan"` You can also use `/remind snooze [some description of time]` in a direct message with Slackbot to request that a reminder be repeated later. For example: • `/remind snooze for 2 hours` • `/remind snooze until Friday` Or, use `/remind list` to see the list of all your reminders. #office_time_tracking “ office time not updated  ” at 4PM every day. task with slack create new task with slack to do /todo username

0 sec down time wordpress website transfer one hosting to other server

 all of fresher now about 0 sec down time for website hosing all of web developer should be know how to transfer one web site to other server without 0 sec down time how to transfer one server to other server wordpress site easy  way to transfer wordpress site one server to other server step one export your database one your server how to export database from  server your cpanel goto phpmyadmin choose your database goto export click on it select all possible option then choose a zip method then click on a go now your database is exported  ----------- import database other server ------- create database first open  cpanel then goto MySQL database wizard enter database a name and password create user  with database username and password choose database rights    open phpmyadmin panel choose database you have created goto import option browse  database select database then clic...

how i can find what is last activity in my hosting server i can trace a ip address with ?

how i can find what is last activity in my hosting server i can trace a ip address with ? now days most important of internet security all business have own website but many of hacker that website and loss there business todays topics is how to trace last activity in my server with access log so all of hosting server provider provide raw access of your server with file when who is access internet identification is ip address so hosting service provider maintain access log in your hosting account one of menu link like raw access etc now open it there is all of log which ip address that access is your file server find vulnerability of your code in your project easy to solve your problems then check your website not in google or other website blacklist type your site name in google then it show site is harmful so now your site is blacklist you need to remove  vulnerability code then submit your in google webmaster review ...

how to create multi user oracle apex application with custome login using database table

how to create multi user oracle apex application open your oracle application express click on >app builder > shred components >authentication schemes > create > choose type custom > authentication function click help icon showing this scripts > create or replace function authenticate_ft_users   (p_username in varchar2, p_password in varchar2) return boolean is   l_user_name       ft_users.user_name%type    := upper(p_username);   l_password        ft_users.password%type;   l_hashed_password varchar2(1000);   l_count           number; begin select count(*) into l_count from fit_users   where user_name = l_user_name; if l_count > 0 then   l_hashed_password := ft_hash_password(l_user_name, p_password);   select password into l_password from ft_users where user_name = l_user_name;...

how to create data dictionary in phpmyadmin

open your data base phpmyadmin login with your credentials Default phpmyadmin Credentials id User name : root Password :  leave blank select your data base bottom of a database showing a data dictionary  click there showing your data dictionary  

wordpress disable plugin using database

wordpress disable plugin using database open your database server open phpmyadmin select your databse find database se wp-config file // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'i2561658_wp9'); open your db goto wp_option table find active_plugin disable all plugin clear active_plugin filed

how to dynamic write copy write current year and site title

how to dynamic write copy write current year and  site title wordpress short code wordpress developer must be know print current year in WordPress site  :  [current-year] print site title in in wordpress site : [site-title] site url wordpress short code : [site-url] Copyright &copy; [current-year] <a href="[site-url]">[site-title]</a>. All rights reserved.

How To Become a gate topper in 2018 ?

          How To Become a Gate Topper ? The Famous   ' Gate Topper '  Algorithm  will help you to organize your study : Check topics from this post. Study them from any standard textbook , if not understand go with nptel Try a couple of simple questions from end chapters to know if you understand basics of that topic Try gate previous years related questions If you find some questions in gate papers not related to the topic you studied, go back to step 2  C + DataStructure Important Points : This is the most important subject according to GATE point of you. Approximately 25% Questions in Gate come from above topics and all are related with each other. If you are good in this subject this will not only help you in GATE but also after it in so many written exams and interviews of Different IITs and IIITs. C programming Questions are mostly based on finding outputs which contain...