Wednesday, May 29, 2019
Tuesday, May 28, 2019
Nedostatak drajvera za stare Canon skenere na novim Windowsima
Monday, May 27, 2019
Kako da pravilno prijavite SPAM
https://success.trendmicro.com/solution/000023137
https://success.trendmicro.com/TS_Portal_Login?startURL=%2Fnew-request
https://www.themissinglink.com.au/news/over-spam-email-dont-delete-it-report-it
https://www.cisco.com/c/en/us/support/docs/security/email-security-appliance/214133-how-to-submit-email-messages-to-cisco.html#anc5
Cisco Email Submission and Tracking Portal
Please review the following articles to assist with the Cisco Email Submission and Tracking Portal:
- ESA FAQ: How to work with Cisco Email Submission and Tracking Portal
- ESA FAQ: Troubleshooting Email Submission and Tracking Portal
Direct Email Submission
Please follow the instructions for your email client below in order to attach the email as an RFC 822 Multipurpose Internet Mail Extension (MIME)-encoded attachment. If your email client is not provided as an example below, please refer direct to the email client user guide or support help, and confirm that it will support "Forwarding as Attachment."
Submissions should be sent to the email address that is appropriate:
| spam@access.ironport.com | Subject line may be pre-pended as [SUSPECTED SPAM], the end-user considers the email message spam. |
| ham@access.ironport.com | Subject line may be pre-pended as [SUSPECTED SPAM] or the subject line may also contain additional tagging, the end-user DOES NOT consider the email message as spam. |
| ads@access.ironport.com | Untagged subject line, the end-user may consider the email message to be, or contain, marketing content. |
| not_ads@access.ironport.com | Subject line may be pre-pended as [MARKETING], the end-user DOES NOT consider the email message to be marketing. |
| phish@access.ironport.com | Untagged subject line, but the email message appears to be phishing (designed to acquire user name(s), passwords, credit card info, or other personally identifiable information), or the email message contains malware attachments. |
https://talosintelligence.com/
http://www.reputationauthority.org/
Lazarus-ide specijalni Windows folderi nazivi
procedure TForm1.Button1Click(Sender: TObject);
var
PIDL : PItemIDList;
Folder : array[0..MAX_PATH] of Char;
homedir: string;
const CSIDL_PERSONAL = $0010; //desktop
//const CSIDL_PERSONAL = $0005; //mydocuments
//$0006 favorites//$0007 startup //$0008recent
//$0009 sendto //
begin
SHGetSpecialFolderLocation(0, CSIDL_PERSONAL, PIDL);
SHGetPathFromIDList(PIDL, Folder);
homedir:=Folder;
Showmessage(homedir);
end;
||
var
PIDL : PItemIDList;
Folder : array[0..MAX_PATH] of Char;
homedir: string;
const CSIDL_PERSONAL = $0010; //desktop
//const CSIDL_PERSONAL = $0005; //mydocuments
//$0006 favorites//$0007 startup //$0008recent
//$0009 sendto //
begin
SHGetSpecialFolderLocation(0, CSIDL_PERSONAL, PIDL);
SHGetPathFromIDList(PIDL, Folder);
homedir:=Folder;
Showmessage(homedir);
end;
||
Thursday, May 23, 2019
PHP microservices
Guides and codebases for creating microservices with PHP:
Example Codebase:
Tutorials
- PHP Microservices — Organizing Access To Multiple Services
- PHP Microservices — Send Emails Over Sockets
- PHP Microservices — Creating A Basic Restful Crud API
- PHP Microservices — Video Processing With RabbitMQ
- PHP Microservices: REST vs Socket Performance Benchmarks
- PHP Microservices: Functional Programming and Unit Testing
- PHP Microservices: Authentication and Authorization
Trisquel gnu linux
MORE TIPS>
ANDROID LIKE OPERATING SYSTEM...
Tuesday, May 21, 2019
Subscribe to:
Posts (Atom)





