<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Saidul Hassan</title>
	<atom:link href="http://saidulhassan.com/feed" rel="self" type="application/rss+xml" />
	<link>http://saidulhassan.com</link>
	<description>Digital Marketing Evangelist</description>
	<lastBuildDate>Wed, 04 Oct 2023 08:26:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>Batch script to create directories &#038; moving fixed number of files to those directories</title>
		<link>http://saidulhassan.com/moving-fixed-number-of-files-to-new-directories-using-batch-script-1500</link>
					<comments>http://saidulhassan.com/moving-fixed-number-of-files-to-new-directories-using-batch-script-1500#respond</comments>
		
		<dc:creator><![CDATA[Saidul Hassan]]></dc:creator>
		<pubDate>Fri, 30 Apr 2021 16:31:11 +0000</pubDate>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[Batch File move]]></category>
		<category><![CDATA[Batch Script]]></category>
		<category><![CDATA[Move file to directory]]></category>
		<category><![CDATA[Windows Batch File]]></category>
		<guid isPermaLink="false">http://saidulhassan.com/?p=1500</guid>

					<description><![CDATA[This Windows batch script is to move thousands of files and splitting them up so that there are set number of files per folder. This example script splits 200 files per folder but you can customize it to your need. Also it checks file extensions and moves only certain file types, eg. jpg, jpeg, png, [&#8230;]]]></description>
		
					<wfw:commentRss>http://saidulhassan.com/moving-fixed-number-of-files-to-new-directories-using-batch-script-1500/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to use PrismJS syntax highlighter on WordPress without plugin</title>
		<link>http://saidulhassan.com/how-to-use-prismjs-syntax-highlighter-on-wordpress-without-plugin-1373</link>
					<comments>http://saidulhassan.com/how-to-use-prismjs-syntax-highlighter-on-wordpress-without-plugin-1373#respond</comments>
		
		<dc:creator><![CDATA[Saidul Hassan]]></dc:creator>
		<pubDate>Mon, 30 Mar 2020 01:10:44 +0000</pubDate>
				<category><![CDATA[Bangladesh]]></category>
		<category><![CDATA[prismjs]]></category>
		<category><![CDATA[syntax highlighter]]></category>
		<guid isPermaLink="false">http://saidulhassan.com/?p=1373</guid>

					<description><![CDATA[Configure and download PrismJS No plugin required! Download prism.js and prism.cssfrom https://prismjs.com/download.html. Select Compression level, Theme of your choice, then Languages. You can also select Plugins if you want. Once you&#8217;re satisfied with the configurations, click on the Download JS and Download CSS buttons to download your PrismJS syntax highlighter javascript and css files as [&#8230;]]]></description>
		
					<wfw:commentRss>http://saidulhassan.com/how-to-use-prismjs-syntax-highlighter-on-wordpress-without-plugin-1373/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Download an Entire Website for Offline Viewing</title>
		<link>http://saidulhassan.com/download-an-entire-website-for-offline-viewing-1362</link>
					<comments>http://saidulhassan.com/download-an-entire-website-for-offline-viewing-1362#respond</comments>
		
		<dc:creator><![CDATA[Saidul Hassan]]></dc:creator>
		<pubDate>Tue, 26 Nov 2019 14:28:41 +0000</pubDate>
				<category><![CDATA[Bangladesh]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[wget]]></category>
		<guid isPermaLink="false">http://saidulhassan.com/?p=1362</guid>

					<description><![CDATA[Both --no-clobber and --convert-links were specified, only --convert-links will be used. Explanation of the options: --recursive: download the entire Web site. --domains YourDomain.com: don&#8217;t follow links outside YourDomain.com. --no-parent: don&#8217;t follow links outside the directory /. --page-requisites: get all the elements that compose the page (images, CSS and so on). --html-extension: save files with the [&#8230;]]]></description>
		
					<wfw:commentRss>http://saidulhassan.com/download-an-entire-website-for-offline-viewing-1362/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to color highlight .htaccess files in Xed/Gedit</title>
		<link>http://saidulhassan.com/color-highlight-htaccess-files-xed-gedit-1340</link>
					<comments>http://saidulhassan.com/color-highlight-htaccess-files-xed-gedit-1340#respond</comments>
		
		<dc:creator><![CDATA[Saidul Hassan]]></dc:creator>
		<pubDate>Sun, 19 Aug 2018 23:23:19 +0000</pubDate>
				<category><![CDATA[Bangladesh]]></category>
		<guid isPermaLink="false">http://saidulhassan.com/?p=1340</guid>

					<description><![CDATA[How to add new language highlighting to XED? httpd.conf https://wiki.gnome.org/Projects/GtkSourceView https://wiki.gnome.org/Projects/GtkSourceView/LanguageDefinitions Source page apache.lang: Apache configuration files apache.lang page: https://wiki.gnome.org/Projects/GtkSourceView/LanguageDefinitions?action=AttachFile&#038;do=view&#038;target=apache.lang download: https://wiki.gnome.org/Projects/GtkSourceView/LanguageDefinitions?action=AttachFile&#038;do=get&#038;target=apache.lang pascal.lang etc files under user/share/gtksourceview-3.0/language-specs. Xed/Gedit color scheme/Theme https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes How to install To install a style just place its XML file into a folder of the style search path. GtkSourceView 2 A typical [&#8230;]]]></description>
		
					<wfw:commentRss>http://saidulhassan.com/color-highlight-htaccess-files-xed-gedit-1340/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>HMA Pro VPN Setup for Multiple Locations without User/Password Every time in Linux CLI</title>
		<link>http://saidulhassan.com/hma-pro-vpn-setup-multiple-locations-user-password-save-linux-cli-1307</link>
					<comments>http://saidulhassan.com/hma-pro-vpn-setup-multiple-locations-user-password-save-linux-cli-1307#respond</comments>
		
		<dc:creator><![CDATA[Saidul Hassan]]></dc:creator>
		<pubDate>Sun, 13 May 2018 20:57:53 +0000</pubDate>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[hidemyass]]></category>
		<category><![CDATA[HMA]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[VPN]]></category>
		<guid isPermaLink="false">http://saidulhassan.com/?p=1307</guid>

					<description><![CDATA[You can of course setup per location with Network Manager GUI. And you can use HMA script the usual way (hma-openvpn.sh or hma-vpn.sh) with linux CLI. Network manager GUI method is perfect if you only need to connect to 1 or 2 locations. HMA! Linux Scripts CLI is all the way perfect for everything if [&#8230;]]]></description>
		
					<wfw:commentRss>http://saidulhassan.com/hma-pro-vpn-setup-multiple-locations-user-password-save-linux-cli-1307/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How do I join two images using command-line</title>
		<link>http://saidulhassan.com/join-images-command-line-1303</link>
					<comments>http://saidulhassan.com/join-images-command-line-1303#respond</comments>
		
		<dc:creator><![CDATA[Saidul Hassan]]></dc:creator>
		<pubDate>Mon, 22 Jan 2018 20:47:32 +0000</pubDate>
				<category><![CDATA[Bangladesh]]></category>
		<guid isPermaLink="false">http://saidulhassan.com/?p=1303</guid>

					<description><![CDATA[To join images horizontally (in alphabetical order): convert +append *.png out.png To stack images vertically: convert -append *.png out.png That should be run in a terminal into the folder containing png files to join them all.https://askubuntu.com/questions/226054/how-do-i-join-two-images-in-ubuntu A gui for that would be:a file manager context menu to join selected images. An easy way when it [&#8230;]]]></description>
		
					<wfw:commentRss>http://saidulhassan.com/join-images-command-line-1303/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Search and Delete Files Containing Specific String in Name</title>
		<link>http://saidulhassan.com/search-delete-files-specific-string-1290</link>
					<comments>http://saidulhassan.com/search-delete-files-specific-string-1290#respond</comments>
		
		<dc:creator><![CDATA[Saidul Hassan]]></dc:creator>
		<pubDate>Mon, 27 Nov 2017 11:35:07 +0000</pubDate>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[Terminal]]></category>
		<guid isPermaLink="false">http://saidulhassan.com/?p=1290</guid>

					<description><![CDATA[Open the terminal and go to the folder: Find results and test if it yields your desired results: find . -type f -name &#8220;*SpecificString*&#8221; And if the find command results desired output, type in the following in the terminal to delete action: find . -type f -name &#8220;*SpecificString*&#8221; -delete Or a shorter version: find /path/to/your/files/ [&#8230;]]]></description>
		
					<wfw:commentRss>http://saidulhassan.com/search-delete-files-specific-string-1290/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Bulk Rename Video Files based on Resolution, Size etc.</title>
		<link>http://saidulhassan.com/bulk-rename-video-files-based-resolution-size-etc-1287</link>
					<comments>http://saidulhassan.com/bulk-rename-video-files-based-resolution-size-etc-1287#respond</comments>
		
		<dc:creator><![CDATA[Saidul Hassan]]></dc:creator>
		<pubDate>Mon, 27 Nov 2017 11:20:21 +0000</pubDate>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[FileBot]]></category>
		<category><![CDATA[FileBot Format Expression]]></category>
		<category><![CDATA[FileBot Naming Sceme]]></category>
		<guid isPermaLink="false">http://saidulhassan.com/?p=1287</guid>

					<description><![CDATA[This is using Filebot. FileBot also supports generic batch renaming, and you can rewrite the filenames with Groovy expressions just like in Episode / Movie mode. 1. Drop files into Original Files 2. Click on the empty New Names component 3. Now that New Names has focus hit F2 4. New Names will instantly filled [&#8230;]]]></description>
		
					<wfw:commentRss>http://saidulhassan.com/bulk-rename-video-files-based-resolution-size-etc-1287/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>XPlayer downloaded subtitle location on Linux Mint Cinnamon 18.2 Sonya</title>
		<link>http://saidulhassan.com/xplayer-downloaded-subtitle-location-linux-mint-cinnamon-18-2-sonya-1279</link>
					<comments>http://saidulhassan.com/xplayer-downloaded-subtitle-location-linux-mint-cinnamon-18-2-sonya-1279#respond</comments>
		
		<dc:creator><![CDATA[Saidul Hassan]]></dc:creator>
		<pubDate>Thu, 27 Jul 2017 00:06:58 +0000</pubDate>
				<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux Mint 18.2]]></category>
		<category><![CDATA[Subtitle]]></category>
		<category><![CDATA[XPlayer]]></category>
		<guid isPermaLink="false">http://saidulhassan.com/?p=1279</guid>

					<description><![CDATA[Linux Mint 18 &#8220;Sarah&#8221; Cinnamon 3.0 Edition introduces A new project called &#8220;X-Apps&#8221; Xed is based on Pluma and acts as the default text editor. Xviewer is based on Eye of GNOME and acts as the default image viewer. Xreader is based on Atril and acts as the default document and PDF reader. Xplayer is [&#8230;]]]></description>
		
					<wfw:commentRss>http://saidulhassan.com/xplayer-downloaded-subtitle-location-linux-mint-cinnamon-18-2-sonya-1279/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Stop all tabs loading on startup? (Only load when clicked?) or vice versa? in Firefox</title>
		<link>http://saidulhassan.com/stop-tabs-loading-firefox-startup-on-click-load-vice-versa-1273</link>
					<comments>http://saidulhassan.com/stop-tabs-loading-firefox-startup-on-click-load-vice-versa-1273#respond</comments>
		
		<dc:creator><![CDATA[Saidul Hassan]]></dc:creator>
		<pubDate>Wed, 26 Jul 2017 23:19:54 +0000</pubDate>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[linux mint]]></category>
		<guid isPermaLink="false">http://saidulhassan.com/?p=1273</guid>

					<description><![CDATA[Enabled 'Show your windows and tabs from last time' but don't want to load all tabs on startup, rather Only load when clicked? .. simple hack: about:config > and set the value to 'True' for browser.sessionstore.restore_on_demand]]></description>
		
					<wfw:commentRss>http://saidulhassan.com/stop-tabs-loading-firefox-startup-on-click-load-vice-versa-1273/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
