Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

{Linux} Tips and Tricks.

ok na ... need lang pala iinstall yong NVDIA drivers.... paanu ko malalaman yong mga drivers ko na hindi pa naka install para po mamaximize ko magamit lahat...



yong audio ko sa skype napakahina kahit naka tudo na yong VOL. tapos yong BLUETOOTH nya di rin gumagana?

Try not to use any third party apps in linux kon maaari like nvadia..Gamit ka lang ng mga open source or free software para ma siguro mo yung privacy mo..Even adobe flash di ako gumagamit kasi meron ng html5 ngayon na halos lahat na video ay gumagana na...Help promote open source and free software...Garbage all proprietary software....

Sa akin install mo lang yung kakailanganin mo na hardware para ma maximize mo yung volume ng HD mo(magaan sa pakiramdam).....Huwag mong lagyan na kahit ano yung system mo na di mo naman ginagamit...

Di ako gumagamit ng skype(email lang yung akin).Try type alsamixer sa terminal then adjust yung dapat eh adjust(i'm more in terminal).....Or open pavucontrol na apps then adjust mo dyan(not sure kasi wala na akong masyadong graphical tools)

install bluetooth and blueman

- - - Updated - - -

hanapin mo yung mga firmware-linux-free kung gusto mo non free merong ata firmware-linux-nonfree install mo yun ...
 
walang magawa try nyo install caca-utils then execute aafire

On fire linux console

attachment.php
 

Attachments

  • jer.png
    jer.png
    22.8 KB · Views: 73
Last edited:
Again i execute "toilet -w 120 -F metal Merry Christmas!" at ito yung kakalabasan..Para sa lahat dito lalo kay muthym :hi:

- - - Updated - - -

attachment.php
 

Attachments

  • 2014-12-21-104921_830x130_scrot.png
    2014-12-21-104921_830x130_scrot.png
    7 KB · Views: 65
To shorten your boot time(debian and ubuntu)...
1.disable your login manager
Code:
sudo update-rc.d -f <login manager> remove
sample code
Code:
sudo update-rc.d -f slim remove

2.create an .xinitrc file
add this line
Code:
exec <your-session>
sample (im using open box)
Code:
exec openbox-session
save to your home folder

3.edit your ~/.bashrc
add this line
Code:
if [ "$(tty)" == "/dev/tty1" ] && [[ $- == *i* ]] ; then                       
 exec xinit                                                                    
 fi
save

4.reboot

at least your usual boot time is lesser now maybe a 7-10 seconds becuase yung display/login manager hindi na magloload(disabled).
sino po marunong gumawa ng operating system pahingi po ng idea
 
naks ewan ko kon meron kasi even Richard Stallman(http://en.wikipedia.org/wiki/Richard_Stallman) di naboo yung GNU nya, buti na lang nan doon si linus na gumawa ng linux kernel. Kaya yung tinatawag nating linux OS ngayon which is dapat ay GNU/LINUX naboo....

Siguro a distro(distribution base on linux meron dito try PM mo yung kaibigan ko na si muthym, may sariling programming language yun :thumbsup: :))
 
Para din sa lahat lalo kay friendship jer :)

View attachment 197319

- - - Updated - - -

sino po marunong gumawa ng operating system pahingi po ng idea

Idea lang... Madugo yan kung gusto mo talaga gumawa ng isang operating system from scratch. Kelangan na marunong ka ng low-level programming gamit ang isang programming language tulad ng assembly o C/C++. Di lang yan, kelangang may matibay kang kaalaman tungkol sa hardware ng computer lalung-lalo na ang microprocessor at memory. Ang mairerekomenda ko sa'yo ay ang book ni Andrew Tanenbaum (learn by example) o magbasa ka ng ibang OS books na matatagpuan sa kilalang bookstore dito sa Pilipinas. Maraming hobby OSes (e.g. DexOS, Menuet OS, Syllable Desktop) na matatagpuan din sa Internet na kung saan may mga open-source din para mapag-aralan o makakuha ka lang idea. Isa rin sa nagustuhan kong material ay ito viralpatel.net

Ngayon, kung ayaw mo ng magpagod, tulad ng nabanggit ni friendship jer, pwede kang gumawa ng isang Linux Distro. Ito ay isang madaling paraan :)
 

Attachments

  • santa1.jpg
    santa1.jpg
    29.9 KB · Views: 5
Last edited:
Hello po sa mga mahihilig ng itim hehehehehe :rofl: :lmao:
attachment.php
 

Attachments

  • 2014-12-31-122046_893x382_scrot.png
    2014-12-31-122046_893x382_scrot.png
    21.1 KB · Views: 53
Last edited:
Before i'd tried to manipulate elinks to view youtube videos inside linux TTY by creating some scripts and a shortcut key...

Now may mps-youtube na..Install mo lang then you can view videos in youtube na medyo less hassle(no need to create scripts)...

Ito yung working mps-youtube ko(Pure TTY)...

- - - Updated - - -

attachment.php
 

Attachments

  • jer.png
    jer.png
    210.9 KB · Views: 45
transfer and receive files via bluetooth in debian linux console(TTY)...

install bluetooth, bluez-tool, obexftp and obexpushd

start the bluetooth
Code:
sudo service bluetooth start

hanapin mo yung device
Code:
hcitool scan
sample result: <device name> <BTaddr>

ibigay mo na yung file
Code:
obexftp -b <BTaddr> -v -p <filetoput>

tapos......

hihingi ka ng file
Code:
obexpushd -B

tapos...

close mo yung bluetooth
Code:
sudo service bluetooth stop

:)
pag di mo masyado familiar yung mga options sa code, basahin mo na lang yung manual ng command(ex. man obexftp)..
 
Last edited:
Back
Top Bottom