Photoshoppaaja! Mikä on tekosyysi mikset käytä Gimppiä?
Kommentit (16)
Paljonko maksoitte/maksatte photarista?
"Photaria" käyttää ne, jotka eivät ymmärrä mistään mitään. Kaiken pitää aina olla sama kuin muillakin. Yleensä nämä myös käyttävät esim. WhatsAppia.
Vierailija kirjoitti:
Gimp ei tue raw-formaattia.
Esim. Darktable tukee ja on 100x nopeampi kuin joku Adoben kiskurihintainen Lightroom. Nythän Darktablen vihdoin saa Linuxin ja Macin lisäksi Windowsillekin, jos Windows-kidutusta harrastaa.
Vierailija kirjoitti:
"Photaria" käyttää ne, jotka eivät ymmärrä mistään mitään. Kaiken pitää aina olla sama kuin muillakin. Yleensä nämä myös käyttävät esim. WhatsAppia.
Onhan Photoshop The Kuvankäsittelyohjelma.
Miksi käyttää jotain halpaa kopiota?
Miksi haluat kiduttaa itseäsi paskan käyttöjärjestelmän kanssa, johon ei saa edes tavallisimpia lisälaitteita asennettua ilman helvetinmoista jumppaamista ja keskustelupalstojen selaamista?
Miksi haluat kiduttaa itseäsi kirjoittamalla terminaaliin kaikkea paskaa kun voisit hoitaa saman homma parilla hiiren klikkauksella kuten hyvin toimivassa windowsissa tapahtuu?
Kuvitteletko, että suurin osa maapallon tietokoneista sisältää windosin ihan turhaan?
Pysy siellä vaatekomerossasi terminaalirunkkaamassa kunnes tajuat.
NAS -levyn käyttö linuxissa on lapsellisen helppoa:
Mounting NAS storage
Determine whether the OS on the device is RHEL, CentOS, or CloudLinux OR Debian or Ubuntu.
If the OS is RHEL, CentOS or CloudLinux, determine whether the cifs-utils utility is installed.
root@sllockboxtest [~]# rpm -q cifs-utils
If cifs-utils is installed, proceed to the next step.
If cifs-utils is not installed, install the utility with the following command.
yum install cifs-utils
If the OS is Debian or Ubuntu, determine whether the cifs-utils utility is installed.
root@sllockboxtest:~# dpkg-query -S cifs-utils
If cifs-utils is installed, the following message appears: dpkg-query-S cifs-utils. Proceed to the next step.
If cifs-utils is not installed, the following message appears:dpkg-query: no path found matching pattern *cifs-utils*. Install the utility by running the following command.
apt-get install cifs-utils
root@sllockboxtest:~# dpkg-query -S cifs-utils
cifs-utils: /usr/share/doc/cifs-utils
cifs-utils: /usr/share/doc/cifs-utils/changelog.gz
cifs-utils: /usr/share/doc/cifs-utils/NEWS.Debian.gz
cifs-utils: /usr/share/doc/cifs-utils/changelog.Debian.gz
cifs-utils: /usr/share/doc/cifs-utils/copyright
Create the directory and mount the device.
mkdir /local/mountpoint
mount -t cifs //Hostname/Username -o username=username,password=password /local/mountpoint
Example
root@slnastest [~]# mkdir /mnt/nas
root@slnastest [~]# mount -t cifs //nas05.service.softlayer.com/SL12345-1 -o username=SL123451,password=NASPASSWORD,rw,nounix,iocharset=utf8,file_mode=0644,dir_mode=0755,sec=ntlmssp /mnt/nas
root@slnastest [~]# df -Th /mnt/nas/
Filesystem Type Size Used Avail Use% Mounted on
//nas05.service.softlayer.com/SL12345-1 cifs 54T 49T 5.3T 91% /mnt/nas
Determine whether the storage is to be mounted on restart.
If you want the NAS to be mounted on restart, update the /etc/fstab file. Replace SL12345-1 and NASPASSWORD with your credentials.
\//nas05.service.softlayer.com/SL12345-1
/mnt/nas
cifs defaults,username=SL12345-1,password=NASPASSWORD 0 0
If you don't want the storage to be mounted on restart, then go to the next step.
Verify that the fstab was edited correctly by unmounting and mounting the storage.
Vierailija kirjoitti:
NAS -levyn käyttö linuxissa on lapsellisen helppoa:
Mounting NAS storage
Determine whether the OS on the device is RHEL, CentOS, or CloudLinux OR Debian or Ubuntu.
If the OS is RHEL, CentOS or CloudLinux, determine whether the cifs-utils utility is installed.
root@sllockboxtest [~]# rpm -q cifs-utils
If cifs-utils is installed, proceed to the next step.
If cifs-utils is not installed, install the utility with the following command.
yum install cifs-utils
If the OS is Debian or Ubuntu, determine whether the cifs-utils utility is installed.
root@sllockboxtest:~# dpkg-query -S cifs-utils
If cifs-utils is installed, the following message appears: dpkg-query-S cifs-utils. Proceed to the next step.
If cifs-utils is not installed, the following message appears:dpkg-query: no path found matching pattern *cifs-utils*. Install the utility by running the following command.
apt-get install cifs-utils
root@sllockboxtest:~# dpkg-query -S cifs-utils
cifs-utils: /usr/share/doc/cifs-utils
cifs-utils: /usr/share/doc/cifs-utils/changelog.gz
cifs-utils: /usr/share/doc/cifs-utils/NEWS.Debian.gz
cifs-utils: /usr/share/doc/cifs-utils/changelog.Debian.gz
cifs-utils: /usr/share/doc/cifs-utils/copyright
Create the directory and mount the device.
mkdir /local/mountpoint
mount -t cifs //Hostname/Username -o username=username,password=password /local/mountpoint
Example
root@slnastest [~]# mkdir /mnt/nas
root@slnastest [~]# mount -t cifs //nas05.service.softlayer.com/SL12345-1 -o username=SL123451,password=NASPASSWORD,rw,nounix,iocharset=utf8,file_mode=0644,dir_mode=0755,sec=ntlmssp /mnt/nas
root@slnastest [~]# df -Th /mnt/nas/
Filesystem Type Size Used Avail Use% Mounted on
//nas05.service.softlayer.com/SL12345-1 cifs 54T 49T 5.3T 91% /mnt/nas
Determine whether the storage is to be mounted on restart.If you want the NAS to be mounted on restart, update the /etc/fstab file. Replace SL12345-1 and NASPASSWORD with your credentials.
\//nas05.service.softlayer.com/SL12345-1
/mnt/nas
cifs defaults,username=SL12345-1,password=NASPASSWORD 0 0
If you don't want the storage to be mounted on restart, then go to the next step.Verify that the fstab was edited correctly by unmounting and mounting the storage.
Ja tuo liittyy Gimppiin... miten?
Vierailija kirjoitti:
NAS -levyn käyttö linuxissa on lapsellisen helppoa:
Mounting NAS storage
Determine whether the OS on the device is RHEL, CentOS, or CloudLinux OR Debian or Ubuntu.
If the OS is RHEL, CentOS or CloudLinux, determine whether the cifs-utils utility is installed.
root@sllockboxtest [~]# rpm -q cifs-utils
If cifs-utils is installed, proceed to the next step.
If cifs-utils is not installed, install the utility with the following command.
yum install cifs-utils
If the OS is Debian or Ubuntu, determine whether the cifs-utils utility is installed.
root@sllockboxtest:~# dpkg-query -S cifs-utils
If cifs-utils is installed, the following message appears: dpkg-query-S cifs-utils. Proceed to the next step.
If cifs-utils is not installed, the following message appears:dpkg-query: no path found matching pattern *cifs-utils*. Install the utility by running the following command.
apt-get install cifs-utils
root@sllockboxtest:~# dpkg-query -S cifs-utils
cifs-utils: /usr/share/doc/cifs-utils
cifs-utils: /usr/share/doc/cifs-utils/changelog.gz
cifs-utils: /usr/share/doc/cifs-utils/NEWS.Debian.gz
cifs-utils: /usr/share/doc/cifs-utils/changelog.Debian.gz
cifs-utils: /usr/share/doc/cifs-utils/copyright
Create the directory and mount the device.
mkdir /local/mountpoint
mount -t cifs //Hostname/Username -o username=username,password=password /local/mountpoint
Example
root@slnastest [~]# mkdir /mnt/nas
root@slnastest [~]# mount -t cifs //nas05.service.softlayer.com/SL12345-1 -o username=SL123451,password=NASPASSWORD,rw,nounix,iocharset=utf8,file_mode=0644,dir_mode=0755,sec=ntlmssp /mnt/nas
root@slnastest [~]# df -Th /mnt/nas/
Filesystem Type Size Used Avail Use% Mounted on
//nas05.service.softlayer.com/SL12345-1 cifs 54T 49T 5.3T 91% /mnt/nas
Determine whether the storage is to be mounted on restart.If you want the NAS to be mounted on restart, update the /etc/fstab file. Replace SL12345-1 and NASPASSWORD with your credentials.
\//nas05.service.softlayer.com/SL12345-1
/mnt/nas
cifs defaults,username=SL12345-1,password=NASPASSWORD 0 0
If you don't want the storage to be mounted on restart, then go to the next step.Verify that the fstab was edited correctly by unmounting and mounting the storage.
Tuollahan on, mitä, viisi käskyä. Mikä on ongelma?
Olen opetellut käyttämään Photoshopia noin 15 vuotta sitten, joten se tuntuu käytössä kaikista loogisimmalta ja helpoimmalta.
En ole maksanut Photaristani mitään, latasin sen Adoben sivuilta silloin kun CS2-version sieltä sai vielä ilmaiseksi käyttöön.
Vierailija kirjoitti:
"Photaria" käyttää ne, jotka eivät ymmärrä mistään mitään. Kaiken pitää aina olla sama kuin muillakin. Yleensä nämä myös käyttävät esim. WhatsAppia.
Viestintävälineenä koen ihan järkeväksi käyttää niitä kanavia joita "kaikki" käyttävät.
Muista kun yrität urkkia ja stalkata vaikka naapuria millä tahansa tavalla, naamatusten voi olla vaikea pala selvittää sitä.
Paljon vähemmän ja kämäsempiä toimintoja Gimpissä, kuin Photarissa. Käytin kyllä monta vuotta Gimppiä köyhänä opiskelijana ja se ajoi silloin asiansa, mutta nykyään en taitaisi pystyä enää Photarista luopumaan.
Vierailija kirjoitti:
Olen opetellut käyttämään Photoshopia noin 15 vuotta sitten, joten se tuntuu käytössä kaikista loogisimmalta ja helpoimmalta.
En ole maksanut Photaristani mitään, latasin sen Adoben sivuilta silloin kun CS2-version sieltä sai vielä ilmaiseksi käyttöön.
Mäkin latasin tämän silloin ilmaiseksi, muttei se ole mulla enää muutamaan vuoteen toiminut.
No itse teen aika paljon painoon menevää kuvaa, joka pitää saada hyvän näköiseksi CMYKinä. Työprosessi on nopeampi ja helpompi kun ne kuvat tulevat osaksi inDesign -tiedostoa, josta tulee helposti ja nopeasti painokelpoinen pdf-tiedosto aina ko. painon tai printterin väriprofiililla. Säästää hermoja, kun pystyy vähän ennakoimaan lopputulosta. Gimpillä ei ole oikein tuo CMYK-väriavaruus ole ollut kätevää. Hyvä ja monipuolinen ohjelma on muuten, oon siitäkin tykännyt.
Molemmathan, sekä Photoshop että Gimp, toimivat sekä OS:ssä että Windowsissa.
En viitsi edes kommentoida.