url stringlengths 33 94 | title stringlengths 7 116 | body stringlengths 11 12.9k |
|---|---|---|
https://www.cypherhackz.net/how-to-install-nvm-and-node-js-in-macos-using-homebrew/ | How to install NVM and Node.js in macOS using HomeBrew? | In this article I will share with you the steps on how to install NVM and Node.js in macOS using HomeBrew.HomeBrew is an open-source software package management system that simplifies the installation of software on your macOS. It is like the ‘apt’ in Linux.Install HomeBrewIf your macOS is not yet install with HomeBrew... |
https://www.cypherhackz.net/tweet-with-image-using-php/ | How to post status with image to Twitter using PHP? | Selamat menyambut hari kemerdekaan yang ke-64, Malaysia! -CH.Photo Credit:iag.meIn this article, I will show you how to post status with image to your Twitter account using PHP.But first, make sure you already have these items with you.API KeyAPI Secret KeyAccess TokenAccess Token SecretThese items can be generated fro... |
https://www.cypherhackz.net/get-back-conda-environments/ | Get back Conda environments after upgraded to MacOS Big Sur | I just upgraded my laptop from MacOS High Sierra to MacOS Big Sur and noticed my Conda is missing including my environments.I tried installed back Conda but the environments still not available.No environments available in my Conda setupFortunately, the MacOS upgrade did not remove my environments but it just moved the... |
https://www.cypherhackz.net/pine-script-bullish-bearish-engulfing/ | Pine Script: Perfect Bullish & Bearish Engulfing | Bullish & Bearish Engulfing pattern in TradingViewBefore this I read charts manually to identify bullish and bearishengulfing pattern. Then I thought why not just do some scripting and make it automatic?I know TradingView allows us to write our own script usingPine Scriptlanguage. With some manual reading and try & err... |
https://www.cypherhackz.net/vmware-fusion-usb30-unable-to-connect/ | VMware Fusion – Solved: The device ‘XXX USB3.0’ was unable to connect to its ideal host controller | Error message in VMWare FusionI was having problem to connect my USB card reader to my Windows 10 virtual machine in VMWare Fusion.I thought the card reader was corrupted, so I replaced it with another one. Unfortunately, the problem still exist with this error message.The device 'XXX USB3.0' was unable to connect to i... |
https://www.cypherhackz.net/manage-wordpress-with-managewp/ | Manage multiple WordPress sites with ManageWP | I would like to wish Selamat Hari Raya Aidilfitri, Maaf Zahir & Batin to all my readers. -CH.I have about eleven WordPress sites (or blogs) in my ManageWP account.Before ManageWP exist, it was very time consuming to manage and update all your WordPress sites, plugins and themes to their latest version.But with ManageWP... |
https://www.cypherhackz.net/prevent-robots-scraping-email-address/ | Prevent robots from scraping your email address | Most people use this trick to to prevent robots from scraping their email address,yourname[at]yourdomain[dot]comon the web.They just replace the ‘@’ with [at] and the ‘.’ with [dot].That technique is very common. But if you want to make a little bit different, you may use something like this,or custom domain like this,... |
https://www.cypherhackz.net/protect-wordpress-uploads-folder/ | Protect your WordPress ‘uploads’ folder | One of my WordPress site,Travelog Jutawanis not ‘uploads’ protectedBy default, all files that you have uploaded to WordPress will be stored in/wp-content/uploads/folder.And by default, folders that come with WordPress installation i.e., plugins, themes will haveindex.phpfile. So when someone try to access that folder w... |
https://www.cypherhackz.net/unlimited-cloud-backup-with-backblaze/ | Unlimited Cloud Backup with Backblaze for MacOS | Local backup is not enough. You need cloud.I have been using Backblaze since 2014 and it is one of the must have app for MacOS. And the best part, I got it with discounted price fromAppSumo.Just a tip. If you guys have software or services that you want to subscribe, better check with AppSumo first. Some providers run ... |
https://www.cypherhackz.net/time-machine-backup-stuck/ | When initial Time Machine backup stuck | If you are using MacOS, you can use Time Machine to backup your data into external drive. Time Machine will do the backup automatically when the backup drive is connected to your Mac machine.However, if this is your first time doing Time Machine backup, it will take long time to prepare before can proceed the backup. A... |
https://www.cypherhackz.net/free-ssl-certificate/ | Get free SSL Certificate for your website | Photo Credit:KinstaIf you owned a website, it is better to have a SSL certificate installed for it. By having SSL, you can force your website visitors toconnect to your website using HTTPSinstead of HTTP.When they connect to your website using HTTPS, all communication between the website and the visitors will be encryp... |
https://www.cypherhackz.net/share-wordpress-to-facebook/ | Automatically share WordPress post to Facebook | In this post, I will share with you how to make your WordPress to automatically share new post update to Facebook page.For me, this technique is very easy and does not require any plugin. It just usesIFTTT(If This Then That) services and your RSS feed.Step 1Create an account at IFTTT andcreate new applet.Step 2Click on... |
https://www.cypherhackz.net/password-protect-website-folders-files/ | How to password protect website folders and files? | Username and password required to access.In some cases, you might want to protect your web files or folders with password. Especially if it contains your website login page.By making it password protected, you will have another extra of security layer where you need to enter a valid username and password before you can... |
https://www.cypherhackz.net/review-surfshark/ | My personal review on Surfshark VPN | If you are concern on your online privacy when using internet especially public wifi, you better equipped yourself with a VPN.VPN (or Virtual Private Network) is like a special tunnel which protects your connection from being read by unwanted people. Especially when you want to login into sensitive websites.I have been... |
https://www.cypherhackz.net/check-access-netflix-us/ | How to check if you have access to Netflix US? | Photo Credit:FortuneBy default, anyone who subscribe Netflix in Malaysia will only have access to Netflix Malaysia’s library.The choice of TV series and movies are limited (there are a lot actually) but if you compare with Netflix US, you can get a lot more.To access Netflix US library, you can use VPN and connect to t... |
https://www.cypherhackz.net/remove-google-recaptcha-badge/ | How to remove Google reCAPTCHA badge? | Google reCAPTCHA badge at bottom right in every pagesIf you are using Contact Form 7 and Google reCAPTCHA v3, there will be a Google reCAPTCHA badge at the bottom right in every pages of your website. Refer image above.There is no setting to disable it but luckily we can remove it by using CSS. But first, we must inclu... |
https://www.cypherhackz.net/export-import-mysql-database/ | How to export and import MySQL database? | Photo Credit:TechRepublicI messed up one my forum during version upgrade and it is currently not accessible.Luckily I haveCodeGuardwhich it backup daily my web files and databases. So the restoration can be done right away.But if you don’t have CodeGuard (which I really recommend you to have it), here is how to do the ... |
https://www.cypherhackz.net/force-website-using-https/ | Force Website Using HTTPS | Photo Credit:Star WarsIf you have SSL installed on your website and want to force all connections to HTTPS, you need to include this code in your .htaccess file.RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]All traffics to your website will be forced to use HTTPS instead o... |
https://www.cypherhackz.net/best-mac-apps-of-2018/ | My 5 Best Mac Apps of 2018 | Photo Credit:Bill JohnstoneHi guys… It has been 5 years since my last post on this blog! Can you believe that? So how you guys doing? Hope everything is fine. Cool!So I decided to come back writing on this blog just because I think it is time for me to write something on it. I have changed it to a new theme (still usin... |
https://www.cypherhackz.net/how-to-install-adobe-flash-player-in-kali-linux/ | How to install Adobe Flash Player in Kali Linux? | To install Adobe Flash Player in Kali Linux is very easy.1. Download Adobe Flash Player .tar.gz fromhttp://get.adobe.com/flashplayer/.2. Using Terminal, extract the content by issuing this command:tar zxvf adobe_flash_player_filename_here.tar.gz3. Copy the ‘libflashplayer.so’ file and paste it into Mozilla plugins fold... |
https://www.cypherhackz.net/how-to-install-nessus-in-kali-linux/ | How to install Nessus in Kali Linux? | Kali Linux (or Kali) is a penetration testing distro created by the developers of BackTrack. Although it is a pentest distro, but Kali does not include with Nessus. So to use Nessus, I have to install it manually.For more info about Kali, you can refer to their website here:http://www.kali.org/1. Download Nessus– Go to... |
https://www.cypherhackz.net/how-to-use-ssh-on-mac-os-x/ | How to Use SSH on Mac OS X? | To use SSH on Mac OS X, you need to run it from your Terminal.1. Go to Lunchpad > Others > Terminal2. In the Terminal window, enter this command:ssh <username>@<hostname> -p <portnumber><username> – the username to login. Eg: admin<hostname> – the hostname of the website/server that you want to login. Eg: cypherhackz.n... |
https://www.cypherhackz.net/happy-new-year-2013/ | Happy New Year 2013 | Hello ladies and gentlemen! Happy New Year!I am very excited today because last night at 12.00 midnight 1 January 2013, I launched my newElfbytes Web Hostinglayout and our new web development service to the public.Just in case you want to see how the website looks like before and after the update, check this out!Elfbyt... |
https://www.cypherhackz.net/happy-7th-birthday-cypherhackz-net/ | Happy 7th Birthday CypherHackz.Net | There is nothing that I want to say. Just want to wish a Happy Birthday to CypherHackz.Net.All the best and good luck in year 2013!ps: Actually I just want to test the WordPress plugin that will publish new status on my Facebook page. 😉 |
https://www.cypherhackz.net/how-to-update-services-in-directadmin-using-custombuild/ | How to update Services in DirectAdmin using CustomBuild? | It is not that difficult to update your server services in DirectAdmin. By using CustomBuild that comes together with DirectAdmin, you can update the services easily and in just a few steps.Warning!Only do this after you have backup your website content and database. You’ve been warned!1. SSH into your DirectAdmin serv... |
https://www.cypherhackz.net/how-to-fix-active-desktop-recovery/ | How to Fix Active Desktop Recovery ? | If your Windows desktop suddenly shows thisActive Desktop Recoveryerror message,and even by clicking the“Restore my Active Desktop”does not solve the problem, or even by changing the wallpaper still showing the same error message on the next restart, then you might need to follow these steps to fix this error.Go toRuna... |
https://www.cypherhackz.net/malware-calendar-wallpaper/ | Malware Calendar Wallpaper by Kaspersky Lab | Malware Calendar Wallpaper for August 2012Sometimes I love to change my desktop wallpaper with something that is more refreshing and interesting. While looking for a wallpaper in Google, I found a malware calendar wallpaper which I can put as background on my desktop.This malware calendar wallpaper is consisting of 12 ... |
https://www.cypherhackz.net/external-hard-drive-not-recognized/ | What to do when external hard drive not recognized? | Have you ever been in this situation where your external hard drive not recognized when you plugged it to the computer? What did you do to solve the problem?Basically, there are several steps that you need to follow to diagnose and investigate why your external hard drive is not recognized by the computer.Step #1 – Che... |
https://www.cypherhackz.net/how-to-remove-live-security-platinum-virus/ | Live Security Platinum Removal | My computer was infected by a virus called,Live Security Platinum. After boot into Windows, suddenly a window that looks like an “antivirus” appeared at the center of the screen.I’m not sure how and when did this “antivirus” get into my computer, but it is clearly not an antivirus.Here is the screenshot of the virus wi... |
https://www.cypherhackz.net/how-to-solve-computer-keeps-shutting-down-problem/ | How to Solve Computer Keeps Shutting Down Problem? | It can be really annoying if your computer keeps shutting down frequently. And it can be even more disturbing when you are working on something important. You might lose important data, you will lose your time, get agitated, and consequently all these issues are going to spoil your mood. To forestall all these things f... |
https://www.cypherhackz.net/how-to-delete-skype-account/ | How to Delete Skype Account? | You just created a Skype account then after awhile you feel the account you’ve created is not good and you don’t want to use it anymore. You want to delete the Skype account permanently but you don’t know how. Even from the community forum itself does not help very much.Actually, the moment you create Skype account, yo... |
https://www.cypherhackz.net/how-to-enable-task-manager-in-windows/ | How to enable Task Manager in Windows? | Last two weeks, when I pressed Ctrl+Alt+Del to open up the Task Manager, suddenly this error message appeared on the screen,Task Manager has been disabled by your administrator.It was weird because I am the administrator of the computer and I didn’t disable it but how come it says the Task Manager has been disabled by ... |
https://www.cypherhackz.net/china-domain-scam-alert/ | China Domain Scam Alert | Last week I received an email from a doman registration company in China. The email sounds like this:(It’s very urgent, Please transfer this email to your CEO or appropriate person, Thanks)Dear CEO/Principal,This is Neil Dong—Senior Consultant of domain name registration and solution center in china. have something to ... |
https://www.cypherhackz.net/p1-4g-wiggy-modem-connection-failed/ | P1 4G Wiggy Modem Connection Failed | I was having a problem with my P1 4G Wiggy modem. It suddenly cannot connect to P1 Wimax network.It tries to connect as shown in figure below:But after a few seconds (maybe 30 seconds like that), it shows connection failed.I contactedP1Caresvia Twitter. They advised me to reinstall P1 4G Wiggy application manager. I di... |
https://www.cypherhackz.net/myeja-a-mozilla-firefox-addon-to-spell-check-malay-words/ | MyEja – A Mozilla Firefox Addon to Spell Check Malay Words | MyEja addon in actions.I am proud to announce thatAdnan Mohd Shukor(ehem! he is my friend) has released hissecondthird Mozilla Firefox addon called,MyEja.MyEjais a Malay spell-checking addon that will check your spelling and will suggest the correct word if you misspell the typing. Its dictionary is based on the origin... |
https://www.cypherhackz.net/download-free-software-everyday-from-daily-software-giveaway/ | Download FREE Software Everyday From Daily Software Giveaway | Not many people can afford to purchase a paid software (or shareware) using their own pocket money. Although the paid software provides more features and functions, but of course the price is so expensive.But luckily we have,Daily Software Giveaway, a new online software giveaway website, which give free shareware soft... |
https://www.cypherhackz.net/convert-to-icon-with-convertico/ | Convert to Icon with ConvertICO | If you have a graphic, or photo, that you want to convert to icon like Windows 7 or Vista style, you can useConvertICO.ConvertICOis an online ico converter that can convert your image to .ico or .png format. It supports multiple image formats, sizes, color depths and profiles too.The beauty of ConvertICO is, it can cre... |
https://www.cypherhackz.net/lets-join-saya-nak-hosting-percuma-pengendali-blog-contest/ | Let’s Join “Saya Nak Hosting Percuma Pengendali Blog” Contest | Psst…do you know that I have other blogs than CypherHackz.Net? One of them is,Pengendali Blog.Yes, I would like to invite you especially Malaysia bloggers to join my blog contest,“Saya Nak Hosting Percuma Pengendali Blog”. You could win a 2 years FREE web hosting package fully sponsored byElfbytes Web Hosting(Ehem! And... |
https://www.cypherhackz.net/sorry-im-not-p1-wimax-staff/ | Sorry… I’m not P1 Wimax staff… | Since I posted several articles on P1 Wimax problems and how to solve them, many readers thought that I am one of their P1 Wimax staff.It’s kinda funny though because I got many complaints and questions asking about P1 Wimax. Even some of them were angry with me and asked with rude words! LOL~!Well my dear readers and ... |
https://www.cypherhackz.net/download-adobe-flash-rtmp-video-streams-using-rtmpdump/ | Download Adobe flash RTMP video streams using RTMPDump | I want to download a file but it uses RTMP protocol. Even though the file extension is .flv, but I cannot download them as I always do with HTTP or FTP.RTMP is Real-Time Messaging Protocol which was designed for high-performance transmission of audio, video and data between Adobe Flash Platform technologies, such as Ad... |
https://www.cypherhackz.net/how-to-connect-ipad-to-p1-wimax-modem/ | How to Connect iPad to P1 Wimax Modem? | A reader asked me on myFacebook fanpageon how to connect iPad to P1 Wimax modem.Basically it is not that difficult to configure your iPad to connect to P1 Wimax modem. Here’s how…Referring to my article,How to secure your P1 Wimax WiFi Modem?, under“Change WiFi WEP key”section, take note of your SSID and WEP key (or WP... |
https://www.cypherhackz.net/all-folders-became-shortcut-how-to-fix-them/ | All Folders Became Shortcut! How to Fix Them? | My USB thumb drive got infected by a trojan virus. All folders in the thumb drive had become shortcuts!From the properties, the shortcut folder is pointing to 0x29ACAAD1.exe file. Kaspersky detects it asTrojan.Win32.VBKrypt.cvcu, and 35 out of 42 antivirus companies confirmed that it is a trojan virus –VirusTotal resul... |
https://www.cypherhackz.net/how-to-reset-p1-wimax-modem-password/ | How to Reset P1 Wimax Modem Password? | Happy new year 2012 everyone!-CypherHackz.Many people asked me how to reset P1 Wimax modem password in my article onHow to Secure P1 Wimax Modem?Well it is not that difficult to reset the password actually. Here I will show you the easiest way to reset the password just by using a paper clip. Yes, seriously! Just using... |
https://www.cypherhackz.net/remove-pdf-password-using-pdf-password-remover-tool/ | Remove PDF Password using PDF Password Remover Tool | There are two types of password protections in PDF which is,User Password– Password to open the PDF fileOwner Password– Password to print, copy, modify the PDF fileIf your PDF file is protected with User Password, this trick will not work for you. This tool will not be able to recover and remove the password from the P... |
https://www.cypherhackz.net/cypherhackz-net-is-now-on-genesis-framework/ | CypherHackz.Net is now on Genesis Framework | Selamat Hari Raya Aidiladha diucapkan kepada anda dan semua pembaca sekalian…-CypherHackz-New design – CypherFS GOhrange running on Genesis FrameworkOnFebruary 13th, I’ve asked you is it worth to getGenesis Frameworkfor my blog? Many top bloggers are using Genesis Framework and I was thinking to convert my theme too.In... |
https://www.cypherhackz.net/portable-blogdesk-with-dropbox/ | Portable BlogDesk with Dropbox | Portable BlogDesk with DropboxI’m using BlogDesk as my desktop blogging client to update my blogs. The interface is straightforward, can manage multiple blogs, and easy to use.Most of the time, I will use my PC and laptop to update my blogs. Both have Blogdesk installed but the data are kept in each device separately. ... |
https://www.cypherhackz.net/how-to-create-a-bookmark-in-adobe-reader/ | How to create a Bookmark in Adobe Reader? | Most of the time I use my iPad to read ebooks, or Adobe Reader when read them on my computer. Currently the ebook I read is,The Blogger’s Guide to Online Marketing, by The Web Marketing Ninja from ProBlogger. This ebook is 136 pages long and I can’t read it whole at once.In iPad, I can create bookmarks or open last vie... |
https://www.cypherhackz.net/the-google-song/ | The Google+ Song | Have you heard the Google+ Song video? At first, it is kinda boring but when the video shows what we can do with Google+, it is become more interesting and entertaining.Google+ is now open to the public and anyone who have Google account can create their Google+ account athttp://plus.google.com/.Please read my article ... |
https://www.cypherhackz.net/trojphpshll-b-malware-in-wordpress-wp-config-php-file/ | Troj/PHPShll-B malware in WordPress wp-config.php file! | Suspicious codes found in WordPress wp-config.php fileA Sophos Senior Threat Researcher, Paul O Baccas found a malware codename,Troj/PHPShll-Bin a WordPress wp-config.php file that was installed in one of their IT department friend’s website.This malware was first detected by SophosLabs automated systems asMal/Badsrc-C... |
https://www.cypherhackz.net/how-to-secure-your-p1-wimax-wifi-modem/ | How to secure your P1 Wimax WiFi Modem? | Happy Malaysia Day to all Malaysians…-CypherHackz-I have been usingP1 Wimaxsince August 2009. Personally, it is the best Internet broadband that we have in Malaysia. ForHome Pluspackage, the average connection speed is around 120kbps-170kbps. But there were a few times where the speed dropped to 20-50kbps, and even som... |
https://www.cypherhackz.net/make-short-url-for-google-profile-with-gplus-to/ | Make short URL for Google+ profile with gplus.to | I just have myGoogle+profile account after got the invitation fromProbloggerandLiewCF. Currently Google+ is not open to public and new registration can only be made via invitation only. If you don’t have Google+ account, you can drop a comment below with your Gmail address and I will invite you to join into my circles.... |
https://www.cypherhackz.net/how-to-set-dns-record-for-my-domain/ | How to set DNS record for .my domain? | Custom Short Domain by bit.ly ProCurrently I have seven .my domains that I bought fromMercumaya. All of them are not active (contain no website). But there is one .my domain that I want to use for mybitly.Pro–Custom Short Domain.To use this service, I have to set my DNS A record to point to their IP address. But the pr... |
https://www.cypherhackz.net/vaultpress-review-ultimate-wordpress-backup-solution/ | VaultPress Review – Ultimate WordPress Backup Solution | VaultPress – A WordPress backup solution by AutomatticI received my VaultPress Golden Ticket a few weeks ago. I thought the ticket has no expiration date but I was wrong. Nearly to its expiration date which was yesterday, I decided to use and install VaultPress in one of my blogs.And here is my VaultPress review…What i... |
https://www.cypherhackz.net/what-is-the-best-antivirus-software-for-windows-7/ | What is the best antivirus software for Windows 7? | Kaspersky Ambassador, Datuk Lee Chong Wei– credit,WirespotIn your opinion, what is the best antivirus software for Windows 7? What antivirus software do you use to protect your computer?I am usingKaspersky Internet Security 2011. I have been using Kaspersky since 2005. From Windows XP and now using Windows 7, I still b... |
https://www.cypherhackz.net/how-to-remove-the-new-facebook-lightbox-photo-viewer/ | How to Remove the New Facebook Lightbox Photo Viewer? | Facebook is now using lightbox photo viewer to view photos and albums. But this new feature is so annoying and useless.Luckily, there are many ways that you can use to remove the new Facebook lightbox photo viewer (or “theater”).Hit F5– When viewing any photo in Facebook lightbox, just hit F5 to refresh and it will go ... |
https://www.cypherhackz.net/hakin9-free-it-security-magazine/ | Hakin9 – Free IT Security Magazine | Hakin9 March 2011 issueToday I would like to share with you a free, online IT security magazine called,Hakin9.It contains a lot of useful IT security information which covers about practical guidelines regarding the latest hacking methods, as well as the ways of securing systems, network and applications.Hakin9 is rele... |
https://www.cypherhackz.net/hack-times-square-screens-using-iphone-4-transmitter/ | Hack Times Square Screens using iPhone 4 Transmitter | Awesome! This guy hacked the screens at Time Square just by using a transmitter that he put on his iPhone 4! It is totally awesome and unbelievable!The way it works is pretty simple: plug in my transmitter into the iPhone 4 and play back any video clip. You can play it through the ipod feature or through the camera rol... |
https://www.cypherhackz.net/approve-your-parents-add-as-friends-facebook-request-flowchart/ | Approve Your Parents ‘Add as Friends’ Facebook Request Flowchart | My parents send me a request toAdd as Friendson Facebook, but I am not sure whether should I accept the request or not.Well, you know I share a lot of things on Facebook,huha-huhawith my friends and everything. So I should consider to approve their request.Click on the image to enlarge…Based on the Facebook flowchart a... |
https://www.cypherhackz.net/get-css3-code-from-css3-generator/ | Get CSS3 code from CSS3 Generator | CSS3 Generator by Randy JensenCSS3 currently is the latest CSS version on the web and offers a huge variety of new ways to create an impact with your designs, with quite a few important changes. Most web developers have started using it in their web designs. However, not all web browsers support CSS level 3, like Inter... |
https://www.cypherhackz.net/desktop-blogging-client-by-google/ | Desktop Blogging Client by Google | Just wondering, will there be any desktop blogging client by Google?Currently I am usingBlogDeskas my desktop blogging client. All the article writing process, editing, are all done in BlogDesk. It is very light and can handles many domains and blog platforms.Microsoft already have their desktop blogging client called,... |
https://www.cypherhackz.net/poking-inventor-mark-zuckerberg-action-figure/ | “Poking Inventor” Mark Zuckerberg Action Figure | Are you Mark Zuckerberg fan? Don’t you want to buy Mark Zuckerberg action figure and put it on your desk?“Poking Inventor” action figure was created by M.I.C Gadget that is inspired from a man who makes the world more open and connected, Mark Zuckerberg.This 7″ tall figurine can holds a “Like” or “Poke” button in his r... |
https://www.cypherhackz.net/wordpress-error-is-its-parent-directory-writable-by-the-server/ | WordPress Error: Is its parent directory writable by the server? | When I want to upload a file to my WordPress blog, there was an error shown on the Media page like in the image above.“facebook.png” has failed to upload due to an errorUnable to create directory /home/OLDPATH/public_html/BLOG/wp-content/uploads/2011/03. Is its parent directory writable by the server?Supposedly there s... |
https://www.cypherhackz.net/how-to-remove-lock-icon-from-windows-7-folder/ | How to remove Lock icon from Windows 7 folder? | I unshared a shared folder in my Windows 7 and suddenly there is a Lock icon appear on the folder icon.To remove the Lock icon, here are the steps that I used:Right click the folder and chooseProperties.Go toSecuritytab and clickEdit.UnderPermissions for Shared Folderwindow, click on theAddbutton.Type in“Authenticated ... |
https://www.cypherhackz.net/2011-year-of-the-ipad-2/ | 2011: Year of the iPad 2 | Apple announces iPad 2iPad 2was launched on 2nd March 2011 at San Francisco by Steve Jobs. It is thinner, lighter and faster with two cameras for FaceTime video calls and HD video recording. Yet it still has the same 10-hour legendary battery life.Apple – Introducing iPad 2After watching this promo video above, I think... |
https://www.cypherhackz.net/how-to-secure-your-wireless-broadband-internet/ | How to Secure Your Wireless Broadband Internet? | This guest post is by Techwriter ofbroadbandexpert.com.A wireless internet is one of the most advanced forms of internet technology in today’s world and we all know that with improved technology comes improved responsibility and increased need for security. There is no doubt a wireless internet is very powerful and rel... |
https://www.cypherhackz.net/dontphisme-a-mozilla-firefox-addon-by-mycert/ | DontPhishMe – A Mozilla Firefox Addon by MyCERT | DontPhishMeis a Mozilla Firefox addon developed byMyCERT, CyberSecurity Malaysia to provide a security mechanism in preventing online banking phishing threat specifically for local Malaysian banks.DontPhishMe popups an alert when I clicked the link in a Spam email.When you visit a website that appears to be a fake onli... |
https://www.cypherhackz.net/how-to-transfer-a-mysql-database-to-another-server/ | How to transfer a MySQL database to another server? | Let’s say you want to transfer your blog to a new server. You have uploaded all the files and what is left is just the database.You can import the database to the new server by using phpMyAdmin but it will take a lot of time if the database size is large.So, the best and easiest solution that I would suggest is, transf... |
https://www.cypherhackz.net/when-cloudflare-blocks-access-to-your-blog/ | When CloudFlare Blocks Access to Your Blog | CloudFlare’s Access Restricted page.I am usingCloudFlaresystem (thanks toLiewCF) to protect my blog from threats and limit abusive bots and crawlers from wasting my bandwidth and server resources. But the problem is,this intelligent system is currently blocking me from accessing my own blog!It is believed my computer o... |
https://www.cypherhackz.net/how-to-block-websites-from-googles-web-search-results/ | How to Block Websites from Google’s Web Search Results? | Personal Blocklist by GoogleSometimes when you do searching on Google, the results you get are not relevant with the keyword you typed. Most of the websites are just a low-quality website and spamming the search engines.To block the websites from re-appearing in your Google search results, you can use Google Chrome ext... |
https://www.cypherhackz.net/genesis-framework-whats-your-opinion/ | Genesis Framework – What’s your opinion? | Genesis Framework by StudiopressIt’s been 3 years since the last time I changed CypherHackz.Net theme layout on26 October 2007. This theme,CypherFS DarkSidewasdesigned and coded by myself. And I think it is time to have a fresh look of CypherHackz.Net and useGenesisas the framework.Why Genesis? Well mostly because I se... |
https://www.cypherhackz.net/update-your-software-with-filehippo-com-update-checker/ | Update Your Software with FileHippo.com Update Checker | I have many applications and software installed in my computer. But the problem is, I do not know when a new version of the software comes in and where can I get them. To check the software updates one by one, and go to their website would be very time consuming.Luckily I found a very nice tool,FileHippo.com Update Che... |
https://www.cypherhackz.net/how-to-print-a-list-of-directories-and-files-in-windows/ | How to print a list of directories and files in Windows? | Today I received a request from a customer asking me to provide him a list of directories and files from his Windows laptop. It is an easy task if there is only one folder and three files but unfortunately, there are hundreds of folders and thousands of files in a Windows operating system.Luckily, I found a solution ho... |
https://www.cypherhackz.net/facebook-will-end-on-15th-march-2011/ | Facebook Will End on 15th March 2011 | Mark Zuckerberg, creditjdlasica.Will you believe this? Facebook will be shut down on 15th March 2011?Mark Zuckerberg said that, Facebook has gotten out of control and become too stressful to manage. Because of that, he decided to close Facebook on 15th March 2011.“I personally don’t think it’s a big deal,” he said in a... |
https://www.cypherhackz.net/cypherfs-network-facelift/ | CypherFS Network gets a facelift | I was so bored last weekend so I decided to redesign the template of my network site,CypherFS Network.Old – CypherFS NetworkNew – CypherFS NetworkThe design is validXHTMLandCSS. The best part that I like is the RSS script. It will pull latest RSS feed from my blogs and display them on the website. So the visitor can ge... |
https://www.cypherhackz.net/automatic-update-copyright-year-in-wordpress-footer/ | Automatic Update Copyright Year in WordPress Footer | It is new year guys. Have you update the copyright year in your WordPress footer? Make sure it is year 2011 and not 2010. 😛Here is a tip that you can use to automatically update the copyright year. Open up yourfooter.phptheme file, and add this line:<p>Copyright © 2005 – <?php echo date(‘Y’); ?> yoursitename.com<... |
https://www.cypherhackz.net/w3-total-cache-best-wordpress-cache-plugin/ | W3 Total Cache – Best WordPress Cache Plugin | *** Happy New Year 2011 to all my readers… 😉 ***Previously, I was usingWP Super Cacheplugin to cache my blogs. Unfortunately, the plugin had made my blog vulnerable and a hacker was successfully infiltrated into my server through the cache folder created by the plugin. All my index files have been replaced with the ha... |
https://www.cypherhackz.net/looking-for-an-internship-company-in-malaysia/ | Looking for an Internship Company in Malaysia? | Dear students,Go toIntern.Mywebsite if you are looking for an internship company. They have list of companies that provide a place for university students to do their internship program.Employers who are looking for internship students can also post their job vacancies on the website. It is just RM100 (30USD) for each ... |
https://www.cypherhackz.net/firefox-3-6-open-new-tabs-in-far-right/ | Firefox 3.6 – Open New Tabs in Far Right | It is quite annoying when each time I open a new tab in Firefox 3.6, the new tab will be opened next to the tab I’m viewing. I don’t like it very much. The new tab supposed to open at the far right of the tab bar like in the previous Firefox versions.Luckily, I found the solution on how to fix that.In the address bar, ... |
https://www.cypherhackz.net/live-pagerank-now-supports-mozilla-firefox-3-6/ | Live PageRank now supports Mozilla Firefox 3.6 | One of my favourite Mozilla Firefox extension isLive PageRank. This extension will automatically check and show the pagerank of the page you are browsing at the lower right conner on your Mozilla Firefox browser.Previous version does not work in Firefox 3.5. However, the recent upgrade, version 0.9.7 is now supports Fi... |
https://www.cypherhackz.net/notepad-my-favourite-text-editor/ | Notepad++ My Favourite Text Editor | PreviouslyI use EditPlustocode my WordPress themes. The coding process was a lot easier than using Notepad because I can do the undo process up to multiple levels, it supports syntax highlighting and also it will automatically backup the file whenever you click the Save button.However after I found out aboutNotepad++, ... |
https://www.cypherhackz.net/wordpress-2-9-1-released/ | WordPress 2.9.1 Released | After three weeksthe release of WordPress 2.9, the patch version WordPress 2.9.1 has come out to fix24 bugs foundin WordPress 2.9.As some of you may already notice, one of the bugs has affected the scheduled post feature where by the scheduling posts were not working and this was really annoying.Like for myself, I use ... |
https://www.cypherhackz.net/how-to-automatically-scan-idm-downloaded-files-with-kaspersky/ | How to automatically scan IDM downloaded files with Kaspersky? | I’m usingInternet Download Manager(IDM) to take care all my downloads. Once it finished downloading a file, IDM will automatically callKaspersky Internet Security(KIS) to start scanning the downloaded file for any viruses or malwares that can harm my computer system.By default, IDM will not pass the downloaded file to ... |
https://www.cypherhackz.net/echofon-best-twitter-add-on-for-mozilla-firefox/ | Echofon – Best Twitter add-on for Mozilla Firefox | Echofon(formerly known as Twitterfox) is a great Mozilla Firefox add-on that I think it is a must-have add-on for those who tweets a lot. Echofon can helps you to get your friends updates, post new tweets and get messages directly from your Mozilla Firefox browser.The interface of the add-on is clean and it sits down a... |
https://www.cypherhackz.net/winx-dvd-ripper-special-edition-free-download-on-1st-january-2010/ | WinX DVD Ripper Special Edition – Free Download on 1st January 2010 | As for a New Year gift to my lovely and loyal readers, I would like to share with you a great news here. On1st January 2010, there will be a one day free download ofWinX DVD Ripper Special Editionsoftware byWinX DVD. I have put the link to the download page at the end of this post. Make sure you bookmark the link and d... |
https://www.cypherhackz.net/sqlite-manager-firefox-extension-to-view-sqlite-files/ | SQLite Manager – Firefox Extension to View SQLite Files | Firefox 3 using SQLite database to store all information of your website history, cookies and form history. Every websites you have visited, forms that you filled-in will be stored in their respective files.To view these files or any files with SQLite format, useSQLite Manager, an add-on for Mozilla Firefox. The interf... |
https://www.cypherhackz.net/wordpress-2-9-carmen-released/ | WordPress 2.9 “Carmen” Released | A new version ofWordPress 2.9 has been released. The codename for the release is “Carmen” in honour of magical jazz vocalist Carmen McRae. You can either upgrade directly from your Dashboard or download it fromWordPress website.What’s new? Yes, of course that is what you want to know right? Well, there is aTrashwhere w... |
https://www.cypherhackz.net/happy-4th-birthday-cypherhackz-net/ | Happy 4th Birthday CypherHackz.Net | I bought the domain on 19th December 2005 and it has been 4 years I have been blogging at CypherHackz.Net.As usual, the main earnings for this blog is coming from Google Adsense. Although I received many emails from those who want to advertise their links but I have to decline their request. Sorry guys…For this coming ... |
https://www.cypherhackz.net/use-https-when-login-to-social-websites/ | Use HTTPS When Login To Social Websites | Everyday, I will login into myFacebookaccount to check the updates from my friends and also to reply their comments. But at the Facebook login page, I always change the protocol from HTTP to HTTPS (also known as Hyper Text Transfer Protocol with Secure Socket Layer) before I login. This is to ensure when I clicked the ... |
https://www.cypherhackz.net/down-or-is-it-just-me-find-out-website-online-status/ | Down Or Is It Just Me? – Find Out Website Online Status | Yesterday, CypherHackz.Net and all websites under its same server were not accessible. At first, I thought it was only me having the connection problem but actually other people also having the same problem. It cause by a network interruption at Atlanta when one of the cores connecting the server farms was down.Based f... |
https://www.cypherhackz.net/cheap-domain-name-only-rm1-at-serverfreak/ | Cheap Domain Name – Only RM1 at ServerFreak | This is your chance to register your domain name for only RM1 atServerFreak. Just make sure you enter the promo codedomain1, to get the discount.GET MORE FOR YOUR HOSTING SAVINGS WITH MID-RAYA & DEEPAVALI BONANZA ONLY AT SERVERFREAKMake your FESTIVE SAVINGS last forever as long as you stay with us !Yes , you heard it r... |
https://www.cypherhackz.net/how-to-backup-mozilla-firefox-bookmarks/ | How to backup Mozilla Firefox bookmarks? | Whether in Windows or Ubuntu, I will use Mozilla Firefox as my primary web browser. I like using Mozilla Firefox because it is fast (fyi, Google Chrome is faster than Firefox), has thousands of useful addons, properly renders websites and also easy to familiarize even you are a new user.But two days back, my friend wan... |
https://www.cypherhackz.net/lock-folder-xp-protect-your-secrets-from-others/ | Lock Folder XP – Protect Your Secrets from Others | I am sure everyone of you have their secrets stored safely in the PC, especially for the guys. Hahaha… And it is depend on how or what you want to use to protect your secret data.For me, just enough to hide the folder containing my monthly bills payment receipts by usingLock Folder XP.AlthoughLock Folder XPcan do these... |
https://www.cypherhackz.net/conficker-eye-chart-has-your-pc-been-infected/ | Conficker Eye Chart – Has your PC been infected? | It looks like my PC is clean from Conficker worm.How to find out if your PC has been infected by Conficker worm? By browsing toConficker Eye Chartwebpage, you will get the answer.Conficker worm blocks access to over 100 security websites and the Conficker Eye Chart displays images from several of those websites. If you... |
https://www.cypherhackz.net/filehippo-com-my-source-to-download-free-softwares/ | FileHippo.com – My Source to Download Free Softwares | What is your favourite website when you want to download free softwares? For me, I will chooseFileHippo.com.In FileHippo.com, it has many freeware softwares that you can download directly from its server. No registration is needed. Just pick the software that you like, and click on the download link to download.The sof... |
https://www.cypherhackz.net/welcome-p1-wimax/ | Welcome P1 Wimax! | Today, I went to IT Hypermarket at Cineleisure, Mutiara Damansara to register forP1 Wimax. Actually, I have been thinking to move from Celcom Broadband to P1 Wimax since two months ago. You can refer tomy entry here.What you need to prepare is just bring your MyKad and also driving license for registration. The registr... |
https://www.cypherhackz.net/western-digital-to-sell-sarawak-plant-to-hitachi/ | Western Digital to sell Sarawak plant to Hitachi | Western Digital Corp. (WDC) announced that it has agreed to sell the assets of its media substrate manufacturing facility in Sarawak, Malaysia, to a subsidiary of Hitachi Global Storage Technologies, the hard drive manufacturing unit of Hitachi, Ltd.The employees of WD at the facility will become employees of the Hitac... |
https://www.cypherhackz.net/usb-writeprotector-protects-your-usb-drives-from-viruses/ | USB WriteProtector – Protects Your USB Drives From Viruses | We always use USB thumb drives or USB external drives as our portable storages. The size is small and lightweight make it easier for us to bring it anywhere we go. But, did you know, most of computer virus infections come from USB drives? I will tell you how the infection works in a few paragraphs later.USB WriteProtec... |
https://www.cypherhackz.net/driver-robot-automatically-updates-your-drivers/ | Driver Robot – Automatically Updates Your Drivers | A hardware in your computer or laptop such as video graphic card needs a special computer program to make it intractable with higher-level computer programs like Adobe Photoshop, DoTA, etc. This special computer program we called as driver. An outdated driver will make the device not working properly and need to be upd... |
https://www.cypherhackz.net/freaking-stylish-usb-flash-drives-from-mimobot/ | Freaking Stylish USB Flash Drives from MIMOBOT | Are you bored with the normal look of your 4GB USB flash drive? Why not replace it with a new freaking stylish USB flash drive from MIMOBOT?MIMOBOThas plenty of USB flash drive designs. They have Halo characters, Star Wars characters, Domo characters, Happy Tree characters, Community Created characters, Artist Crossove... |
https://www.cypherhackz.net/delete-files-in-cwindowsinstaller/ | Delete Files in C:\Windows\Installer | I was shocked when found out free space in my C drive is only 94MB left. At first I thought it was because of a virus attack so I did run virus scan on my computer but got negative result. So I run disk space analyzer and here is the result.As you can see, 7GB space has been occupied byInstallerfolder in my C drive. Bu... |
End of preview. Expand in Data Studio
- website: cypherhackz
- Number of pages scraped: 9
- Number of posts scraped: 805
- Link to dataset on Huggingface
- Downloads last month
- 18