Recent Posts

Pages: [1] 2 3 ... 10
1
WordPress / Wordpress “Post name” permalinks not working
« Last post by admin on March 21, 2022, 01:41:50 AM »
In short, the fix for me was to go into the WordPress admin dashboard, go to:

“Settings” > “Permalinks” > “Common settings”, and set the radio button to “Custom Structure”

, and paste into the text box:

/index.php/%year%/%monthnum%/%day%/%postname%/

, and click the Save button
2
Wordpress / Wordpress “Post name” permalinks not working
« Last post by admin on March 21, 2022, 01:38:28 AM »
In short, the fix for me was to go into the WordPress admin dashboard, go to:

“Settings” > “Permalinks” > “Common settings”, and set the radio button to “Custom Structure”

, and paste into the text box:

/index.php/%year%/%monthnum%/%day%/%postname%/

, and click the Save button
3
Windows Operating Systems / How create a bootable USB flash drive
« Last post by admin on February 26, 2019, 12:02:56 AM »
Insert a USB flash drive into a running computer.

Open a Command Prompt window as an administrator.

Type diskpart.

In the new command line window that opens, to determine the USB flash drive number or drive letter, at the command prompt, type list disk, and then click ENTER. The list disk command displays all the disks on the computer. Note the drive number or drive letter of the USB flash drive.

At the command prompt, type select disk <X>, where X is the drive number or drive letter of the USB flash drive, and then click ENTER.

Type clean, and the click ENTER. This command deletes all data from the USB flash drive.

To create a new primary partition on the USB flash drive, type create part pri, and then click ENTER.

To select the partition that you just created, type select part 1, and then click ENTER.

To format the partition, type format fs=ntfs quick, and then click ENTER.

 Important

If your server platform supports Unified Extensible Firmware Interface (UEFI), you should format the USB flash drive as FAT32 rather than as NTFS. To format the partition as FAT32, type format fs=fat32 quick, and then click ENTER.

Type active, and then click ENTER.

Type exit, and then click ENTER.

When you finish preparing your custom image, save it to the root of the USB flash drive.
4
Wordpress / Change Background Color - WordPress
« Last post by admin on January 11, 2019, 12:15:18 AM »
Please have a look our video will show you
https://youtu.be/dmZ5GBg2L60

body {
 background-image: url("paper.gif");
 background-color: #d88f48;
}
.header-type-2 {
    position: relative;
    background: #383535;
}
.header-type-2 .nav li a {
    color: #fcf4f4;
}
.nav li a {
    color: #fff;
    font-size: 20px;
}
5
General Hardware Chat / Can I use Apple Ram in a Windows Computer
« Last post by admin on December 21, 2018, 02:40:47 AM »
Check the specs for your particular PC - if you can use 204-pin PC3-8500 (1066 MHz) DDR3 SO-DIMM sticks i your WIndows machine, they should work. Nothing too special about Mac memory - except that it prefers some brands over others, sometimes. If your PC fits the specs, use it.
6
Mac os software / A Solution for MacBook Pro Booting to a Black Screen
« Last post by admin on December 06, 2017, 11:41:42 PM »
1) On any modern MacBook Pro or MacBook Air with a built-in battery, which is just a bout all of them nowadays, this is how you do that:

    Shut down the Mac and connect it to your MagSafe adapter and a wall outlet as usual
    Hold down the Shift+Control+Option+Power button at the same time for a few seconds
    Release all keys at the same time, then boot the Mac as usual

Older Macs can find directions here for the same process on their machines, it’s slightly different if you can take out the battery.

When the Mac boots, hopefully the black screen has gone away and you’re back to normal

2) Try a Keypress Sequence to Ditch the Black Screen

Regular readers may recall that we covered some OS X keyboard shortcuts for the Shutdown, Sleep, and Restart controls of just about every Mac, and this little key press sequence takes advantage of those. Oddly enough, it seems to work to resolve some of the mystery Mac booting into black screen issues. Here’s the precise sequence to follow:

    Press the Power / OFF button once – this will bring up the dialog box which you can’t see
    Press the “S” button – this is the shortcut to sleep the Mac
    Hold down the Power button until a hard shut down is forced
    Wait about 15 seconds, then hit the Power button again to turn it back on

3) Try a PRAM Reset to Resolve the Black Boot Display

If the above two tricks failed, a PRAM reset can often do the trick, as many of the commenters on this article can attest to. As a potential solution to the black screen on boot, this is done upon restarting the Mac similar to an SMC reset:

    Reboot the Mac and as soon as you hear the boot chime, hold down the Command+Option+P+R keys together
    When you hear the boot sound again, the PRAM has been reset so let the Mac boot again as usual

4)
7
Spiceworks / How to allow spiceworks to go through windows firewall
« Last post by admin on August 24, 2015, 12:09:28 AM »
Go to control panel,click firewall.
than click advanced highlight inbound rules.
Delete all spice works rules.
Click new rule on right hand site.
Select port put port 9675
click next and finish.
 
8
Windows Operating Systems / Error 1314: A Required Privilege is Not Held
« Last post by admin on May 12, 2015, 09:10:30 PM »
Problem is solved by 'Ruining program as  as Administrator'. All working OK now...
9
ere’s different ways to do it, but probably the quickest and easiest way is with Nirsoft’s ProduKey:

    Download, extract, and run the program (it will show your own key by default)
    Press F9 to bring up the Select Source dialog
    Select Load the product keys from external Software Registry hive
    Browse to the SOFTWARE registry hive. For example, if you have the drive from the other system mounted as drive Z:, then you would probably select Z:\Windows\System32\Config\SOFTWARE
    Click [OK]
Pages: [1] 2 3 ... 10