If you’ve ever wanted to create an app for the iPhone or iPad but didn’t know where to start, this new, basic guide from Apple might help. It’s a step-by-step overview and introduction of the tools you need and how to submit an app to the App Store.
You can find tutorial here .
Great Apple OS programming tutorial
Error while executing stored procedure TRUNCATE_TRANSACTION_LOG on OPT (OPTION IMPORTS) database.
When trying to upgrade Everest 5.0.3.5 to version 6 if this error shows :
Log File created as on 10/18/2011 3:47:59 PM
Server selected for Update : WIN-2008
Company selected for Update : OPT (OPTION IMPORTS)
Old Company Version number: 5.0.700
New Company Version number: 6.0.650
One or more of the options (no_log) are not supported for this statement. Review the documentation for supported options
1) Error while executing stored procedure TRUNCATE_TRANSACTION_LOG on OPT (OPTION IMPORTS) database.
2) Failed to execute stored procedure TRUNCATE_TRANSACTION_LOG on OPT (OPTION IMPORTS) database.
Update failed due to errors.
End of log as on 10/18/2011 3:48:03 PM
Run this script , then rerun Database Upgrade Wizard :
USE [EVEREST_SYSTEM_DEFAULT] GO /****** Object: StoredProcedure [dbo].[TRUNCATE_TRANSACTION_LOG] Script Date: 08/19/2011 20:47:31 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER PROCEDURE [dbo].[TRUNCATE_TRANSACTION_LOG]( @V_DB_NAME VARCHAR(200), @V_RECOVERY_MODEL VARCHAR(100) OUT ) AS BEGIN SET NOCOUNT ON /* DECLARE @FILE_NAME VARCHAR(100), @V_SQL VARCHAR(100) --TRUNCATING THE TRANSACTION LOG FILE SET @V_SQL = 'BACKUP LOG ' + LTRIM(RTRIM(@V_DB_NAME)) + ' WITH NO_LOG' EXEC(@V_SQL) --SHRINKING THE TRANSACTION LOG FILE SELECT @FILE_NAME = (SELECT LTRIM(RTRIM(NAME)) FROM SYSFILES WHERE LTRIM(RTRIM(SYSFILES.NAME)) LIKE '%LOG' AND LTRIM(RTRIM(SYSFILES.FILENAME)) LIKE '%.LDF') SET @V_SQL = 'DBCC SHRINKFILE (' + LTRIM(RTRIM(@FILE_NAME)) + ', 0, TRUNCATEONLY)' EXEC(@V_SQL) --GET THE DATABASE RECOEVERY MODEL /* 'FULL' 'BULK_LOGGED' 'SIMPLE' */ SET @V_RECOVERY_MODEL = (SELECT CONVERT(VARCHAR(100), DATABASEPROPERTYEX(@V_DB_NAME, 'RECOVERY'))) --IF THE DATABASE RECOVERY MODEL IS NOT SIMPLE. THEN CHANGE IT FOR THE UPGRADE IF LTRIM(RTRIM(@V_RECOVERY_MODEL)) <> 'SIMPLE' BEGIN SET @V_SQL = 'ALTER DATABASE ' + @V_DB_NAME + ' SET RECOVERY SIMPLE' EXEC(@V_SQL) END */ SET @V_RECOVERY_MODEL = 'SIMPLE' SET NOCOUNT OFF END
Read more
UnityDEV Web Server Pro aka. IIS replacement
Welcome to UltiDev Web Server Pro (Beta)!
UltiDev Web Server Pro (UWS), also known as UltiDev Cassini Pro, is an an advanced, redistributable web server for Windows that can be use as a regular web server to host web sites and ASP.NET applications, or packaged with your ASP.NET web application and installed on your customers’ systems along with your web app or site, free of charge. Unlike Cassini or WebDev web servers, UWS is not a toy – UWS is a real deal.
If you have been using UltiDev Cassini, Miscrosoft Cassini, Microsoft WebDev, IIS Express or even IIS, it’s time to make your life a whole lot easier and get UltiDev Web Server Pro.
Screenshots
>1. Connect to iPhoneBrowser your iPhone and iPod Touch
2. Now go to /private/var/lib/apt/lists
3. Delete all the files in /root/private/var/lib/apt/lists/ except for the partial subfolder.
Do not delete Partial folder
Read more>Skini drajvere sa sajta i instaliraj ih. Nakon toga :
1) Navigate to Applications > Utilities and open a Terminal window.
2) Type the following command: sudo chown root:admin /usr/libexec/cups/filter/rastertophaser6100
3) You will be prompted to enter your password.
Cisco 1841 WiFi u Bridge modu sa WEP-om
configure terminal bridge irb bridge 1 route ip dot11 ssid ssid1 authentication open exit interface dot11Radio 0/0/0 encryption mode wep mandatory encryption key 1 size 40bit 11aa33bb55 ssid ssid1 exit bridge-group 1 bridge-group 1 subscriber-loop-control bridge-group 1 spanning-disabled bridge-group 1 block-unknown-source no bridge-group 1 source-learning no bridge-group 1 unicast-flooding no shutdown exit interface vlan 1 bridge-group 1 bridge-group 1 spanning-disabled exit interface bvi 1 ip address 10.0.1.2 255.255.255.0 end copy running-config startup-configRead more
configure terminal dot11 ssid ssid2 authentication open exit interface dot11Radio 0/0/0 ip address 10.0.1.1 255.255.255.0 encryption mode wep mandatory encryption key 1 size 40bit 11aa33bb55 ssid ssid2 no shutdown end copy running-config startup-configRead more
Reč, dve o update-u 1841 i verzijama IOS-a
Da bi 1841 sa HWIC-AP modulima uopšte aktivirao module, neophodno je da verzija IOS-a ima slovo T na kraju (train). Ona ima drajvere koji aktiviraju to. Procedura promene IOSA je sledeća.
1. Izvadiš CF karticu i samo iskopiraš IOS na PC-u na njen root
2. Vratiš karticu i pokreneš ruter
3. configure terminal
4. no boot system
5. do dir flash: (da vidiš imena fajlova)
6. boot system flash c1841-advxxxx-mz.12xxx.bin
7. config-register 0×2102
8. exit
9. wr
10. reload
Setting network in Solaris 10
In order to have the system configure our NIC at boot, the first step is to get an IP address and subnet mask. In our case, we are going to put this second NIC into a different IP range than the original NIC. Our first NIC is in the 192.168.1.x network, so we will put the new NIC into the 192.168.2.x network. Both of these networks have a subnet mask of 255.255.255.0. Note: Always make sure the assigned IP is not already taken up by another machine; to do so, use ping from a machine already configured in that network.
Next we add a line to the /etc/hosts file for our new card:
192.168.2.100 host2.mydomain.com host2
Now, we create a file in /etc that is named hostname. For example, our first NIC’s file is /etc/hostname.hme0. Our new device, hme1, will need the file /etc/hostname.hme1. In this file, we will put the name associated with the IP (as found in the /etc/hosts file). It should be the first name in the /etc/hosts file. In our scenario, /etc/hostname.hme1 should contain:
host2.mydomain.com
Then we edit the /etc/netmasks file for our new network:
192.168.2.0 255.255.255.0
Reboot the system, and your network card has been configured for the new network with the proper subnet mask. You can check it by running an ifconfig -a again:
lo0: flags=1000849 mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
hme0: flags=1000843 mtu 1500 index 2
inet 192.168.1.100 netmask ffffff00 broadcast 192.168.1.255
ether
hme1: flags=1000843 mtu 1500 index 3
inet 192.168.2.100 netmask ffffff00 broadcast 192.168.2.255
ether
Replacing CoovaAP with Linksys Stock firmware
To revert to linksys firmware (or dd-wrt):
1. ssh into the router. 2. scp the image.bin file into /tmp 3. login through ssh on the router and issue this command mtd -r write /tmp/image.bin linuxRead more
