
-
- WiFi Sonicwall VPN - Dell switches wipe out/reset - identify domain controller - windows 10 key finder - Control Panel Tools -
Recent Posts
- wildcard renew for windows IIS
- fix drive and scan
- convert EDGE back to IE
- add users for ssh Google Cloud
- Protect Your Private Key
- How to Disable Directory Browsing on Apache
- How to Install Apache on CentOS
- creating redirects in an .htaccess file
- How to Enable & Set Up .htaccess File on Apache
- Disable TLS 1.0 and TLS 1.1 on Windows Server using CMD as admin
- cert not store in server certificate
- SSL v3 goes to the dogs – POODLE kills off protocol
- Disable TLS 1.0 /1.1 in Apache Server
- Open Control Panel Tools with Run Commands
- Outlook Stuck on Loading Profile
- Outlook won’t open or is stuck at loading profile
- How Do I Fix Outlook Stuck on Updating Inbox – A Complete Guide
- How can I renew Let’s Encrypt certificates
- Step-By-Step : How to configure email disclaimers in Office
- Add a Global Footer To Hosted Exchange on Office 365
- Exchange 365 disclaimer is being added multiple times
- disclaimer via html
- footer or disclaimer
- Using Multiple SSL Certificates in Apache with One IP Address
- How To Set Up Multiple SSL Certificates On a CentOS VPS With Apache Using One IP Address
- Centos 7 redirect http to https
- Track Email Messages With Office 365 Mail Trace
- Installing PHP on Windows 10 and IIS
- Installing PHP on IIS
Archives
- March 2026
- February 2026
- February 2024
- September 2023
- April 2023
- February 2023
- December 2022
- November 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- August 2021
- February 2021
- August 2020
- July 2020
- April 2020
- February 2020
- January 2020
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
Categories
- 365
- Active Directory
- apache
- centOS
- Chosen Solution
- cleanning
- command line of linux
- command line of windows
- core
- DELL
- Exchange
- Fail2Ban
- godday
- Google Cloud
- Hyper-V
- IIS
- lets encrypted
- MIX drinks
- My Linux
- My Windows
- mySQL
- nagios
- Office 365
- Outlook OWA
- PHP
- PowerShell
- refrigerator
- Scripting
- SSH
- SSL
- tricks & tips
- ubuntu
- windows
- San Jose66°Feels like: 66°FPartly Cloudy6:32 am7:42 pm PDT
Wind: 11mph NW
Humidity: 50%
Pressure: 30.08"Hg
UV index: 7ThuFriSatSunMon70/48°F
73/46°F
77/50°F
73/54°F
61/50°F -
Monthly Archives: May 2019
SCP to another PORT, not port 22
Capital “P”. $ scp -P 12345 svn_backup.tgz user@xxx.xxx.xx.xxx:/path/to/new/svn/
Posted in My Linux
Comments Off on SCP to another PORT, not port 22
command line tips and tricks
Version:1.0 StartHTML:000000196 EndHTML:000060386 StartFragment:000010516 EndFragment:000060318 StartSelection:000010516 EndSelection:000060312 SourceURL:http://blogs.iabsolute.com/?p=592 command line tips and tricks « Blogs IT Networking These tips are in no particular order…. Watch a log file as its appended to tail -f logfile Redirect a man page to … Continue reading
Posted in command line of linux, My Linux
Comments Off on command line tips and tricks
clear ROOT email from LINUX
mail -f /var/spool/mail/user delete * then q (this clear all mail) if somehow can not delete and get error “value too large for defined data type” Clearing Email Sent To Mail Root: cat /dev/null > /var/spool/mail/root Clearing Logs: cat /dev/null … Continue reading
Posted in My Linux
Comments Off on clear ROOT email from LINUX
ntpdate – time
A good server machine should always tick its clock with correct time. The best way to keep it in shape is to sync with a time server. You can use any preferred time server to sync. I’m using public time … Continue reading
Posted in My Linux
Comments Off on ntpdate – time
Auto rebooting scheudle for LINUX server
the command to reboot should be something like “shutdown -r now”, where -r means to reboot (as opposed to -h which is halt). Cron is the process for executing commands at a scheduled time. Crontab is the facility to schedule … Continue reading
Posted in My Linux
Comments Off on Auto rebooting scheudle for LINUX server


