menu close search feed
Skip to content

W3Dummies|The only source of knowledge is experience...

  • Home
  • General
  • DevOps
  • AWS
  • News
  • HTML
  • PHP
  • Shopping
  • Photography

Run command on remote server via ssh

Linux/Windows
05 October 2022 comments
If you need to run a command or shell script on a remote server via ssh Syntax ssh <username>@<hostname> '<commands>' ssh command uses three mandatory input, username = username to
Read more Run command on remote server via ssh

Shell script mask or replace ip-address with string

Linux/Windows
05 October 2022 comments
Using regular expression in shell script we can easily search and replace all ip address to a specific character or a string using sed command. $ sed -e
Read more Shell script mask or replace ip-address with string

Basic useful Linux commands for learners

Linux/Windows
05 October 2022 comments
View all Environment variables env command can be used to view all enviroment variable and its value for current logged user via terminal. ubuntu@ip-xx-xx-xx-xx:~/maven/JavaProj$
Read more Basic useful Linux commands for learners
Ubuntu - How do I reset a lost administrative password?

Ubuntu - How do I reset a lost administrative password?

Linux/Windows
05 October 2022 comments
By default the first user's account is an administrative account, so if the UI is prompting you for a password it's probably that person's user password. If the user doesn't remember their password
Read more Ubuntu - How do I reset a lost administrative password?
How to add light box effect to images without lightbox library

How to add light box effect to images without lightbox library

HTML
05 October 2022 comments
I have a webpaage which has more number of images which are in fixed size, Because it was designed long back. Even if the images are large, it will be shown in fixed width and height. I have
Read more How to add light box effect to images without lightbox library

PHP implode multi-dimensional array to string

PHP
05 October 2022 comments
Depending on your needs you could probably use json_encode 21 and json_decode 7 to achieve similar too, not sure if it might be a bit "lossy" but for arrays it should be ok. You are overwriting
Read more PHP implode multi-dimensional array to string

.htaccess Redirect all request to index file

PHP
05 October 2022 comments
Redirect all request to index.php using .htaccess file. RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php?$1 [L] URI
Read more .htaccess Redirect all request to index file

Export HTML Content to PDF using PHP mPDF library

PHP
05 October 2022 comments
Below following code generate UTF-8 encoded HTML content is exported to PDF file. Download mPDF library form GitHub using composer https://github.com/mpdf/mpdf Composer using PHP: php -r
Read more Export HTML Content to PDF using PHP mPDF library
How to setup AWS Server Application Model (AWS SAM)

How to setup AWS Server Application Model (AWS SAM)

AWS
03 October 2022 comments
Here is a quick overwiew on how to setup and run a single page applciation in AWS Lambda using AWS SAM using Pyhton Dash. Dash is an open-source Python framework used for building analytical web
Read more How to setup AWS Server Application Model (AWS SAM)
Best top wireless headset for mobile 2022

Best top wireless headset for mobile 2022

Shopping
03 October 2022 comments
boAt Rockerz 255 Pro+ Bluetooth Neckband Looking for new wireless or wired headphones for your mobile phones or laptops? Here are the items rated with best in quality and durability. boAt Rockerz 255
Read more Best top wireless headset for mobile 2022
How to added responsive images to webpage without bootstrap

How to added responsive images to webpage without bootstrap

HTML
03 October 2022 comments
Bootstrap contains CSS- and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components. Here is the way to add images to fit based on webbrowser and
Read more How to added responsive images to webpage without bootstrap

Posts navigation

  • « Prev
  • 1
  • 2
  • Next »

Stay in Touch

  • Feed
  • Tags
  • Category
  • Archives
.htaccess Amazon commands DSLR ISRO Lambda Linux Liver Lunar eclipse LVM3 Microsoft services down Moon-Mission mpdf Offers OnePlus Nord OneWeb Outlook down Photos PHP Prepaid Python React ReactJs reptiles and natures Republic day Republic day sale reset password SAM Samsung M13 sed shell script Shopping Smart tv ssh Team not working Teams teams outage ubuntu WebApp wireless
  • January 2025 (1)
  • December 2023 (1)
  • October 2023 (1)
  • July 2023 (1)
  • April 2023 (1)
  • January 2023 (2)
  • October 2022 (19)
  • AWS
  • DevOps
  • General
  • HTML
  • Learning
  • Linux/Windows
  • News
  • Photography
  • PHP
  • Shopping

Search blog

© 2022, www.w3dummies.com