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

Configuring Region and Timezone Settings for Shared Mailboxes in Microsoft 365 Using PowerShell

Posted on 2021/06/28 by arno Posted in Uncategorized

source: https://docs.microsoft.com/en-us/powershell/exchange/connect-to-exchange-servers-using-remote-powershell?view=exchange-ps

PowerShell commands

PowerShell (Run as Administrator)

Set-ExecutionPolicy Unrestricted
$creds = Get-Credential
$sourceone = New-PSSession –ConfigurationName Microsoft.Exchange –ConnectionUri “https://outlook.office365.com/powershell-liveid/” -Credential $creds –Authentication Basic -AllowRedirection
Import-PSSession $sourceone

For all shared mailboxes:
Get-Mailbox –RecipientTypeDetails SharedMailbox | Set-MailboxRegionalConfiguration –Language “en-US” –TimeZone “Central Standard Time” –DateFormat “M/d/yyyy” –TimeFormat “h:mm tt”

For a single shared or user mailbox:
Get-Mailbox –Identity sharedmailbox@sourceonetechnology.com | Set-MailboxRegionalConfiguration –Language “en-US” –TimeZone “Central Standard Time” –DateFormat “M/d/yyyy” –TimeFormat “h:mm tt”

For *all* mailboxes:
Get-Mailbox | Set-MailboxRegionalConfiguration –Language “en-US” –TimeZone “Central Standard Time” –DateFormat “M/d/yyyy” –TimeFormat “h:mm tt”

Remove-PSSession $sourceone

RaspberryPI – Arduino

Posted on 2016/09/11 by arno Posted in Uncategorized

Arduino 1-Wire | Hacktronics tutorial | Adresfinder |

CAN-Bus breakout RS485

http-post requests | Example | Arduino-forum |

EncFS

Multiple vLans | Raspberry vLans

Mobile 3G/4G connections | Goes Mobile

vmServer 2014

Posted on 2016/09/11 by arno Posted in Uncategorized

vmServer 2014

Hardware

Mainboard | Intel ARK | Product brief pdf
Processor | Intel xeon 3 ARK | ARK v3 – v5
Memory |
HBA |
Storage | Intel SSD 530 | SSD 540 |
RAID | Intel RAID Sollutions | Intel RS3DC (Download) |

VMware | Compatibility guide |

VMware notes | RAID Driver ESXi 5 | ESXi 6 controllers
VMware notes | Google RMS3CC080 | RMS25JB080 |

Office 365 Features

Posted on 2016/09/11 by arno Posted in Uncategorized

Microsoft 365 / Office 365

Prices

NL | Office 365 | Exchange online | Enterprise

US | Office 365 | Exchange online | Enterprise


MS365 / O365 | Exchange

Send as an alias in O365


MacOS Mail – Native Mail App instructions

  1. Go to Settings > Passwords & Accounts.
  2. Click Add Account.
  3. Select Other.
  4. On the Other screen, touch Add Mail Account.
  5. In the new screen, you will enter:
    • Name: The name that will be displayed to recipients on email.
    • Email: The email address of the shared mailbox (e.g., shared@davidson.edu).
    • Password: Your Davidson email password.
    • Description: Your chosen description.
  6. Touch Next to get to the full settings.
  7. On the following screen, confirm that IMAP is selected at the top.
  8. Scroll down. In the Incoming Mail Server section, enter the following values:
    • Host Name: outlook.office365.com
    • User Name: Your personal email address, followed by a forward slash, followed by the name of the shared mailbox. For example, name@davidson.edu/shared
    • Password: Your Davidson email password.
  9. Scroll down. In the Outgoing Mail Server section, enter the following values:
    • Host Name: smtp.office365.com
    • User Name: Your full Davidson email address.
    • Password: Your Davidson email password.
  10. Touch the Next button and wait for the server to verify your settings.
  11. Choose your synchronization choices and touch Save in the upper right corner. You will now find the shared account in your Mail app under Mailboxes.

Outlook iOS App instructions

  1. In the Outlook App, tap on the 3 vertical lines in the top right corner, then select the “Settings” icon (looks like a cog-wheel) a the bottom.
  2. On the Settings screen, choose “Add Account“, then choose “Add Email Account“. Enter the name of the shared account (example: sharedaccount@davidson.edu), then choose Add Account. This will take you to an office 365 login screen asking for a password. Since it is a shared mailbox and you most likely do not have a password, click the back arrow in the top corner. There is a new option on the screen called “Setup Account Manually” choose that option.
  3. On the next screen, scroll down to where it says ADVANCED and select IMAP.
  4. Turn on the switch for and Use Advanced Settings and enter the following information:
    • Email Address:  (enter_the_name_of_the_shared_mailbox)@davidson.edu
    • Display Name: What you want the mailbox to be called
    • Description: You can leave blank
    • IMAP Hostname: outlook.office365.com
    • IMAP Username:  (your_primary_account)@davidson.edu\enter_the_name_of_the_shared_mailbox
    • IMAP Password: YOUR account password
    • SMTP Hostname:  smtp.office365.com:587
    • SMTP Username: (your_primary_account)@davidson.edu
    • Password: YOUR account password
  5. Select Sign In. If all the information you entered is correct, you will now have access to the shared mailbox on your iOS device.

Windows 10 Features

Posted on 2016/04/07 by arno Posted in Uncategorized

Features

Wake up on Lan breaks down (WOL)

– Disable fast-startup windows.
[Control panel] – [Hardware] – [Power management] – [Change password on wakeup] > at the bottom.

  • Network Adapter Settings
  • BIOS setting
  • Disabled Fast Startup
  • Telnet and Port Settings

Deployment

https://technet.microsoft.com/itpro/windows/plan/index

ADK Download – ICD (Imaging and config designer).

Microsoft OEM

Bloatware

Removal | Uninstall Howtogeek |

GPO

Download Server / Windows GPO ADMX files

How can I add new Windows 10 admx files to the Group Policy Central Store and then deploy them ?

https://blogs.technet.microsoft.com/askds/2015/08/07/windows-10-group-policy-admx-templates-now-available-for-download/

http://www.microsoft.com/en-us/download/details.aspx?id=48257

https://www.microsoft.com/en-us/download/details.aspx?id=25250

Language Pack (LPKsetup)

https://www.microsoft.com/OEM/nl/installation/downloads/Pages/Windows-10-v1511-Language-Interface-Packs.aspx#fbid=X3uGvcwFYpy

https://technet.microsoft.com/en-us/library/hh825699

http://support.hp.com/nl-nl/document/c04935134

Server SBS 2011

Introducing Windows 10 into your SBS 2011 Standard Network

Update to support auto-redirection of Windows Server 2012 R2 Essentials for Windows 10 client connector

http://windowsserveressentials.com/2015/08/06/windows-server-essentials-2012-r2windows-10/

Windows Server Essentials 2012 R2 – Windows 10

Small Business Server 2011 Standard–Windows 10

 

Updated List of OS Version Queries for WMI Filters

Apple OS X howtos

Posted on 2016/03/14 by arno Posted in Uncategorized

Links

OS X Yosemite: Set up iCloud on your Mac

iCloud Set Up & Sign in

 

 

Lenovo Notbook Features

Posted on 2014/09/10 by arno Posted in Uncategorized

Download | Rescue and Recovery W7

 

Keyboard Fn | Forum | Driver |

Apple OS X Features

Posted on 2014/08/08 by arno Posted in Uncategorized

 

Apple OS X

10.10.x Yosimite

–

10.9.x Mountain Lion

Webwereld: Nieuwe commandline-programma’s in Mountain Lion

Software

Apple Software Volume Licensing
Apple OS X keyboard shortcuts and characters
KeyQue, snel én eenvoudig weergeven van globale en programma snelkoppelingen.
TimeMachineEditor, als je een back-up systeem TimeCapsule in je netwerk hebt zitten dan kan je hiermee de interval tijd aanpassen.
Flux, pas de kleur temperatuur aan van het scherm, aan de hand van de tijd van de dag. Wat het beeld rustiger maakt.
Carbon copy cloner, Om OS X systeem te klonen naar een andere harddisk.
MacTracker, Apple apparaten specificaties, alles in één programma.

OS X

TimeMachineEditor, RHEL/CentOS/SLS6 software for Mac OS X Leopard, Snow Leopard and Lion that lets you change the default one-hour backup interval of Time Machine.
Lion Diskmaker, Mac OS X 10.6, 10.7 and OS X 10.8 to burn a DVD or build a bootable drive.
Reminders, Making the Most of Reminders and Notes in OS X Mountain Lion
File Server, Howto CentOS 6 As a replacement osx file-server

Linux

TimeMachine, “emulate” with “netatalk” service.
FileServer, http://joserocks.com/2012/10/how-to-set-up-centos-6-as-a-replacement-os-x-file-server/
AirPrintServer, (linux) Link 1, Link 2

Windows

Lifehacker review | WizMouse makes your mouse wheel work on the window under the mouse.

MagicMouse utility
Apple software for windows: iCloud | iTunes | Quicktime | Safari | Airport utility | Bonjour Print services , help |

Tips – Information

Where The Files Belong Now

Well known TCP and UDP ports used by Apple software products

iTunes

iTunes: Back up your iTunes library by copying to an external hard drive

iTunes for Mac: Moving your iTunes Media folder

Tweaks – Hints

http://hints.macworld.com

Disable dashboard (source)

$ defaults write com.apple.dashboard mcx-disabled -boolean Yes
$ killall Dock

Parallels – turn of Ads (source)

$ defaults write com.parallels.Parallels\ Desktop ProductPromo.ForcePromoOff -bool YES

Where does $LANG variable gets set in Mac OS X? (http://apple.stackexchange.com)

[ Terminal > Preferences > Settings > [profile] > Advanced ] Set locale environment variables on startup
Then the locale will default to “C” with no language specified, and most programs will then default to English.

Hide any program’s dock icon (source)

sudo chmod 464 /Applications/System Preferences.app/Contents/Info.plist
edit or add KEY "NSUIElement" and change STRING variable to "1".
<key>NSUIElement</key>
<string>1</string>

How to disable Adobe PDF reader plug-in in Safari (source)

Remove ‘AdobePDFviewer*.plugin’ from ‘/Library/Internet Plug-Ins/’

 

Hardware bump

Posted on 2013/11/28 by arno Posted in Uncategorized

X-|

Cisco SRW2016 – reset password cisco switches via serial console port

1. Connect to the console port using terminal emulation parameters (typically 38400, 8, 0, 1, None)
2. Reboot switch (Remove power)
3. Hold down Ctrl U while rebooting
–  Menu will be displayed
4. Select>  [D] Delete file
5. Type startup-config (be sure that this is the ONLY file that you delete – if you delete other files, you will have to reload the firmware)
6. Now, you have erased the configuration file and you should be able to reboot and login with the default username and password.

Software Malware

Posted on 2013/11/21 by arno Posted in Uncategorized

CryptoLocker

forums: Bleepingcomputer
software: shadowexplorer

How to block this infection from running on other computers on your computer.

You can use Software Restriction Policies to block executables from running when they are located in the %AppData% folder, or any other folder, which this thing launches from. See these articles from MS: http://support.microsoft.com/kb/310791 | http://technet.microsoft.com/en-us/library/cc786941(v=ws.10).aspx
This can also be setup in group policy
File paths of the infection are:

C:\Users\User\AppData\Roaming\{213D7F33-4942-1C20-3D56=8-1A0B31CDFFF3}.exe (Vista/7/8)
C:\Documents and Settings\User\Application Data\{213D7F33-4942-1C20-3D56=8-1A0B31CDFFF3}.exe

So the path rule you want to setup is:

Path: %AppData%\*.exe
Security Level: Disallowed
Description: Don’t allow executables from AppData.

With the bundling of Zbot with Cryptolocker, it is now also recommend that you create a rule to block executables running from a subfolder of %AppData%. This can be done with this path rule:

Path: %AppData%\*\*.exe
Security Level: Disallowed
Description: Don’t allow executables from immediate subfolders of AppData.

Script – Wake.cmd

Posted on 2013/10/18 by arno Posted in Uncategorized

@ECHO OFF
SET TARGET=%1
SET PINGSETTINGS=-n 20
SET BROADCAST=192.168.1.255
SET WAKECMD=D:\Support\bin\mc-wol.exe

IF "%1"=="" SET TARGET=HLP
GOTO %TARGET%
GOTO ENDEXIT

:username1
:WKS2013a
SET HWMAC=14:ff:00:00:dd:ea
GOTO WAKECMD

:username2
:WKS2013b
SET HWMAC=14:ff:00:00:dd:29
GOTO WAKECMD

:username3
:WKS2013c
SET HWMAC=00:ff:00:00:dd:0b
GOTO WAKECMD

:temp
:MG20
SET HWMAC=
GOTO WAKECMD

:WAKECMD
%WAKECMD% %HWMAC% /p %HWMAC% /a %BROADCAST%
GOTO ENDD

:HLP
ECHO "Usage: %0 [USERNAME1|USERNAME2|USERNAME3]"
ECHO "Usage: %0 [WKS2013a|WKS2013b|WKS2013c]"

:ENDD
PING PINGSETTINGS %TARGET%
:ENDEXIT

VMware OS X

Posted on 2013/08/03 by arno Posted in Uncategorized

Install OS X on VMware workstation.

Howto install your own OSX in VMware, goto mahmood1(.)com and download the PDF.
There is a guide with screenshots how to install.

Install VMware tools located in the VMware workstation program files folder, look for darwin.iso and mount it.

Manualy install VMsvga2 driver located here

OS X Project pages

Panorama photo stiching – http://hugin.sourceforge.net

Convert dmg2iso – http://dmg2iso.sourceforge.net

VMware  vga driver for OS X – http://vmsvga2.sourceforge.net

Create apps from websites – Fluidadd | MacLife

Custom tweaks

Disable Dashboard – defaults write com.apple.dashboard mcx-disabled -boolean YES && killall Dock

Create ISO

https://www.linkedin.com/pulse/install-mac-os-x-el-capitan-1011-vmware-esxi-60-apple-abhinav-biswas

Microsoft Windows Features FAQ

Posted on 2013/06/27 by arno Posted in Uncategorized, Windows

Windows Cleanup – https://decentsecurity.com/#/holiday-tasks/

Windows 7 – How to clean up the offline files on Windows 7

Server 2008 – Eventviewer RPC Server error – GUI Howto – Troubleshooting –

BitCoins

Posted on 2013/06/02 by arno Posted in Uncategorized

http://en.wikipedia.org/wiki/Bitcoin#External_links

https://en.bitcoin.it/wiki/Software#PC_apps

https://en.bitcoin.it/wiki/Trade

 

CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.2.0

 

mySQL

Posted on 2013/05/25 by arno Posted in Uncategorized

Create User !

mysql --user=root mysql -p

GRANT ALL PRIVILEGES ON *.* TO monty@localhost IDENTIFIED BY 'something' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON *.* TO monty@"%" IDENTIFIED BY 'something' WITH GRANT OPTION;

https://kb.mediatemple.net/questions/788/HOWTO%3A+GRANT+privileges+in+MySQL#dv

Hardware Raspberry Pi

Posted on 2013/05/06 by arno Posted in Uncategorized

Links

http://www.tclcode.com/opentherm/index.html#intro http://www.domotiga.nl/projects/domotiga/wiki/OpenTherm

http://it.mouser.com/Search/Refine.aspx?Keyword=raspberry+pi&Ns=Pricing%7c0&FS=True

Raspberry PI

QUICK START GUIDE

RPi Easy SD Card Setup

RaspberryPi.org – downloads

Installing OpenELEC on Raspberry Pi

RPi_Easy_SD_Card_Setup

RPi_Low-level_peripherals  – Pinouts

RPi_VerifiedPeripherals

Searches

Can i get audio input through the gpio

Projects sites

http://www.hunterthornsberry.com/raspberrypi.html
AirPi – turn a raspberry pi into an airplay receive
Live-streaming-mp3-audio-with-darkice-and-icecast2-on-raspberry-pi

PiFace / Gertboard

PiFace | Install WiringPi | gpio command | example blink
(for example project first start ‘gpio load spi’)

Openelec – XBMC

http://docs-europe.electrocomponents.com/webdocs/109e/0900766b8109e8f7.pdf

Audio input

http://asliceofraspberrypi.blogspot.nl/2013/02/adding-audio-input-device.html

Serial interface

http://elinux.org/RPi_Serial_Connection http://www.hobbytronics.co.uk/raspberry-pi-serial-port http://www.trainelectronics.com/RaspberryPi/

Raspberry Pi and the Serial Port

source: http://www.hobbytronics.co.uk/raspberry-pi-serial-port By default the Raspberry Pi’s serial port is configured to be used for console input/output. Whilst this is useful if you want to login using the serial port, it means you can’t use the Serial Port in your programs. To be able to use the serial port to connect and talk to other devices (e.g. Arduino), the serial port console login needs to be disabled. Needless to say you will need some other way to login to the Raspberry Pi, and we suggest doing this over the network using an SSH connection. Disable Serial Port Login To enable the serial port for your own use you need to disable login on the port. There are two files that need to be edited The first and main one is /etc/inittab This file has the command to enable the login prompt and this needs to be disabled. Edit the file and move to the end of the file. You will see a line similar to T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100 Disable it by adding a # character to the beginning. Save the file. #T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100 Disable Bootup Info When the Raspberry Pi boots up, all the bootup information is sent to the serial port. Disabling this bootup information is optional and you may want to leave this enabled as it is sometimes useful to see what is happening at bootup. If you have a device connected (i.e. Arduino) at bootup, it will receive this information over the serial port, so it is up to you to decide whether this is a problem or not. You can disable it by editing the file /boot/cmdline.txt The contents of the file look like this dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait Remove all references to ttyAMA0 (which is the name of the serial port). The file will now look like this dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait Reboot In order you enable the changes you have made, you will need to reboot the Raspberry Pi sudo shutdown -r now Test the Serial Port A great way to test out the serial port is to use the minicom program. If you dont have this installed run sudo apt-get install minicom Connect your PC to the Raspberry Pi serial port using an appropriate serial port adapter and wiring, then open Putty or a similar serial terminal program on PC side. Setup a connection using the serial port at 9600 baud. Now run up minicom on the Raspberry Pi using minicom -b 9600 -o -D /dev/ttyAMA0 What you type into the minicom terminal screen should appear on the serial PC terminal and vice versa.

Feature Microsoft Update, Chkdsk spreading like a virus

Posted on 2013/04/16 by arno Posted in Uncategorized

After processing the updates from yesterdays (4/9/2013) update Tuesday all of my machines now run Check Disc at every boot.

http://community.spiceworks.com/topic/324874-chkdsk-spreading-like-a-virus

http://social.technet.microsoft.com – [KB2839011]- folowup

KB2823324 is causing the issue.  We run all Dells, mostly Latitudes.  I’m not sure its going to effect other machines, but I cant imagine why it wouldn’t.

For those who need a quick result you can run this on the PC affected

wusa.exe /uninstall /kb:2823324 /quiet /norestart

OR remotely use

Psexec -d -s \\remotemachine wusa.exe /uninstall /kb:2823324 /quiet /norestart

Apple iOS iPhone iPad

Posted on 2013/02/17 by arno Posted in Uncategorized

 

Apple Help | Podcasts

http://www.letsunlockiphone.com/what-is-iphone-baseband/

http://www.imore.com/siri-ultimate-guide

iPhone Jailbreak 6 cydia

Posted on 2013/02/12 by arno Posted in Uncategorized

Links

http://jaxov.com/2013/01/how-to-install-vshare-app/
http://jaxov.com/2012/10/top-10-cydia-repos-2013/
http://www.igeeksblog.com/ifunbox-the-best-installous-alternative-to-install-ipa-files/

Source repos

deb http://ihacksrepo.com/ ./
deb http://repo.insanelyi.com/ ./
deb http://repo.hackyouriphone.org/ ./
deb http://cydia.xsellize.com/ ./
deb http://sinfuliphonerepo.com/ ./
deb http://apt.modmyi.com/ stable main
deb http://cydia.zodttd.com/repo/cydia/ stable main

Packages

Unsorted:
com.sull.repoicons
com.touchrev.mariolibraryring
com.wraith.lpin
com.wrightscs.batterycenter
net.r-ch.fcsb

FAIL:
net.howett.cydelete
com.xsellize.gridlock
com.xsellize.graviboard
net.crazy.updateskiller

Disabled:
com.mywi4
com.mywi4.ondemand
com.intelliborn.mywi5
com.xsellize.flowtation
com.xsellize.unlockfx
winterboard

Tools Backup / System:
com.bigboss.aptbackup
com.zokunei.openbackup
net.scott-wallace.iphone.appbackup
openssh
applist
com.sinfuliphone.appsync456

Packages:
com.filippobiga.springtomize2
com.aaronash.barrel
com.alexzielenski.zeppelin
com.aspectosoftware.wififofum

Tools System extra:
be.rud0lf77.appcent
com.aerialx.ishshit
com.crashx.unrestrictor3g
jp.rono23.removebackground jp.rono23.removebackgroundapp
org.thebigboss.doubleat
com.ashman.popupblocker
org.thebigboss.updatehiderios5

Apps:
SBSettings:
sbsettings
sbsettings-vpn
sbsettingstoggles
com.sbsdefaulthdtheme
org.thebigboss.sbsairplanetoggle
com.modmyi.serioussbsettingshd

Tweaks GUI:
com.iphonerepocenter.intelsmssound
com.modmyi.anonymous com.modmyi.bananadance com.modmyi.inteltexttone com.modmyi.itcrowdsounds com.modmyi.itrondaftpunk

com.xsellize.bulletin

com.xsellize.disturbedringtones
com.xsellize.iphoneringtonefromad
com.xsellize.matrixringtonesv1
com.xsellize.matrixringtonesv2
com.xsellize.matrixringtonesv3
com.xsellize.matrixringtonesv5

com.xsellize.drakefear
com.xsellize.igottafeeling
com.xsellize.imperialmarch
com.xsellize.lovetheway
com.xsellize.nintendo
com.xsellize.rockthatbody
com.xsellize.xsecurity
com.zimm.libdisplaystack

pincrush
syslogd
vim
wget

System:
gsc.accelerometer
gsc.accessibility
gsc.additional-text-tones
gsc.all-features
gsc.any-telephony
gsc.app-store
gsc.application-installation
gsc.armv6
gsc.armv7
gsc.auto-focus-camera
gsc.bluetooth
gsc.cellular-data
gsc.contains-cellular-radio
gsc.encode-aac
gsc.encrypted-data-partition
gsc.enforce-googlemail
gsc.fcc-logos-via-software
gsc.gamekit
gsc.gas-gauge-battery
gsc.gps
gsc.h264-encoder
gsc.hardware-keyboard
gsc.hiccough-interval
gsc.homescreen-wallpaper
gsc.hw-encode-snapshots
gsc.international-settings
gsc.io-surface-backed-images
gsc.load-thumbnails-while-scrolling
gsc.location-services
gsc.magnetometer
gsc.microphone
gsc.mms
gsc.multitasking
gsc.music-store
gsc.nike-ipod
gsc.not-green-tea
gsc.opengles-1
gsc.opengles-2
gsc.peer-peer
gsc.photo-adjustments
gsc.photo-stream
gsc.proximity-sensor
gsc.ringer-switch
gsc.sms
gsc.stand-alone-contacts
gsc.still-camera
gsc.telephony
gsc.telephony-maximum-generation
gsc.tv-out-crossfade
gsc.unified-ipod
gsc.video-camera
gsc.voice-control
gsc.voip
gsc.volume-buttons
gsc.wifi
gsc.youtube
gsc.youtube-plugin

Dependecies:
com.sinfuliphone.repoprep

Junk:
com.greensnow.customizefacebook
com.sinfuliphone.autoappkiller

iPhone Jailbreak 6 Notes

Posted on 2013/02/11 by arno Posted in Uncategorized

Apple iOS 5.x.x

Apple iOS Firmware releases list

  • http://ios.e-lite.org/
  • http://www.redmondpie.com/jailbreak-ios-6.1.1-untethered-using-redsn0w-evasi0n-tutorial/
  • http://theiphonewiki.com/wiki/index.php?title=Firmware
  • Chart Shows How Many Days Each iOS Version

How To Jailbreak iPhone, iPad And iPod Touch

Tips

A faster way to install Cydia applications after jailbreaking

source: http://hints.macworld.com/article

Updates the repositories. Equivalent to refreshing in Cydia.
# apt-get update

Installs any updates available.
# apt-get upgrade

Search the repositories
# apt-cache search

Install a package. If there are dependencies, you will be prompted to continue.
# apt-get install

Uninstall a package
# apt-get remove

Lists all installed packages
# dpkg –l

Respring your device from the command line
# respring

Links

how to access your iDevice via SSH if you forget the password

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