Miralinux Blog

  • Home
  • Linux
    • Scripts
    • CentOS
  • Apple
  • Microsoft
    • Features
    • Office
    • Windows
  • Learning
  • Games
  • Multimedia
    • XBMC
  • Other
    • About WordPress
  • Links
    • General
    • Software
      • Autocad
    • Hardware
      • BIOS
    • Linux
    • WiKieS

Category Archives: Uncategorized

iPhone tweak call history size

Posted on 2010/08/21 by arno Posted in Uncategorized

iPhone 3GS iOS 3.1.3

/var/mobile/Libary/CallHistory/call_history.db

There is a record in this sqllite database called “call_history_limit” which is set to 100, change it in what you need.
I changed it into 3000, it can slow down your history listing.

Apple iPhone

Windows XP IPC$ ADMIN$ C$ administrative shares

Posted on 2010/08/19 by arno Posted in Uncategorized

How to hide

The administrative shares can be deleted by a user with Administrators membership but the administrative shares will be recreated automatically at the next reboot.
The following registry configuration change e.g. using Regedit can completely hide all administrative shares. If the setting is not present then you must create it.

Servers – Windows NT 4.0 Server, 2000 Server, Server 2003
Hive: HKEY_LOCAL_MACHINE
Key: SYSTEM\CurrentControlSet\Services\LanManServer\Parameters
Name: AutoShareServer
Data Type: REG_DWORD
Value: 0

Clients – Windows NT 4.0 Workstation, 2000 Professional, XP
Hive: HKEY_LOCAL_MACHINE
Key: SYSTEM\CurrentControlSet\Services\LanManServer\Parameters
Name: AutoShareWks
Data Type: REG_DWORD
Value: 0

source: http://en.wikipedia.org/wiki/Administrative_share

Microsoft

Enable 32 Bit transfer in BIOS IDE setting?

Posted on 2010/08/15 by arno Posted in Uncategorized

quote:
32-bit mode with respect to IDE refers to transfers that occur over the PCI bus to the host system memory. PATA is limited to reading 16-bit chunks of data at a time from a drive. If you enable 32-bit mode, the controller will be set to temporarily store the data from one read until the data is available from the next read before mastering a transfer over PCI. So it can collapse two transactions on the IDE side of the controller to one transaction on the PCI side of the controller.

SATA doesn’t require a mode like this. It could be said that it’s always running in 32-bit mode, I guess — basically SATA transfers data in serialized packets across the interface to the drive and the controller will just buffer the data until it has enough to send across the PCI bus. There is no need to enable this specifically with a SATA controller.

source: http://hardforum.com/showthread.php?t=1287459

Quote:
Hey guys, according to everything that i can research about the whole 32-bit setting in some bios’s, its kinda a joke because the whole sata channel is a 16×2 stepping transfer, when you turn on the 32 bit transfer it in a way simulates 32 bit, and as someone said, once you get to you OS of choice it takes over.

As a little info to people who dont know, you can go under device manager in the control panel, and pull up the device SATA or depending on how old your machine is, IDE controller and check to make sure that your system is designating your drive to the correct UDMA, since this is what system xp uses to regulate disk access(hence, why it doesnt matter if you tag 32 bit or not). UDMA scales between 1-6(Im fairly sure theres no 0 :> ) and if you are running a sata drive with 3.0 it should be UDMA 6.

The only reason i gave the beginner course in device management is because i have seen a lot of new computers hear lately where xp picked PIO mode, dont know the official reason why, but it seems to happen on newer drives more than mid range drives, in my experience.

Also, even though i have heard from multiple sources it doesnt matter, I always bind my IDE and SATA controllers, mostly because xp associates them as one, and once less process to get to what it needs microscopically must make a difference.

source: http://www.tomshardware.co.uk/forum/149914-12-enable-transfer-bios-setting

Linux Daemons and services – what to disable/enable

Posted on 2010/07/31 by arno Posted in Linux, Uncategorized

Linux Daemons and Services
Linux Default Services Which Are Enabled at Boot

Links Linux

Monitoring harddisk temperature

Posted on 2010/07/25 by arno Posted in Linux, Uncategorized

Monitor temperatures with Linux and DS1820
datasheet DS18S20
Monitor Hard Disks Temperature

Hard Drive Temperature Monitoring using Smartctl and RRDTool on Buffalo Linkstation Quad Pro NAS

Links Linux

Server 2008 RRAS

Posted on 2010/07/24 by arno Posted in Uncategorized

source: http://blogs.technet.com/b/rrasblog/archive/2009/03/17/remote-access-design-guidelines-part-1.aspx

Microsoft Server 2008

Installed WordPress / changes

Posted on 2010/07/01 by arno Posted in Uncategorized

Installed the WordPress blog/content management system.

I found it to be very easy to handle, and was setup in almost 10min including importing the blogs from an other provider (blogger.com).

Here are some links: http://www.wordpress.org , http://www.wp-wiki.org

Changes

WordPress modifications

2013-02-03: Theme iFeature

style.css

remote Tagline social icons

.container-full
display: none;

remove Header title

header#cc-header
margin-bottom: 3px;
header#cc-header h1.site-title
margin-bottom: 5px;
header#cc-header h1.site-title {
display: none;

Securing

http://www.askapache.com/security/stop-wordpress-exploits-spam.html

http://www.askapache.com/htaccess/htaccess.html

 

Plugins

Akismet

Allow PHP in Post and Pages

Autolink URI

Duplicator

Easy Sign Up

G-Lock WPNewsman Lite

GhSHI Syntax Highlighting Shortcode

Google Authenticator

Hello Dolly

include-file

Include HTML and PHP

Postie

Responsive Add Ons

SI Captcha Anti-Spam

Sidebar Login

SyntaxHighlighter Evolveld

SyntaxHighlighter TinyMCE Button

Tagspace

WordPress Importer

WP-Cirrus

WP-Cumulus

WP-GeSHi-Highlight

WP-Syntax

WP-Syntax Hacktify

Youtube Feeder

 

Linux: Hardware info

Posted on 2010/06/30 by arno Posted in Linux, Uncategorized

yum install lshw

lspci
lshw | less
lshw -C network
dmidecode | less

cat /proc/cpuinfo
cat /proc/devices
cat /proc/meminfo
dmesg |grep eth

linux network interface reorder eth*

learn awk: http://www.ibm.com/developerworks/library/l-awk1.html

source: http://www.science.uva.nl/research/air/wiki/LogicalInterfaceNames

source: http://www.reactivated.net/writing_udev_rules.html

Linux

VMware error vCenter Server: “Error Parsing the server“

Posted on 2010/06/22 by arno Posted in Uncategorized

vCenter Server: “Error Parsing the server “192.168.0.100″ “clients.xml” file Login will continue contact your system administrator“

source: http://forum.advance.homelinux.net/index.php?topic=10063.0

source: http://blog.verlande.nl/2009/05/vmware-vsphere-client-op-windows-7-build-7127/

Na het installeren van de vSphere client op mijn 64 bits Windows 7 virtual machine, kreeg ik de volgende error te zien toen ik verbinding wilde maken met mijn vCenter Server: “Error Parsing the server “192.168.0.100″ “clients.xml” file Login will continue contact your system administrator“. Nadat ik op “OK” geklikt had kreeg ik vervolgens de tweede error voor mijn kiezen: “The type initializer for “VirtualInfrastrcture.Utils.HttpWebRequestProxy” threw an exception“. Wat Googlen leerde me snel dat het niet mogelijk was om de vSphere client werkend te krijgen, zonder hierbij gebruik te maken van een workaround. Sommigen brachten als oplossing het gebruiken van de Windows XP modus aan. Dit werkt alleen niet als je het wil gebruiken in een reeds gevirtualiseerde omgeving, zoals in mijn geval op mijn ESX host. Daarom kwam ik snel uit op een stappenplan wat iemand op het VMware Communities forum aandroeg. Na wat gepuzzle met config files, x86-paths en andere tweaks is het me gelukt om de vSphere client aan de praat te krijgen op Windows 7 x64 (Build 7127). Dit is hoe:

  1. Kopieer de System.dll van een systeem waar geen Windows 7, maar waar wel .NET 3.5 SP1 op staat geinstalleerd, naar de Windows 7 computer. Deze DLL is te vinden in de map %SystemRoot%\Microsoft.NET\Framework\v2.0.50727\ op de non-Windows 7 computer (voor de mensen die niet zo snel een .NET 3.5 SP1 installatie klaar hebben staan, daar geen zin in hebben of het lekker makkelijk willen hebben, mijn System.dll online gezet).
  2. Maak een directory aan op de Windows 7 computer waar de VMware vSphere Client geinstalleerd staat, en kopieer de DLL-file van stap 1 naar deze map. Ikzelf heb C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib\ gebruikt om mijn DLL-file in te zetten. Deze map ga ik later ook nog gebruiken om een tweetal scriptjes in te plaatsen, welke verderop besproken worden.
  3. In de vSphere Client Launcher directory staat de VpxClient.exe.config file. Open deze in een tekst editor en voeg een runtime-element toe (de rood gekleurde tekst), en sla het bestand daarna op.
  4. Maak een batch file (bijvoorbeeld vpxclient.bat) door in een tekst file een drietal regels te typen en deze vervolgens op te slaan als “vpxclient.bat” inclusief de quotes, om de bestandsextensie te behouden. Deze regels bevatten een commando om de DEVPATH variabele naar de folder te verwijzen van stap 2.Voorbeeld:
    @ECHO OFFSET DEVPATH=C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib"C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe"
  5. Door vervolgens bovenstaande vpxclient.bat uit te voeren als Administrator, wordt de VMware vSphere Client opgestart en is het mogelijk om in te loggen op de ESX-host of de vCenter Server.
VMware

iPhone tweaks disable call forwarded/forwarding messages

Posted on 2010/06/22 by arno Posted in Uncategorized

Now connect to your iphone using Putty (or whatever, you can even use the terminal on the iPhone itself)
and browse to the following directory: /System/Library/Carrier Bundles/Unknown.bundle/

Before you do anything, make a backup of the carrier.plist file:
cp carrier.plist carrier.plist.bck

The carrier.plist file is unreadable in firmware 2.2, so convert it to something readable with:
plutil -convert xml1 carrier.plist

Now use vim or nano to change the “ShowCallForwarded” and “ShowCallForwarding” keys
to “false”.

This leaves all forwarding configuration alone, but just disables that pesky message.
For the fun of it, type “reboot” in your terminal, wait a couple of minutes for your iPhone to reboot,
place a call and verify that the popup message is gone!! wh00t!

source: http://weyland.be/wrdprss/index.php/2008/11/24/disable-call-forwarding-active-popup-on-iphone-22/
source: http://modmyi.com/forums/file-mods/13589-removing-call-forwarding-active-pop-up-message.html

Apple iPhone

Windows XP Hardware devices network device manager

Posted on 2010/06/09 by arno Posted in Uncategorized

KB269155 – Error message when you try to set an IP address on a network adapter

KB311272 – DevCon command-line utility functions as an alternative to Device Manager

KB Microsoft

Windows Deployment Services WDS

Posted on 2010/06/04 by arno Posted in Uncategorized

Deploy WDS XP/pre-Vista/7 images using WDS

source: http://social.technet.microsoft.com/forums/en-US/winserversetup/thread/592025de-8566-4660-8c57-ecb83bf4629a/

You can use the WDS capture utility to deploy XP or any other pre-Vista Windows images using WDS.

More information in the WDS whitepaper here: http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=1393400&SiteID=17

See chapter ‘working with images‘, ‘Deploying Earlier Versions of Windows‘.

1. Install XP to a reference computer
2. On the server, add a boot image and create a ‘capture image’
3. sysprep the reference computer. Reboot it to download the ‘capture image’ from the WDS server
4. Follow the instructions to upload the XP image from the reference computer to the server

One key challenge is that XP images are HAL-dependent, so you’ll need multiple images for deploying to computers with different HALs.

WDS in Windows Server 2003:

  • WDS 2003 Step by Step Guide – http://go.microsoft.com/fwlink/?LinkId=66145
  • Deploying and Managing the Windows Deployment Services Update on Windows Server 2003 – http://go.microsoft.com/fwlink/?LinkId=81031

WDS in Windows Server 2008

You can download this content at http://go.microsoft.com/fwlink/?LinkId=89381, or you can browse it using the following links:

  • WDS 2008 Step by Step Guide – http://go.microsoft.com/fwlink/?LinkId=84628
  • Deployment content – http://go.microsoft.com/fwlink/?LinkId=81873
  • Technical Reference content – http://technet2.microsoft.com/windowsserver2008/en/library/80e4c10d-bb4b-4337-81dd-aa98fe6db7351033.mspx?mfr=true
Update1:

Moving default image store in WDS

source: http://www.techtalkz.com/windows-deployment/197581-moving-default-image-store-wds.html

You can move the drive and files from a command prompt:

C:\>  wdsutil /uninitialize-server

Move the remoteinstall directory to another drive.

C:\> wdsutil /initialize-server /reminst:drive\remoteinstall

Migrating to windows 7

Posted on 2010/06/04 by arno Posted in Uncategorized

Migrating Files During a Remote Installation with USMT and Windows Deployment Services

Upgrading from Windows XP to Windows 7

Upgrading from Windows Vista to Windows 7

Links Microsoft

Mobile internet providers APN settings

Posted on 2010/06/02 by arno Posted in Office, Uncategorized

– Vodafone
– Xs4all

– Vodafone mifi R201 – http://www.business.vodafone.com/site/bus/public/enuk/support/10_productsupport/wi_fi_devices/r201/05_summary/p_summary.jsp

Custom APN settings phone-internet providers netherlands
– Pluk’n’play

ALDI TALK

  • APN: MEDIONmobile Handyweb
  • Account Name: [leeg laten]
  • Password: [leeg laten]

Ben

  • APN: internet.ben
  • Account Name: [leeg laten]
  • Password: [leeg laten]

Hi

  • APN: basicinternet [of] fastinternet
  • Account Name: [leeg laten]
  • Password: [leeg laten]

KPN

  • APN: internet
  • Account Name: KPN
  • Password: gprs

KPN (als bovenstaande niet werkt)

  • APN: portalmmm.nl
  • Account Name: [leeg laten]
  • Password: [leeg laten]

KPN

  • APN: basicinternet [of] fastinternet
  • Account Name: [leeg laten]
  • Password: [leeg laten]

Orange

  • APN: internet
  • Account Name: orange, of: [leeg laten]
  • Password: orange, of: [leeg laten]

Simyo

  • APN: basicinternet
  • Account Name: [leeg laten]
  • Password: [leeg laten]

Telfort

  • APN: internet
  • Account Name: telfort
  • Password: telfort

T-Mobile

  • APN: internet
  • Account Name: tmobile
  • Password: tmobile

Vodafone Particulier

  • APN: live.vodafone.com
  • Account Name: vodafone
  • Password: vodafone

Vodafone Zakelijk (met compressie)

  • APN: office.vodafone.nl
  • Account Name: vodafone
  • Password: vodafone

Vodafone Zakelijk (zonder compressie)

  • APN: web.vodafone.nl
  • Account Name: vodafone
  • Password: vodafone

Vodafone Blackberry

  • APN: blackberry.vodafone.nl
  • Account Name: vodafone
  • Password: vodafone
iPhone Mobile

User State Migration Tool Windows XP/7

Posted on 2010/05/10 by arno Posted in Uncategorized

Understanding USMT with MDT 2010
Migrating from XP to Windows 7 with the User State Migration Tool

Whereis USMT 3.0.1 , USMT 4.0

Video

Links Microsoft

Intel x25 search

Posted on 2010/05/04 by arno Posted in Uncategorized

T13 commitee uploaded files

Intel X25 specifications

Hardware

Windows Jumplist Word 2003 MRU

Posted on 2010/04/26 by arno Posted in Uncategorized

Delete or Clear Jumplist Recent Items in Windows 7

Windows 7 – Problem With the Jump List – Fails to Work!

Microsoft Windows 7

Xen on Fedora

Posted on 2010/04/21 by arno Posted in Uncategorized

http://www.howtoforge.com/xen_gui_fedora_7_desktop

http://cosi.clarkson.edu/docs/installingxen/

Links Linux

Western Digital’s Advanced Format: The 4K Sector Transition Begins

Posted on 2010/04/14 by arno Posted in Uncategorized

http://www.anandtech.com/show/2888/2

Now that we’ve dealt with what 4K sectors are, why Western Digital and other drive manufacturers are switching to them, and what the potential pitfalls of 512B emulation are, we can look at the specific cases where there are potential problems.

https://blog.miralinux.net/2010/04/13/

Posted on 2010/04/14 by arno Posted in Uncategorized

Western Digital’s Advanced Format: The 4K Sector Transition Begins

Now that we’ve dealt with what 4K sectors are, why Western Digital and other drive manufacturers are switching to them, and what the potential pitfalls of 512B emulation are, we can look at the specific cases where there are potential problems.

Hardware
« Previous Page
Next Page »
  • Login
  • Mother of all Portals
  • .Handy .Handig
  • Links – wikis – wikies

Archives

  • June 2022
  • October 2021
  • June 2021
  • September 2016
  • April 2016
  • March 2016
  • November 2014
  • September 2014
  • August 2014
  • July 2014
  • April 2014
  • March 2014
  • November 2013
  • October 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • February 2013
  • December 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
CyberChimps ©2025