> Attention!

All programs in this section are unofficial and not supported by Apple.Installing and working with them can cause incorrect device behavior (fast battery discharge, system braking, incorrect operation of other applications, etc.), or it may lead to the need for a flashing.By installing the application, you act at your own risk!
How to install deb-files -Installing * .deb and * .ipa


If you posted a new version of the program, please notify the moderator by clicking the "Complaint" button on your message.



WhiteTerminal | [IPhone] iOS Command Prompt. Improved version MobileTerminal-ah!



Rep: (0)
Whiteterminal
Version: 8.1-3

Last update of the program in the header:25.01.2015

Attached Image
Attached Image
Attached Image


Short description:
iOS Command Prompt. Improved versionMobileTerminal-but!

Description:
What is a terminal (command line) and what is it for?

Terminal (orcommand line) - text input tool for Unix-based systems (iOS, Mac OSx, Linux). The terminal is a useful and powerful tool that helps you perform both simple and complex tasks quickly and efficiently. If you draw an analogy with Windows, the terminal can be compared with the MS-DOS window, with the only difference being that the first one is a much more powerful system management tool.
Viacommand lineYou can make any changes with files or folders, setownership and access rightsCollect the deb-packages, manage repositories, installing / removing tweaks and much more ...

Distinctive feature Whiteterminal s is ability to work in the background (Turned app launched - all the information remained in place so. MobileTerminal For example, this feature is not supported, and each time reopened. Also Whiteterminal supports various types of customization: custom themes, fonts, etc. (to activate them you need to restart the application)..

Homepage: https://github.com/Code-Hex/White-MobileTerminal

Dependencies: iOS7.0 + | bash | coreutils | ncurses | system-cmds
depending download

Download: http: //savagemessiahzine.com/forum/d...hiteterminal_8.1-3.deb
ViaCydia, repository: http://apt.thebigboss.org/repofiles/cydia/dists/stable/main/binary-iphoneos-arm/
[FAQ] Installation* .deb

Past versions


Materials on the topic:


Post has been editeddirectorgeneral - 19.02.15, 18:08



Rep: (3)
Explain please more in detail what it is and what can it do?



Rep: (1248)
* sergeyaltay24,
if you do not know what it is, he will most likely not needed. Introducing horrible can kill the device once or twice.



Rep: (3)
PikNic okay pass by ...



Rep: (0)
Examples of possible commands in the Terminal

View examples
For most of the following commands require superuser (root). So first run:

Entrance to the superuser
su
enter the password (the default password -. alpine If changed, enter your password When you enter characters will not be visible.!)
Note: having connected to the device through OpenSSH you are immediately in the modesuperuser! In the process of using the terminal to enter the commandsu and password alpine not necessary!

Once carried out the entrance to the superuser, can enter the command:
  1. Application installation
    apt-get install nazvanie_paketa_programmy

  2. Deleting applications
    apt-get remove nazvanie_paketa_programmy
    How do you know the name of the software package, which we want to remove?

  3. Installation * .deb
    dpkg -i nazvanie.deb
    Read more in the topicInstalling * .deb and * .ipa

  4. Clear Cache Cydia and fix some bugs
    dpkg - configure -a
    apt-get clean (or apt-get clean cache)
    apt-get autoclean
    apt-get update
    apt-get -f install

  5. Respring (rebooting the desktop)
    killall -HUP SpringBoard

    or
    killall SpringBoard

    or
    sbreload

  6. Respring in SafeMode
    killall -SEGV SpringBoard

  7. Restart devaysa
    reboot

  8. Device shutdown
    halt

  9. Displays information about free space on disks
    df -h

  10. Displays all active processes in a tree (to use this command to install the utility pstree)
    pstree

  11. Displays active processes (to use this command to install top utility) .
    Teamtop It provides a list of the main processes involved and constantly updated information about them: CPU load, used memory size, time and so forth.
    top
    or the same, but with sorting processes, in terms of load on the processor:
    top -us5
    or
    top -o cpu -n 10

  12. Kill the process (stop operation commands)
    killall -9 pid_protsessa

  13. Output of all the files in the current folder
    ls -l

  14. Go to Folder (Path)
    cd / path / to / folder

  15. Create a new file named filename
    touch filename

  16. Stop the program
    killall ProgramName

  17. Read help-manual on command
    imya_kommandy --help
    for some of the commands:
    imya_kommandy --h

  18. Quickly get the current date and time
    date

  19. Displays information about the system, the version of the kernel, distribution and architecture (32/64 bits)
    uname -a

  20. Date and time of distribution installation
    ls -clt / | tail -n 1 | awk '{print $ 7, $ 6, $ 8}'

  21. copy files
    cp chto_kopirovat kuda_kopirovat

  22. Move or rename a file
    mv chto_peremeschat kuda_peremeschat

  23. Create a new directory (folder)
    mkdir directory_name

  24. Delete an empty directory (folder)
    rmdir directory

  25. Permanently (!) Delete files
    rm -r path_to_file

  26. Permanently (!) Remove the contents of a folder
    rm -rf FolderPath

  27. Print the current directory name
    pwd

  28. Print the user name under which you are currently working
    whoami

  29. Print the 10 largest files (size)
    ls -lR | sort -k5 -n | tail

  30. Create a symlink (symbolic link) to the folder / file
    ln -s / path / to / file / or / folder / path / where / / creating a symlink

  31. Drive according the list of installed programs
    (Solve the problem when an application after installing from Cydia do not appear on your desktop)

    uicache
    the device further restart

    or
    cd / User / Library / Caches
    rm -f com.apple.mobile.installation.plist
    the device further restart


  32. It happens that uninstalled the program, and depending on her left. To remove these unused and already introduce unnecessary dependencies:
    apt-get autoremove --purge

  33. Start system service (Daemon)
    launchctl load /Put/K/Sluzhbe.plist

  34. Unload system service (Daemon)
    launchctl unload /Put/K/Sluzhbe.plist

  35. Pack program in the deb-package (Learn more about creating deb read on insanelyi.com in English)
    dpkg -b nazvanie_paketa

  36. The list of folders from taking up space in the current directory
    du -h --max-depth = 1

  37. We are looking for the files on your search criteria
    find / -name filename
    Command will search for the appropriate file for the entire file structure, including all mounted drives (including network), and displays the full path to it.

    find. -name '* filename *' (retaining said syntax)
    The search will be carried out in the current directory and all subdirectories.

    find. -mtime -TSIFRA
    This command, like the previous one, will search the current directory and all subdirectories, but it differs in that the specifying, for example, figure 3 (find. -Mtime -3) team will give you all the files that were modified during the last three days. Specifying 0, the team finds only those files which have been modified date.

  38. We derive a list of various information about the device and its hardware / software
    gssc

  39. Resets the deb-package
    apt-get install --reinstall NAZVANIE_PAKETA

If you want to fill up this list, write their examples in the comments!



Materials on the topic:


Post has been editeddirectorgeneral - 23.07.15, 10:19



Rep: (911)
Respring (rebooting the desktop)
sbreload

Shorter will be)))): hemp:



Rep: (31)
Installed applications AppStore
find / var / mobile / Applications / -type d -iname * .app

Go to the application, for example avplayer)
cd $ (find / var / mobile / Applications / -type d -iname * .app | grep -i avplayer)

Post has been editedStrilo4ka - 20.01.15, 23:55



Rep: (0)
* Strilo4ka,
is the solution for iOS7 and below only for iOS8 will be other ways (you can seehere)

In general, a terminal such is not very convenient to do, IMHO.
It is better to do a little differently - to make the cycle of creating symbolic links to applications. And then we use these symlinks via any file manager (for example, throughFilza file manager)
Or take advantage of ready-made tweaksAppLinks(For iOS7 and below only).
Later nacherkayu script as it can be implemented on iOS8.

Post has been editeddirectorgeneral - 21.01.15, 01:10



Rep: (9)
and midnight commander at this terminal will work?



Rep: (0)
ae485 @ 22.01.2015, 08:10*
and midnight commander at this terminal will work?

appears on the screen, but it is impossible to use - except enteritis nothing is pressed.



Rep: (577)
Update

Attached files

Attached filewhiteterminal_8.1-3.deb(865.86 KB)



Rep: (31)
gssc - information devayse
Help, by the way, on the team so you can watch
apt-get -h
apt-get --help

Post has been editedStrilo4ka - 25.01.15, 21:45



Rep: (31)
* cooler3105,
Why it spread if BigBoss repo there !? Repository staff, he has at all between compromised device in Cydia.



Rep: (0)
Strilo4ka @ 25.01.2015, 21:44*
apt-get -h
apt-get --help

This is only a challenge to help utilitiesapt ! Therefore, in the examples indicated general embodiment (see. "Read manual help-on command ')
Strilo4ka @ 25.01.2015, 21:44*
gssc - information devayse

added
Strilo4ka @ 25.01.2015, 21:50*
Why it spread if BigBoss repo there !? Repository staff, he has at all between compromised device in Cydia.

It happens that the developer has posted a version with a bunch of bugs. From all repositories older versions, respectively, withdrew. Where to take a previous working version? That's right, on the forums! Therefore, I fully support* cooler3105 - person does a great service to other users!

Post has been editeddirectorgeneral - 25.01.15, 22:48



Rep: (0)
inspired by the message
ae485 @ 30.01.2015, 12:54*
finally exhausted narzanom devouring resources expressed in just in front of the battery charge decreases in ibooks (while airplane mode, all that is possible is turned off, the screen is 20%) and the reluctance to alter until 8.1.3 began to dig.

DetailedBatteryUsage set and immediately saw that locationd otzhiraet 63% of resources used.

on this until butted, for location services in the settings disabled. restart the daemon it is not clear how. I used to do it in SysInfoPlus. but he ios8 does not work ...

How to unload the system processes in iOS

Unload the system service's easy - just register the team and the right way to the plist file of the service(cm.Examples of possible commands in the Terminal33rd and 34th example). However, after a reboot process will be started again!
What to do if we need to do so after the restart process will not run and at the same time, we could activate it at any time ?!

How to make sure that the process was unloaded and after restart is not "eat" your system resources?
You can edit the key "RunAtLoad" in service plist-file. This plist can be found at/ Library / LaunchDaemons /or/ System / Library / LaunchDaemons /):
<key>RunAtLoad</ key>
<true />

true change to false . However, keep in mind that this option does not suit everyone, as devaysa after restarting the service does not run at the right time it will not work!
Therefore, instead of editing "RunAtLoad" you can add a key "Disabled":
<key>Disabled</ key>
<true />

Then after the restart service is loaded, but will be turned off. At any moment we can turn it on.

Generally it is best to write a script that load / unload service.
Here is an example of the program f.lux
Enable Service + Service devaysa loaded after a reboot, and will be active
#! / bin / sh
cd / Library / LaunchDaemons /
plutil -key Disabled -false org.herf.flux.plist
/ Bin / launchctl load org.herf.flux.plist
exit 0

Turn off the service, the service is loaded after a reboot devaysa, but will be inactive
#! / bin / sh
cd / Library / LaunchDaemons /
/ Bin / launchctl unload org.herf.flux.plist
plutil -key Disabled -true org.herf.flux.plist
exit 0

cd / Library / LaunchDaemons /- specify the path where is our service (this can be/ Library / LaunchDaemons /or/ System / Library / LaunchDaemons /)
/ Bin / launchctl- a utility that runs on / off service
load (or unload)- load / unload service
org.herf.flux.plist- what specific service edit
plutil- a utility that allows you to edit text documents. To start it is required to install from Cydia packageErica Utilities. Otherwise nothing will happen!
-key Disabled -true org.herf.flux.plist- this means that a file with our service (in this case org.herf.flux.plist) adds key "Disabled" with the value "true" (or "false", depending on our preferences):
It is inserted into the plist file
<key>Disabled</ key>
<true />

Afterword:
In order not to run the terminal every time you want to run this script, I made no application icon. They do not appear on the desktop, but feel free to run through tweak Activator.
Attached Image

Well, okay, I will not clutter up extra infoy :) Who is interested in how to create such a program, write to the PM.

Post has been editeddirectorgeneral - 30.01.15, 23:34



Rep: (9)
directorgeneral @ 05.02.2015, 20:22*
Because the utility needs to be downloaded separately:
apt-get install top


where a top himself with taking a package?
It may have just a great package of all necessary programs, similar to adv-cmds, appending naprier ps?



Rep: (0)
ae485 @ 07.02.2015, 18:11*
where a top himself with taking a package?

[FAQ] Installing * .deb and * .ipa:
directorgeneral @ 17.01.2015, 10:28*
1. Download * .deb can:
• a forumsavagemessiahzine.com;
• from the websitehttp://ipod-touch-max.ru/cydia/;
• using Cyder;
• using Cygnus [PC];

as you canrepository Saurik-a:http://apt.saurik.com/..._39-4_iphoneos-arm.deb
ae485 @ 07.02.2015, 18:11*
It may have just a great package of all necessary programs, similar to adv-cmds, appending naprier ps?

Such assemblies are rare in Cydia, the most popular among them: Erica Utilities, Core Utilities, system-cmds. All other packages have to put yourself manually.

Post has been editeddirectorgeneral - 07.02.15, 18:25



Rep: (448)
How fast to convert video / Video Converter from iOS mustache Islands
0. This method is needed, which would broadcast the final file through AirPlay. If you are not using this technology, you can use a regular video player (for example: VLC, AcePlayer and other similar prog.)
1. Download a program FFmpeg and terminal (both tools downloaded from Cydia)
1.1 can convert to: .mov, .mp4, .m4a, .3gp, .3g2 and .mj2
1.2 The original file can be any
1.3 conversion time depends on the length of the roller and the selected method. For the second method, the video is converted to longer. To convert movies, mustache-in is recommended to connect to the power supply.
2. Upload the file you want on the path var / mobile
3. Open a terminal and enter the user name and password
4. Enter the following command:
- For a quick conversion
ffmpeg -i name video.flv -vcodec copy -acodec copy name video.mp4

- video conversion C (H264) and audio (AAC) (for example: to convert from AVI)
ffmpeg -i name video.avi -strict -2 name video.mp4

Additional Information
video name - the name of the video (for example: primer.flv)
flv - a video source format (may be used)
mp4 - final format in the format you want to convert (for example, see above available: primer.mp4.)


Video of work:Watch

All information is available on the manufacturer's website



Rep: (79)
Tell me, I have to input commands apt-get says that the command is not found, you need to do, thank you



Rep: (0)
Oslik-IA @ 18.02.2015, 15:45*
Tell me, I have to input commands apt-get says that the command is not found, you need to do, thank you

install via Cydia orin other ways



Rep: (1)
Tell me
There is a list of repositories.
Often it is necessary, in the form of experiments, put / demolished and completely reset the phone and sidiyu to Jail.
Can it somehow a list of used repo throw in sidiyu using terminal commands? instead of entering it manually in the row itself Cydia ...


Full version    

Help     rules

Time is now: 19/12/19, 19:35