-
apache awk backup bash bind cacti cpu cron css dhcp dns dvd excel Exchange grep hdd history html KVM LVM mail mount named outlook partitions password perl php pptpd raid rdp regex rpm search sed selinux vm vpn Exchange (24)
Linux (56)
MySQL (1)
Others (4)
Windows (10)
WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.
-
Recent Posts
Recent Comments
- Search + Save a copy of mail items using PowerShell | Part 2#5 - o365info.com on Exchange – Search For Keyword
- Using the Search-Mailbox PowerShell command - Introduction | Part 1#5 - o365info.com on Exchange – Search For Keyword
- Recover mail items from Recovery mail folder (the Dumpster) using PowerShell | Part 3#5 - o365info.com on Exchange – Search For Keyword
- Search and Delete mail items from the Exchange mailbox using the Search-Mailbox PowerShell cmdlets | Single mailbox | Part 5#5 - o365info.com on Exchange – Search For Keyword
- Using the Search-Mailbox PowerShell command | Perform a search + save a copy of search results | Part 2#5 - o365info.com on Exchange – Search For Keyword
Technology News
The BBC carried out its biggest test of machine-generated journalism to cover the general election. [...]
Sekiro takes home game of the year as Xbox confirm new console for 2020 and big titles get a new tra [...]
Lawyers for Quadriga users say there are "questionable circumstances" behind Gerald Cotten [...]
A US-based AI institute says that the science behind the technology rests on "shaky foundations [...]
Michael Kosanovich was standing between two cars when one was accidentally started with a remote. [...]
Videos containing insults based on race and sexual orientation will be removed, YouTube says. [...]
Humans usually take minutes to learn how to find diamonds in the game, but AI agents struggled. [...]
Video shows a hacker talking to a young girl in her bedroom via her family's Ring camera. [...]
Eleven models are not expected to get a fix until after the Christmas holiday season. [...]
Super Smash Bros is the only first-party Nintendo title approved for sale in the country. [...]
BBC Click's Paul Carter looks at some of the week's best technology stories. [...]
The internet is driving Kenya's entertainment industry and content creators are making money on [...]
The new game on US university campuses is behind computer screens as esports gets major investment. [...]
The BBC's technology correspondent shares how he manages Parkinson's in the workplace. [...]
BBC Click's Marc Cieslak looks at some of the best technology stories of the week. [...]
The Lotus Evija goes into production next year and Click gets a look at what drivers can expect. [...]
Amazon's cloud computing business has been a big hit, but faces some big challenges as its boss [...]
It all seems futuristic but 2019 has seen a boom in the use of cutting edge robotic technology. [...]
Is the fashion for filming calorie-saturated food videos encouraging unhealthy eating? [...]
Millions of kids are watching toy unboxing videos in the run-up to Christmas. Should parents be conc [...]
Archives
- December 2016
- September 2016
- August 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- December 2015
- September 2015
- August 2015
- July 2015
- May 2015
- February 2015
- December 2014
- November 2014
- October 2014
- June 2014
- May 2014
- April 2014
- January 2014
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
Meta
Monthly Archives: December 2014
Bypass amavisd-new scanning – Postfix integration
Bypass amavisd-new scanning – Postfix integration There is a disclaimer for this document located at http://www200.pair.com/mecham/spam/. This ‘How do I bypass amavisd-new?’ topic comes up often on both the Postfix and the amavisd-new mailing lists. While it appears there should … Continue reading
Postfix – force send/requeue deferred message
Find the QUEUE-ID number and run: find /var/spool/postfix/deferred/ -name 518A89B30 -exec stat {} \; File: `/var/spool/postfix/deferred/5/518A89B30′ Size: 59246 Blocks: 120 IO Block: 4096 regular file Device: fd01h/64769d Inode: 39728 Links: 1 Access: (0700/-rwx——) Uid: ( 89/ postfix) Gid: ( … Continue reading
KVM rename Virtual Machine ( virsh undefine/define )
virsh dumpxml $DOMAIN > New_Domain.xml virsh undefine $DOMAIN <edit New_Domain.xml> virsh define New_Domain.xml
Compare local directory with remote directory
diff <(ls -R /home/samba) <(ssh root@10.0.0.10 ls -R /home/samba)